@font-face {
  font-family: myStyle;
  src: url(../fonts/FiraSans-Bold.otf);
}
@font-face {
  font-family: myStyle2;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: myStyle3;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: myStyle4;
  src: url(../fonts/HelveticaNeue_Light.ttf);
}
@font-face {
  font-family: myStyle5;
  src: url(../fonts/LouizeDisplay-Bold.otf);
}
.headerImage{
	width:3%;
}
.headLink{
	display:contents;
}
.headLink h2{
	color: #FF9800;
    font-weight: 600;
    font-family: myStyle3;
    font-size: 58px;
    text-transform: uppercase;
    padding: 0% 12%;
}
.mainHeadBack{
	    background: rgba(255, 255, 255, 0.95);
	transition:background 1s;
}
.headLink:hover{
	border-bottom: unset !important;
    transition: all 0.5s !important;
    color: unset !important;
}
.container-fluid {
	padding:0px !important;
	margin:0px !important;
}
.carousel-item{
height: 120vh;
    background-size: inherit;
}
#testimonial{
	    background: #7b7a7a;
}
.banner-section{
	height:120vh !important;
	width: 100%;
	overflow:hidden !important;
}
.top12{ 
	height:120vh !important;
	width: 100%;
	overflow:hidden !important;
	 animation: 60s ease 0s normal none infinite running zoomEffect;
  -webkit-animation: 60s ease 0s normal none infinite running zoomEffect;
  -o-animation: 60s ease 0s normal none infinite running zoomEffect;
  -moz--o-animation: 60s ease 0s normal none infinite running zoomEffect;
}
.carousel-caption {
        top: 50% ;
    z-index: 10;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}
@keyframes zoomEffect {
    from {transform: scale(1, 1)}
    to {transform: scale(1.5, 1.5)}
}
.carousel-caption h5{
	font-size:4rem;
	padding: 0px 60px;
	font-weight: 700;
	font-family:myStyle;
}
.banner{
width: 100%;
    height: 100vh;
}
.blackB:after{
	content:"";
	height:120vh;
	width:100%;
	position:absolute;
	z-index:0.5;
	top:0px;
	opacity:0.2;
	background-color:#000;
}
.headingText{
font-size: 3.5rem;
    font-weight: 400;
	color:#fff;
	margin-bottom: 0px;
}
.headingText img{
	width: 120px;
    background: #fff;
    border-radius: 10px;
}
.navBackground{
	padding: 12px 0px;
}
.barBack{
	color:#6da4d4 !important;
}

.logDoctor{
	margin-left:1rem;
}
.donateBut{
    margin-bottom: 1.2rem;
	padding: 20px 40px;
    background-color: #bebfbf ;
    border: none;
    border-radius: 52px;
    color: #fff;
}
.donateBut:hover{
	color: #fff;
    background-color: #cc1b6f;
}
.donateBut:focus{
	outline:none;
}
header{
	position: fixed;
    z-index: 9999999;
    width: 100%;
	    border-bottom: 1px solid #393185;
}

/* Banner starting */
.BannerMainSec{
	overflow:hidden;
}
.BannerImage{
	overflow:hidden;
}
.BannerImage img{
	height: 100vh;
}
.BannerMainSec{
	background-image:url('../img/banner_back.png');
	background-size:cover;
	height:120vh;
	width:100%;
	    position: relative;
}
	
.MainlaunchingSoon{
	    width: 100%;
    position: absolute;
    top: 32%;
    display: flex;
    justify-content: center;
    transform: rotate(346deg);
    left: 26%;
}
.launchingSoonText{
    position: absolute;
    top: 70%;
    left: 35%;
}
.launchingSoonText h2{ 
       font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
    transform: rotate(-10deg);
}
.launchingSoon img{
	    color: #fff;
    /* padding: 15px; */
    width: 50%;
}
.launchingSoonTextFoot h2{
	font-size: 15px;
    font-weight: 500;
}
.launchingSoonTextFoot{
	position: absolute;
    bottom: 20%;
    right: 0%;
}


h5 {
	font-weight: 300;
}

