/*
Theme Name: schooloffullness
*/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.headerwrapper-con .header-right {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}
.headerwrapper-con .header-right font{
    font-weight:400!important;
}
.headerwrapper-con .headerphone {
    padding: 0;
    margin: 0;
    color: var(--BlackColor);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none!important;
}
.headerwrapper-con .headerphone i {
    margin-right: 10px;
    color: #000;
}
.headerwrapper-con .header-menu {
    margin-top: 12px;
}
.wa__popup_powered{
    display:none!important;
}
.headerwrapper-con .contactbtn {
    height: 38px;
    padding: 0 30px;
    margin: 0 30px;
    color: #000;
    text-decoration: none!important;
    line-height: 38px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
   
    text-decoration: none;
   border: 1px solid #00000029;
}
.headerwrapper-con .contactbtn:hover {
    color:#ed991f;
   /* background: rgba(240,184,30,1);*/
   /* background: -moz-linear-gradient(left,rgba(240,184,30,1) 0%,rgba(232,128,36,1) 100%);*/
   /* background: -webkit-gradient(left top,right top,color-stop(0%,rgba(240,184,30,1)),color-stop(100%,rgba(232,128,36,1)));*/
   /* background: -webkit-linear-gradient(left,rgba(240,184,30,1) 0%,rgba(232,128,36,1) 100%);*/
   /* background: -o-linear-gradient(left,rgba(240,184,30,1) 0%,rgba(232,128,36,1) 100%);*/
   /* background: -ms-linear-gradient(left,rgba(240,184,30,1) 0%,rgba(232,128,36,1) 100%);*/
   /*background: linear-gradient(to right,rgb(0 0 0 / 50%) 0%,rgb(0 0 0 / 21%) 100%);*/
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b81e',endColorstr='#e88024',GradientType=1);*/
   /* border: 0px;*/
}

.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body, h1, h2, h3, h4, h5, h6, a, font, span, p{
	font-family: 'Roboto', sans-serif !important;
	--GreyColor: #484646;
	--BlackColor: #151414;
	--YellowColor: #fbd22c;
	--BlueColor: #0074bd;
}

