/* general css */
body {
    background: #fff!important;
}

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

/*** Head ***/
body.home #sp-header {
  	position: fixed;
  	background: #01023a!important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

/*** Menu ***/
body .sp-megamenu-parent > li > a {
    font-weight: 500!important;
    position: relative;
    color: #fff;
}
body .sp-megamenu-parent > li > a {
    color: #fff;
}
.home .sp-megamenu-parent > li > a {
    color: #fff;    
}
body #sp-header.header-sticky .sp-megamenu-parent > li > a {
  	color: #fff;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 15px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    border: 2px solid transparent;
  	margin: 0 auto;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    border-color: currentColor;
}
.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;
}
body #sp-header #offcanvas-toggler > .fa {
  	color: #fff;
}
body #sp-header.header-sticky #offcanvas-toggler > .fa {
  	color: #fff;
}
/*** 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 ****/
.tp-caption a.btn-slider {
    display: inline-block;
    padding:10px 50px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
    color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
} 
.tp-caption a.btn-slider{
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    float: left;
    color: #342f31;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
    border: 2px solid transparent;
 }

/*** Slider ***/
.lt-slider:after{
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.6;
}
.lt-slider .lt-slider-item {
    text-align: center;
}
.lt-slider .lt-slider-item h1{
    letter-spacing: 1px;
    font-weight: 900;
}
.lt-slider .lt-slider-item h3 {
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 40px;
}
.lt-slider a{
  letter-spacing: 5px;
}
/*** Title ***/
.lt-title h2{
    font-weight: 900;
    padding-bottom: 20px;
}

/*** Button ***/
a.lt-button {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.4;
}
a.lt-button:hover {
    background: #fff;
}
a.lt-about-btn{
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
}
 a.lt-about-btn:hover {
    box-shadow: none;
}

/*** About ***/
.lt-about:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -82px !important;
    bottom: 0px;
    left: -10%;
    right: 0;
    background: #fff;
    width: 120%;
    height: 165px;
    border-radius: 10px;
    transform: rotate(5deg);
}
.lt-about .lt-about-img .sppb-addon-single-image-container {
    box-shadow: 0 0 15px #dadbff;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.lt-about .lt-about-img .sppb-addon-single-image-container:before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #EEEEFE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lt-about .lt-about-img .sppb-addon-single-image-container:after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #EEEEFE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lt-about .lt-about-img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.lt-about .lt-about-img:hover img {
    box-shadow: 0 0 15px #dadbff;
    transform: scale(1.02);
}
/*** Services ***/
.lt-services .lt-services-img {
    box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    padding: 50px 0 50px 0;
    background: #fff;
    transition: 0.5s;
}
.lt-services .lt-services-img:hover {
    background-color: #EEEEFE;
    box-shadow: 0px 15px 15px 0px #edeaea;
    transform: translateY(-10px);
}
.lt-services .lt-services-item .sppb-addon-content {
     margin-bottom: 50px;
}

