/*======================================
//--//-->   STYLES GENERALES
======================================*/
body {
    padding: 0;
    margin: 0;
    background: #111;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
  color: #ffffff;
}
a {
  color: #8ABE2A;
  transition: all .3s ease;
  text-decoration:none;
}
a:hover {
  color: #97df15;
  text-decoration: none;
}
hr {
    color: #999;
}
/*======================================
//--//-->  THEME STYLES 
======================================*/
.text-themeGreen{color: #8ABE2A!important;}
.text-themeGray{color: #373737!important;}

/*--Buttons--*/
.btn-themeGreen {
    background: #8ABE2A;
    color: #fff;
    border-radius: 0;
    vertical-align: middle;
    padding: 0.375rem 1.75rem 0.475rem;
	border: none;
}
.btn-themeGreen:hover, 
.btn-themeGreen:focus {
	color: #fff;
    background: #acdc3d;
}
.btn-outline-themeGreen {
    border: 1px solid #8ABE2A;
    color: #8ABE2A;
    background: transparent;
    border-radius: 0;
    vertical-align: middle;
    padding: 0.375rem 1.75rem 0.475rem;
}
.btn-outline-themeGreen:hover, 
.btn-outline-themeGreen:focus {
	color: #fff;
    background-color: #8ABE2A!important;
    border-color: #8ABE2A!important;
}
/*----*/
.btn-themeGray {
    background: #373737;
    color: #fff;
    border-radius: 0;
    vertical-align: middle;
    padding: 0.375rem 1.75rem 0.475rem;
	border: none;
}
.btn-themeGray:hover, 
.btn-themeGray:focus {
	color: #fff;
    background: #575757;
}
.btn-outline-themeGray {
    border: 1px solid #373737;
    color: #373737;
    background: transparent;
    border-radius: 0;
    vertical-align: middle;
    padding: 0.375rem 1.75rem 0.475rem;
}
.btn-outline-themeGray:hover, 
.btn-outline-themeGray:focus {
	color: #fff;
    background-color: #373737!important;
    border-color: #373737!important;
}
/*--PAGE WRAPPER --*/
#cw-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*--SIDEBAR--*/
header.cw-nav-header {
	position:fixed;
	width: 70px;
	height:100%;
	background: #1f1f1f;
	z-index: 199;
	top:0;
	left:0;
	-webkit-transform: translate3d(0,0,0);
	padding: 15px 5px 0px;
	border-right: 1px solid #292929;
}
.cw-head-logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.cw-head-logo img {
	width: 50px;
	height:auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.3)));
}
.cw-nav-btn {
    z-index:10;
    cursor:pointer;
}
.cw-nav-btn:after {
	content:"Menu";
	font-size:12px;
	/* position:absolute; */
	/* top:-36px; */
	/* left:-2px; */
	/* float:left; */
	font-weight: 500;
	text-align:center;
	color: #ffffff;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cw-nav-btn:hover:after {
	visibility:visible;
	top:-26px;
	opacity:1;
}
#cw-nav-btn {
    width: 45px;
    height: 45px;
    background: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    padding: 6px 0;
    margin: 0 auto;
}
#cw-nav-btn span {
    width: 60%;
    height: 1px;
    margin: 8px auto;
    display: block;
    background: #ffffff;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
/* #cw-nav-btn span:first-of-type { */
    /* transform: rotate(45deg) translate(6px, 6px); */
/* } */
/* #cw-nav-btn span:nth-of-type(2) { */
    /* transform: rotate(-45deg) translate(1px, -1px); */
/* } */
/* #cw-nav-btn span:last-of-type { */
    /* opacity: 0; */
/* } */
#cw-nav-btn.active span {
    transform: none;
    opacity: 1;
    margin: 8px auto;
}
.social-links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.social-links ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.social-links ul li{	
    width: 100%;
    margin-bottom: 15px;
	text-align: center;
}
.social-links ul li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #88c220;
    border: 1px solid #88c220;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 100%;
}
.social-links ul li a:hover{
    border-radius:10%;
    color: #ffffff;
    border: 1px solid #969696;
}

