/*** Head ***/
body, .sp-preloader {
    background-color: #fff!important;
}
#sp-top2 {
	text-align: right;
}
body.home .header-area {
    position: relative;
    background-color: #fff;
    top: 0;
    color:#fff;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
body:not(.home) .header-area {
  	background: #222;
}
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
/*** Logo ***/
.at-header .logo {
	padding: 14px 0;
}
/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
.sp-megamenu-parent > li > a:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	position: absolute;
	border: 3px solid transparent;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    margin-top: -85px;
        padding: 0 11px;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	color: #333;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px;
    font-weight: 400!important;
    font-style: normal;
}
/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	line-height: 45px;
	border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	border-top: 1px solid #E8EEF3;	
}
/*** General ***/
.sppb-btn,.btn,
.creativecontactform_send   {
	cursor: pointer;
	border-radius: 2px;
	color: #f1f1f1;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border: none;
	padding: 15px 30px;
	position: relative;
	z-index: 1;
}
.btn-primary:hover {
  background-color:none!important;
  background:none!important;
  border:none!important;
  border-color:none!important;
}
.sppb-btn:hover,
.btn:hover,
.creativecontactform_send:hover {
	text-decoration: none;
	color: #f1f1f1;
}
.sppb-btn:before,
.btn:before,
.creativecontactform_send:before {
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	background: #333;
	border: none;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}
.sppb-btn:hover:before,
.btn:hover:before,
.creativecontactform_send:hover:before {
	height: 100%;
	border: none;
}
.sppb-divider {
  border-bottom-color: #3cc951;
}
.btn-primary.focus, .btn-primary:focus,
.sppb-btn:focus {
  box-shadow: none!important;
  color:none!important;
}
/*** Slider ***/
.at-slider-color span {
	color: #fff;
}
.at-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-slider .tp-caption a {
	padding: 10px 40px;
	border-radius: 0px;
}

/*** Feature ***/
.at-feature .sppb-row-container {
	position: relative;
}
.at-feature .sppb-row-container .sppb-row {
	position: absolute;
	top: -99px;
	left: 0;
	right: 0;
	width: 100%;
}
.at-feature-item {
	
    background: #6c6c6c;
    padding: 30px 15px;
    transition: all 0.3s ease;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.3);
}
.at-feature-item:hover {
	background-color:#23cf5f;
}
.at-feature-item-center {
    background-color:#23cf5f;
    padding: 30px 15px;
    transition: all 0.3s ease;
}
#at-feature h3.sppb-addon-title {
	color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
}
#at-feature .sppb-col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}
/*** About ***/
.at-title h3 {
	font-size: 30px;
	font-weight: 700;
}
.at-about {
	position: relative;
}
.at-about .sppb-row > div:first-child {
	padding: 0;
}
.at-about-img .sppb-addon-single-image-container,
.at-about-img .sppb-addon-single-image-container img {
	width: 100%;
}
.at-about-left-item {
	cursor: pointer;
}
.at-about-left-item .sppb-icon i {
	font-size: 30px;
	line-height: 70px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #262626;
    transition: all 0.3s ease;
    animation-play-state: paused;
}
.at-about-left-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #262626;
}
.at-about-left-item:hover .sppb-icon i {
	color:#3cc951;
	border: 3px solid #3cc951;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-play-state: running;
	animation-iteration-count: infinite;
}

