/* --------Header-------*/
header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
    padding: 10px 0;
}

.logo_wrap{
    width: 90px;
    transition: 0.6s;
}
.logo img{
    width: 100%;
    display: block;
}

.mid_head{
    width: calc(100% - (90px + 56px));
}
.mid_head .span{
    line-height: 1;
    font-size: 20px;
    transition: 0.6s;
    margin-bottom: 8px;
}
.mid_head .strong{
    line-height: 1;
    font-size: 24px;
    transition: 0.6s;
}
.hamburgerIcon{
    width: 56px;
}
.hamburgerIcon a{
    color: #004c8d;
    font-size: 30px;
    padding: 10px 15px;
    background-color: #fff;
}
.hamburgerIcon a:hover{
    color: #fff;
    background-color: #004c8d;
}

header.fixedHeader{
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.45)
}
header.fixedHeader .logo_wrap{
    width: 60px;
}
header.fixedHeader .mid_head .span{
    font-size: 16px;
}
header.fixedHeader .mid_head .strong{
    font-size: 20px;
}
header.fixedHeader .hamburgerIcon a{
    color: #004c8d;
    font-size: 24px;
}
header.fixedHeader  .hamburgerIcon a:hover{
    color: #fff;
    background-color: #004c8d;
}


section{
    overflow: hidden;
}