/*** Projects ***/
.lt-projects .sppb-text-left {
    margin-bottom: 25px !important; 
}
.lt-projects .sppb-text-left h3:before {
    content: "";
    top: 32px;
    left: 0;
    right: 0;
    width: 90px;
    height: 4px;
    position: absolute;
    z-index: 12;
}
.lt-project-item img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-project-item .sppb-img-container {
    overflow: hidden;
}
.lt-project-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.lt-projects .sppb-addon-text {
    position: absolute;
    z-index: 200;
    padding-bottom: 48px;
    opacity: 0;
    top: 39%;
    left: -7%;
    transition: .5s;
    -webkit-transition: .5s;
}
.lt-project-item:hover .sppb-addon-text {
    left: 0;
    right: 0;
    opacity: 1;
}
.lt-projects .sppb-addon-text h5 {
    margin-bottom: 20px;
}
.lt-projects .sppb-img-container {
    position: relative;
}
.lt-projects .sppb-img-container:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    opacity: 0.2;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: none;
}
.lt-project-item:hover .sppb-img-container:before {
    display: block;
}
a.projects-btn {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.4;
}
a.projects-btn {
    background: #fff;
}
a.projects-btn:hover {
    color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: #eeeefe;
}
/*** Features ***/
.lt-features .lt-features-box {
    text-align: center;
    position: relative;
    padding: 40px 20px;
    box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
}
.lt-features .lt-features-box:before {
    content: "";
    top: 0px;
    left: 0;
    width: 0;
    height: 3px;
    position: absolute;
    z-index: 200;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-features .lt-features-box:after {
    content: "";
    bottom: 0px;
    right: 0;
    width: 0%;
    height: 3px;
    position: absolute;
    z-index: 200;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-features .clearfix:hover .lt-features-box:before  {
    width: 100%;
}
.lt-features .clearfix:hover .lt-features-box:after  {
    width: 100%;
}
.lt-features .lt-features-box img {
    margin-bottom: 30px;
}
.lt-features .lt-features-box h4 {
    font-weight: 700;
}

/*** Title-Box***/
.lt-title-box {
    position: relative;
}
.lt-title-box .sppb-addon-content h4:before {
    content: "";
    top: 110%;
    left: 47%;
    width: 75px;
    height: 3px;
    background: green;
    position: absolute;
    z-index: 200;
}

/*** Counter ***/
.lt-counter .lt-counter-item h2 {
    font-size: 70px;
}
.lt-counter .lt-counter-item p{
    font-weight: 700;
}

/*** Leader ***/
.lt-leader .lt-leader-item {
    border: 2px solid #EEEEFE;
    overflow: hidden;  
}
.lt-leader .lt-leader-item:hover .sppb-img-container:before {
    bottom: 0;
}
.lt-leader .lt-leader-item:hover .lt-leader-bottom {
    bottom: 0;
}
.lt-leader .sppb-addon-content {
    position: relative;
}
.lt-leader .sppb-addon-text .lt-leader-top {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    width: 104%;
    padding-top: 18px;
    padding-right: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-leader .lt-leader-item:hover .lt-leader-top {
    color: #fff;
 }
.lt-leader .sppb-addon-text .lt-leader-top h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.lt-leader .sppb-addon-text .lt-leader-top h4 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-top: -7px;
}
.lt-leader .sppb-addon-text .lt-leader-top:before {
    content: "";
    position: absolute;
    z-index: 20;
    top: -16px !important;
    bottom: 0px;
    left: -6px;
    right: 0;
    background: #fff;
    width: 100%;
    height: 32px;
    transform: rotate(-5deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-leader .sppb-addon-text .lt-leader-bottom {
    position: absolute;
    z-index: 200;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    padding-top: 18px;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-leader .sppb-img-container:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: 100;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.lt-leader .sppb-addon-text .lt-leader-bottom ul{
    list-style-type: none;
    margin-top: 39%;
    margin-left: 24px;
}
.lt-leader .sppb-addon-text .lt-leader-bottom ul li {
    float: left;
    margin-left: 12px;
    width: 14%;
    padding: 4px 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.lt-leader .sppb-addon-text .lt-leader-bottom ul li:hover {
    cursor: pointer;
}
.lt-leader .sppb-addon-text .lt-leader-bottom ul li strong {
    display: none;
}
.lt-leader .lt-leader-item .sppb-addon-content .sppb-img-container {
    width: 100% !important;
}
.lt-leader .lt-leader-item .sppb-addon-content .sppb-img-container img {
    width: 100% !important;
}

/*** Testimonial ***/
.lt-testimonial .lt-testimonial-item {
    -webkit-box-shadow: 0 0 15px #ededed;
    box-shadow: 0 0 15px #ededed;
    text-align: center;
    padding: 23px;
    margin: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lt-testimonial .lt-testimonial-item:hover {
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
   -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.lt-testimonial .lt-testimonial-item .sppb-img-container img {
    width: 130px !important;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lt-testimonial .lt-testimonial-item h6 {
    margin-bottom: 15px;
}

/*** Blog ***/
.lt-blog p {
	color: #fff;
}
.lt-title-blog .sppb-addon-content h4:before {
    content: "";
    top: 51%;
    left: 47%;
    width: 75px;
    height: 3px;
    background: green;
    position: absolute;
    background: #fff;
    z-index: 200;
}
.moduleItemIntrotext {
    overflow: hidden;
}
.moduleItemIntrotext img {
    overflow: hidden;
}
.moduleItemIntrotext img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.moduleItemIntrotext img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sppb-addon-content .k2ItemsBlock ul .even {
    margin-right: 10px;
}
.sppb-addon-content .k2ItemsBlock ul .odd {
    margin-right: 10px;
}
.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;
}
a.moduleItemCategory {
    position: absolute;
    top: 71px;
    right: 10px;
    padding: 6px 15px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 32%;
    position: relative;
  	float: left;
  	padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li:nth-child(2n) {
  	margin-right: 0;
}
.lt-blog div.k2ItemsBlock ul li a {
  	color: #fff;
}
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;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}

/*** Contact ***/
.lt-contact .clearfix {
    position: relative;
}
.lt-contact .lt-contact-img {
    position: absolute;
    z-index: -1;
    right: 0;
}
.lt-contact .lt-contact-item {
    margin-top: 35px;
}

/*** 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;
    border-style: none !important; 
    background-color: none !important;
}
.creativecontactform_field_name {
  	color: #000!important;
    font-size: 17px !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%;
    padding-bottom: 0 !important;
}
.creativecontactform_footer {
    padding-bottom: 0 !important;
    margin-left: 35%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 100%;
    margin-bottom: 20px;
}
.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: 0px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
.creativecontactform_input_element, .creativecontactform_input_element.closed:hover {
    border-style: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 10px 12px !important;
}
.lt-contact-form .sppb-addon-content{
    border: 15px solid #EFEFFF;
    background-color: #E1E1FF;
    padding: 10px 30px 0px 7px;
}
.lt-contact-form .sppb-addon-content:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
    -webkit-transition: .5s;
    transition: .5s;
}

/*** Bottom ***/
#sp-bottom {
    position: relative;
    z-index: 1;
}
#sp-bottom:after {
   content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    display: inline-block;
    opacity: 0.8;
}
#sp-bottom:before {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: 421px;
    left: -10%;
    right: 0;
    background: #fff;
    width: 120%;
    height: 165px;
    border-radius: 10px;
 /***   transform: rotate(4deg);   ***/
}
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 135px 0px 30px 0px;
    background: transparent;
}
#sp-bottom2 .sp-module-content{
    margin-left: 20px;
}
#sp-bottom3 .sp-module-content .custom ul {
    margin-left: 1px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 30px;
}
#sp-bottom .custom ul {
    margin-left: -16px;
}
#sp-bottom .custom ul li a {
    color: #fff!important;
}
#sp-bottom .custom ul li a em {
    font-size: 19px !important;
}
#sp-bottom .custom ul li a em strong{
    margin-left: 10px;
    font-weight: inherit;
}
#sp-bottom1 .custom ul li a em strong {
    display: none;
}
#sp-bottom1 .custom ul li {
    float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-left: 16px;
    background: #ccc;
    border-radius: 50%;
    background: #fff;
}
#sp-bottom1 .custom ul li a em {
    color: #000;
    transition: 0.5;
}
#sp-bottom .custom ul li {
    margin-bottom: 10px !important;
}
#sp-bottom4 input {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    margin-bottom: 20px;
}
#sp-bottom4 button.subscribe {
    border: none;
    padding: 10px 6px;
    color: #fff;
}
#sp-bottom4 button.subscribe:hover {
    background: #fff;
}