/**** Service ****/
.sppb-divider {
	width: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.at-service-item {
	cursor: pointer;
}
.at-service-item h3.sppb-addon-title {
	font-size: 20px;
    font-weight: 700;
    color: #262626;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    display: inline-block;
}
.at-service-item:hover h3.sppb-addon-title {
	color:#3cc951;	
}
.at-service-item img {
    max-height: 64px;
    max-width: 64px;
    margin-right: 25px;
    object-fit: cover;
    transition: transform .3s ease-in-out;
}
.at-service-item:hover img {
	transform: rotateY(-180deg);
}
/*** Planing ****/
.at-planing-item,
.at-planing-item-2,
.at-planing-item-4 {
	padding: 50px 40px;
}
.at-planing-item h3,
.at-planing-item-2 h3,
.at-planing-item-4 h3 {
	font-size: 25px;
    font-weight: 700;
    color: #f1f1f1;
}
#at-planing .sppb-col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}
/*** Team ***/
.at-team-item .sppb-img-container,
.at-team-item .sppb-img-container img {
	width: 100%;
}
.at-border-team {
	float: left;
	text-align: left;
	margin-right: inherit!important;
	margin-left: inherit!important;
}
.at-team-item img {
	max-width: auto;
    max-height: auto;
    clear: both;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.at-team-item  {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	transition: .5s ease-in-out;
}
.at-team-item h6 {
	color:#3cc951; 
}
.at-team-item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.at-team-item h6 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.at-team-item ul {
	padding: 0;
	position: absolute;
	bottom: 94px;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-team-item:hover ul {
	bottom: 113px;
	opacity: 1;
	visibility: inherit;
}
.at-team-item ul li {
	list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.at-team-item ul li:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.at-team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.at-team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.at-team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.at-team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-team-item ul li a:hover em {
	color: #000;
}
.at-team-item ul li strong {
	display: none;
}
/****** Download ****/
.at-download-content h1 {
	font-size: 60px;
    font-weight: 700;
    line-height: 132px;
}
.at-download-content h4 {
	font-size: 25px;
}
/*** Testimonial ***/
.at-testimonial {
	position: relative;
	z-index: 1;
}
.at-testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}
#at-testimonial .tp-caption img {
	border-radius: 100%;
}
.tp-caption.modern_small_text_dark, 
.modern_small_text_dark {
	color:#3cc951; 
}
/*** Portfolio ***/
#at-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.at-portfolio p {
	color: #fff;
}
.at-portfolio-top {
	padding: 40px;
}
.at-portfolio-top p {
	color: #000;
}
.at-portfolio-top ul {
	padding-left: 0;
}
.at-portfolio-top ul li {
	list-style: none;
}
.at-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #fff;
    color: #000000;
    font-size: 21px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #f5f5f557!important;
    color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
	color: #ffffff!important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: #23cf5f;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/*** Blog ***/
.at-blog p {
	color: #fff;
}
.moduleItemComments {
  	font-size: 0;
}
div.userBlock h2 {
    padding: 30px;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 25%;
  	float: left;
  	padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 19px;
    font-weight: 700;
}
div.k2ItemsBlock ul li:nth-child(2n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemHeader h3.catItemTitle a:hover,
div.catItemCategory a:hover {
	color: #333!important;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}

div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated,
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    color: #929090;
}
#sp-right div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 17px;
    font-weight: 700;
    margin-top: 42px;
}
/*** Contact ***/
.at-contact-us ul {
  	padding-left: 0;
}
.at-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.at-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.at-contact-us ul li strong {
  	display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	border: 0!important;
	float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.at-slider-color i {
		width: 45px;
		height: 45px;
	}
  .sp-megamenu-parent > li > a {
    font-size: 13px!important;
    padding: 0 6px!important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) { 
  .sp-megamenu-parent > li > a {
    font-size: 13px!important;
    padding: 0 6px!important;
  }
}
@media (max-width: 768px) {
	.at-slider-color i {
		width: 35px;
		height: 35px;
	}
    .at-feature .sppb-row-container .sppb-row {
	   position: static!important;
	   top: 120px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
        font-size: 19px!important;
        padding: 6px!important;
   }

}
@media (max-width: 767px) {
	.at-slider-color i {
		width: 35px;
		height: 35px;
	}
    .at-feature .sppb-row-container .sppb-row {
	   position: static!important;
	   top: 120px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      font-size: 8px!important;
      padding: 4px!important;
    }
    div.k2ItemsBlock ul li {
      width: 100%!important;
    }
    #at-feature {
      top:50px!important;
      padding-left: 26px!important;
   }

}
@media (max-width: 480px) {
	.at-slider-color i {
		width: 25px;
		height: 25px;
	}
    .at-feature .sppb-row-container .sppb-row {
	   position: static!important;
	   top: 120px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      font-size: 8px!important;
      padding: 4px!important;
   }
   div.k2ItemsBlock ul li {
     width: 100%!important;
   }
   #at-feature {
      top:50px!important;
      padding-left: 26px!important;
   }
}
@media (max-width: 360px) {
	.at-slider-color i {
		width: 25px;
		height: 25px;
	}
    #at-feature {
      top:50px!important;
      padding-left: 26px!important;
    }
    .at-feature .sppb-row-container .sppb-row {
	   position: static!important;
	   top: 120px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      font-size: 8px!important;
      padding: 4px!important;
   }
   div.k2ItemsBlock ul li {
     width: 100%!important;
   }
}
@media (max-width: 320px) {
	.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	    font-size: 9px!important;
	    padding: 0px!important;
	}
	.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	    margin: 0 1px!important;
	}
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-inner .current {
        display: none;
}
#sp-bottom4 .inputbox {
    width: 100%!important;
}
