@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);
}
@font-face {
  font-family: myStyle6;
  src: url(../fonts/PTSerif-Bold.ttf);
}
@font-face {
  font-family: myStyle7;
  src: url(../fonts/PTSerif-BoldItalic.ttf);
}
@font-face {
  font-family: myStyle8;
  src: url(../fonts/abel-regular.ttf);
}
@font-face {
  font-family: myStyle9;
  src: url(../fonts/RAGE.ttf);
}
@font-face {
  font-family: myStyle10;
  src: url(../fonts/fontello.ttf);
}
.headerImage{
	width:3%;
}
.headLink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: fit-content;
}
.headLink h2{
	color: #FF9800;
    font-weight: 600;
    font-family: myStyle3;
    font-size: 58px;
    text-transform: uppercase;
    padding: 0% 12%;
}
.headLink h5 {
	font-size: 31px;
    font-family: 'Economica';
    font-weight: 700;
    color: #f5f1f1;
    margin-left: 5px;
    margin-top: auto;
}
.headLink h6 {
	font-size: 18px;
    font-weight: 700;
    font-family: 'Economica';
    color: #f0c82f;
}
.headLink a:hover {
    border-bottom: none;
    color: transparent;
}
.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: auto;
    z-index: 9999;
    left: 50%;
    right: auto;
    bottom: -5%;
    transform: translate(-50%, -50%);
    height: 184px;
    /* background: #9e9e9eb5; */
    width: 100%;
    border-radius: 52px;
}
.linePolygon {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #f7af19;
    -webkit-clip-path: polygon(0 0, 81% 0, 44% 100%, 0 100%);
    clip-path: polygon(0 0, 81% 0, 44% 100%, 0 100%);
	}
@keyframes zoomEffect {
    from {transform: scale(1, 1)}
    to {transform: scale(1.5, 1.5)}
}
.carousel-caption h5{
	font-size: 45px;
    padding: 0px 20px;
    font-weight: 700;
    font-family: myStyle7;
    color: #855c46;
    text-align: left;
    /* width: 40%; */
    padding-left: 8rem;
    position: absolute;
    bottom: calc(100vh - 85vh);
    left: 1rem;
}
.carousel-caption p{
	    font-size: 18px;
    padding: 0px 30px;
    font-weight: 900;
    font-family: myStyle7;
    color: #800000;
    text-align: left;
    width: 37%;
    position: absolute;
    right: 64px;
    bottom: calc(100vh - 87vh);
}
.carousel-item{
		z-index:11;
}
.banner_Image{
	height:120vh;
}
.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%;
	    background: #f3f1f1;
		height: 92px;
}

/* Banner starting */
.BannerMainSec {
	overflow:hidden;
}
.BannerImage {
	overflow:hidden;
}
.BannerImage img{
	height: 120vh;
}
.BannerMainSec {
	height:120vh;
	width:100%;
	position: relative;
}

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 */

/* Banner below Text */
.BannerMainSecText:before{
	content: "";
    width: 77%;
    height: 45px;
    background: transparent;
    position: absolute;
    top: -80px;
    z-index: 2;
    opacity: 0.6;
    box-shadow: 16px 60px 3px 3px #855c46;
    border-radius: 50%;
    display: flex;
    left: 13%;
}
.BannerMainSecText {
	padding: 0px 3rem;
    padding-top: 4rem;
	    position: relative;
}
.BannerMainSecTextDiv h2{
	     font-size: 19px;
    color: #2a2a2d;
    margin-bottom: 7px;
    position: relative;
    font-family: 'myStyle8';
    text-align: justify;
    font-weight: 600;
    line-height: 1.4;
}
.topLevelDivs {
	margin-left:auto;
		width:100%;
}
.topLevelMainDivs {
		width:100%;
}
/* Banner below Text */