small {
	font-weight: 600;
}
.innerBannerTExt{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: absolute;
    top: 0px;
	z-index:99;
	flex-direction:column;
}
.innerBannerTExt h2{
	    color: #fff;
    font-size: 84px;
    font-family: 'myStyle5';
    text-transform: uppercase;
    width: 50%;
    text-align: center;
}
.innerBannerTExt p{
	     color: #ffeb3b;
    font-size: 19px;
    font-family: 'myStyle3';
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
}
.ContactBut{
	    border: 1px solid #fff;
    background: transparent;
    padding: 12px 32px;
    border-radius: 35px;
    font-family: 'myStyle3';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
	transition:0.4s linear;
}
.ContactBut:focus, .ContactBut:hover{
    background: #393185;
	transition:0.4s linear;
	color:#fff;
}
.quoteLoop {
	height: auto;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.quote {
	margin: 0px;
	height: 120vh;
	top: 0px;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.quote:before{
	content:"";
	background:#666666;
	opacity:0.5;
	position:absolute;
	top:0px;
	width:100%;
	height:120vh;
	left:0px;
}
/* Banner ending */


/* WHY CHOOSE US*/
.whyChooseDivHeading h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #393185;
	padding-bottom:5px;
}
.whyChooseDivHeading p{
	text-align: center;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
	padding: 0px 60px;
	padding-bottom:20px;
}
.whyChooseInnerDiv{
	width: 100%;
        min-height: 350px;
    margin-bottom: 20px;
	overflow: hidden;
	position:relative;
}
.whyChooseSec{
	padding-bottom:4rem;
}
.whyChooseInnerContentDiv{
	    display: flex;
    background: rgba(27,98,181,0.8);
    height: 100%;
    position: absolute;
    top: 78%;
    transition: all 0.4s linear;
}
.WCInnerLogoDiv{
	    width: 22%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	    padding-top: 10px;
}
.WCInnerLogoDiv img{
	    width: 58px;
}
.WCInnerTextDiv {
	padding-top: 10px;
	width: 78%;
}
.WCInnerTextDiv h3{
	    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 14px 5px;
    font-family: 'myStyle2';\
	    margin-bottom: 0px;
}
.WCInnerTextDiv p{
	    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin: 23px 5px;
    font-family: sans-serif;
    text-align: justify;
    padding-right: 10px;
	    margin-top: 32px;
}
.whyChooseInnerDiv:hover .whyChooseInnerContentDiv{
	 top: 0%;
    transition: all 0.4s linear;
	    overflow-y: auto;
}
.whyChooseInnerDiv:hover .WCInnerTextDiv p {
font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 9px 5px;
    font-family: sans-serif;
    text-align: justify;
    padding-right: 10px;
	}
/* WHY CHOOSE US*/


/*OUR TEAM*/
.OurTeamDivHeading h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #393185;
    padding-bottom: 5px;
    padding-top: 0px;
	border-bottom:1px solid;
	    margin-bottom: 20px;
}
.OurTeamDivHeading p{
	text-align: center;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
	padding: 0px 60px;
	padding-bottom:20px;
}
.ourTeamInnerDiv{
	width: 100%;
    height: 347px;
    margin-bottom: 20px;
	overflow: hidden;
	position:relative;
	background-size: cover;
}
.ourTeamSec{
	padding-bottom:4rem;
}
.ourTeamInnerContentDiv{
	display: flex;
    background: #1f2d30;
    height: 102px;
    position: absolute;
    top: 74%;
    transition: all 0.4s linear;
	width: 100%;
}
.OTInnerTextDiv {
	    padding-top: 12px;
    width: 100%;
    text-align: center;
    border-top: 2px solid #fff;
}
.OTInnerTextDiv h3{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0px 5px;
    font-family: 'myStyle2';
	transition: all 0.4s linear;
}
.OTInnerTextDiv h3:hover{
	cursor:pointer;
}
.OTInnerTextDiv p{
	font-size: 15px!important;
    font-weight: 300!important;
    color: #fff!important;
    margin-top: 5px!important;
    font-family: sans-serif!important;
}
.ourTeamInnerDiv:hover .ourTeamInnerContentDiv{
	     background: #ffeb3b;
		 transition: all 0.4s linear;
}
.ourTeamInnerDiv:hover .OTInnerTextDiv h3{
	color:#1f2d30;
	transition: all 0.4s linear;
}
.ourTeamUperContentDiv{
	background: #ffeb3bd9;
    width: 30%;
    height: 257px;
    transform: scaleX(0);
    transition: all 0.4s linear;
    position: absolute;
    top: 0px;
}
.ourTeamInnerDiv:hover .ourTeamUperContentDiv{
	 transform: scaleX(1);
	transition: all 0.4s linear;
}
.teamBut{
	border: none;
    background: #393185;
    padding: 15px 40px;
    border-radius: 35px;
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 15px auto 5px;
    transition: all 0.5s linear;
}
.teamBut:focus{
	outline:none;
	transition:all 0.5s linear;
	border:none;
}
.teamBut:hover{
	    background: #f0c63d;
    transition: all 0.5s linear;
    color: #1f2d30;
    box-shadow: 0px 0px 15px 2px #3e3cac;
}
.teamButAnchor{
	margin:auto;
}
.clientMore {
	color: #00c851 !important;
    font-weight: 700;
}
.imageCintID {
	width: 100px!important;
    margin: 10px 22px;
}


