/* Otion Page */
body.itemid-437 #sp-main-body {

    position: relative;
}
.sticky-wrapper.is-sticky #sp-header {
        background: rgb(255 255 255 / 89%);
    padding-top: 10px;
    padding-bottom: 10px;

}
.sticky-wrapper.is-sticky #sp-header  #offcanvas-toggler >i,
.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a, 
.sticky-wrapper.is-sticky #sp-header  .sp-megamenu-parent >li >span {
	color: #383838;
}
#sp-header {      

}
body.itemid-437 #sp-header {
           background: #ffffff;


}
/* Title */

.qx-section {
	background: url(../images/header-title.png) no-repeat top center;
}
.at-feature-item .sppb-media-heading,
.sppb-section-title  .sppb-title-heading {
	position: relative;
	margin-bottom: 30px!important;
}
.at-feature-item .sppb-media-heading:after {
	left: 2px;
}
/* Head */
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #sp-header .logo {
	height: 55px;
}
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
	line-height: 35px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler {
	line-height: 35px;
}
/* Transition */
h1, h2, h3, h4, h5, h6, ul, li, i, i:before, i:after, img, .sppb-img-container:after, .vm-categories-wall-catname, span.addtocart-button:after, 
.sppb-img-container:before, #offcanvas-toggler, .sp-megamenu-parent >li >a, .logo,  #sp-header  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Slider */
.at-slider .button {
	padding: 14px 40px;
	color: #000;
}
.at-slider .button:hover {
	background: none;
}
.at-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* Contact */
.at-contact {
	min-height: 132px;
	background: rgba(0,0,0, .3);
}
.at-contact-item .at-contact-item-day-left {
	width: 80px;
	height: 80px;
	padding: 12px 22px;
	border-radius: 5px;
	float: left;
}
.at-contact-item .at-contact-item-day-left h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.at-contact-item .at-contact-item-day-left h6 {
	font-size: 12px;
	margin: 0;
}
.at-contact-item .at-contact-item-day-right {
	float: left;
	margin: 6px 0 0 20px;
}
.at-contact-item .at-contact-item-day-right h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.at-contact-adress {
	padding-top: 15px;
}
.at-contact-adress h5 {
	margin-top: 5px;
}
.at-contact-item-button {
	padding: 16px 45px!important;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
    margin-top: 15px;
    color: #fff;
}
.at-contact-item-button {
	border: 2px solid;
}
.at-contact-item-button:hover {
	border-color: transparent;
}
/* Intro */
.at-intro-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.at-intro-item .sppb-feature-box-title {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%;
}
.at-intro-item h3 {
	text-shadow: -3px -1px 2px rgba(113,117,119,1);
	letter-spacing: 2px;
}
.at-intro-item:before  {
	content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.at-intro-item:after {
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.at-intro-item:hover:before {
	-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0);
	transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0)
}
.wpb_single_image .vc_single_image-wrapper:after {
	content:' ';
	position:absolute;
	background:rgba(0,0,0,0.2);
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0
}
.at-intro-item:hover:after{
	opacity:1
}
/* Services */
.at-services-item {
	position: relative;
}
.at-services-item .button-icon {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 20%;
	z-index: 3;
}
.at-services-item .sppb-img-container {
	position: relative;
}
.at-services-item .sppb-img-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 2;
	opacity: 0;
}
.at-services-item:hover .sppb-img-container:after {
	opacity: 1;
}
.at-services-item .button-icon em {
	position: relative;
}
.at-services-item .button-icon em:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 25px;
	font-style: initial;
}
.at-services-item .button-icon em strong {
	display: none;
}
.at-services-item .button-icon em:first-child:before {
	top: -7px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.at-services-item:hover .button-icon em:first-child:before {
	left: -17px;
}
.at-services-item .button-icon em:last-child:before {
	position: absolute;
	top: -7px;
    left: -16px;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.at-services-item:hover .button-icon em:last-child:before  {
	left: -2px;
}
/* Feature */
.at-feature-item .pull-right {
	width: 45%;
}
.at-feature-item .sppb-media-body {
	text-align: left;
	padding-left: 20px!important;
}
.at-feature-item h5 {
	font-size: 30px;
    font-weight: 400;
    margin: 70px 0 20px;
    line-height: 30px;
}
.at-feature-item .button {
	text-transform: uppercase;
	border: 2px solid;
	display: inline-block;
	margin-top: 30px;
}
.at-feature-item .pull-left {
	width: 45%;
}
/* Testimonial */
.at-testimonial h4 {
	font-size: 24px;
	font-weight: 600;
	width: 70%;
	margin: 40px auto;
}
.at-testimonial h5 {
	font-size: 18px;
	font-weight: 600;
}
.at-testimonial .button {
	margin-top: 50px;
}
/* About */
.lt-about .sppb-row > div {
	padding: 0;
}
.lt-about-tab-column,
.lt-about-tab-column .clearfix {
	height: 100%;
}
.lt-about-tab .sppb-addon-content {
	text-align: center;
}
.lt-about-tab ul.sppb-nav {
	text-align: center;
	background-color: rgba(254, 195, 33, 0.22);
	display: inline-block;
	border-radius: 20px;
}
.lt-about-tab ul.sppb-nav li {
	float: none!important;
	display: inline-block;
}
.lt-about-tab ul.sppb-nav li a {
	border-radius: 20px!important;
	padding: 5px 20px;
	font-weight: 400;
}
.lt-about-tab h4 {
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0 20px;
}
.lt-about-tab .button {
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
	padding: 9px 35px;
	color: #000;
}
.lt-about-tab .button:hover {
	color: #fff;
}
#sppb-addon-1492482380973 .sppb-nav-pills > li > a:hover {
	color: #000;
}
.button:before, .button:after {
    content: '';
    z-index: 2;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    box-sizing: border-box;
}
.button:before {
	border: 2px solid;
    opacity: 0;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
        
}
.button {
    display: inline-block;
    position: relative;
    padding: 12px 40px;
    border-radius: 40px;
    color: #fff;
}
.button:hover {
    background: none!important;
    border-color: transparent!important;

}
.button:hover:before {
	opacity:1; 
	-webkit-transform:scale3d(1,1,1); 
	transform:scale3d(1,1,1)
}
.button:hover:after {
	opacity:0; 
	-webkit-transform:scale3d(0.8,0.8,1); 
	transform:scale3d(0.8,0.8,1)
}
/* Categories */
.lt-categories ul.vm-categories-wall li {
	width: 25%;
	clear: none!important;
	padding: 10px;
}
.lt-categories ul.vm-categories-wall li img {
	border-radius: 50%;
	border: 10px solid #ddd;
    -webkit-transition: all 0.9s ease-in-out;
	-moz-transition:    all 0.9s ease-in-out;
	-ms-transition:     all 0.9s ease-in-out;
	-o-transition:      all 0.9s ease-in-out;
	transition:         all 0.9s ease-in-out;
}
.lt-categories ul.vm-categories-wall li:hover img {
	-ms-transform: rotateY(360deg);; /* IE 9 */
    -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}
.lt-categories ul.vm-categories-wall li .vm-categories-wall-catname {
	font-size: 25px;
	font-weight: 400;
	color: #000;
	margin-top: 40px;
}
.lt-categories .clearfix .sppb-text-left {
	text-align: center;
}
.lt-categories .button {
	padding: 14px 40px;
	display: inline-block;
	border-radius: 0;
	color: #000;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.lt-categories .button:hover {
	color: #fff;
}
/* Prayer */
.at-prayer .sppb-section-title {
	margin-bottom: 30px;
}
.at-prayer .sppb-row > div {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.at-prayer .sppb-row > div:before {
    position: absolute;
	z-index:1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.at-prayer .sppb-row > div:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}
.at-prayer .sppb-row > div {
	padding: 0;
}
.at-prayer-item h6 {
	margin: 40px;
}
.at-prayer-title {
	margin-bottom: 70px;
}
.at-prayer-title h4 {
	font-size: 25px;
	margin-bottom: 30px;
}
.at-prayer-title h4 em {
	font-style: inherit;
}
/* Give Online */
.at-give-online .button {
	padding: 16px 50px!important;
}
/* Team */
.lt-team-item {
	position: relative; 
}
.lt-team-item .sppb-img-container {
	position: relative;
	overflow: hidden;
}
.lt-team-item .sppb-img-container:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	opacity: 0;
	border-radius: 50%;
}
.lt-team-item:hover .sppb-img-container:before {
	opacity: 1;
}
.lt-team-item img {
	border-radius: 50%;
	border: 5px solid #fff;
}
.lt-team-item h6 {
	font-size: 16px;
}
.lt-team-item ul {
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	opacity: 0;
}
.lt-team-item:hover ul {
	opacity: 1;
	bottom: 50%;
}
.lt-team-item ul li {
	list-style: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 5px;
}
.lt-team-item ul li strong {
	display: none;
}
.lt-team-item ul li em {
	color: #fff;
	line-height: 30px;
}
/* Client */
.lt-client-item {
	padding: 50px 0;
}
.lt-client-item img {
	opacity: .7;
}
.lt-client-item:hover img {
	opacity: 1;
	cursor: pointer;
}
/***** BLOG *****/
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
}
.lt-blog .lt-title-general {
    margin-bottom: 30px;
}
.lt-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.lt-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
}
.lt-blog div.k2ItemsBlock ul li img {
	opacity: .8;
}
.lt-blog div.k2ItemsBlock ul li:hover img {
	opacity: 1;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important
}
.lt-blog a.moduleItemImage img {
    width: 100%!important;
}
.lt-blog .media-body {
    padding-top: 10px;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(4),
.lt-blog .lastItem {
    position: relative;
}
.lt-blog .moduleItemReadMore {
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-blog  .moduleItemDateCreated {
    font-style: italic;
}
.lt-blog .moduleItemReadMore:hover {
    color: #fff;
}
.lt-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}
.lt-blog .moduleItemIntrotext img {
    margin-bottom: 15px;
}
.projects-wrapper .project-img .project-img-extra h4 {
  color:#fff;
}
/* Bottom */
#sp-bottom,
#sp-bottom a {
	color: #ddd;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
}
/* Screen min 1199px */
@media (max-width: 1199px) {
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {

}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
	.lt-about .sppb-row > div {
		width: 100%!important;
		padding-left: 10px;
		padding-right: 10px;
		flex: inherit;
	}
	.lt-about .sppb-addon-container,
	.lt-about .sppb-addon-container img  {
		width: 100%;
	}
}
/* Screen max 767px */
@media (max-width: 767px) {
	.at-feature-item .pull-left,
	.at-feature-item .pull-right {
		float: none!important;
		width: 100%;
	}
	.lt-blog div.k2ItemsBlock ul li {
		width: 100%;
	}
	.lt-about .sppb-row > div {
		width: 100%!important;
		padding-left: 10px;
		padding-right: 10px;
		flex: inherit;
	}
	.lt-about .sppb-addon-container,
	.lt-about .sppb-addon-container img  {
		width: 100%;
	}
	.lt-categories ul.vm-categories-wall li,
	.productdetails .product-container {
		width: 50%;
	}
	.at-services-item {
		margin: 20px 0;
	}
	.sp-page-builder .page-content #at-contact {
	    padding: 3px 0!important;
	    margin: 0!important;
	}
}
/* Screen max 480px */
@media (max-width: 480px) {
	.lt-categories ul.vm-categories-wall li,
	.productdetails .product-container {
		width: 100%;
	}
	#lt-intro {
		padding-top: 30px!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 {
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}