/* Offerings */
.OfferingsSec {
	margin-top: 4%;
    margin-bottom: 8%;
}
.OfferingsMainDiv{
	display: flex;
    flex-direction: column;
	box-shadow: 1px 6px 26px -1px #171515;
}
.OfferingsImgDiv{
	    width: 100%;
    height: 200px;
}
.OfferingsImgDiv img{
	width: 100%;
    height: 100%;
}
.OfferingsDiv {
        width: 100%;
    min-height: 240px;
    background: #b66f4a;
    margin: 20px 0px;
    box-shadow: 1px 6px 26px -1px #8d8a8a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	border-top: 3px solid #fcc107;
	    margin-top: 0px;
	position:relative;
	    margin-bottom: 0px;
}
.OfferingsDiv2 {
    background: #b5d034;
	border-top: 3px solid #303d60;
}
.OfferingsDiv3 {
	background:#f7af19;
	border-top: 3px solid #673419;
}
.OfferingsDiv4 {
	background:#d75099;
	border-top: 3px solid #dcf75b;
}
.OfferingsDiv img{
	    width: 60px;
    background: #fff;
    padding: 13px;
    border-radius: 50%;
    margin: 20px 0px;
    margin-top: -30px;
	    margin-bottom: 10px;
		z-index: 10;
}
.OfferingsDiv h3 {
	color: #ffc107;
    font-size: 18px;
    font-family: 'myStyle6';
    font-weight: 700;
    padding: 0px 5px;
	text-align:center;
}
.OfferingsDiv2 h3 {
	color: #303d60;
}
.OfferingsDiv3 h3 {
	color: #673419;
}
.OfferingsDiv4 h3 {
	color: #dcf75b;
}
.OfferingsDiv p {
	    color: #fff;
    padding: 0px 10px;
    text-align: justify;
    font-size: 16px;
    font-style: italic;
    font-family: 'myStyle8';
	    line-height: 1.4;
}
.OfferingsH2 {
	text-align: center;
    font-family: 'myStyle8';
    color: #303d60;
    font-size: 50px;
	margin: auto;
    margin-bottom: 21px;
	position:relative;
	width: max-content;
	}
.OfferingsH2:after{
	    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #303d60;
    bottom: 20px;
    right: -76px;
}
.OfferingsDiv:before{
    position: absolute;
    top: -40px;
    left: auto;
    width: 78px;
    height: 38px;
    content: "";
    border-radius: 66px 66px 0px 0px;
    background: #fcc107;
    z-index: 0;
    transition: 0.3s all linear;
    right: auto;
	}
.OfferingsMainDiv:hover .OfferingsDiv:before{
        top: 0px;
    left: auto;
    width: 78px;
    height: 38px;
    border-radius: 0px 0px 66px 66px;
    visibility: visible;
    right: auto;
}
.OfferingsDiv2:before{
	background: #303d60;
}
.OfferingsDiv3:before{
	background: #673419;
}
.OfferingsDiv4:before{
	background: #dcf75b;
}
.headingOfferingsDiv h3 {
	    text-align: center;
    padding: 12px 7px 45px;
    font-family: 'myStyle7';
    font-size: 50px;
    color: #26314f;
    position: relative;
}
.headingOfferingsDiv h3:before {
	background-image: url(../img/text_back.png);
    content: "";
    position: absolute;
    top: 30px;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
	    z-index: -2;
}
/* Offerings */