/* OUR TEAM*/

/* ABOUT US */
.aboutUsDivHeading h3{
	font-size: 21px;
    text-align: left;
    font-family: 'myStyle2';
    padding: 30px 10px;
    color: #393185;
    padding-bottom: 5px;
    padding-top: 30px;
    font-weight: 800;
	    text-transform: uppercase;
}
.aboutUsDivHeading h2{
	font-size: 39px;
    text-align: left;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #1f2d30;
    padding-bottom: 2px;
    padding-top: 7px;
    font-weight: 800;
}
.aboutUsDivHeading p{
	text-align: justify;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 20px 10px;
}
.aboutUsSec{
    background: #e9e8e8;
}
.aboutUsDivHeading{
padding: 80px 0px;
}
.aboutBut{
	border: none;
    background: #393185;
    padding: 15px 40px;
    border-radius: 35px;
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
	transition:all 0.5s linear;
}
.aboutBut:focus{
	outline:none;
	transition:all 0.5s linear;
	border:none;
}
.aboutBut:hover{
	background: #e31e24;
	transition:all 0.5s linear;
    color: #ffffff;
	    box-shadow: 0px 0px 15px 2px #e31e24;
}
.aboutUsDivImage{	
        height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutUsDivImage img {
	  width: 90%;
	  padding: 50px 0px;
}
/* ABOUT US*/


/* OUR SERVICES */
.OurServicesDivHeading h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #393185;
    padding-bottom: 2px;
    padding-top: 0px;
    font-weight: 800;
}
.OurServicesDivHeading p{
	text-align: center;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
	padding: 0px 60px;
	padding-bottom:20px;
}
.ourServicesATag, .ourServicesATag2 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-family: 'myStyle2';
    font-size: 22px;
    color: #1f2d30 !important;
	background:#fff;
	margin: 8px 0px;
    border-radius: 5px!important;
    box-shadow: 0px 0px 21px 7px #ccc;
	position:relative;
}
.ourServicesSec{
padding: 100px 5px;
}
.ourServicesATag:before,  .ourServicesATag2:before{
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -15px;
    z-index: 1;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,194,70,0);
    border-left-color: #554e99;
    border-width: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
	}
	.ourServicesATag2:before{
		border-left-color: #e31e24;
	}
.nav-pills .nav-link.ourServicesATag.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background:#554e99;
}
.nav-pills .nav-link.ourServicesATag2.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background:#e31e24;
}
.ourServicesATag:active, .ourServicesATag:hover, .ourServicesATag:focus{
	color: #fff !important;
	background:#554e99;
}
.ourServicesATag2:active, .ourServicesATag2:hover, .ourServicesATag2:focus {
	color: #fff !important;
	background:#e31e24;
}
.ourServicesATag:active:before, .ourServicesATag:hover:before, .ourServicesATag:focus:before, .ourServicesATag:active:before, .ourServicesATag2:active:before, .ourServicesATag2:hover:before, .ourServicesATag2:focus:before, .ourServicesATag2:active:before, .nav-link.active:before  {
	visibility:visible;
	opacity:1;
	 margin-left: 0px;
}
.ourServicesATag i, .ourServicesATag2 i{
	font-size: 35px;
    margin-right: 12px;
}
.tabImageDiv{
	position:relative;
}
.tabImageDiv img{
    width: 100%;
    margin: 10px;
    height: 444px;
    border-radius: 4px;
	}
.tabContentDiv{
	position: absolute;
    top: 57px;
    right: 27px;
    width: 83%;
    background: #9e9e9ecc;
    height: 76%;
    padding: 22px;
    border-radius: 5px;
}
.tabContentDiv h2{
	color: #fff;
    font-family: 'myStyle2';
    font-size: 32px;
}
.tabContentDiv p{
	    color: #fff;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 5px;
	text-align: justify;
}
.tabContentDiv button{
	    outline: none;
    border: none;
    background: transparent;
    background-color: transparent!important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffc107;
}
/* OUR SERVICES */