/*** Footer ***/
#sp-footer1 {
    text-align: left;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
        width: 50%;
	}
	.lt-slider-color i {
		width: 45px;
		height: 45px;
	}
}

/* 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) {
	.lt-slider-color i {
		width: 35px;
		height: 35px;
	}
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .lt-leader .sppb-addon-text .lt-leader-top:before {
        height: 45px;
    }
    .lt-leader .sppb-addon-text .lt-leader-bottom {
        left: 75px;
    }
    #sp-bottom:before {
        display: none;
    }
    div.k2ItemsBlock ul li {
        width: 100%; 
    }
}
/* Screen min 767px */
@media (max-width: 767px) {
	.lt-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;
    }
    .lt-leader .sppb-addon-text .lt-leader-top:before {
        top: -9px !important;
    }
    .lt-leader .sppb-addon-text .lt-leader-bottom {
        left: 39px;
    }
    #sp-bottom:before {
        display: none;
    }
    .lt-leader .sppb-addon-text .lt-leader-top:before {
        height: 39px;
    }
}

/* Screen min 480px */
@media (max-width: 480px) {
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .lt-services div.lt-services-item {
        margin-bottom: 50px!important;
    }
    #sp-bottom:before {
        display: none;
    }
   .lt-leader .sppb-addon-text .lt-leader-bottom {
        left: -4px;
    }
    .lt-title-box .sppb-addon-content h4:before {
        left: 40%;
    }

}