a{
	transition-duration: 0.3s;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

.container{
    max-width: 1240px !important;
}

p{
	color: var(--GreyColor);
	font-size: 16px;
	line-height: 28px;
}

.page-container{
	width: 100%;
	
}

.footer-btm {
    width: 100%;
    background: #000000d4;
    min-height: 60px;
    padding-top: 18px;
    text-align: center;
}
.footer-btm p{
    color:#fff;
}
.footer-btm a{
    color:#db0c09!important;
}
.footer-btm p{
	font-size: 15px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.footer-btm .col-lg-6:last-child{
	text-align: right;
}

.footer-btm p a{
	color: var(--GreyColor);
}

.footer-btm p a:hover{
	color: var(--BlueColor);
	text-decoration: none !important;
}

.footertop-wrap{
	width: 100%;
	background: #efefef;
	padding: 80px 0px;
}

.footertop-wrap .footer-addresscon p{
	text-align: justify;
	padding: 0;
	margin: 0;
	padding-right:20%;
}

.footertop-wrap .footer-addresscon a{
	width: 260px;
	height: 80px;
	display: block;
	background: url(../schooloffullness/assets/img/tisser-uk-logo.png) no-repeat;
	margin-bottom: 30px;
}
.about-content-tisser {
    padding:45px!important;
}
.footertop-wrap h4{
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0px 0px 24px 0px;
}

.footertop-wrap ul{
	width: 100%;
	padding: 0;
	margin: 0;
}

.footertop-wrap ul li{
	list-style: none;
	padding: 0;
	margin: 0px 0px 14px 0px;
	line-height: normal;
}

.footertop-wrap ul li:last-child,
.footertop-wrap .footeraddress p{
	margin-bottom: 0px;
}

.footertop-wrap ul li a,
.footertop-wrap .footeraddress p a{
	color: var(--GreyColor);
	font-size: 16px;
	text-decoration: none;
}

.footertop-wrap ul li a:hover{
	text-decoration: none;
	color: #eb8f21;
}

.footertop-wrap .footeraddress p{
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 14px 0px;
	width: 100%;
	position: relative;
	line-height: 24px;
}

.footertop-wrap .footeraddress p i{
	position: absolute;
	left: 0px;
	top: 4px;
}

.footertop-wrap .col-lg-8{
	padding-left: 60px;
}

.footer-bluebar{
	width: 100%;
	background: #282823;
	min-height: 120px;
}

.footer-bluebar ul{
	padding: 0px;
	margin: 39px 0px 0px 0px;
	width: 100%;
	text-align: right;
}

.footer-bluebar ul li{
	list-style: none;
	display: inline-block;
}

.footer-bluebar ul li a{
	width: 42px;
	height: 42px;
	background-color: #ffd800;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0px 3px;
	line-height: 42px;
}

.footer-bluebar ul li a:hover{
	color: #000;
	background: #fff;
}

.footer-bluebar .download-brochure{
	height: 42px;
	background: var(--YellowColor);
	color: #271f00;
	font-weight: 500;
	border-radius: 4px;
	line-height: 42px;
	padding: 0px 25px;
	position: absolute;
	top: 39px;
	right: 0px;
	text-decoration: none;
}

.footer-bluebar h4{
	padding: 0px;
	margin: 31px 0px 0px 0px;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}

.footer-bluebar h6{
	padding: 0px;
	margin: 4px 0px 0px 0px;
	float: left;
	color: #fff;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
}

.footer-bluebar .footerblue-txt{
	width: 100%;
	position: relative;
/* 	padding-left: 75px; */
}

/*.footer-bluebar .footerblue-txt:before{*/
/*	width: 60px;*/
/*	height: 53px;*/
/*	background: url(../schooloffullness/assets/img/know-more.jpg);*/
/*	left: 0px;*/
/*	top: 32px;*/
/*	position: absolute;*/
/*	content: '';*/
/*}*/



.page-heading{
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding: 0;
	line-height: normal;
	font-weight: 500;
	margin: 0px 0px 15px 0px !important;
}
.service-section h2{
    padding-top:50px;
}
.products-homewrap{
	text-align: center;
}

.products-homewrap .product-item{
	width: 100%;
	height: 220px;
	display: block;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	margin-top: 30px;
	text-decoration: none !important;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
	float: left;
}

.products-homewrap .product-item:hover{
	background: var(--BlueColor);
	color: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	border-bottom-right-radius: 0px;
}




.products-homewrap .product-item:hover h6{
	color: white;
}

.products-homewrap{
	margin-top: 60px;
	margin-bottom: 90px;
}

.products-homewrap .product-item h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: var(--BlackColor);
	text-decoration: none;
	transition-duration: 0.3s;
}

.products-homewrap .product-item span{
	width: 100px;
	height: 85px;
	display: inline-block;
	margin: 46px 0px 16px 0px;
	background: url(../schooloffullness/assets/img/product-icon.png) no-repeat;
	transition-duration: 0.3s;
}

.products-homewrap .col-lg-3:nth-child(2) .product-item span{
	background-position-x: -100px;
}

.products-homewrap .col-lg-3:nth-child(3) .product-item span{
	background-position-x: -200px;
}

.products-homewrap .col-lg-3:nth-child(4) .product-item span{
	background-position-x: -300px;
}

.products-homewrap .product-item:hover span{
	background-position-y: -85px;
}

.products-homewrap .product-item:hover font{
	right: -25px;
	bottom: -25px;
}

.products-homewrap .product-item font{
	width: 85px;
	height: 85px;
	position: absolute;
	right: -85px;
	bottom: -85px;
	background: white;
	border-radius: 50%;
	z-index: 900;
	transition-duration: 0.3s;
}

.products-homewrap .product-item font:before{
	width: 16px;
	height: 17px;
	content: '';
	position: absolute;
	top: 24px;
	right: 42px;
	background: url(../schooloffullness/assets/img/more-arrow.svg) no-repeat;
	background-size: auto 17px;
	background-position-x:-8px;
	animation: moreanimation 0.5s infinite;
}

@keyframes moreanimation{   
	0%  {
		background-position-x:-8px;
	}   
	
	100% {
		background-position-x:0px;
	} 
}

.whatwe-docon{
	width: 100%;
	text-align: justify;
	padding: 70px 0px;
}

.whatwe-docon .page-heading{
	width: 100%;
	text-align: left !important;
}

.learnmore-btn{
	border: 2px solid #fff;
	height: 40px;
	display: inline-block;
	padding: 0px 25px 0px 45px;
	border-radius: 25px;
	line-height: 35px;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	color:#fff;
}
.service-btn{
    border: 2px solid #ffd600;
	color:#000;
}

.learnmore-btn:hover{
	background: #ffd600;
	text-decoration: none;
	color: #fff;
}
.module-wrap .service-btn {
    margin-top: 35px;
}

.service-btn {
    height: 40px;
    display: inline-block;
    padding: 0px 25px 0px 45px;
    border-radius: 25px;
    line-height: 35px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.service-btn:hover:before{
	background: url(../schooloffullness/assets/img/more-arrow-white.svg) no-repeat!important;
	background-size: auto 14px;
}

.service-btn:before {
    background: url(../schooloffullness/assets/img/service-icons/more-arrow-black.png) no-repeat!important;
    width: 30px;
	height: 14px;
	content: '';
	position: absolute;
	left: 13px;
	top: 10px;
	background-size: auto 14px!important;
	background-position-x:8px!important;
	animation: serviceanim 0.5s infinite!important;
}
.service-btn:hover {
    background: #ffd600;
    text-decoration: none;
    color: #fff;
}
@keyframes serviceanim{   
	0%  {
		background-position-x:-8px;
	}   
	
	100% {
		background-position-x:0px;
	} 
}


.learnmore-btn:before{
	width: 13px;
	height: 14px;
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	background: url(../schooloffullness/assets/img/more-arrow-white.svg) no-repeat;
	background-size: auto 14px;
	background-position-x:8px;
	animation: learnmoreanim 0.5s infinite;
}

.learnmore-btn:hover:before{
	background: url(../schooloffullness/assets/img/more-arrow-white.svg) no-repeat;
	background-size: auto 14px;
}

@keyframes learnmoreanim{   
	0%  {
		background-position-x:-8px;
	}   
	
	100% {
		background-position-x:0px;
	} 
}

.whatwe-docon .col-lg-6{
	padding-left: 45px;
}

.whatwe-docon .col-lg-6 a{
	margin-top: 15px;
}

.whatwe-docon .col-lg-6{
	padding-right: 10px;
}

.whatwe-docon .col-lg-6 span{
	margin-top: 15px;
	float: left;
	position: relative;
	width: 100%;
	height: 390px;
	
	overflow: hidden;
	border-radius: 15px;
}

.whatwe-docon .col-lg-6 span img{
	width: 100%;
	height: 390px;
	object-fit: cover;
}
/*
.whatwe-docon .col-lg-5 span img{
	position: relative;
	z-index: 10;
}

.whatwe-docon .col-lg-5 .image-div{
	width: 465px;
	height: 337px;
	background: url(../schooloffullness/assets/img/product-laptop.png) no-repeat;
	position: relative;
	z-index: 10;
}

.whatwe-docon .col-lg-5 span:after{
	width: 150px;
	height: 150px;
	content: '';
	position: absolute;
	top: 100px;
	right: -30px;
	background: #cee4f2;
	z-index: 0;
	border-radius: 50%;
}

.whatwe-docon .col-lg-5 span:before{
	width: 390px;
	height: 390px;
	content: '';
	position: absolute;
	top: -90px;
	left: -60px;
	z-index: 0;
	border-radius: 50%;
	border: 40px solid #cee4f2;
}
*/
.years-wrap{
	width: 100%;
	text-align: center;
	background: var(--BlueColor);
	border-radius: 5px;
	margin-top: -50px;
	position: relative;
}

.years-wrap .row{
	margin: 0px;
}

.years-wrap .row .col-lg-3{
	padding: 0px;
	border-right: 1px solid #4b9dd0;
	min-height: 90px;
	padding-top: 15px;
}

.years-wrap .row .col-lg-3:last-child{
	border-right: none;
}

.years-wrap .row .col-lg-3 h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #e5f1f8;
	line-height: normal;
}

.years-wrap .row .col-lg-3 h3{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 900;
	color: var(--YellowColor);
	line-height: normal;
}

.module-wrap{
	text-align: center;
}

.module-wrap .col-lg-4 a{
width: 100%;
    min-height: 266px;
    border-radius: 4px;
    border: 1px solid #00000014;
    display: block;
    text-decoration: none !important;
    margin-top: 20px;
    padding: 0px 15px;
    transition-duration: 0.3s;
    /*border-top: 1px solid #e66e25!important;*/
}

.module-wrap .col-lg-4 a:hover{
	border-color: #0000001f;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
}


.module-wrap .col-lg-4 a h6{
width: 100%;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none !important;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    background-color: #00000061;
    position:absolute;
    left:0px;
}
.module-wrap .col-lg-4 a h6:hover{
    background-color: #000000d1;
}
.service-section .icon img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

/*icon*/
.service-section .icon img {
    width: 20%;
    height: 20%;
    object-fit: cover;
    background-color: #000000c7;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service-section .icon {
    position: absolute;
    width: 70px;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.module-wrap .col-lg-4 a p {
    padding-top: 3vh!important;
}
.copyright{
    color:#db0c09;
}


.module-wrap .col-lg-4 a span{
	width: 100%;
	height: 180px;
	display: block;
	text-align: center;
	margin: 15px 0px 0px 0px;
	position:relative;
}

.module-wrap .col-lg-4 a span img{
	height: 180px;
object-fit: cover;
    width: 100%;
}

.module-wrap .col-lg-4 a p{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 26px;
    padding-top: 25vh;
        text-align: justify;
}

.module-wrap .learnmore-btn{
	margin-top: 35px;
}

.module-wrap{
	margin-top: 0px;
	margin-bottom: 90px;
}

.award-support-wrap{
	width: 100%;
	background: #e5f1f8;
	border-radius: 10px;
	overflow: hidden;
}

.award-support-wrap .col-lg-5 img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.award-support-wrap .col-lg-7{
	height: 480px;
	display: table;
	position: relative;
}

.award-support-wrap .col-lg-7:after{
	width: 311px;
	height: 276px;
	position: absolute;
	right: -16px;
	bottom: 0px;
	content: '';
	z-index: 0;
	background: url(../schooloffullness/assets/img/eicon.svg) no-repeat;
	opacity: 0.1;
}

.award-support-wrap .col-lg-7 span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
	padding-right: 20px;
}

.award-support-wrap .col-lg-7 h3{
	font-size: 38px;
	margin-bottom: 16px;
}

.award-support-wrap .col-lg-7 ul{
	width: 100%;
	padding: 0;
	margin: 0px 0px 30px 0px;
	float: left;
	position: relative;
	z-index: 10;
}

.award-support-wrap .col-lg-7 ul li{
	list-style: none;
	padding: 0;
	margin: 8px 0px;
	display: inline-block;
	width: 50%;
	float: left;
	color: var(--GreyColor);
}

.testimonial-wrap{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
	position: relative;
}

.testimonial-wrap p{
	 font-style: italic;
	 padding: 0;
	 margin: 0;
}

.testimonial-wrap span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: url(../schooloffullness/assets/img/testimonial-profilepic.jpg) no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}