/* Four pillars */
.fourPillarDivHeading h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #e31e24;
    padding-bottom: 5px;
    padding-top: 0px;
}
.fourPillarDivHeading p{
	text-align: center;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
	padding: 0px 60px;
	padding-bottom:20px;
}
.fourPillarSec{
	padding-bottom:7rem;
}
.fourPillarInnerDiv h3{
	    color: #393185;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'myStyle5';
    padding: 18px 5px;
}
}
.fourPillarInnerDiv p{
	font-size: 18px;
    font-family: sans-serif;
    color: #b52222;
}
.fourPillarInnerDiv img{
	width: 35%;
	margin-top: auto;
}
.fourPillarInnerDiv{
    background: #ccc;
    min-height:359px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 16px 10px;
	    border-radius: 5px;
	    text-align: center;
		transition:all 0.5s linear;
}
.fourPillarInnerDiv:hover{
	background: #2a3638;
    transition: all 0.5s linear;
    box-shadow: 0px 0px 31px 4px #455659;
	cursor:pointer;
}
.fourPillarInnerDiv:hover h3 {
    color: #fff;	
	transition:all 0.5s linear;
}
.fourPillarInnerDiv:hover p {
    color: #fff;	
	transition:all 0.5s linear;
}
.fourPillarInnerDiv p{
	text-align:justify;
	padding: 0px 15px;
	    color: #37373b;
}
/* Four pillars */