/* Hire, Train, Place */
.consultContentDiv {
	    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.consultContentDiv h6{
	    font-size: 42px;
    font-family: 'myStyle8';
    font-weight: 700;
    color: #e4e3e8;
    padding: 14px 5px;
    margin-bottom: 0px;
    opacity: 0.6;
    padding-bottom: 0px;
}
.consultContentDiv h2{
	    font-size: 62px;
    font-family: 'myStyle6';
    font-weight: 700;
    color: #ffffff;
    padding: 14px 5px;
    margin-bottom: 0px;
}
.hireTrainPlace {
	    font-size: 18px;
    font-family: 'myStyle8';
    font-weight: 700;
    color: #101010;
    padding: 14px 5px;
    margin-bottom: 0px;
    line-height: 1.88;
    text-align: left;
}
.hireTrainPlace li:before{
	    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/bullets2.png);
    position: absolute;
    top: 3px;
    left: -6px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.hireTrainPlace li {
	margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
	text-align: justify;
	line-height: 1.4;
}
.hireTrainHR {
    width: 133px;
    height: 2px;
    background: #b5d034;
    margin-left: initial;
    margin-top: 0px;
    margin-bottom: 3rem;
}
.consultBut, .consultBut2, .consultBut3{
	 background: transparent;
    padding: 15px 40px;
    font-family: 'myStyle2';
    color: #ff826e;
    font-size: 14px;
    margin-bottom: 35px;
    transition: all 0.5s linear;
    border: 1px solid #ff826e!important;
    margin-top: 40px;
    font-weight: 700;
    box-shadow: 12px 12px 0px 0px #ff826e;
    outline: none;
}
.consultBut:before, .consultBut2:before, .consultBut3:before{
	content:"";
}
.consultBut:focus, .consultBut2:focus, .consultBut3:focus{
	transition:all 0.5s linear;
	border:none;
}
.consultBut:hover{
	border:1px solid transparent!important;
	transition: all 0.5s linear;
	background:#839c09;
	color:#fff;
}
.consultBut2:hover{
	border:1px solid transparent!important;
	transition: all 0.5s linear;
	background:#8d9ca8;
	color:#fff;
}
.consultBut3:hover{
	border:1px solid transparent!important;
	transition: all 0.5s linear;
	background:#ff826e;
	color:#fff;
}
.consultBut2 {
    color: #839c09;
    border: 1px solid #839c09!important;
    box-shadow: 12px 12px 0px 0px #839c09;
}
.consultBut3{
        color: #8d9ca8;
    border: 1px solid #8d9ca8!important;
    box-shadow: 12px 12px 0px 0px #8d9ca8;
}
.hireTrainSec{
    padding: 5rem 0rem;
	background-image:linear-gradient(250deg, #58b947, #b5d034);
	position:relative;
}
.hireTrainSec:before {
	content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #26314f;
    opacity: 0.5;
}
.consultant_Divs i{
	    padding-bottom: 20px;
    font-size: 37px;
    color: #673ab7;
	transition: all 0.3s ease-out 0s;
}
.consultant_Divs h2{
	    color: #ff826e;
    font-family: 'myStyle6';
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
    font-size: 28px;
    font-weight: 800;
}
.consultant_Divs {
    min-height: 450px;
    width: 100%;
    /* box-shadow: 0px 0px 44px 0px #cecccc; */
    border-radius: 13px;
    padding: 50px 45px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    margin: 15px 0px;
    background: #fff;
	    text-align: center;
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.anchorTrainHire{
		margin-top:auto;
	}
	.consultant_Divs img {
    width: 70px;
    margin-bottom: 25px;
	}
	.consultant_Divs2 h2{
		color: #839c09;
	}
	.consultant_Divs3 h2{
		color: #8d9ca8;
	}
	.consultContentDivCol{
		z-index:11;
	}
	/* .consultant_Divs:hover{ */
		/* background-image:url(../img/back31.png); */
		 /* z-index: -1; */
	/* } */
/* Hire, Train, Place */

/* Propotions */
.headingpropotionDiv h3 {
	    text-align: center;
    padding: 12px 7px 12px;
    font-family: 'myStyle7';
    font-size: 50px;
    color: #5e2e15;
    position: relative;
}
.headingpropotionDiv h3:before {
	background-image: url(../img/text_back.png);
    content: "";
    position: absolute;
    top: 30px;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
	    z-index: -2;
}
.propotionSec {
	margin-top: 4%;
    margin-bottom: 5%;
}
.propImageMainDiv {
	display:flex;
	width:100%;
}
.propNoInnerDiv2 {
	width:85%;
	height: 100px;
    background: #562d18;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}
.propNoInnerDiv {
	width: 20%;
}
.propImageInnerDiv {
	width:80%;
}
.propNoInnerDiv h2{
	font-size: 52px;
    font-family: 'myStyle6';
}
.propImageInnerDiv img {
	width: 100%;
    height: 350px;
	border-radius: 5px;
}
.propContntMainDiv {
    display: flex;
    flex-direction: column;
}
.propContntMainDiv h2{
    color: #58b947;
    margin-bottom: 7px;
    position: relative;
    text-align: justify;
    font-weight: 600;
    line-height: 1.4;
	    font-family: 'myStyle6';
    font-size: 32px;
}
.propContntInnerUl, .propContntInnerUl213 {
	    margin-top: 10px;
    padding-left: 25px;
}
.propContntInnerUl li, .propContntInnerUl213 li{
	    font-size: 19px;
    color: #2a2a2d;
    margin-bottom: 7px;
	position:relative;
	font-family: 'myStyle8';
	text-align: justify;
	font-weight: 600;
	line-height: 1.4;
}
.propContntInnerUl li:before {
	     content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/bullets2.png);
    position: absolute;
    top: 2px;
    left: -23px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.mt-40 {
	margin-top:60px;
}
.propContntMainDiv2 h2{
	color: #f7af19;
	    font-family: 'myStyle6';
    font-size: 32px;
}
.propContntInnerUl2 li:before { 
	 background: #f7af19;
}
.propContntMainDiv3 h2{
	color: #a9246c;
}
.propContntInnerUl3 li:before { 
	 background: #a9246c;
}
.propContntMainDiv4 h2{
	color: #6274a7;
}
.propContntInnerUl4 li:before { 
	 background: #6274a7;
}
.propContntMainDiv21 h2{
color: #f7af19;
    font-family: 'myStyle6';
    font-size: 32px;
    font-style: italic;
	}
.propContntMainDiv111 h2 {
	font-size: 19px;
    color: #2a2a2d;
    margin-bottom: 7px;
    position: relative;
    font-family: 'myStyle8';
    text-align: justify;
    font-weight: 600;
    line-height: 1.4;
}
/* Propotions */


/* Clients */
.clientBtn3{
	 background: transparent;
    padding: 15px 40px;
    font-family: 'myStyle2';
    color: #4fd2c2;
    font-size: 14px;
    transition: all 0.5s linear;
    border: 1px solid #4fd2c2!important;
    font-weight: 700;
    box-shadow: 12px 12px 0px 0px #4fd2c2;
    outline: none;
}
.clientBtn3:before{
	content:"";
}
.headingClientDiv23 {
	text-align:center;
}
.clientBtn3:focus{
	transition:all 0.5s linear;
	border:none;
}
.clientBtn3:hover{
	border:1px solid transparent!important;
	transition: all 0.5s linear;
	background:#5d337b;
	color:#fff;
}
.headingClientDiv h3 {
	    text-align: center;
    padding: 12px 7px 12px;
    font-family: 'myStyle7';
    font-size: 50px;
    color: #5d337b;
    position: relative;
	z-index: 11;
}
.headingClientDiv p{
	     color: #313030;
    text-align: center;
    padding: 30px;
    padding-top: 10px;
    font-family: 'myStyle8';
    font-size: 20px;
    font-weight: 600;
	line-height: 1.4;
}
.headingClientDiv h3:before {
	background-image: url(../img/text_back.png);
    content: "";
    position: absolute;
    top: 30px;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
	 z-index: -1;
}
.clientSec {
	/* margin-top: 4%; */
    /* margin-bottom: 5%; */
	    padding-top: 1rem;
    padding-bottom: 7rem;
	background-size: cover;
}
.SaidStyle {
	    font-family: 'myStyle9';
    font-size: 71px;
    font-weight: 600;
    color: #d39f71;
}
.clientMainDiv {
	  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
    border-radius: 10px;
	background-image: linear-gradient(250deg, #4fd2c2, #4fd2c2);
    box-shadow: 0px 1px 22px 4px #4e4f4e;
	margin-bottom:25px;
	min-height: 450px;
}
.clientMainDiv img{
	width: 100px;
    height: 100px;
    border-radius: 50%;
	    margin-bottom: 15px;
}
.clientMainDiv p{
	color: #0b4002;
    font-family: 'myStyle8';
    font-size: 18px;
    text-align: justify;
	position:relative;
	line-height: 1.4;
}
.clientMainDiv hr{
	width: 31%;
    height: 1px;
    background: #7e4527;
	margin-top: auto;
}
.clientMainDiv h3{
    color: #fff;
    font-family: 'myStyle6';
    font-size: 24px;
	    text-align: center;
}
.clientMainDiv h5{
	font-family: 'myStyle7';
    font-size: 15px;
    color: #242624;
	    text-align: center;
}
/* Clients */


/* Upskilling Employees */
.cusBeneftDivHeading h3{
	     font-size: 50px;
    text-align: center;
    font-family: 'myStyle7';
    padding: 30px 10px;
    color: #eae5e5;
    padding-bottom: 5px;
    padding-top: 5rem;
	position:relative;
	z-index:11;
}
.cusBeneftDivHeading h3:before{
        background-image: url(../img/text_back.png);
    content: "";
    position: absolute;
    top: 95px;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
    z-index: -1;
	}
.cusBeneftDivHeading p{
	text-align: center;
    color: #f7af19;
    font-size: 18px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 0px 60px;
    padding-bottom: 45px;
    width: 67%;
    margin: auto;
}
.cusBeneftDivHeading21 h3{
	        font-size: 39px;
    text-align: center;
    font-family: 'myStyle7';
    padding: 0px 10px;
    color: #544e4e;
    padding-bottom: 5px;
    padding-top: 1rem;
    position: relative;
    z-index: 11;
}
.cusBeneftDivHeading21 h3:before{
        background-image: url(../img/text_back.png);
    content: "";
    position: absolute;
    top: 29px;
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
    z-index: -1;
	}
.cusBeneftSec{
	padding: 7rem 0rem;
	    background-image: linear-gradient(250deg, #7e4527, #835cc8);
	position: relative;
    background-size: cover;
}
.upskillEmp {
	  font-size: 17px;
    font-family: 'myStyle8';
    font-weight: 700;
    color: #4c4141;
    padding: 14px 5px;
    margin-bottom: 0px;
    line-height: 1.6;
    text-align: left;
}
.upskillEmp li:before{
	content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/bullets2.png);
    position: absolute;
    top: 3px;
    left: -6px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.upskillEmp li {
	margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
	line-height: 1.4;
}
.cusBeneftSec:before{
    position: absolute;
    /* content: ""; */
    top: 0px;
    background: rgb(29 92 166);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.cusBeneftContntDiv{
	       width: 100%;
    min-height: 250px;
    background: #fff;
    border-radius: 12px 125px 12px 125px;
	padding-top: 2rem;
}
.cusBenftInnerImageDiv{
	    display: flex;
    width: 37%;
    align-items: center;
    justify-content: center;
    padding: 15px;
	    padding-left: 20px;
}
.cusBenftInnerImageDiv img{
	width:47%;
}
.cusBenftInnerDiv{
	display: flex;
    min-height: 250px;
    align-items: center;
}
.cusBenftInnerTextDiv{
	      width: 63%;
    margin-left: 5px;
    padding: 2rem 0rem;
}
.cusBenftInnerTextDiv h3 {
    font-family: 'myStyle6';
	font-size: 15px!important;
    color: #136f8d;
	}
.cusBenftInnerTextBranchDiv h3 {
	font-size: 25px!important;
}
.cusBenftInnerTextDiv p{
	color: #848282;
    font-size: 16px;
    font-family: sans-serif;
	}
	.cusBenftInnerTextDiv1 h3{
		color: #ff9100;
	}
	.cusBenftInnerTextDiv2 h3{
		color: #58b947;
	}
	.cusBenftInnerTextDiv3 h3{
		color: #ff5757;
	}
	.cusBenftInnerTextDiv4 h3{
		color: #7e4527;
	}
	
/* Upskilling Employees */



/* WHY CHOOSE US*/
.whyChooseSec{
	background-image:url(../img/back3.jpg);
}
.whyChooseDivHeading h3{
	    font-size: 68px;
    text-align: center;
    font-family: 'myStyle7';
    padding: 60px 10px;
    color: #ffffff;
    padding-bottom: 5px;
}
.whyChooseDivHeading p{
	    text-align: center;
    color: #ccbcb8;
    font-size: 27px;
    font-weight: 300;
    font-family: 'Economica';
    padding: 0px 60px;
    padding-bottom: 20px;
}
.whyChooseDivHeading{
	height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 46%;
    margin-left: auto;
}
.whyChooseDivHeading p{
	     text-align: center;
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 0px 60px;
    position: relative;
    margin-left: 20%;
}
.whyChooseDivHeading p:before{
	 content: "";
    width: 8px;
    height: 8px;
    background: #3a3a3a;
    position: absolute;
    left: 42px;
    top: 12px;
    transform: rotate(45deg);
}
.whyChooseSec{
	padding-bottom:6rem;
}
.serP1{
	animation-duration: 2s;
animation-delay: 2s;
}
.serP2{
	animation-duration: 2s;
animation-delay: 3s;
}
.serP3{
	animation-duration: 2s;
animation-delay: 4s;
}
.serP4{
	animation-duration: 2s;
animation-delay: 5s;
}
.serP5{
	animation-duration: 2s;
animation-delay: 6s;
}
.serP6{
	animation-duration: 2s;
animation-delay: 7s;
}
.serP7{
	animation-duration: 2s;
animation-delay: 8s;
}
.serP8{
	animation-duration: 2s;
animation-delay: 9s;
}
/* WHY CHOOSE US*/

/* ABOUT US */

.aboutBut{
	    background: transparent;
    padding: 15px 40px;
    border-radius: 13px;
    font-family: sans-serif;
    color: #673ab7;
    font-size: 14px;
    margin-bottom: 35px;
    transition: all 0.5s linear;
    border: 2px solid #673ab7;
}
.aboutBut:focus{
	outline:none;
	transition:all 0.5s linear;
	border:none;
}
.aboutBut:hover{
	background: #673ab7;
    transition: all 0.5s linear;
    color: #fff;
    box-shadow: 0px 0px 15px 2px #673ab7;
}
.aboutUsDivHeading h3{
	    font-size: 68px;
    text-align: center;
    font-family: 'myStyle7';
    padding: 30px 10px;
    color: #494949;
    padding-bottom: 5px;
}
.aboutUsDivHeading{
	    height: 485px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    border: 6px solid #f24463;
    padding: 15px;
    margin-right: 29px;
}
.aboutUsDivHeading p{
	text-align: right;
    color: #7e1826;
    font-size: 19px;
    font-weight: 400;
    font-family: sans-serif;
    position: relative;
    padding: 0px 65px;
    padding-right: 0px;
}
.aboutUsDivImage2{
	background: #673ab7;
    height: 520px;
	margin-top: 18px;
}
.aboutUsDivImage2 img{
	width: 97%;
    margin: -9% 0% 0% 11%;
    height: 515px;
}
.aboutUsSec{
    padding: 6rem 0rem;
	}
.sidingImageDiv{	
	margin-left: -30px;
	}
/* ABOUT 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;
}
.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;
    font-weight: 300;
    color: #fff;
    margin-top: 5px;
    font-family: sans-serif;
}
.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;
}
/* OUR TEAM*/



/* 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: 75%;
    background: #9e9e9ea1;
    height: 72%;
	    padding: 27px;
		border-radius: 5px;
}
.tabContentDiv h2{
	color: #fff;
    font-family: 'myStyle2';
    font-size: 32px;
}
.tabContentDiv p{
	    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 35px;
}
.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:342px;
    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;
}

/* Four pillars */




/* 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: 120px!important;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialImageDiv img{
    width: 100%!important;
    height: auto !important;
    object-fit: cover;
	}

/* Testimonial */


/* Footer starting */
.FooterSec{
    background-image: url(../img/footer2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
	position:relative;
	/* margin-top: 120px; */
}
.FooterSec:before{
	content: "";
    background-color: rgb(46 46 53);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.footLink h2 {
    color: #FF6F00;
    font-weight: 600;
    font-family: myStyle3;
    font-size: 58px;
    text-transform: uppercase;
    margin-bottom: 15%;
}
.footLink {
    width: 28%;
	margin-bottom: 10px;
	}
.mainFooterDiv1{
	margin-top:70px;
}
.FootHR{
	height: 2px;
    width: 80px;
    background: #8d9ca8;
    margin-left: inherit;
}
.mainFooterDiv1{
	text-align:left;
}
.boldSpan {
	font-family: 'myStyle7';
    font-size: 20px;
    color: #c1e901;
}
.mainFooterDiv1 h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    font-family: 'myStyle6';
}
.innerFooterDiv1{
	display:flex;
    padding-top: 15px;
}
.innerFooterDivIcon i{
	    color:#ffffff;
    font-size: 18px;
    margin-right: 15px;
}
.innerFooterDivText h4{
	    color: #fff;
    font-size: 18px;
    font-family: 'myStyle8';
    font-weight: 600;
}
.innerFooterDivText p{
	 color: #fff;
    font-size: 14px;
    font-weight: 400;
	margin-bottom:0px;
	text-align: justify;
	font-family: 'myStyle8';
	    font-style: italic;
    line-height: 1.4;
}
.whiteHover:hover{
	color: #b5d034;
    font-weight: 700;
}
.footSocialMainDiv {
	border-top: 1px solid #fff;
    margin-top: 2rem;
}
.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: #fbf5f2;
    font-size: 13px;
    background: #fe6e00;
    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: #fe6e00 !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: #ff5722!important;
	margin-top:0px;
}
.redPopup{
    display: flex;
    position: absolute;
    background-color: #ff6f00;
    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: #ff6f00 !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: 160px !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: 14px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: 'myStyle8';
}
.footContent h5:hover {
	 color: #b5d034;
}
.footContent{
	padding:20px 0px;
	display: flex;
    align-items: center;
	text-align:center;
}
.footIcons{
	    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 24px;
}
.iconsDiv i{
	margin: 5px 10px;
    color: #fff;
    font-size: 20px;
}
.iconsDiv i:hover{
	color:#b5d034;
}
.footContent a{
	width:100%;
}
.scroolTop{
	position: fixed;
    bottom: 5px;
    right: 5px;
    background: #58b947;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    z-index: 99999999;
    border: 1px solid #fff;
}
.scroolTop:hover {
    background: #fff;
    color: #58b947;
    border: 2px solid #58b947;
}
.vPlanLogo {
    width: 84px;
    margin-left: 14px;
    margin-bottom: 8px;
    margin-top: 1px;
    height: auto;
    position: absolute;
    right: 49px;
	}
	.headLink a{
		display:flex;
	}
.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:#b5d034;
	padding-left:30px;
}
.segmentLink:hover:before{
	transition:all 0.3s linear;
	color:#b5d034!important;
}

/* Footer ending */

.paddingTopped {
	padding-top:2rem;
}

/* Branch Banner Starting */

/* Customer Benefit */
.branchBannerHeading h3{
	    font-size: 56px;
    text-align: center;
    font-family: 'myStyle7';
    padding: 30px 10px;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5rem;
}
.branchBannerHeading 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;
}
.branchBannerSec{
	padding-bottom:7rem;
	position: relative;
    background-size: cover;
}
.branchBannerSec:before{
    position: absolute;
    content: "";
    top: 0px;
    background: rgb(88 185 71);
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.branchBannerHeading{
	    padding-top: 15rem;
}

/* Branch Banner Starting */


/* Contact Us Branching Page */
.contcUs2Sec {
	    background-size: cover;
	background-image:url(../img/butterfly1.jpg);
}
.OurTeamDivContctHeading p {
	text-align: left!important;
    font-family: 'myStyle5';
    font-size: 50px !important;
    color: #fff;
    padding-top: 3rem;
}
.contBranchLipi{
	color:#2b9019;
    font-family: 'myStyle9';
    font-size: 54px;
}
.contcUs2Sec:before {
	    /* content: ""; */
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #7e4527;
    opacity: 0.2;
    z-index: 0;
}
.OurTeamDivContctHeading3 h2 {
	      color: #4e4444;
    font-size: 20px;
    font-family: 'myStyle8';
    margin-bottom: 2rem;
	    text-align: justify;
		line-height: 1.4;
}
.teamBranchHead {
    font-weight: 300;
    color: #f7b01e;
    font-size: 35px;
    font-family: 'myStyle5';
    margin-bottom: 17px;
}
.iconsDivBranch {
		text-align:center;
		width:100%;
}
.subMembersContBranchPge {
font-weight: 900;
    font-style: italic;
    color: #2b9019;
}
.OurTeamDivContctHeading1 p {
	color:#b5d034;
	text-align:center!important;
}
.contcUs2Sec {
	    padding: 5rem;
		position: relative;
}
.addressFaIcons {
	width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
	align-items: center;
}
.contacting_Us_Divs i{
    font-size: 100px;
    color: #733b1d;
    transition: all 0.3s ease-out 0s;
}
.contacting_Us_socialDivs i, .contacting_Us_MailDivs i{
	font-size:75px;
}
.contacting_Us_Divs img{
	     width: 71px;
    margin-bottom: 15px;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
	    height: 71px;
}
.iconsDivBranch i{
	font-size: 23px;
    color: #656060;
}
.iconsDiv iconsDivBranch {
	width:100%;
}
.contacting_Us_Divs h2{
	color: #2b9019;
    font-family: 'myStyle5';
    margin-bottom: 15px;
	transition: all 0.3s ease-out 0s;
	    font-size: 27px;
}
.contacting_Us_Divs h5{
	      font-size: 16px;
    color: #707070;
    transition: all 0.3s ease-out 0s;
    margin: 30px 0px;
}
.contacting_Us_Divs h5:hover {
	    color: #99b70a;
}

.contacting_Us_Divs {
    min-height: 300px;
    width: 100%;
    box-shadow: 0px 0px 44px 0px #595555;
    border-radius: 13px;
    padding: 25px;
	transition: all 0.3s ease-out 0s;
	position:relative;
	margin:15px 0px;
	background: #fff;
    text-align: center;
	}
	.consultContentDivCol{
		z-index:11;
	}
	.connectNow{
	border: 2px solid #ccc;
    padding: 17px 36px;
    border-radius: 10px;
    background: #1f1841;
    color: #fff;
    font-weight: 600;
    font-family: 'myStyle2';
	outline: none;
	}
	.connectNow:hover{
	border: 2px solid #1f1841;
    background: #fff;
    color: #666666;
}
.contactAfterDiv  {
        background: #fff;
    padding: 2rem 0rem;
	}
	.FormSubmitBtn{
	border: 2px solid #ccc;
    padding: 17px 36px;
    border-radius: 10px;
    background: #1f1841;
    color: #fff;
    font-weight: 600;
    font-family: 'myStyle2';
	outline: none;
	margin-right:30px;
	}
	.FormSubmitBtn:hover{
	border: 2px solid #1f1841;
    background: #fff;
    color: #666666;
}
.formInnerTextDiv {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.formInnerTextDiv h2{
	color: #1f1841;
    font-family: 'myStyle6';
    font-size: 42px;
    margin: 20px 0px;
    text-align: left;
}
.formInnerTextDiv img {
	width: 100px;
    margin-bottom: -20px;
    margin-left: 8%;
}
.formInnerSubTextDiv {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
	    margin-bottom: 20px;
}
.formInnerSubTextDiv p {
	font-size: 14px;
    color: #6e6e72;
	margin-bottom: 0px;
}
.formInnerSubTextDiv h4 {
	font-size: 17px;
    font-weight: 700;
}
.formOuterMainTextDiv{
	    border-radius: 10px;
    box-shadow: 0px 0px 92px 1px #000;
    position: absolute;
    top: 14%;
    left: 8%;
    background: #fff;
    padding: 20px;
}
.contcUs3Sec {
	position:relative;
}
.OurTeamDivContctHeading3 ,.OurTeamDivContctHeading4{
	    color: #000;
    font-size: 38px;
    font-family: 'myStyle6';
    margin-top: 2rem;
    min-height: 300px;
    width: 100%;
    box-shadow: 0px 0px 44px 0px #595555;
    border-radius: 13px;
    padding: 25px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    margin: 15px 0px;
    background: #fff;
    text-align: left;
}

/* Contact Us Branching Page */

/* About Branching PAge */
.aboutIMgdiv img{
	width: 100%;
    height: 500px;
    border-radius: 20px;
}
.d-flexAl {
	display:flex;
	align-items:center;
}
.m-40 {
	margin-top:40px;
}
/* About Branching PAge */

.dropdown-expander {
	background: transparent;
    outline: none;
    border: none;
    color: #fff;
	}
.navbar {
    display: none;
}



