.social-links ul li:last-child{	
    margin-bottom: 110px;
}
.social-links h6 {
    position: relative;
    bottom: 0;
    left: 27px;
    width: 100px;
    text-align: left;
    color: #CCC;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.cw-nav-wrap {
	position: fixed;
	z-index: 119;
	width: 330px;
	top:0;
	bottom:0;
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}
.cw-nav-inner:before {
	content:'';
	position:absolute;
	bottom:20px;
	left:35px;
	right:15px;
	height:1px;
}
.cw-nav {
	position: relative;
	z-index: 1000;
}
.cw-nav-inner   {
	opacity: 0;
	-webkit-transform: translate3d(-160px,0,0);
	transform: translate3d(-160px,0,0);
	-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0s 0.3s, transform 0s 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
	transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
}
.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	fill: #1f1f1f;
}
.cw-nav-inner {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index: 1000;
	padding: 0px 0px 15px 70px;
}
.cw-nav-logo {
	width:100%;
	background: #1f1f1f;
	padding: 22px 0 22px 10px;
}	
.cw-nav-logo img {
	width: 120px;
	height:auto;
}
.show-menu .cw-nav-wrap {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.show-menu .cw-nav-wrap,
.show-menu .cw-nav-inner ,
.show-menu .morph-shape  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.show-menu .cw-nav-inner  {
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.cw-sidebar {
    padding-left: 0px;
}
.cw-sidebar ul.components {
    padding: 0px 0 15px;
}
.cw-sidebar ul p {
    color: #fff;
    padding: 10px;
}
.cw-sidebar ul li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #292929;
}

.cw-sidebar  ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	height: 100%;
	background: rgb(143 143 143 / 5%);
	z-index: -1;
}
.cw-sidebar ul li:hover:after {
	width: 100%;
}
.cw-sidebar ul li a {
    padding: 25px 15px;
    font-size: 0.95em;
    display: block;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.cw-sidebar ul li a:hover {
    color: #88c220;
    background: transparent;
}
.cw-sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #88c220;
    background: rgb(143 143 143 / 10%);
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    padding-left: 30px!important;
    background: transparent;
}
/*--CONTENT--*/
.cw-container {
    width: 100%;
}

/**--Banner Section--**/
.carousel-section{
	align-items: start!important;
	padding:0!important;
	display: block!important;
}
.carousel-section .carousel-inner .carousel-item{
	min-height: 550px;
}
.carousel-section .carousel-inner .carousel-item:nth-child(1) {
   background-image: url(../img/01-web-banner-img.jpg);
    background-position: center center;
    background-size: cover;
}
.carousel-section .carousel-inner .carousel-item:nth-child(2) {
    background-image: url(../img/02-app-banner-img.jpg);
    background-position: center center;
    background-size: cover;
}
.carousel-section .carousel-inner .carousel-item:nth-child(3) {
     background-image: url(../img/03-uiux-banner-img.jpg);
    background-position: center center;
    background-size: cover;
}
.carousel-section .carousel-inner .carousel-item:nth-child(4) {
     background-image: url(../img/04-satff-banner-img.jpg);
    background-position: center center;
    background-size: cover;
}
.carousel-section .carousel-content {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 8%;
    width: 38%;
}
.carousel-section .carousel-content h1{
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.95rem;
}
.carousel-section .carousel-content h1 span{
	color:#8ABE2A;
}
.carousel-section .carousel-content h3{
    line-height: 1.42;
    letter-spacing: 0.015rem;
    font-size: 1.15rem;
}

/**--Content Section--**/
section.content-section {
	padding: 1.85rem 1.85rem 1.85rem 6.35rem;
	max-width:100%;
}
.gray-sec {
    background: #222;
    padding: 30px;
    border-radius: 6px;
	position: relative;
}
.white-sec {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    position: relative;
    background-image: url(../img/dotspatnbg.png);
}
.theme-title  {
    position:relative;
}
.theme-title h2 {
    padding-left: 20px;
}
.theme-title h2:before {
    content:'';
    position:absolute;
    width: 3px;
    height: 56px;
    top: 7px;
    left: 0px;
    background: #8ABE2A;
}
.min h3:before {
	 height: 23px!important;
}
.portfolio-sec {
    position: relative;
}
.portfolio-sec .logo-box {
    width: 16.15rem;
    padding: 20px 25px;
    background: #222;
    margin-bottom: 30px;
    opacity: 1;
    position: relative;
    text-align: center;
}
.portfolio-sec .logo-box img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: 45px;
}
.portfolio-sec .logo-box:before {
    position: absolute;
    top: 8px;
    left: 8px;
    border: inherit;
    width: 16.35rem;
    height: 5.35rem;
    box-shadow: inset 0 0 0 1px #222;
    pointer-events: none;
    content: "";
}
.portfolio-sec p {
    font-size: 1.15rem;
    line-height: 1.75rem;
    position: relative;
    min-height: 75px;
    width: 75%;
}
.portfolio-sec p:before {
    content:'';
    position:absolute;
    width: 50px;
    height: 1px;
    bottom: -15px;
    left: 0;
    background: #8ABE2A;
}
.portfolio-sec:hover .logo-box img {
   -webkit-filter: unset;
    filter: unset;
}
/*--Contact Form--*/
.contact-form .form-control {
    padding: 0.575rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.75;
    color: #ffffff;
    background-color: #131313;
    border: 1px solid #333;
    border-radius: 0;
    text-transform: uppercase;
}
.contact-form .form-control:focus {
    color: #fff;
    background-color: #202020;
    border-color: #8abe2a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(138 190 42 / 25%);
}

/*--Footer--*/
footer{
	text-align:center;
	color: #aaa;
	font-size: 0.95rem;
	letter-spacing: 0.01rem;
}
.social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social li{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #333;
    margin: 0 10px 15px 0;
    border-radius: 50px;
}
.social li a{
    color:#666;
    font-size: 0.9rem;
    padding: 5px;
    line-height: 36px;
}
.social li:hover a{
    color:#8abe2a;
}