/* ---------------Css Animation------------------ */
@keyframes rotate_1{
    from { 
        transform: rotate(0deg); 
    }
    to { 
        transform: rotate(360deg); 
    }
}
@keyframes rotate_2{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@keyframes rotate_3{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/*.header-wrapper .logo_wrap{*/
/*    width:20%;*/
/*    float:left;*/
/*}*/
/*.header-wrapper .logo_wrap a{*/
/*    float:left;*/
/*}*/
/*.header-wrapper .mid_head{*/
/*    width:60%;*/
/*}*/
/*.header-wrapper .menu_btn_area {*/
/*    width:20%;*/
/*    float:left;*/
/*}*/
/*.header-wrapper .menu_btn_area a.iconC{*/
/*    float:right;*/
/*}*/

/* ================Main Content================ */
.banner_section{
    overflow: hidden;
}
.bannerImg{
    width: 100%;
    height:100vh;
    display: none;
}
.mobImage, .mobImg{
    display: none;
}
.bannerVdo{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.bannerText{
    z-index: 2;
    left: 28%;
    top: calc(50% + 90px);
    width: 100%;
    max-width: 520px;
    transition: 2s;
    display: inline-block;
    transform: scale(0);
    /* transform: translateX(-100%); */
}
.bannerText.show{  
    transform: scale(1);
}
.absImg1{
    width: 550px;
    top: -160px;
    right: -160px;
    animation: rotate_1 20s infinite linear;
}
.absImg1_1 {
    width: 280px;
    top: -60px;
    right: 0px;
}
.absImg2{
    width: 648px;
    left:0;
    bottom:0
}


.about_sec .slick-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #004c8d;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 0;
    /* margin-top: 60px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 2;
    cursor: pointer;
    background: url(../images/prev.png) 0 0 no-repeat;
}
.about_sec .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid #004c8d;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 0;
    /* margin-top: 60px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 2;
    cursor: pointer;
    background: url(../images/next.png) 0 0 no-repeat;
}
.about_sec .slick-arrow.slick-disabled {
    opacity: 0.3;
    transform: scale(0.8);
    pointer-events: none;
}


.bgImageLayer{
    background-size: cover ;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.glanceBg{
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}





.about_sec{
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
}
#about {
    /* background-color: #efefef; */
    /* background-image: url(https://promotedge.com/ADSVITA/wp-content/themes/adsvita/images/parallax/parallax-image.jpg); */
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.eachSliderBox {
    position: relative;
}
.eachSliderBox {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    /* background: rgba(195, 195, 195, 0.75); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(111, 116, 121, 0.7) 100%); */
}
.centered-wrapper-fluid {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.centerDiv {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
    /* border: 5px solid rgba(191, 191, 191, 1.0); */
}
.centerDiv h2{
    line-height: 1.4;
}
.centerDiv > div {
    width: 100%;
    padding: 60px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.centerDiv p {
    line-height: 1.3;
    font-weight: 400;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    -webkit-text-shadow: 1px 0px 1px #093862;
    -moz-text-shadow: 1px 0px 1px #093862;
    text-shadow: 1px 0px 1px #093862;
    /* font-family: 'Source Serif Pro', serif; */
    /* transform: scale(0.56); */
    /* animation: scale 5s 1 cubic-bezier(0.5, 1, 0.89, 1); */
}

/*----About Slider----*/
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end{
    display: none !important;
}
.orange {
}
.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
}

.centerDiv > div {
    width: 100%;
    padding: 0px 30px 60px;
}

.panel-text {
    position: absolute;
    left: 0%;
    top: -30%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    text-align:center;
    transform:translateY(100%);
    opacity: 0;
}
.panel-text-last{
    top: -65%;
    text-align: left;
    font-size: inherit;
}
.text-wrap{
    width: 100vw;
}


.absImg3 {
    width: 610px;
    right: -200px;
    top: -260px;
    transition: 0.6;
    /* position: fixed; */
    animation: rotate_2 35s infinite linear;
}
.absImg4{
    width: 100%;
    bottom: 0;
}
.centerDiv .eachCounter{
    height: 100px;
}
.scrollTop{
    width: 100%;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 100px !important;
}
.scrollTop p{
    line-height: 1;
    font-size: 30px;
}
.customBtn{
    width: 205px;
    height: 48px;
    border: 1px solid #123885;
    background-color: #123885;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    line-height: 36px;
    border-radius: 18px;
}
.customBtn:hover{
    color: #123885 !important;
    background-color: #ffffff;
}

.mdMessage{
    background-color: #ffffff;
}
.messageText {
    border-top: 1px solid #123885;
    border-bottom: 1px solid #123885;
    position: relative;    
}
.messageText p{
    font-size: 36px;

}
.messageText:before,
.messageText:after{
    width: 32px;
    height: 24px;
    content: "";
    position: absolute;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.messageText:before{
    top:-24px;
    left: -27px;
    background-image: url(../images/QOU.png);
}
.messageText:after{
    right: -26px;
    bottom: -1px;
    background-image: url(../images/QOU1.png);
}
.valueimage{
    width: 100%;
    bottom: 0;
}


/* ===========Counter Box Number style=========== */
.eachCounterWrap{
    margin-bottom: 30px;
}
.counterTitle {
    margin-bottom: 5px;
}
.eachCounter {
    border: 1px solid #000;
    border-right: none;
    padding: 15px 15px;
    line-height: 1;
}
.eachCounter .rupee{
    font-size: 24px !important;
}
.eachCounter .small{
    text-transform: none;
}

.corporate_section .counterTitle {
    height: 65px;
}
/* Counter Box Number style ends */

/* EVS_body */

.env_section{
    background-position: bottom center;
    background-attachment: fixed;
}
.EVS_Text{
    width: 50%;
    font-size: 96px;
    font-weight: 600;
    color:#ffffff;
    line-height: 1;
}
.customBtn1{
    border-color: #fff;
    background-color: #ffffff;
}
.customBtn1:hover{
    color: #fff !important;
    background-color: #123885;
}
.projList{
    margin-bottom: 20px;
}
.projList li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.projList li:before{
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #6b7daf;
}



.BOD_section {
    background-color: #fff;
}
.bodBox{
    width: 100%;
    height: 340px;
    overflow: hidden;
    padding: 2px 75px;
    border-radius: 67px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
    background-color: #ffffff;
    position: relative;
}
.line{
    width: 1px;
    height: 100%;
    background-color: #00A1E4;
}
.bodContent{
    height: 100%;
    padding: 50px 30px;
    position: relative;
    border-left: 1px solid #00A1E4;
}
.bodContent:before{
    position: absolute;
    top: 60px;
    left: -10px;
    width: 19px;
    height: 19px;
    content: '';
    position: absolute;
    background-color: #00A1E4;
}

.eachBod.slick-slide{
}

.bodSliderWrap .slick-arrow{
    background-image: none;
    border: 0 !important;
    box-shadow: none;
    padding: 0;
}
.bodSliderWrap .slick-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: calc(50% - 0px);
    right: -70px;
    font-size: 0;
    transform: translateY(-50%);
    background-color: transparent;
}
.bodSliderWrap .slick-prev:before {
    position: absolute;
    content: "\f106";
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/arrwTop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bodSliderWrap .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 0px);
    right: -70px;
    font-size: 0;
    transform: translateY(-50%);
    background-color: transparent;
}
.bodSliderWrap .slick-next:before {
    position: absolute;
    content: "\f107";
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/arrwBtm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

/*.bodSliderWrap .slick-prev[aria-disabled="false"]:before,*/
/*.bodSliderWrap .slick-next[aria-disabled="false"]:before{*/
/*    opacity: 0.1;*/
/*}*/



.boadHead{
    padding-bottom: 15px;
    position: relative;
}
.bodTextHeading{
    color:#00A1E4;
    font-size: 20px;
}
.bodTextHeadingSub{
    color:black;
    font-size: 16px;
}
.boadBot{
    height: 200px;
    overflow-y: scroll;
    position: relative;
    padding-right: 10px;
    border-top: 1px solid #00A1E4;
}
.boadBot::-webkit-scrollbar{
	width: 5px;
}
.boadBot::-webkit-scrollbar-track {
	background: #ffb884;
	border-radius: 10px;
}
.boadBot::-webkit-scrollbar-thumb {
	background: #ffffff;
	border-radius: 10px;
}
.boadBot::-webkit-scrollbar-thumb:hover {
	background: #f26522;
}

.boadBot:before{
    top: -1px;
    left: 120px;
    content: "";
    width: 23px;
    height: 12px;
    position: absolute;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/angel_down.png);
}
.f_heading img{
    width: 51px;
    /* height: 43px; */
    margin-right: 5px;
}
.ft_head{
    font-size: 24px;
}
.f1 p{
    line-height: 1.8;
}
.f1 p a {
    text-decoration: none;
    color: #000;
}
.footerList ul{
    margin-top: 70px;
}
.footerList ul li{
    margin-bottom: 20px;
}
.footerList ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 800;
}
footer a:hover{
    color: #123885 !important;
}
.footerList ul li a img{
    margin-left: 10px;
}
.footercontent_later{
    margin-top: 63px;
}


/* -----------GO2TOP */
.go2Top {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    bottom: 60px;
    right: 30px;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin: auto;
    font-size: 40px;
    color: #FFF;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(18 56 133) 0%, rgb(229 237 255) 0%, rgb(105 148 235) 100%);
	/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.55);*/
	/* animation-name: zoomInOut;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;

	-webkit-animation-name: pulse;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

	-moz-animation-name: pulse;
    -moz-animation-duration: 1500ms;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

	animation-name: pulse;
    animation-duration: 1500ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.go2Top img{
	width: auto;
	display: inline-block;
}
.go2Top.show {
	opacity: 1;
    visibility: visible;
}