.testimonial-wrap span img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.testimonial-wrap h6{
	font-size: 15px;
	font-weight: normal;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
}

.testimonial-wrap h5{
	font-size: 18px;
	font-weight: 500;
	color: var(--BlackColor);
	padding: 0;
	margin: 20px 0px 6px 0px;
}

.testimonial-wrap .fa-quote-right{
	position: absolute;
	top: 0px;
	right: 15px;
	color: #e5f1f8;
	font-size: 160px;
}

.banner-wrapper{
	width: 100%;
	height: 690px;
	display: block;
	background: url(../schooloffullness/assets/img/schooloffullness.webp) top no-repeat;
	padding-top: 140px;
	position: relative;
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}


.socialmedia-sticky{
	position: fixed !important;
	  top: 47%;
	  -webkit-transform: translate(-50%) rotate(-90deg);
	  -ms-transform: translate(-50%) rotate(-90deg);
	  transform: translate(-50%) rotate(-90deg);
	  left: 30px;
	  font-size: 14px;
	  font-weight: 500;
	  text-transform: capitalize;
	  font-weight: 600;
	  z-index: 999;
	  color: #fff;
	  letter-spacing: 2px;
  }
  
  .socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #fff;
  }
  
  .socialmedia-sticky a:hover{
	color: var(--BlueColor);
  }

  ::selection {
	background: var(--BlueColor);
	color: #fff;
}

::-moz-selection {
	background: var(--BlueColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 4px;
	height:0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: #a02142; 
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #24337a;
}

.headerwrapper-con{
	width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1020;
    padding-top: 5px;
    transition-duration: 0.3s;
    background-color: #ffffffcc;
    padding-bottom: 5px;
}

.headerwrapper-con .header-logo{
    width: 261px;
    height: 95px;
    background: url(../schooloffullness/assets/img/school-of-wellness-logo.png) no-repeat;
    float: left;
    background-size: contain;
}
.headerwrapper-con .christo-logo{
    width: 261px;
    height: 95px;
    background: url(../schooloffullness/assets/img/christotherapy-logo.png) no-repeat;
    float: left;
    background-size: contain;
}

.f-nav .headerwrapper-con{
background:  #fff !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	padding: 10px 0px;
}

.f-nav .headerwrapper-con .header-logo{
	height: 38px;
	background-size: auto 48px;
}

.page-template-page-home .headerwrapper-con .mega-menu-item-32 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-28 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-30 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-31 .mega-menu-link{
	color: #fff !important;
}

.getintouch-wrap{
	width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	padding: 0px 60px;
}

.getintouch-wrap .col-lg-6 input{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.getintouch-wrap .col-lg-6,
.getintouch-wrap .col-lg-12{
	padding-bottom: 16px;
}

.getintouch-wrap .col-lg-12 textarea{
	width: 100%;
	height: 120px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}



.getintouch-wrap .col-lg-12 input[type='checkbox'],
.bookdemobtm .col-lg-12 input[type='checkbox']{
	margin-right:8px;
	outline:none !important;
	background:none;
}


.getintouch-wrap .col-lg-12 input[type='checkbox']:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #94acbb;
}

.getintouch-wrap .col-lg-12 input[type='checkbox']:checked:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:checked:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #ffd701;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--BlueColor);
}

.getintouch-wrap .col-lg-12 .wpcf7-list-item,
.bookdemobtm .col-lg-12 .wpcf7-list-item{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -10px;
	float: left;
	color: var(--GreyColor);
	width: 100%;
}

.wpcf7-response-output,
.wpcf7-spinner{
	display: none;
	visibility: hidden;
}

.footer-addresswrap hr {
    padding: 0;
    margin: 0;
    height: 1px;
    border: none;
    background:#00000063;
}
.footer-addresswrap .col-lg-4:nth-child(1) {
    padding-left: 105px;
}
.footer-addresswrap .col-lg-4 {
    margin-top: 26px;
    margin-bottom: 26px;
    position: relative;
}
.footer-addresswrap .col-lg-4:nth-child(1) font {
    width: 46px;
    height: 58px;
    position: absolute;
    left: 45px;
    top: 5px;
    z-index: 900;
    background: url(../schooloffullness/assets/img/address.png) no-repeat;
}
.footer-addresswrap .col-lg-4 h6 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: var(--BlackColor);
    font-weight: 600!important;
}
.footer-addresswrap .col-lg-4 p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.footer-addresswrap .col-lg-4:nth-child(2) {
    padding-left: 150px;
}
.footer-addresswrap .col-lg-4:nth-child(2) font {
    width: 51px;
    height: 51px;
    position: absolute;
    left: 85px;
    top: 5px;
    z-index: 900;
    background: url(../schooloffullness/assets/img/support.png) no-repeat;
}
.footer-addresswrap .col-lg-4:after {
    width: 1px;
    height: 100%;
    content: '';
    background: #ec981f;
    position: absolute;
    left: 15px;
    top: 0;
}
.footer-addresswrap .col-lg-4:nth-child(3) {
    padding-left: 140px;
}
.footer-addresswrap .col-lg-4:nth-child(3) font {
    width: 45px;
    height: 44px;
    position: absolute;
    left: 75px;
    top: 5px;
    z-index: 900;
    background: url(../schooloffullness/assets/img/email.png) no-repeat;
}
.footer-addresswrap .col-lg-4 p a {
    text-decoration: none;
    color: var(--GreyColor);
}
.footer-addresswrap{
    padding:30px 0px;
}
.footer-addresswrap .adr:after{
    display:none!important;
}


.getintouch-wrap .contactbtn{
	width: 100%;
	background: #ffd701;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.wpcf7-not-valid-tip{
	font-size: 11px;
}

.getintouch-wrap h3{
	padding: 0px;
	margin: 0px 0px 16px 0px;
	font-size: 34px;
	font-weight: 500;
}

.getintouch-wrap .col-lg-8{
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 45px;
}

.getintouch-wrap img{
	width: 100%;
	margin-top: 0px;
}

.google-maps {
position: relative;
    padding-bottom: 306px;
    height: 0;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    filter:grayscale(1);
}