/* Customer Benefit */
.cusBeneftDivHeading h3{
	    font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5rem;
}
.cusBeneftDivHeading p{
	text-align: center;
    color: #ded8d8;
    font-size: 18px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 0px 60px;
    padding-bottom: 45px;
    width: 67%;
    margin: auto;
}
.cusBeneftSec{
	padding-bottom:7rem;
	background-image:url(../img/plant/cusBenefit.jpeg);
	position: relative;
    background-size: cover;
}
.cusBeneftSec:before{
    position: absolute;
    content: "";
    top: 0px;
    background: rgb(29 92 166);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.cusBeneftContntDiv{
	    width: 100%;
    height: auto;
    background: #fff;
}
.cusBenftInnerImageDiv{
	    display: flex;
    width: 37%;
    align-items: center;
    justify-content: center;
    padding: 15px;
	    padding-left: 20px;
    margin: auto;
}
.cusBenftInnerImageDiv img{
	width:100%;
}
.cusBenftInnerDiv{
	    display: flex;
    height: auto;
    align-items: flex-start;
    padding: 20px 0px;
    min-height: 360px;
}
.cusBenftInnerTextDiv{
	width: 63%;
    margin-left: 5px;
}
.cusBenftInnerTextDiv h3{
	font-size: 18px;
    font-family: 'myStyle2';
	}
.cusBenftInnerTextDiv p{
	margin-bottom:2px;
	color: #848282;
    font-size: 16px;
    font-family: sans-serif;
	text-align: justify;
	}
/* Customer Benefit */

/* Testimonial */
.officeTestimonialDivHeading h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #e31e24;
    padding-bottom: 5px;
    padding-top: 0px;
}
.officeTestimonialDivHeading p{
	text-align: center;
    color: #7d7373;
    font-size: 19px;
    font-weight: 300;
    font-family: sans-serif;
	padding: 0px 20%;
	padding-bottom:20px;
}
.officeTestimonialSec{
	    padding-top: 3rem;
}
.testimonialImageDiv{
	width: 58%;
    height: 191px!important;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialImageDiv img{
       width: 175px!important;
    height: auto !important;
    object-fit: cover;
    margin: 0rem 1rem;	
	}

/* Testimonial */


/* Footer starting */
.FooterSec{
    background-image: url(../img/plant/tank.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
	position:relative;
	margin-top: 120px;
}
.FooterSec:before{
	content: "";
	background-color: rgb(27, 98, 181);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	    opacity: 0.9;
}
.footLink h2 {
    color: #FF6F00;
    font-weight: 600;
    font-family: myStyle3;
    font-size: 58px;
    text-transform: uppercase;
    margin-bottom: 15%;
}
.footLink {
    width: 82%;
	}
.mainFooterDiv1{
	margin-top:70px;
}
.FootHR{
	height: 3px;
    width: 40px;
    background: #ffffff;
	 margin-left: inherit;
}
.mainFooterDiv1{
	text-align:left;
}
.mainFooterDiv1 h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    font-family: 'myStyle2';
}
.innerFooterDiv1{
	display:flex;
    padding-top: 15px;
}
.innerFooterDivIcon i{
	    color:#ffffff;
    font-size: 18px;
    margin-right: 15px;
}
.innerFooterDivText h4{
	    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: 'myStyle2';
}
.innerFooterDivText p{
	 color: #fff;
    font-size: 15px;
    font-weight: 400;
	margin-bottom:0px;
	text-align: justify;
}
.whiteHover:hover{
	color: #212121;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #1e1f21e3;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #b5b1b1;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 1px solid #fff;
}
.footLabel{
	color: #fff;
    font-weight: 500;
    padding-left: 0px;
	}
.title-message{
	color: #393185;
    font-size: 13px;
    background: #ebeaea;
    padding: 7px;
    width: max-content;
    position: absolute;
    z-index: 2;
    border-radius: 4px;
        bottom: -44px;
    left: 4px;
	visibility:hidden;
}
.title-message:after{
    content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #fe6e00;
    z-index: 11;
    left: 25px;
    top: -40px;
    color: #ebeaea !important;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
    z-index: 50;
    transform: rotate(180deg);
}
.invalid-feedback {
    color: #ffffff!important;
	margin-top:0px;
}
.redPopup{
    display: flex;
    position: absolute;
    background-color: #ff9800;
    color: #fff;
    top: -60px;
    right: 10px;
    border-radius: 10px;
    width: 155px;
    height: 50px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 50;
}
.redPopup:after{
content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #ff6f00;
    z-index: 11;
    right: 25px;
    top: 58px;
    color: #ff9800 !important;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
	z-index:50;
}
.tArea{
	height: 100px !important;
}
.FooterDivButton input{
        padding: 10px 50px;
    border-radius: 20px;
    outline: none;
    font-family: "Roboto",sans-serif;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    font-size: 19px;
}
.FooterDivButton input:hover{
	color: #3b4d5b;
    border: 2px solid #ffe156;
    background: #ffe569;
}
.FooterSec2{
	background:#212121;
}
.footContent h5{
	    color: #ccc;
    font-size: 13px;
    margin-bottom: 0px;
    font-family: sans-serif;
    letter-spacing: 1px;
}
.footContent{
	padding:20px 0px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.footIcons{
	padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.iconsDiv i{
	    margin: 0px 10px;
    color: #fff;
    font-size: 28px;
}
.iconsDiv i:hover{
	color:#ff6f00;
}
.scroolTop{
	    position: fixed;
    bottom: 50px;
    right: 40px;
    background: #e31e24;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    z-index: 100;
    border: 1px solid #fff;
}
.scroolTop:hover {
    background: #fff;
    color: #e31e24;
    border: 2px solid #e31e24;
}

.vPlanLogo {
	width: 9%;
    margin-left: 1%;
    position: absolute;
    top: -2px;
	}
.segmentLink{
	padding-left:25px;
	position:relative;
	transition:all 0.3s linear;
	padding-bottom:10px;
}
.segmentLink:before{
	    content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #FFF;
    z-index: 1;
    left: -1px;
    top: -9px;
    color: #fff !important;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
    transform: rotate(270deg);
}
.segmentLink:hover{
	transition:all 0.3s linear;
	color:#1a1a1a;
	padding-left:30px;
}
.segmentLink:hover:before{
	transition:all 0.3s linear;
	color:#1a1a1a!important;
}
.logoBottomA{
	float: left;
    width: 35%;
    height: 86px;
} 
.linkinWeb h5:hover {
	color:#ffc107;
}
.phoneUl {
	list-style-type: none;
    display: flex;
	    padding-left: 0px;
		    flex-wrap: wrap;
}
.phoneUl li {
	    border-right: 1px solid #fff;
    padding: 0px 5px;
}
.phoneUl li:last-child {
	    border-right:none;
    padding: 0px 5px;
}

/* Footer ending */

.paddingTopped {
	padding-top:2rem;
}

/* Branch Banner Starting */

/* Customer Benefit */
.OurTeamDivHeading2 h3{
	font-size: 52px;
    text-align: center;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #393185;
        padding-bottom: 10px;
    padding-top: 0px;
	border-bottom: 1px solid;
}
.OurTeamDivHeading2 p{
	text-align: justify;
}
.branchBannerHeading h3{
	    font-size: 75px;
    text-align: left;
    font-family: 'myStyle5';
    padding: 30px 10px;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 10rem;
	
}
.branchBannerHeading p{
	    text-align: left;
    color: #ded8d8;
    font-size: 18px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 0px 10px;
    padding-bottom: 45px;
    width: 67%;
}
.branchBannerSec{
	/* padding-bottom:7rem; */
	background-image:url(../img/backgrounds/background17.jpg);
	 background-position-y: center;
	position: relative;
    background-size: cover;
}
.branchBannerSec:before{
    position: absolute;
    content: "";
    top: 0px;
    background-image: linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.branchBannerHeading{
	     padding-top: 14rem;
    padding-bottom: 2%;
}
.bTagClass{ 
        font-weight: 700;
    display: flex;
    justify-content: center;
	font-size: 21px;
}
.bTagClass1{ 
     font-weight: 700;
    font-size: 40px;
    color: #3a3286;
    font-family: 'myStyle5';
}
/* Branch Banner Starting */
.pl-52{
    padding-left: 52px;
}
b, strong {
    font-weight: 700;
}
/* Product and Services */
.ProdNServSec{
	background: #dcd9d9;
	padding:3rem 0rem;
}
.prodNServMainDiv{
    padding: 2rem 0rem;
}
.prodNServImgDiv img{
	width: 100%;
}
.prodNServContDiv {
	
}
.prodNServContDiv h2{
	font-size: 40px;
    font-family: 'myStyle5';
    color: #e31e24;
    padding: 18px 10px 37px 0px;
}
.prodNServContDiv p{
	    font-size: 20px;
    color: #4f4c4c;
    padding-bottom: 15px;
}
.prodNServUl{
	padding-bottom:15px;
}
.prodNServUl li{
	    list-style-type: none;
    text-decoration: none;
    margin: 7px 0px;
    color: #673ab7;
    font-weight: 600;
    font-family: sans-serif;
	position:relative;
	width: fit-content;
}
.prodNServUl li:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #673ab7;
    position: absolute;
    left: -21px;
    transform: rotate(45deg);
    top: 7px;
}
.prodNServUl li:hover{
	color:#e31e24;
}
.prodNServUl li:hover:before{
	background:#e31e24;
}
/* Product and Services */

/* PLANT */
.plantSec{
	padding:3rem 0rem;
}
.plantContDiv h2{
	font-size: 40px;
    font-family: 'myStyle5';
    color: #e31e24;
    padding: 18px 10px 0px 0px;
}
.plantDiv {
    position: relative;
	transition:0.4s all linear;
	 margin: 15px 15px;
	}
.plantDiv img {
       width: 100%;
    height: 300px;
   

}
.plantDiv:after {
	     position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #6659e2;
    top: 0px;
    left: 0px;
	transition:0.4s all linear;
    opacity: 0.4;
}
.plantContDiv p{
	font-size: 25px;
    color: #393185;
    padding-bottom: 0px;
    margin-bottom: 5px;
	    font-weight: 600;
}
.plantContDiv2 p{
	font-size: 20px;
}
.PlantConHeadings{
	font-weight:600;
}
.plantDiv:hover:after{
	transition:0.4s all linear;
	opacity: 0;
}
.plantUl{
	padding-bottom:15px;
}
.plantUl li{
	    list-style-type: none;
    text-decoration: none;
    margin: 7px 0px;
    color: #ff9800;
    font-weight: 600;
    font-family: sans-serif;
	position:relative;
	    font-size: 17px;
		width: fit-content;
		    padding-right: 30px;
}
.plantUl li:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #ff9800;
    position: absolute;
    left: -21px;
    transform: rotate(45deg);
    top: 7px;
}
.plantUl li:hover{
	color:#e31e24;
}
.plantUl li:hover:before{
	background:#e31e24;
}
/* PLANT */

/* CUSUM TECHNIQUES*/
.cusumUl{
	padding-bottom:15px;
}
.cusumUl li{
	    list-style-type: none;
    text-decoration: none;
    margin: 7px 0px;
    color: #795548;
    font-weight: 600;
    font-family: sans-serif;
	position:relative;
	    width: fit-content;
		    padding-right: 30px;
}
.cusumUl li:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #795548;
    position: absolute;
    left: -21px;
    transform: rotate(45deg);
    top: 7px;
}
.cusumUl li:hover{
	color:#e31e24;
}
.cusumUl li:hover:before{
	background:#e31e24;
}
/* CUSUM TECHNIQUES*/

/* ENVIRONMENTAL PROTECTION */
.environmentDiv {
    position: relative;
	transition:0.4s all linear;
	 margin: 15px 15px;
	 border-radius: 30px;
    overflow: hidden;
	}
.environmentDiv img {
       width: 100%;
    height: 600px;
}
.environmentDiv:after {
	  position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(29 92 166);
    top: 0px;
    left: 0px;
    transition: 0.4s all linear;
    opacity: 0.8;
}
.environmentCOntDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.environmentCOntDiv p{
	font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    padding: 50px;
    text-align: center;
    padding-bottom: 25px;
}
.environmentUl{
	padding-bottom:15px;
}
.environmentUl li{
	      list-style-type: none;
    text-decoration: none;
    margin: 7px 0px;
    color: #ffc107;
    font-weight: 500;
    font-family: sans-serif;
    position: relative;
    font-size: 18px;
	padding-left: 50px;
	width: fit-content;
	    padding-right: 30px;
}
.environmentUl li:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #ffc107;
    position: absolute;
    left: 28px;
    transform: rotate(45deg);
    top: 7px;
}
.environmentUl li:hover{
	color:#fff;
}
.environmentUl li:hover:before{
	background:#fff;
}
/* ENVIRONMENTAL PROTECTION */