/*----*/
.breadcrumb-section{
	background: url(../img/page-header-bg-about.jpg) no-repeat scroll left center;
	background-size: cover;
	margin: 0;
	padding: 5rem 5rem 5rem 6.35rem;
	width: 100%;
	min-height: 250px;
}
.breadcrumb-section h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.75rem;
}
.breadcrumb-section .bread-crumb{
	position:relative;
	padding-left: 0;
	margin-bottom: 0;
	z-index: 99;
}
.breadcrumb-section .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-right:20px;
	color:#ffffff;
	font-size: 10px;
	text-transform:uppercase;
}
.breadcrumb-section .bread-crumb li:after{
	content:'';
	position:absolute;
	right: -15px;
	width: 4px;
	height: 4px;
	text-align:center;
	top: 13px;
	font-size: 10px;
	background: #88c220;
}
.breadcrumb-section .bread-crumb li:last-child{
	margin-right:0px;
}
.breadcrumb-section .bread-crumb li:last-child:after{
	display:none;	
}
.breadcrumb-section .bread-crumb li a{
	color:#ffffff;	
}
.breadcrumb-section .bread-crumb li a:hover{
	color:#88c220;	
}

/*--Right Box Section--*/
.right-box {
    padding: 75px 0 30px;
    position: relative;
}
.right-box:before {
	content:'';
	position: absolute;
	right: 40px;
	top: 19px;
	background: url(../img/right-box-arrow.png)no-repeat;
	width: 400px;
	height: 167px;
}
.right-box h2{color: #88c220;font-weight: 900;font-size: 76px;position: relative;left: 0;top: 45px;}
.right-box h3{font-weight: 600;color: #4e4e4e;font-size: 40px;margin-top: -48px;margin-left: 200px;}
.right-box h4{font-weight: 600;color: #000000;font-size: 40px;margin-top: -10px;margin-left: 200px;}
.right-box h5{font-weight: 600;color: #4e4e4e;font-size: 55px;margin-top: 0px;margin-left: 110px;}
.right-box h6{font-weight: 600;color: #000000;font-size: 40px;margin-top: -10px;margin-left: 200px;}

/*--Theme Modal--*/

.themeModal .modal-content{
	border-radius: 0px;
}
.themeModal .modal-header{
	border: none;
	padding: 15px 15px 0px 0px;
}
.themeModal .modal-body h3 {
    color: #373737;
    position:relative;
	margin-bottom:45px;
}
.themeModal .modal-body h3:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #8abe2a;
}
.themeModal .modal-body h3:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 65px;
    height: 1px;
    background: #8abe2a;
}
.themeModal .modal-body p {
    color: #373737;
}
.themeModal .modal-footer{
	border: none;
	background: #f5f5f5;
}
/*----*/
.themeForm .form-label {
    color: #373737;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}
.themeForm .form-label span{
    color: #8abe2a;
    font-size: 16px;
    font-weight: 600;
}
.themeForm .form-control{
	border-radius: 0px;
	font-size: 14px;
	line-height: 28px;
}
.themeForm .form-control:focus {
    color: #373737;
    background-color: #fff;
    border-color: #a5dd3e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(138 190 42 / 15%);
}
/*----*/
.prof-logo {
	width: 14.15rem;
	padding: 10px;
	background: #fff;
	margin-bottom: 45px;
	opacity: 1;
	position: relative;
}
.prof-logo:after {
    position: absolute;
    top: 10px;
    left: 8px;
    border: inherit;
    width: 14.35rem;
    height: 4.75rem;
    box-shadow: inset 0 0 0 1px #ffffff;
    pointer-events: none;
    content: "";
    -webkit-transition: all 180ms linear;
    transition: all 180ms linear;
}
.prof-logo:hover:after {
	position: absolute;
    top: 5px;
    left: 4px;
    border: inherit;
    width: 14.15rem;
    height: 4.65rem;
    box-shadow: inset 0 0 0 1px #ffffff;
    pointer-events: none;
    content: "";
}
.info-sec {
	display:flex;
    margin-bottom: 15px;
}
.info-sec h5 {
    color: #ccc;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 5px;
}
.info-sec h3 {
	color:#fff;
    font-size: 1.15rem;
}
.info-sec h3 a{
	color:#fff;
}
.list-style {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-style li {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #000;
    position: relative;
    padding-left: 35px;
    margin-bottom: 17px;
    text-indent: -17px;
    margin-left: 20px;
}
.list-style li i {
    margin-right: 10px;
    font-size: 1.25rem;
    color: #88c220;
}
/*-----*/
.portfolio-slider .slideImgBx{
	background: transparent;
	padding: 0;
	box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 75%);
	margin-bottom: 15px;
}
.portfolio-slider .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 180px;
    right: -18%;
    color: #8ABE2A!important;
}
.portfolio-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: #8abe2a;
    color: #FFF;
    text-decoration: none;
}
.portfolio-slider .owl-prev, 
.portfolio-slider .owl-next {
    height: 40px;
    width: 40px;
    border: 1px solid #8ABE2A!important;
    border-radius: 0!important;
    font-size: 36px!important;
    line-height: 36px!important;
}

.portfolio-slider .owl-prev span, 
.portfolio-slider .owl-next span {
	position: relative;
	bottom:3px;
}