.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-page p a{
	color: var(--GreyColor);
	text-decoration: none;
}

.contact-page .col-lg-3 p{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
	line-height: 24px;
}

.contact-page .col-lg-3 h4{
	width: 100%;
	padding: 0;
	margin: 20px 0px 8px 0px;
	text-align: center;
	font-size: 18px;
}

.contact-page .contactaddress{
	margin: 45px 0px 80px 0px;
    text-align: center;
    background-color: #0000007d;
    padding: 30px;
    border-radius: 0px;
    background-image: url(../schooloffullness/assets/img/addressbg.webp);
    background-position: 0% 35%;
    background-size: cover;
    border-top: 2px solid #e87a23;
}
.contactaddress h4{
    color:#fff!important;
}
.contactaddress p{
    color:#fff!important;
}
.contactaddress a{
    color:#fff!important;
}
.contact-page .contactaddress .col-lg-3{
	border-right: 1px solid #b7c6ce;
	padding: 0;
}

.contact-page .contactaddress .col-lg-3:last-child{
	border-right: none;
}

.contact-page .contactaddress .col-lg-3 span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #e5f1f8;
	border-radius: 50%;
	color: var(--BlueColor);
	font-size: 32px;
	line-height: 90px;
	transition-duration: 0.3s;
}

.contact-page .contactaddress .col-lg-3:hover span{
	background: var(--BlueColor);
	color: #fff;
}

.meet-team .team-item{
	width: 100%;
    min-height: 285px;
    border-radius: 10px;
    border: 1px solid #c4d9e6;
    display: block;
    text-decoration: none !important;
    margin-top: 25px;
    padding: 35px 20px 0px 20px;
    transition-duration: 0.3s;
	text-align: center;
	
}

.meet-team .team-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.meet-team .team-item span{
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 50%;

    background: url(../schooloffullness/assets/img/testimonial-profilepic.jpg) no-repeat #e4f1f9;
	background-position: 15px 12px;
    overflow: hidden;
}

.meet-team .team-item span img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.meet-team .team-item h6{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: var(--GreyColor);
}

.meet-team .team-item h5{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: 600;
	color: var(--BlackColor);
}

.meet-team{
	text-align: center;
}

.meet-team h4{
	padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 32px;
}

.blog-page .blog-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}



.blog-page .blog-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.blog-page .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.blog-page .row{
	margin-left: -20px;
	margin-right: -20px;
}

.blog-page .blog-item:hover h6{
	color: var(--BlueColor);
}

.blog-page .blog-item span{
	width: 100%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--BlueColor);
	position: relative;
}

.blog-page .blog-item:hover img{
	opacity: 0.2;
}

.blog-page .blog-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.blog-page .blog-item:hover i{
	top: 50%;
	opacity: 1;
}

.blog-page .blog-item span img{
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}

.blog-page .blog-item h6{
	font-size: 16px;
	color: var(--BlackColor);
	text-decoration: none;
	line-height: 24px;
	padding: 0;
	margin: 16px 0px 0px 0px;
	float: left;
}

.blog-singlepage .col-lg-4 img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.blog-singlepage .col-lg-8{
	text-align: justify;
	padding-right: 60px;
}

.blog-singlepage .col-lg-8 h4{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 35px 0px 15px 0px;
}

.blog-singlepage .col-lg-8 .entry-meta a{
	color: var(--GreyColor);
	font-weight: 500;
}

.blog-singlepage .col-lg-8 .entry-meta a:hover{
	color: var(--BlueColor);
	text-decoration: none;
}

.blog-singlepage .col-lg-8 .entry-title{
	font-size: 26px;
	text-align: left;
}

.blog-singlepage .col-lg-8 .entry-meta font{
	background: var(--YellowColor);
	padding: 3px 20px;

}

.blog-singlepage .col-lg-8 .entry-meta{
	margin: 12px 0px 10px 0px;
}

.blog-singlepage .col-lg-4 h4{
	padding: 0px;
	margin: 60px 0px 12px 0px;
	font-size: 26px;
}

.blog-singlepage .col-lg-4 ul{
	padding: 0px;
	margin: 0;
}

.blog-singlepage .col-lg-4 ul li{
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	line-height: normal;
	border-bottom: 1px dashed #c5c5c5;
}

.blog-singlepage .col-lg-4 ul li:last-child{
	border-bottom: none;

}

.blog-singlepage .col-lg-4 ul li a{
	text-decoration: none;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.blog-singlepage .col-lg-4 ul li a:hover{
	color: var(--BlueColor);
}

.blog-singlepage .col-lg-8 .text-muted{
	display: none;
	visibility: hidden;
}	

.blog-singlepage .col-lg-8 ul,
.blog-singlepage .col-lg-8 ol{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.blog-singlepage .col-lg-8 ul li,
.blog-singlepage .col-lg-8 ol li{
	margin: 10px 0px;
	color: var(--GreyColor);
}

.blog-singlepage .col-lg-8 .comments-title{
	font-size: 20px !important;
	text-align: left;
	margin: 0px 0px 20px 0px !important;
}

.blog-singlepage .col-lg-8 .comments-area{
	margin-top: 50px;
}

.blog-singlepage .col-lg-4{
	position: relative;
}

.sticky-block{
	position: sticky;
	top: 70px;
}

.blog-singlepage{
	position: relative;
}

.integration-wrap .integration-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: none;
	outline: none !important;
	transition-duration: 0.3s;
}

.integration-wrap .integration-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.integration-wrap .integration-item span{
	width: 100%;
	height: 230px;
	background-color: var(--BlueColor);
	display: block;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}

.integration-wrap .integration-item span img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.integration-wrap .integration-item:hover img{
	opacity: 0.25;
}

.integration-wrap .integration-item h4{
	width: 100%;
	padding: 0px 0px;
	margin: 14px 0px 0px 0px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	color: var(--BlackColor);
	float: left;
}

.integration-wrap .integration-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.integration-wrap .integration-item:hover i{
	top: 50%;
	opacity: 1;
}

.integration-wrap .row{
	margin-left: -20px;
	margin-right: -20px;
}

.integration-wrap .row .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.integration-wrap .row .col-lg-4 span img{
	transition-duration: 0.3s;
}

.integration-wrap .row .col-lg-4 ul{
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.integration-wrap .row .col-lg-4 ul li{
	padding: 0;
	margin: 10px 0px;
}

.integration-wrap .row .col-lg-4 .modal-body h5{
	padding: 0px;
	margin: 0;
	font-size: 18px;
}

.integration-wrap .row .col-lg-4 .modal-header{
	color: var(--BlueColor);
}

.customer-testimonials{
	width: 100%;
	background: #e5f1f8;
	margin: 0px 0px;
	padding: 70px 0px 80px 0px;
}

.customer-testimonials .page-heading{
	font-size: 48px;
}

.customer-testimonials .container{
	position: relative;
}

.customer-testimonials i{
	color: #bfd5e0 !important;
}

.customer-testimonials span{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.customer-testimonials a font{
	width: 26px;
	height: 47px;
	background: url(../schooloffullness/assets/img/arrow.jpg) no-repeat;
	display: inline-block;
}

.customer-testimonials a.carousel-control-next{
	transform: rotate(180deg);
	right: -110px;
}

.customer-testimonials a.carousel-control-prev{
	left: -110px;
}

.customer-testimonials a{
	opacity: 0.2;
}

.integration-wrap .modal-dialog{
	max-width: 560px;
}

.integration-wrap .modal-dialog .modal-body{
	padding: 30px;
	text-align: justify;
}

.know-more-wrap{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.know-more-wrap p:last-child{
	margin-bottom: 0px;
}

.know-more-wrap h3{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 32px;
}

.know-more-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 60px 0px;
	margin: 0;
}

.casestudy-top .col-lg-3{
	margin-bottom: 30px;
	text-align: center;
}



.bookdemobtm .demobtn{
	width: 100%;
	background: var(--BlueColor);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.bookdemobtm .col-lg-6 input,
.bookdemobtm .col-lg-12 select{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.bookdemobtm .col-lg-6,
.bookdemobtm .col-lg-12{
	padding-bottom: 20px;
}

.bookdemobtm p{
	text-align: center;
	margin-bottom: 45px;
}

.bookdemobtm h3{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px 0px 12px 0px;
	font-size: 32px;
}

.bookdemobtm{
	margin: 80px 0px;
}


.casestudy-top .casestudy-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 30px;
	background: none;
	outline: none !important;
	transition-duration: 0.3s;
	min-height: 484px;
}

.casestudy-top .casestudy-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
text-decoration: none;
}

.casestudy-top .casestudy-item span{
	width: 100%;
	height: 230px;
	background-color: var(--BlueColor);
	display: block;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

.casestudy-top .casestudy-item span img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.casestudy-top .casestudy-item:hover img{
	opacity: 0.25;
}

.casestudy-top .casestudy-item h5{
	width: 100%;
	padding: 0px 0px;
	margin: 22px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	color: var(--BlackColor);
	float: left;
	text-decoration: none;
}

.casestudy-top .casestudy-item p{
	text-decoration: none !important;
	line-height: 26px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: justify;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; 
   -webkit-box-orient: vertical;
   width: 100%;
   float: left;
}

.casestudy-top .casestudy-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.casestudy-top .casestudy-item:hover i{
	top: 50%;
	opacity: 1;
}

.casestudy-top .row{
	margin-left: -20px;
	margin-right: -20px;
}

.casestudy-top .row .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.benefit-wrapper{
	width: 100%;
	background: #e5f1f8;
	padding: 70px 0px;
}

.casestudy-single .col-lg-4 p{
	text-align: justify;
	margin: 0;
	padding: 0;
}

.casestudy-single .col-lg-4 h4{
	padding: 0px 0px 0px 80px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	width: 100%;
	text-align: left;
	color: var(--BlueColor);
	font-weight: 600;
	line-height: 28px;
	position: relative;
}

.casestudy-single .col-lg-4:nth-child(1) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../schooloffullness/assets/img/learning-background.jpg) no-repeat;
}

.casestudy-single .col-lg-4:nth-child(2) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../schooloffullness/assets/img/challenges.jpg) no-repeat;
}