/* QA/QC Practices */
.qaImgDiv{
border-radius: 10px;
    overflow: hidden;
}
	
/* QA/QC Practices */


/* Gaallery Updates Starting*/
.gal{
	background-color:#efecec;
}
.galMain {
	position:relative;
}
.popSlave {
	position:absolute;
	top: 0px;
    width: 100%;
    height: 100%;
    background: #0000007a;
	    display: flex;
    justify-content: center;
    align-items: center;
	visibility:hidden;
}
.galSearch {
	color: #fff;
	    font-size: 25px;
}
.galSearch:hover {
	color: #fb6f0c;
}
.galMain:hover .popSlave {
	visibility:visible;
}
.imggal {
	    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}
.galMain img {
	max-width:100%;
}
/*Gallery Updates ending*/

/* map and form CSS */
.mapIframe {
    border-radius: 22px;
    border: 2px solid #393185 !important;
	height:450px;
}
.contactAfterDiv:after{
	content:"";
	opacity:0.5;
}
.contactUsTextDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.contactUsTextDiv p{
	font-size: 38px;
    color: #fff;
    margin-bottom: 5px;
    padding: 8px;
    text-align: center;
    padding-bottom: 7px;
    font-family: 'myStyle5';
}
.col-form-label{
	color: #fff;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 18px;
}
.form-control {
    height: 43px;
    color: #fff;
    background-color: transparent;
	    border-radius: 5px 12px 12px 22px;
}
.form-control:hover {
border: 1px solid #facc08;
}
.form-control:focus, .form-control::placeholder{
    color: #fff;
}
.form-control:focus{
	border: 1px solid #facc08;
}
.redPopup  p{
font-family: sans-serif;
    font-size: 15px;
    padding: 2px;
    font-weight: 500;
}
.submitButton, .submitButton:active, .submitButton:visited {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 5px 12px 12px 22px;
    margin-left: 32px;
    margin-top: 1px;
    font-weight: 600;
    font-family: 'myStyle2';
    outline: none!important;
    font-size: 15px;
    padding: 13px 31px;
	}
