/* general css */
body {
    background: #fff!important;
    color: #777;
}
body.home .sp-module-content-bottom .sp-module-content,
body.home #sp-title .sp-module-content {
    width: 100%;
} 
body.home #sp-component {
  	padding-left: 0;
    padding-right: 0;
}
body.home #sp-main-body .container {
  	max-width: 100%!important;
}
.container {
    margin: 0 auto!important;
}
.sppb-container-inner {
    max-width: 1170px;
  	margin: 0 auto;
}
body.home #sp-main-body {
    padding-top: 0;
    padding-bottom: 0;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
	padding: 14px 0;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
    padding: 12px 0;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: initial;
}

/*** 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;	
}

/**** Button ****/
.at-btn {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 600;
    display: inline-block;
    padding: 15px 30px !important;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-btn:hover {
    background: #212529;
}
.at-btn-right {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
}
.at-btn-right strong {
    display: none;
}
.at-btn-right .fa {
    margin-left: 5px;
}
body a:hover, body a:focus, body a:active {
  	color: #222;
}
.btn-primary:hover {
  	color: #fff;
    background: #222!important;
}

/*** Title ***/
.at-title .sppb-section-title {
    margin-bottom: 50px;
}
.at-title .sppb-title-subheading {
    font-style: italic;
}
 
/*** Slider ***/
.at-slider.container-full .sppb-container-inner {
    max-width: 100%;
}
.at-slider-content {
    max-width: 530px;
    margin-top: 20%;
}
.at-slider-content h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.at-slider-content a {
    margin-top: 20px;
}
.at-slider .sppb-addon-single-image-container {
  	display: inherit;
}

/*** Bottom Slider ***/
.at-bottom-slider {
  	position: relative;
    top: -100px;
    z-index: 2;
}
.at-bottom-slider .sppb-row > div:nth-child(2) {
    background: rgba(0,0,0,.1);
}
.at-bottom-slider-item {
  	padding: 40px 0;
}
.at-bottom-slider .sppb-row > div {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-bottom-slider .sppb-row > div:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

/*** About ***/
.at-about-item {
    padding: 40px;
    background: #f9f9f9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.at-about-item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}
.at-about-item .at-btn-right {
    margin-top: 20px;
}

/*** Category ***/
.at-category-item {
    background: #f9f9f9;
    border: 1px solid #eee;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.at-category-item:hover {
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}
.at-category-item h5 {
  	margin-top: 0!important;
}
.at-category-item a {
  	display: inherit;
    padding: 25px 10px;
}
.at-category-item .sppb-icon a {
  	padding-bottom: 0;
}

/*** Subscribe ***/
.at-subscribe {
    position: relative;
    z-index: 1;
}
.at-subscribe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01020c99;
    z-index: -1;
}
.acym_module_form .acym_form {
    margin: 0 auto;
}
.acym_module_form input {
    border: 0;
    display: inline-block;
    margin: auto;
    width: 360px!important;
    font-size: 16px!important;
    border-radius: 5px;
    padding: 13px 20px!important;
}
.acym_module_form input.btn {
    width: auto!important;
    padding: 12px 35px !important;
}

/*** Team ***/
.at-team-item .sppb-img-container,
.at-team-item .sppb-img-container img {
	width: 100%;
}
.at-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.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;
}

/*** Testimonial ***/
.at-testimonial-wrap {
    margin: 20px 0;
}
.at-testimonial-wrap .clearfix {
    width: 30%;
    float: left;
}
.at-testimonial-wrap .clearfix:last-child {
    width: 70%;
}
.at-testimonial-item {
    position: relative;
    overflow: hidden;
}
.at-testimonial-item .sppb-img-container {
    position: relative;
}
.at-testimonial-item .sppb-img-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,153,2,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.at-testimonial-wrap:hover .sppb-img-container:before {
    opacity: 1;
    visibility: visible;
}
.at-testimonial-item img {
    width: 100%;
}
.at-testimonial-item .sppb-addon-text {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-testimonial-wrap:hover .sppb-addon-text {
    opacity: 1;
    visibility: inherit;
}
.at-testimonial-item h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.at-testimonial-item h5 {
    font-size: 18px;
    text-transform: capitalize;
}
.at-testimonial-content {
    position: relative;
    padding: 30px 30px 15px;
    margin-top: 25px;
    background: #fff;
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    margin-left: -10px;
}
.at-testimonial-content em {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}
.at-testimonial-content em strong {
    display: none;
}

/*** 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: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/*** Blog ***/
.moduleItemComments {
  	font-size: 0;
}
.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: 32%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 13px;
    font-style: italic;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    border-radius: 5px;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}

/*** Download ***/
.at-download .sppb-col-md-6:first-child {
    padding-left: calc(50% - 550px)!important;
}
.at-download-content a {
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 24px 8px 74px;
    max-width: 225px;
    margin-right: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #222;
    margin: 20px 0;
    position: relative;
}
.at-download-content a:hover,
.at-download-content a:hover:before {
    color: #fff;
}
.at-download-content a em {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-weight: 600;
    display: inherit;
    font-style: inherit;
}
.at-download-content a:before {
    font-size: 44px;
    padding-right: 20px;
    position: absolute;
    left: 25px;
    font-family: FontAwesome;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.at-download-content a:nth-child(3) {
    margin-left: 20px;   
}

/*** 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;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.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: #333!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;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}

/*** Bottom ***/
#sp-bottom {
    padding: 140px 0 70px;
    font-size: 16px;
    line-height: 1.6;
}
#sp-bottom .acym_module_form input {
    margin-left: 0;
}
#sp-bottom .acym_module_form .acym_introtext {
    margin-bottom: 18px;
}

/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 20px;
}
#sp-footer a {
  color:#fff!important;
}

/*** Responsive ***/
@media (max-width: 1180px) {
	.at-slider-color i {
		width: 45px;
		height: 45px;
	}
    .at-bottom-slider {
        top: 0;
        margin: 0px auto 80px!important;
    }
    .container {
    	max-width: 100%;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
  	.container-full {
    	padding-left: 25px!important;
        padding-right: 25px!important;
 	 }

}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.at-slider-color i {
		width: 35px;
		height: 35px;
	}
    .tp-caption a.btn-slider {
         font-size:12px!important;
  }
}
  /* Screen min 980px */
@media (max-width: 980px) {
    .at-download .sppb-col-md-6:first-child {
        padding-left: 15px!important;
    }
    div#js_menu_wrapper {
        text-align: center;
    }
    .sp-pagebuilder-row, .sppb-row {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

  /* Screen min 767px */
@media (max-width: 767px) {
	.at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size:12px!important;
   }
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
  	   width: 100%!important;
   }
   .acym_module_form input {
       width: 190px!important;
   }
   .at-download-content a:nth-child(3) {
        margin-left: 0px;   
    }
}

 /* Screen min 480px */
@media (max-width: 480px) {
	.at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
 .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
  	  width: 100%!important;
  }
  .acym_module_form input {
      width: 150px!important;
  }
}
 /* Screen min 320px */
@media (max-width: 320px) {
   .at-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
       font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}