.casestudy-single .col-lg-4:nth-child(3) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../schooloffullness/assets/img/solution.jpg) no-repeat;
}




.casestudy-single .col-lg-4{
	padding-left: 30px;
	padding-right: 30px;
}

.casestudy-single .row{
	margin-left: -30px;
	margin-right: -30px;
}

.benefit-wrapper h3{
	width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 32px;
}

.benefit-wrapper ul{
	padding: 0px 0px 0px 20px;
	margin: 0;
	width: 100%;
}

.benefit-wrapper ul li{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: var(--GreyColor);
}

.casestudy-single .case-testimonials{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.casestudy-single .case-testimonials p{
	font-style: italic;
	padding: 0;
	margin: 0;
	font-size: 17px;
	position: relative;
	z-index: 900;
}

.casestudy-single .case-testimonials h6{
	padding: 0;
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 900;
}

.casestudy-single .case-testimonials i{
	font-size: 32px;
	color: #bfdced;
	padding: 0;
	margin-bottom: 10px;
}

.product-footer-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 80px 0px;
}

.product-footer-wrap .col-lg-9{
	padding-right: 60px;
}

.product-footer-wrap .col-lg-9 .btn-link{
	outline: none !important;
	box-shadow: none !important;
	text-align: left;
	padding: 12px 20px;
	margin: 0;
	background: #bfdced;
	text-decoration: none;
	color: var(--BlackColor);
	font-weight: 500;
}

.product-footer-wrap .col-lg-9 .card{
	border: none;
	margin-bottom: 20px;
	background: #d0e3f0;
	
}

.product-footer-wrap .col-lg-9 .card:last-child{
	margin-bottom: 0px;
}

.product-footer-wrap .col-lg-9 .card .card-body{
	padding: 20px;
	color: var(--GreyColor);
}

.product-footer-wrap .needheal-wrap{
	width: 100%;
	background: var(--BlueColor);
	float: left;
	padding: 40px 25px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}

.product-footer-wrap .needheal-wrap p{
	color: #fff;
	padding: 0;
	margin: 0px 0px 30px 0px;
	line-height: 24px;
}

.product-footer-wrap .needheal-wrap h4{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 26px;
}

.product-footer-wrap .needheal-wrap span{
	width: 90px;
	height: 90px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	color: var(--BlueColor);
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 90px;
}

.product-footer-wrap .needheal-wrap a{
	background: var(--YellowColor);
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	border-radius: 4px;
}

.product-topcon{
	text-align: justify;
}

.product-topcon p:last-child{
	margin-bottom: 0px;
}