.submitButton:hover {	
	    background-color: #fff !important;
    color: #393185;
    border: 1px solid #fff !important;
}
/* map and form CSS */

/* LAB CONTENT */
.labQuestionMainDiv {
        width: 100%;
    height: auto;
    background: #393185;
    position: relative;
    border-top-right-radius: 56px;
    overflow: hidden;
}
.labQuestionMainDiv h2 {
	color: #fff;
    font-size: 55px;
    font-family: 'Font Awesome 5 Brands';
    padding: 3%;
    padding-bottom: 1%;
}	
.labQuestionMainDiv p {
	    padding: 0% 3%;
    color: #dbd0d0;
	    font-weight: 500;
}
.labQuestionMainDiv:before{
	content: "";
    width: 100%;
    height: 17px;
    background: red;
    top: 0px;
    position: absolute;
}
table, th, td {
    background-color: #625ba9;
	color:#fff;
}
table {
	width:400px!important;
	border-radius: 10px;
    overflow: hidden;  
	    margin: auto;
		    margin-bottom: 3%;
}
table.table thead th {
    border-top: none;
    font-weight: 700;
    font-family: sans-serif;
    color: #ffc107;
    text-align: center;
}
.labsumUl{
	padding-bottom:15px;
	    font-size: 18px;
		margin: 1rem auto;
    width: fit-content;
}
.labsumUl li{
	    list-style-type: none;
    text-decoration: none;
    margin: 7px 0px;
    color: #242222;
    font-weight: 500;
    font-family: sans-serif;
	position:relative;
	    width: fit-content;
		    padding-right: 30px;
}
.labsumUl li:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #242222;
    position: absolute;
    left: -21px;
    transform: rotate(45deg);
    top: 7px;
}
.labsumUl li:hover{
	color:#393185;
}
.labsumUl li:hover:before{
	background:#393185;
}
.footOfLab{
    padding: 0% 3%;
    color: #dbd0d0;
    font-size: 17px;
    margin-bottom: 10px;
	}
	.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    text-align: center;
}
/* LAB CONTENT */

/* ISO Certification */
.ISOCertification{
	position: fixed;
    top: 90px;
    background: #fff;
    width: max-content;
    height: 109px;
    border-radius: 50%;
    opacity: 0.5;
    right: 1%;
    z-index: 0;
}
.ISOCertification img{
	    height: inherit;
}
.ISOCertification2{
	    position: absolute;
    top: 99px;
    background: #fff;
    width: max-content;
    height: 109px;
    border-radius: 50%;
    opacity: 0.5;
    right: 2%;
    z-index: 0;
}
.ISOCertification2 img{
	    height: inherit;
}
/* ISO Certification */

.benefitLandingUl{
	padding-left: 15px;
}
.benefitLandingUl li{
	list-style-type: none;
    text-decoration: none;
    margin: 2px 0px;
    color: #848282;
    font-weight: 400;
    font-family: sans-serif;
    position: relative;
    width: fit-content;
	text-align: justify;
}
.benefitLandingUl li:before{
	content: "";
    width: 6px;
    height: 6px;
    background: #848282;
    position: absolute;
    left: -17px;
    transform: rotate(45deg);
    top: 8px;
}


.srevicesOurUl{
	padding-left: 15px;
}
.srevicesOurUl li{
	list-style-type: none;
    text-decoration: none;
    margin: 2px 0px;
    color: #fff;
    font-weight: 400;
    font-family: sans-serif;
    position: relative;
    width: fit-content;
}
.srevicesOurUl li:before{
	content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: -17px;
    transform: rotate(45deg);
    top: 8px;
}
.slower{
	animation-duration: 2s!important;
    animation-delay: 0.5s!important;
}
.branchBannerSec2:before {
    opacity: 0.2;
}

/* Product and service separate page */
.prodNServSec2{
	background:#ccc;
}
.fourPillarInnerDiv2 h3{
	color: #393185;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'myStyle5';
    padding: 18px 5px;
    width: 70%;
    margin-bottom: 0px;
}
.fourPillarInnerDiv2 p{
	font-size: 18px;
    font-family: sans-serif;
    color: #b52222;
}
.fourPillarInnerDiv2 img{
	      width:16%;
    /* height: 43px; */
    margin-left: 10px;
    margin-right: 15px;
}
.fourPillarInnerDiv2{
        min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fourPillarMainDiv2{
	display: flex;
    flex-direction: column;
    padding: 15px;
    margin: 10px 0px;
}
.fourPillarInnerDiv3 p{
	    font-size: 15px;
    text-align: justify;
}
.pillarBackImg{
	width: 100%;
}
.pillar_Head p{
    color: #252323;
    font-size: 26px;
    font-weight: 600;
    font-family: 'myStyle5';
    margin-bottom: 0px;
    padding-bottom: 5px;
	}
/* Product and service separate page */

/* 'TRUCK RIDING */
.marquee {
  height: 48px;
  width: 100%;
  overflow: hidden;
  position: relative;
 
}
.marquee div {
     display: block;
    width: 100%;
    height: 48px;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}
.runningTruck{
        width: 134px;
	}
.marquee span {
  width: 50%;
}

@keyframes marquee {
 from  { left: 0; }
 to  { left: 100%; }
}
/* 'TRUCK RIDING */


.ww-100 {
max-width: 100%;
    height: auto;
	margin:1rem 0rem;
}
.dd-flex {
	display:flex;
	align-items:center;
	justify-content:center;
}


/* Media Responsive */
@media only screen and (max-width: 1200px) {
	.ContactBut {
    padding: 13px 35px;
	}
	.navBackground {
    padding: 2px 0px;
	}
	.carousel-caption h5 {
    font-size: 3rem;
	}
	.welText h2 {
    font-size: 3.5rem;
	}
	.welRightImage img {
    height: -webkit-fill-available;
	}
}
@media only screen and (max-width: 992px) {
	.ContactBut1 {
    padding: 20px 35px !important;
	}
	.owlDivContent:before {
    top: 62% !important;
	}
	.footContent h2 {
    font-size: 2rem;
	}
	.donateBut {
    font-size: 1rem;
    padding: 20px 32px;
	}

}
@media only screen and (max-width: 768px) {
	.autoHeight{
	height:auto !important;
}
	.ContactBut {
    padding: 11px 35px;
	}
	.headingText img {
    width: 10rem;
	}
}
@media screen and (max-width: 576px) {
	.top12{
		height:auto !important;
	}
	.carousel-item{
height: auto !important;
}
.banner-section {
    height: auto !important;
}
.banner-section {
    padding-top: 120px;
}
.mainHeadBack{
	background-color:#fff;
}
.headingText {
    font-size: 2rem;
}
.headingText img {
    width: 2.5rem;
}
#navBarResponsive ul li a{
	font-size:0.8rem;
}
.banner h2 {
    font-size: 1.5rem;
}
.donateBut {
    padding: 15px 30px;
}

.AppointBut {
    padding: 20px 22px !important;
}
.headingText img {
    width: 10.5rem;
}
.footIcons i {
    width: 2.1rem;
    height: 2.1rem;
}
.phoneImg {
    width: 60px;
    height: 60px;
}
.welRightImage {
    height: 50vh !important;
}
.whiteB:after{
	height:50vh !important;
}
}



