.product-topcon .col-lg-5 span{
	width: 100%;
	height: 340px;
	float: left;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.product-topcon .col-lg-5 span img{
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.product-topcon .col-lg-5{
	padding-right: 60px;
}

.product-topcon .col-lg-7 ul{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.product-topcon .col-lg-7 ul li{
	margin-bottom: 9px;
	list-style-image: url(../schooloffullness/assets/img/tick.jpg);
	padding-left: 8px;
}

.product-topcon .col-lg-7 ul li:last-child{
	margin-bottom: 0px;
}

.postid-58 .col-lg-5 span,
.postid-58 .col-lg-5 span img{
	height: 410px;
}

@media screen and (min-width: 1024px) {
	.mega-menu-item-216 .mega-menu-link{
		background: #fff !important;
		font-weight: 500 !important;
		color: var(--BlackColor) !important;
	}
	
	.mega-menu-item-29 .mega-menu-link:hover{
		color: #fbd22c !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-menu-link {
		color: #000 !important;
	}
#mega-menu-item-216 .mega-menu-link {
    color: #000 !important;
}


	.mega-sub-menu{
		-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
	}

	.page-template-page-home .mega-sub-menu .mega-menu-link{
		color: var(--BlackColor) !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link{
		color: #fff !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover,
	.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover {
		color: var(--BlackColor) !important;
	}
}




.headerwrapper-con .mega-menu-link{
	font-weight: 400 !important;
}

.banner-caption h1{
	padding: 0px;
	margin: 0;
	font-size: 59px;
	font-weight: 500;
	color:#fff;
}
.banner-caption p{
    color:#fff;
}
.banner-caption h4{
	padding: 0px;
	margin: 10px 0px 50px 0px;
	font-size: 20px;
	font-weight: 700;
}

.banner-caption h4 font{
	background: var(--YellowColor);
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	border-radius: 5px;
}

.banner-caption h4 font:last-child{
	margin-top: -6px;
}

.banner-caption{
	padding-top: 70px;
}

/*.banner-wrapper .banner-scroll{*/
/*	width: 18px;*/
/*	height: 35px;*/
/*	background: url(assets/img/scroll-icon.png) no-repeat;*/
/*	padding: 0px;*/
/*	margin: 0;*/
/*	border: none;*/
/*	outline: none;*/
/*	position: absolute;*/
/*	z-index: 990;*/
/*	left: 50%;*/
/*	margin-left: -9px;*/
/*	bottom: 20px;*/
/*	animation: mouseanim 1.2s infinite alternate;*/
/*}*/






@keyframes mouseanim{   
	0%  {bottom: 30px;}   
	50%  {bottom: 20px;}   
	100% {bottom: 30px;} 
}

.banner-image-con{
	position: relative;
	float: left;
}

.banner-image-con img{
	width: 100%;
    height: auto;
    
}

.banner-image-con button{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	background: var(--BlueColor);
	color: #fff;
	position: absolute;
	left: 30px;
	top: 125px;
	padding: 0px 0px 0px 5px;
	font-size: 30px;
	box-shadow: 0 0 0 0 rgba(0, 116, 188, 0.5);
	cursor: pointer;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.banner-image-con button:hover{
	color: var(--YellowColor);
}

  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}

.page-header{
	height: 280px;
	text-align: center;
	background: url(../schooloffullness/assets/img/inner-banner.jpg) top repeat-x #d9eaf5;
	padding: 150px 0px 0px 0px !important;
	margin: 0 !important;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-wrap .col-xl-2dot4 a {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #ffdb20bd;
    display: block;
    text-decoration: none!important;
    margin-top: 20px;
    padding: 0 20px;
    transition-duration: .3s;
    position: relative;
}
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-wrap .col-xl-2dot4 a span {
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    margin: 30px 0 18px 0;
}
.module-wrap .col-xl-2dot4 a span img {
    height: 70px;
    object-fit: cover;
}
.module-wrap .col-xl-2dot4 a:hover {
    border-color: #0074bd00;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 18%);
}
.module-wrap .col-xl-2dot4 a h6 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: var(--BlackColor);
    font-weight: 500;
    text-decoration: none!important;
}

.contactaddress i{
   color: #ffffff;
    font-size: 25px;
    margin-bottom: 15px;
}


@media (min-width: 1140px){
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.page-header h2{
	width: 100%;
    text-align: center;
    font-size: 54px;
    padding: 0;
    line-height: normal;
    font-weight: 500;
    margin: 0px 0px 0px 0px !important;
    color:#fff;
}

.page-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.about-page{
	text-align: justify;
}

.contactaddress .fa-phone-alt {
    color:  #ed9b1f;
}

.about-page p:last-child{
	margin-bottom: 0px;
}

.about-page h4{
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 28px;
}

.about-page .col-lg-4 span{
    float: left;
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    border-radius: 15px;
	margin-top: 5px;
}

.about-page .col-lg-4 span img{
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.about-page .col-lg-8{
	padding-right: 65px;
}


/*/ --- home new css starts --- /*/
.services-section {
    padding:70px 0px;
    background-color:#efefef;
}
.services-section img {
    width:100%;
}
.services-section .center-logo {
    width:400px;
    margin:auto;
}
.services-section .raise p {
    text-align:center;
}
.services-section .raise ul li {
    list-style:none;
    line-height: 2;
}
.services-section .raise ul {
    margin:auto;
    padding-left:0px;
}
.services-section .raise ul li span {
    color: #941f1e;
    font-weight: 600;
}
.services-section .raise h4 {
    text-align:center;
    color:#941f1e;
    font-weight:600;
}
.services-section .raise .mission ul  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-section .raise .mission p {
    margin-bottom:4px;
}
.services-section .raise .mission ul li {
    list-style: none;
    padding: 3px 15px;
    font-size: 1rem;
    border: 1px solid #941f1e;
    border-radius: 30px;
    margin: 6px 10px;
    line-height: unset;
    transition:0.3s ease-in;
}
.services-section .raise .mission ul li:hover {
    background-color:#941f1e;
    color:#fff;
}
.services-section .oth-logo {
    border-radius: 10px;
    height: 300px;
    display: flex;
    box-shadow:0px 0px 4px 0px #00000038;
    margin-top:40px;
    flex-wrap: wrap;
    overflow:hidden;
    position:relative;
}
.services-section .oth-logo img {
    object-fit: contain;
    height: 300px;
    padding: 30px;
    transition:0.3s ease-in;
}
.services-section .oth-logo .content {
    width: 100%;
    height: 300px;
    padding: 20px;
    position: absolute;
    background-color: #ffffff61;
    top: 300px;
    transition:0.3s ease-in;
}
.services-section .oth-logo:hover .content {
    top:0px;
}
.services-section .oth-logo .content li {
    font-size:15px;
}
.services-section .oth-logo:hover img {
    filter:blur(6px);
}
.service-section-inner {
    background-color:#fff !important;
}
.service-section-inner ul li {
    text-align:center;
}
.bd-btm {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
}

.banner-wrapper .banner-caption-box {
    width: fit-content;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom:60px;
}
.banner-wrapper .banner-caption-box h1 {
    text-align: center;
    color: #ab3a57;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0px 4px #0000008a;
}

.banner-wrapper .banner-caption-box p {
    font-size: 24px;
    color: #001fb0;
    text-align: center;
    text-shadow: 1px 1px 2px #00000096;
}
.whatsapp-iconbtn {
    width: 50px !important;
    height: 50px !important;
    background: #17a76b !important;
    color: #fff !important;
    position: fixed !important;
    right: 20px !important;
    bottom: 80px !important;
    z-index: 1050 !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 24px !important;
    line-height: 50px !important;
    animation: flip 4s linear infinite !important;
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5) !important;
}
.services-section .raise .mission ul {
    padding-left:0px;
}
#sticky-image {
    display:none;
}
/*/ --- home new css ends --- /*/

/*/ --- social ventures starts --- /*/
.head-banner {
    background-color:#efefef;
    padding:190px 7% 60px;
}
.head-banner h2 {
    color:#941f1e;
    text-align:center;
    font-size:50px;
}
.page-content.social-ventures img {
    height:300px;
    border-radius:10px;
    width:100%;
    object-fit:cover;
    margin-bottom:20px;
}
/*/ --- social ventures ends --- /*/

/*/ --- contact starts --- /*/
    .page-contact-main .contact-container {
      padding:50px 10%;
    }

    .page-contact-main .contact-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .page-contact-main .contact-header h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color:#941f1e;
    }

    .page-contact-main .contact-info {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .page-contact-main .contact-info div {
      text-align: center;
      font-size: 14px;
    }

    .page-contact-main .form-section h3 {
      font-size: 28px;
      margin-bottom: 20px;
      color:#941f1e;
      text-align:center;
    }

    .page-contact-main form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .page-contact-main form input,
    .page-contact-main form textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    .page-contact-main form textarea {
      grid-column: span 2;
      resize: vertical;
      min-height: 120px;
    }

    .page-contact-main .submit-btn {
      grid-column: span 2;
      text-align: center;
    }

    .page-contact-main .submit-btn button {
      background: #941f1e;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
    }

    .page-contact-main .submit-btn button:hover {
      background: #1f3429;
    }
    
    .page-contact-main .contact-info div img {
        width:40px;
    }

    /* Mobile responsive */
    @media (max-width: 768px) {
      .page-contact-main form {
        grid-template-columns: 1fr;
      }
      .page-contact-main .submit-btn {
        text-align: left;
      }
    }
/*/ --- contact ends --- /*/

@media screen and (max-width: 1024px) {
	.socialmedia-sticky,
	.products-homewrap br{
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 980px) {
	.banner-caption h4 br,
	.banner-wrapper .banner-scroll,
	.whatwe-docon .col-lg-5 span:after,
	.module-wrap p br{
		display: none;
		visibility: hidden;
	}

	.banner-wrapper{
		height: 830px;
        background-position: center;
	}

	.banner-wrapper{
		background-position-y: 0px;
	}

	.banner-caption{
		padding-top: 0px;
		text-align: center;
	}

	.banner-caption h1{
		font-size: 80px;
	}

	.banner-caption h4{
		margin-bottom: 30px;
	}

	.banner-image-con{
		position: relative;
		left: 50%;
		margin-left: -295px;
		margin-top: 45px;
	}

	.banner-caption h4 font{
		display: inline-block;
		padding: 0;
		background: none;
	}

	.banner-caption h4{
		background: var(--YellowColor);
		width: auto;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
	}

	.whatwe-docon .col-lg-7,
	.footertop-wrap .col-lg-8{
		padding-left: 15px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		position: relative;
		left: 50%;
		margin-left: -232px;
	}

	.whatwe-docon .col-lg-5 span{
		width: 100%;
		margin-bottom: 20px;
	}

	.whatwe-docon .page-heading{
		width: 100%;
		text-align: center !important;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 60px 30px;
	}

	.award-support-wrap .col-lg-7{
		height: auto;
	}

	.footer-bluebar ul{
		text-align: center;
		margin-bottom: 35px;
	}

	.footer-addresscon{
		margin-bottom: 45px;
		text-align: center;
	}

	.footer-addresscon p{
		text-align: center !important;
	}

	.footertop-wrap .footer-addresscon a{
		position: relative;
		left: 50%;
		margin-left: -110px;
	}

	.mega-menu-item-29 .mega-menu-link{
		clear: both;
		background: inherit;
		color: inherit;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
	
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: var(--BlackColor);
	}

	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: #fff;
	}

	.getintouch-wrap img{
		display: none;
		visibility: hidden;
	}

	.getintouch-wrap .col-lg-8{
		padding-left: 15px;
	}

	.getintouch-wrap h3{
		width: 100%;
		text-align: center;

		margin-bottom: 20px;
	}

	.getintouch-wrap{
		padding: 0px 30px;
	}

	.contact-page .contactaddress .col-lg-3{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.about-page .col-lg-8{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.about-page .col-lg-4 span,
	.about-page .col-lg-4 span img{
		height: auto;
	}

	.casestudy-single .col-lg-4{
		padding-bottom: 45px;
	}

	.casestudy-single .col-lg-4:last-child{
		padding-bottom: 0px;
	}

	.whatwe-docon .col-lg-5,
	.product-footer-wrap .col-lg-9{
		padding-right: 15px;
	}
	
	.product-topcon .col-lg-5{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.product-topcon .col-lg-5 img,
	.product-topcon .col-lg-5 span{
		height: auto !important;
	}

	.needheal-wrap{
		margin-top: 45px;
	}
}

@media screen and (max-width: 812px) {
	.award-support-wrap .col-lg-5 img{
		display: none;
		visibility: hidden;
	}

	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: var(--BlackColor);
	}
	.headerwrapper-con .header-logo {
	    width: 220px;
	}
	.headerwrapper-con .christo-logo {
	    width:160px;
	}
}

@media screen and (max-width: 480px) {
	.footertop-wrap,
	.whatwe-docon .col-lg-5 span:before,
	.testimonial-wrap .fa-quote-right{
		display: none;
		visibility: hidden;
	}

	.footer-btm p{
		text-align: center;
	}

	.footer-btm{
		padding-bottom: 90px;
	}

	.footer-bluebar .download-brochure{
		position: relative;
		top: 0px;
		display: inline-block;
		margin-top: 20px;
	}

	.page-heading{
		font-size: 38px;
	}

	.banner-caption h1{
		font-size: 60px;
	}

	.banner-caption h4{
		background: none;
	}

	.banner-caption h4 font{
		background: var(--YellowColor);
		padding: 5px 10px;
	}

	.banner-image-con{
		width: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 60px;
	}

	.banner-image-con button{
		top: -30px;
		left:50%;
		margin-left: -40px;
	}

	.products-homewrap .row{
		margin-left: -5px;
		margin-right: -5px;
	}

	.products-homewrap .col-6{
		padding-left: 5px;
		padding-right: 5px;
	}

	.products-homewrap .product-item{
		margin-top: 10px;
		height: 195px;
	}

	.products-homewrap .product-item span{
		margin-top: 35px;
	}

	.products-homewrap .product-item:hover{
		border-radius: 20px;
	}

	.products-homewrap .product-item h6{
		font-size: 16px;
	}

	.products-homewrap{
		margin-bottom: 60px;
	}

	.whatwe-docon{
		padding-top: 50px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 400px;
		height: 290px;
		background-size: 100%;
		position: relative;
		left: 50%;
		margin-left: -200px;
	}

	.years-wrap .row .col-lg-3{
		border-bottom: 1px solid #4b9dd0;
	}

	.years-wrap .row .col-lg-3:nth-child(3),
	.years-wrap .row .col-lg-3:nth-child(4){
		border-bottom: none;
	}

	.module-wrap{
		
		margin-bottom: 60px;
	}

	.module-wrap .col-6{
		padding-left: 6px;
		padding-right: 6px;
	}

	.module-wrap .row{
		margin-left: -6px;
		margin-right: -6px;
	}

	.module-wrap .col-lg-2 a{
		margin-top: 10px;
	}

	.award-support-wrap .col-lg-7 ul li{
		width: 100%;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 50px 20px;
	}

	.award-support-wrap .col-lg-7 h3{
		font-size: 34px;
	}

	.testimonial-wrap{
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.banner-wrapper{
		background: url(../schooloffullness/assets/img/schooloffullness.webp) top no-repeat;
		background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:600px;
	}

	.contact-page .contactaddress{
		margin-bottom: 50px;
	}

	.page-header h2{
		font-size: 34px;
	}

	.page-header{
		height: 240px;
	}

	.getintouch-wrap{
		padding: 0px 15px;
	}

	.getintouch-wrap h3{
		font-size: 28px;
	}

	.getintouch-wrap .col-lg-8{
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.module-wrap .col-lg-4 a{
		min-height: auto;
	}

	.meet-team .team-item{
		min-height: auto;
		padding-bottom: 35px;
	}

	.integration-wrap .modal-dialog .modal-body{
		padding: 15px;
		text-align: justify;
	}

	.whatwe-docon .col-lg-5 span img,
	.whatwe-docon .col-lg-5 span{
		height: auto;
	}

	.products-homewrap .product-item{
		background: var(--BlueColor);
		color: white;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		border-bottom-right-radius: 0px;
	}

	.products-homewrap .product-item font{
		right: -30px;
		bottom: -30px;
		width: 75px;
		height: 75px;
	}

	.products-homewrap .product-item h6{
		color: #fff;
	}

	.products-homewrap .product-item font:before{
		right: 35px;
	}

	.products-homewrap .product-item{
		height: 210px;
	}

	.products-homewrap .product-item span{
		background-position-y: -85px;
	}

	.product-footer-wrap{
		padding-top: 20px;
	}
    .banner-wrapper .banner-caption-box h1 {
        font-size:30px;
    }
    .banner-wrapper .banner-caption-box p {
        font-size:17px;
    }
}

@media screen and (max-width: 360px) {
	.banner-caption h1{
		font-size: 54px; 
	}

	.banner-caption h4{
		font-size: 18px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 360px;
		margin-left: -180px;
		height: 260px;
	}

}

@media screen and (max-width: 320px) {
	.banner-caption h1{
		font-size: 48px;
	}

	.footer-bluebar ul li a{
		margin: 0px;
	}

	.footer-btm p{
		line-height: 18px;
	}
}


/*Custom*/

.getapp-image .col-lg-6 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.getapp-image .col-lg-6 span {
    float: left;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 5px;
}
.partner-app{
    margin-bottom:100px;
}
.service-section img {
    height: 70px;
    object-fit: cover;
}
.getapp-image p{
    text-align:justify;
}
.swing img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@keyframes spin { 
    
    0%, 100% {
        transform: scaleX(1.1);
        
      }
      50% {
        transform: scaleX(1);
        
      }
}


@media only screen and (max-width:767px){
    .footer-bluebar .footerblue-txt {
        width: 100%;
        position: relative;
        padding-left: 20px;
    }
    .footertop-wrap{
        display:block!important;
        visibility:initial;
    }
    .footer-addresscon p {
        text-align: left !important; 
    }
    .footertop-wrap .footer-addresscon a {
        left: 0%;
        margin-left: 0px;
    }
    #mega-menu-wrap-primary {
        clear: both;
        margin-top: 23px;
    }
    .mega-toggle-animated-inner{
        background:#a52d4d !important;
    }
    .mega-toggle-animated-inner:before{
        background:#a52d4d !important
    }
    .mega-toggle-animated-inner:after{
        background:#a52d4d !important
    }
    .f-nav .headerwrapper-con .header-logo {
        height: 75px;
        background-size: auto 70px;
    }
    .footeraddress{
        margin-top:30px;
    }
    .getapp-image .col-lg-6 img {
        height: 350px;
    }
    .getapp-image .col-lg-6 span {
        height: 350px;
    }
    .getapp-image h1{
        font-size:2.2em;
    }
    .partner-app{
        margin-bottom:50px;
    }
    .customer-order{
        order:2;
    }
    .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .headerwrapper-con {
        background-color: #fff;
    }
    
    .headerwrapper-con .headerphone {
        margin-right: 20px;
        top: 8px;
        position: relative;
    }
    
    .headerwrapper-con .contactbtn{
        display: none;
        visibility: hidden;
    } 
    
    .headerwrapper-con .headerphone font{
          display: none;
        visibility: hidden;
    }
    .pri-menu {
        order:2;
    }
    .phone-menu {
            padding-left: 35px!important;
    }
    
    .whatwe-docon .col-lg-6{
    	padding-left: 10px;
    }
    .whatwe-docon .col-lg-6 span img {
        height: 240px;
    }
    .whatwe-docon .col-lg-6 span {
        height: 240px;
    }
    .whatwe-docon {
        padding:70px 0px;
    }
    .page-heading {
        margin: 30px 0px 15px 0px !important;
    }
    .service-section .icon {
        padding-top: 77px;
    }
    .contact-det{
        padding-bottom:30px;
    }
    .services-section .center-logo {
        width:200px;
    }
    #sticky-image {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9); /* Optional: background for better visibility */
        text-align: center;
        z-index: 9999; /* Ensure it appears above other content */
    }

    #sticky-image img {
        max-width: 60%;
        height: auto;
    }
    .headerwrapper-con .christo-logo {
        display:none;
    }
}


@media only screen and (max-width:991px){
    .headerwrapper-con {
    background-color: #fff;
}

.headerwrapper-con .headerphone {
    margin-right: 20px;
    top: 8px;
    position: relative;
}



.headerwrapper-con .headerphone font{
      display: none;
    visibility: hidden;
}
.pri-menu {
    order:2;
}
.phone-menu {
        padding-left: 35px!important;
}
}
@media only screen and (width:414px){
    .service-section .icon {
    padding-top: 69.2px;
}
}
@media only screen and (width:412px){
    .service-section .icon {
    padding-top: 69.2px;
}
}
@media only screen and (width:393px){
    .service-section .icon {
    padding-top: 73px;
}
}
@media only screen and (width:390px){
    .service-section .icon {
    padding-top: 74px;
}
}


@media only screen and (min-width:768px) and (max-width:991px){
    .getapp-image .col-lg-6 img {
    height: 700px;
}
.getapp-image .col-lg-6 span {
    height: 700px;
}
.customer-order{
    order:2;
}
.whatwe-docon .col-lg-5 span img {
    height: auto;
}
.footertop-wrap .footer-addresscon a {
    position: relative;
    left: 0%;
    margin-left: 0px;
}
.footer-addresscon p {
    text-align: left !important;
}
.whatwe-docon .col-lg-5 span {
    height: auto;
}
.mega-toggle-animated-inner{
    background:#000!important;
}
.mega-toggle-animated-inner:before{
    background:#000!important;
}
.mega-toggle-animated-inner:after{
    background:#000!important;
}
.col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
#mega-menu-item-392{
    display:none!important;
}

.whatwe-docon .col-lg-6 {
    padding-left: 10px!important;
}
.whatwe-docon {
    padding: 0px 0px 0px 0px;
}
.whatwe-docon h3 {
    padding-top: 40px;
}
.contact-det{
padding-bottom:30px;
}
.headerwrapper-con .header-right font {
   display:none;
}
.headerwrapper-con .header-menu {
    margin-top: 25px;
}
.headerwrapper-con .headerphone {
    top: 0px;
}
.f-nav .headerwrapper-con .header-logo {
    height: 80px;
     background-size: unset!important;
}

}




@media only screen and (min-width:1200px){
    .f-nav .headerwrapper-con .header-logo {
    height: 90px;
    background-size: auto 90px;
}
.banner-caption p {
    margin-bottom: 25px;
    margin-top: 25px;
}
#mega-menu-wrap-primary {
    margin-top: 35px;
}
.whatwe-docon .col-lg-6 span {
    margin-top: 0px;
    width: 100%;
    height: 352px;
}
.whatwe-docon .col-lg-6 span img {
    width: 100%;
    height: 352px;
}
.banner-image-con img {
    width: 38em;
    height: auto;
    margin-left: 55px;
}

}


/*#mega-menu-wrap-primary #mega-menu-primary {*/
/*    text-align: center;*/
/*}*/