@charset "utf-8";

body,html{font-family: 'LatoRegular', sans-serif;font-weight:400;font-style:normal;color:#000}
a,h1,h2,h3,h4,h5,h6,h7,ul,li{padding:0;margin:0;text-decoration:none}
a:hover{text-decoration:none}
ul li{list-style:none}
button:focus:not(:focus-visible){outline:none;box-shadow:none}

.container{max-width: 1626px;}
@media (max-width:1700px){
  .container{max-width: 1480px;}
}
@media (max-width:1600px){
  .container{max-width: 1420px;}
}
@media (max-width:1500px){
  .container{max-width: 1320px;}
}
@media (max-width:1400px){
  .container{max-width: 1260px;}
}
@media (max-width:1366px){
  .container{max-width: 1240px;}
}
@media (max-width:1100px){
  .container{max-width: 960px;}
}
@media (max-width: 991px) {
  .container{max-width: 720px;}
}
@media (max-width: 767px) {
  .container{max-width: 94%;}
}


@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot');
    src: url('../fonts/LatoBold.eot') format('embedded-opentype'),
         url('../fonts/LatoBold.woff2') format('woff2'),
         url('../fonts/LatoBold.woff') format('woff'),
         url('../fonts/LatoBold.ttf') format('truetype'),
         url('../fonts/LatoBold.svg#LatoBold') format('svg');
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLight.eot');
    src: url('../fonts/LatoLight.eot') format('embedded-opentype'),
         url('../fonts/LatoLight.woff2') format('woff2'),
         url('../fonts/LatoLight.woff') format('woff'),
         url('../fonts/LatoLight.ttf') format('truetype'),
         url('../fonts/LatoLight.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}
@font-face {
    font-family: 'LatoThin';
    src: url('../fonts/LatoThin.eot');
    src: url('../fonts/LatoThin.eot') format('embedded-opentype'),
         url('../fonts/LatoThin.woff2') format('woff2'),
         url('../fonts/LatoThin.woff') format('woff'),
         url('../fonts/LatoThin.ttf') format('truetype'),
         url('../fonts/LatoThin.svg#LatoThin') format('svg');
}


@font-face {
  font-family: 'Rupee_Foradian';
  src: url("../fonts/Rupee_Foradian.eot");
  src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url("../fonts/Rupee_Foradian.woff2") format("woff2"), url("../fonts/Rupee_Foradian.woff") format("woff"), url("../fonts/Rupee_Foradian.ttf") format("truetype"), url("../fonts/Rupee_Foradian.svg#Rupee_Foradian") format("svg"); }

.rs {
  font-family: 'Rupee_Foradian'; }







h1{font-family: 'LatoBold';font-size: 66px;line-height: 1.1;}
h2{font-family: 'LatoRegular';font-size: 19px;line-height: 1.3; color: #000; margin-bottom: 10px;}
h3{ font-family: 'LatoBold';font-size: 42px;line-height: 1.1; color: #F7941D; margin-bottom: 30px;}
h4{ font-family: 'LatoBold';font-size: 22px;line-height: 1.3;}
h5{font-family: 'LatoRegular';font-size: 24px;line-height: 1.6;}
h6{font-family: 'LatoRegular';font-size: 42px;line-height: 1.3; margin: 0; padding: 0;}
/*h5{font-family: 'Trenda';font-size: 36px;line-height: 1.3;}
h6{font-family: 'Trenda';font-size: 20px;line-height: 1.3;}*/
p{font-family: 'LatoRegular';font-size: 20px;line-height: 1.4; color: #4D4D4D; margin-bottom: 20px;}

.btn-hdrDownlod{font-size: 18px; color: #000;font-family: 'LatoRegular'; text-decoration: none; position: relative; line-height: 1; background:rgba(247 148 29 / 0); padding: 10px 20px;}
.btn-hdrDownlod:after{content: ''; background: url("../images/icon-download-orange.svg") center no-repeat; background-size: contain; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-left: 12px; }
.btn-hdrDownlod:hover{color: #fff;background:rgba(247 148 29 / 1);}
.btn-hdrDownlod:hover:after{content: ''; background: url("../images/icon-download-white.svg") center no-repeat; background-size: contain;}

.btn-readmore { display: inline-block; font-family: 'LatoBold'; font-size: 17px; background:#F7941D; color: #fff; padding: 10px 40px;position: relative; background:#F7941D;border: 1px solid #F7941D; z-index: 1; transition: all 0.3s ease-out; }
.btn-readmore:hover { color:#F7941D; cursor: pointer; }
.btn-readmore::after { content: " "; position: absolute; height: 100%; width: 0; background: #FFF2E3; right: 0; top: 0; z-index: -1; transition: all 0.3s ease-out; }
.btn-readmore:hover:after { width: 100%; }

.btn-text{font-family: 'LatoRegular';font-size: 18px; color: #fff; text-decoration: underline; line-height: 1.2;}
.btn-text:hover {/* font-family:'LatoBold' ;*/ color: #ffffff; }
.callout{display: flex; flex-direction: column; margin-top: 30px;}
.callout p{font-family: 'LatoRegular';font-size: 16px;line-height: 1.3; }
.calloutWrp{display: flex; flex-wrap: wrap; margin-bottom: 40px;}
.calloutWrp .callout{flex: 0 50%}

#footer{padding: 60px 0 30px 0;}
#footer i{display: inline-block; vertical-align: middle; margin-right: 15px; }
#footer a{color: #4B4B4B;}
#footer a:hover{color: #05a192; text-decoration: underline;}


#header {position: fixed;width: 100%;top: 0px;left: 0px;z-index: 9997;padding: 15px 0px;background: none; }
#header.fixed {background: #fff; box-shadow: 0px 0px 5px 2px #0000004d; }
#header .ham-menu{position: relative; display: inline-block; vertical-align: middle; margin-left: 15px;}
#header .ham-menu span{width: 30px; height: 2px;margin-bottom: 4px; display: block; background: #1A1A1A;}
#header .hdr-logo{display: inline-block; height: 110px;transition: all 0.3s ease-out; }
#header.fixed .hdr-logo{height: 60px;transition: all 0.3s ease-out; }
#header .hdr-btnDwnld{font-size: 18px; color: #000;font-family: 'LatoRegular'; text-decoration: none; position: relative; line-height: 1; background:rgba(247 148 29 / 0); padding: 10px 20px;transition: all 0.3s ease-out; }
#header .hdr-btnDwnld:after{content: ''; background: url("../images/icon-download-orange.svg") center no-repeat; background-size: contain; width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-left: 12px;transition: all 0.3s ease-out;  }
#header .hdr-btnDwnld:hover{color: #fff;background:rgba(247 148 29 / 1);transition: all 0.3s ease-out; }
#header .hdr-btnDwnld:hover:after{content: ''; background: url("../images/icon-download-white.svg") center no-repeat; background-size: contain;transition: all 0.3s ease-out; }


/* banner */
#banner { margin-top: 0px; }
.bannerWrp{position:relative;background: #eeefef;display:flex;flex-direction:column;height:100vh;padding:0; overflow: hidden;}
.banner-wrp .bosch-vid-cvr {width: 100%;height: 100vh;position: absolute;top: 0px;left: 0px;  padding: 0;}
.banner-wrp .bnr-vid {width: 100%;height: 100%;object-fit: cover;}


.btn-top {position: fixed;bottom:7px;right: 20px;cursor: pointer;z-index: 9999;color: #fff;background-color: #F7941D;border-color: #F7941D;}
.btn-top:hover { background-color: #FFF2E3; border-color: #F7941D; }


.dc-wrp {background-color: #ffffff;padding: 100px 0px; position: relative;}
.dc-wrp:before{content: ''; background: url("../images/bg-mesh.svg") top left no-repeat; background-size: contain; position: absolute; left: 0; top: 0; width: 60%; height: 60%;}
.dc-wrp:after{content: ''; background: url("../images/bg-footer.svg") bottom right no-repeat; background-size: contain; position: absolute; right: 0; bottom: 0; width: 80%; height: 35%;}

.dc-wrp .common-ttle {color: #F7941D; }
.dc-wrp .custom-container {max-width: 930px;margin: 0 auto; position: relative; z-index: 33;}
.dc-wrp .dc-card {display: block;width: 100%;height: 180px;border: 2px solid #F7941D;padding: 15px;text-decoration: none;position: relative;margin-top: 20px;transition: all 0.3s ease-out; }
.dc-wrp .dc-card h2 {color: #F7941D;font-size: 22px;font-weight: 400;line-height: 1; }
.dc-wrp .dc-card p {color: #FFF;height: 30px;font-size: 14px;font-weight: 400;line-height: normal;position: absolute;right: 15px;bottom: 15px;background-image: url(../images/download-o-card.png);background-repeat: no-repeat;background-position: right center;padding: 10px 30px 0px 0px;margin: 0px; }
.dc-wrp .dc-card:hover {background-color: #f7941d; }
.dc-wrp .dc-card:hover h2, .dc-wrp .dc-card:hover p {color: #ffffff; }
.dc-wrp .dc-card:hover p {background-image: url(../images/download.png); }
.dc-wrp .dc-card-w {background-color: #F7941D;display: block;width: 100%;height: 180px;border: 2px solid #FFF;padding: 15px;text-decoration: none;position: relative;margin-top: 20px; }
.dc-wrp .dc-card-w h2 {color: #ffffff;font-size: 22px;font-weight: 400;line-height: 1; }
.dc-wrp .dc-card-w p {color: #E77925;font-size: 14px;font-weight: 400;line-height: normal;position: absolute;right: 15px;bottom: 15px;background-image: url(../images/download.png);background-repeat: no-repeat;background-position: right center;padding: 10px 30px 0px 0px;margin: 0px; }
.dc-wrp ul {display: block;margin: 15px 0 0 0;list-style-type: none;padding: 0;width: 260px; }
.dc-wrp ul li {padding: 0 3px;margin: 0; }
.dc-wrp ul li a {color: #ffffff;font-size: 13px;line-height: 22px;font-weight: 400;margin: 0;background-image: url(../images/download-o.png);background-repeat: no-repeat;background-position: right 5px;padding-right: 10px;display: block;text-decoration: none; }
.dc-wrp ul li a:hover {color: #1E1E1E;background-image: url(../images/download-blk.png); }
.ftr-bottom { color: #ffffff; background: #F7941D; text-align: center; padding: 15px 0;} 

section{overflow: hidden; padding: 140px 0;}


.introWrp{ color: #4D4D4D; position: relative;}
.introWrp:before{content: ''; background: url("../images/bg-mesh.svg") top left no-repeat; background-size: contain; position: absolute; left: 0; top: 0; width: 50%; height: 80%;}
.introWrp:after{content: ''; background: url("../images/bg-mesh.svg") top right no-repeat; background-size: contain; position: absolute; right: 0; top: 0; width: 50%; height: 80%;}
.introWrp .container{position: relative; z-index: 3;}
.introWrp h5{margin-bottom: 40px;}


.highlitWrp{ padding-top: 0;}
.highlitWrp .highCard{margin: 20px 0; height: 100%;}
.highlitWrp .highCard .imgDiv{position: relative; overflow: hidden;}
.highlitWrp .highCard .imgDiv img{width: 100%; height: 100%; object-fit: cover; display: block;}
.highlitWrp .highCard .copyDiv{padding: 40px}
.highlitWrp .highCard .copyDiv .ico{margin-right: 10px;}

.highlitWrp .highCard.env{background: #F4FBF7}
.highlitWrp .highCard.env .imgDiv{border-bottom: 10px solid #2DB45C;}
.highlitWrp .highCard.env h4, .highlitWrp .highCard.env h6{color:#2DB45C;}

.highlitWrp .highCard.socil{background: #F8F3F5}
.highlitWrp .highCard.socil .imgDiv{border-bottom: 10px solid #791545;}
.highlitWrp .highCard.socil h4, .highlitWrp .highCard.socil h6{color:#791545;}

.highlitWrp .highCard.govrn{background: #F5F6FA}
.highlitWrp .highCard.govrn .imgDiv{border-bottom: 10px solid #4555A5;}
.highlitWrp .highCard.govrn h4, .highlitWrp .highCard.govrn h6{color:#4555A5;}


.globlWrp{background: url("../images/bg-global-presence.jpg") left no-repeat; background-size: cover; color: #fff; background-attachment: fixed;}
.globlWrp h3, .globlWrp h2, .globlWrp p{color: #fff;}
.globlWrp p{font-family: 'LatoLight';}
.globlWrp .callout{display: flex; flex-direction: row; align-items: flex-start; padding-right: 20px; }
.globlWrp .callout .ico{ width:52px; margin-right: 15px; margin-top: 3px;}


.mdMsgWrp{}
.mdMsgWrp .imgDiv{}
.mdMsgWrp .imgDiv{position: relative; overflow: hidden;}
.mdMsgWrp .imgDiv img{width: 100%; height: 100%; object-fit: cover; display: block;}
.mdMsgWrp .copyDiv{padding-left: 80px;}
.mdMsgWrp .copyDiv .nameDiv h6{font-size: 22px; color: #F7941D}
.mdMsgWrp .copyDiv .nameDiv p{font-size: 16px; color: #000;}

.stratgyWrp{background: #F8F3F5;}
.stratgyWrp h3{margin-bottom: 20px;}
.stratgyWrp p{margin-bottom: 30px; xfont-size: 18px;}
.stratgyWrp .strtgyCard{background: #fff; padding: 60px; margin-top: 50px; height: calc(100% - 30px); display: flex; align-items: flex-start; flex-direction: column; justify-content:center;}
.stratgyWrp .strtgyCard h4{margin-bottom: 30px; font-size: 28px; color: #242B58;}
.stratgyWrp .strtgyCard p{color: #000; margin: 0; line-height: 1.6;}


.esgWrp{overflow: hidden; padding: 0;}
.esgWrp .copyDiv{padding: 80px; position: relative;}
.esgWrp .copyDiv:before{content:''; position:absolute; bottom: 60px; left: 0; width: 100%; height: 90px;}
.esgWrp .copyDiv h3, .esgWrp .copyDiv p{color: #fff;}
.esgWrp .copyDiv .btn-readmore{margin: 20px 0 10px 0;}

.esgWrp .envDiv{background: url("../images/bg-E.jpg") top center no-repeat; background-size: cover; height: calc(100vh - 70px);}
.esgWrp .envDiv .copyDiv{background: #2DB45C; color: #fff; height: 100%;}
.esgWrp .envDiv .copyDiv:before{content:''; background: url("../images/icon-bg-E.svg") center no-repeat; background-size: cover;}

.esgWrp .sovlDiv{background: url("../images/bg-S.jpg") top center no-repeat; background-size: cover; height: calc(100vh - 70px);}
.esgWrp .sovlDiv .copyDiv{background: #41ABE1; color: #fff; height: 100%;}
.esgWrp .sovlDiv .copyDiv:before{content:''; background: url("../images/icon-bg-S.svg") center no-repeat; background-size: cover;}

.esgWrp .govrncDiv{background: url("../images/bg-G.jpg") top center no-repeat; background-size: cover; height: calc(100vh - 70px);}
.esgWrp .govrncDiv .copyDiv{background: #242B58; color: #fff; height: 100%;}
.esgWrp .govrncDiv .copyDiv:before{content:''; background: url("../images/icon-bg-G.svg") center no-repeat; background-size: cover; height: 106px;}

.txtCard{border: 1px solid #fff; padding: 30px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.txtCard .btn-text{ margin-top: 40px;}
.swiper-slide{height: auto;}
.esgSlider{position: relative; padding-top: 40px;}
.esgSlider .swiper-button-next, .esgSlider .swiper-button-prev{top:20px; color: #fff; }
.esgSlider .swiper-button-next:after, .esgSlider .swiper-button-prev:after{ content: ''; width: 50px; height: 50px; }
.esgSlider .swiper-button-next:after { background: url('../images/right.png') no-repeat center center; background-size:contain; }
.esgSlider .swiper-button-prev:after { background: url('../images/right.png') no-repeat center center; background-size:contain; rotate:180deg; }

.swiper-button-prev:after, .swiper-button-next:after{font-size: 20px;}
.esgSlider .swiper-button-next{right: 0; left: auto;}
.esgSlider .swiper-button-prev{right: 40px; left: auto;}

.esgWrp .envDiv .txtCard:hover{background: #42cf71;transition:all .5s ease-in-out}
.esgWrp .sovlDiv .txtCard:hover{background: #49beff;transition:all .5s ease-in-out}
.esgWrp .govrncDiv .txtCard:hover{background: #474f95;transition:all .5s ease-in-out}

.rpsWrp{background: #F8F3F5; color: #904999; position: relative;}
.rpsWrp .icondiv{background: url("../images/icon-RPS.svg") top left no-repeat; background-size: contain; width: 300px; height:160px; display: block;}
.rpsWrp h3{color: #904999;}
.rpsWrp .cardWrp{margin:20px 0 40px 0; display: inline-block; width: 100%;}
.rpsWrp .txtCard{color: #904999;border: 1px solid #904999; transition:all .5s ease-in-out} 
.rpsWrp .txtCard:hover{color: #fff;background: #904999; transition:all .5s ease-in-out} 
.rpsWrp .txtCard .btn-text{color: #904999;transition:all .5s ease-in-out } 
.rpsWrp .txtCard:hover .btn-text{color: #fff;transition:all .5s ease-in-out } 
.rpsWrp .btn-readmore {background:#904999; color: #fff; border: 1px solid #904999; }
.rpsWrp .btn-readmore:hover { color:#904999; }
.rpsWrp .btn-readmore::after { content: " "; background: #fff; }


.srmWrp{background: #4A1A4E; color: #fff; position: relative;}
.srmWrp:before{content:''; background: url("../images/icon-risk.svg") top left no-repeat; background-size: contain; width: 60%; height:160px; position: absolute; top: 10px; left:10px; }
.srmWrp .cardWrp{padding-left: 60px;}
.srmWrp .cardWrp .txtCard{height: calc(100% - 30px); margin-bottom: 30px;}
.srmWrp .cardWrp .txtCard{color: #fff;border: 1px solid #fff; transition:all .5s ease-in-out} 
.srmWrp .cardWrp .txtCard:hover{color: #fff;background: #904999; transition:all .5s ease-in-out} 
.srmWrp .cardWrp .txtCard .btn-text{color: #fff;transition:all .5s ease-in-out } 
.srmWrp .cardWrp .txtCard:hover .btn-text{color: #fff;transition:all .5s ease-in-out } 

.srmWrp h3, .srmWrp p{ color: #fff;}


.cmntWrp .imgDiv{position: relative; overflow: hidden;}
.cmntWrp .imgDiv img{width: 100%; height: 100%; object-fit: cover; display: block;}
.cmntWrp .copyDiv{padding-left: 80px;}

.smWrp{padding: 0; background: #4555A5; color: #fff; position: relative;}
.smWrp:after{content:''; background: url("../images/icon-bg-SEMA.svg") bottom right no-repeat; background-size: contain; width: 100%; height: 40%; position: absolute; bottom: 0px; right:0; }
.smWrp h2, .smWrp h3, .smWrp p{color: #fff;}
.smWrp .stakhldrWrp{padding: 140px 140px 140px 0; position: relative; z-index: 333;}
.smWrp .materlityWrp{padding: 140px 0 140px 140px; position: relative; height: 100%;}
.smWrp .materlityWrp .inrCont{ position: relative; z-index: 3;}
.smWrp .materlityWrp:before{content: ''; position: absolute; left: 0; top: 0; right: -50%;  height: 100%; background: #586AC2;}

@media (max-width:1800px){
}
@media (max-width:1700px){
  h1{font-size: 58px;}
  h2{font-size: 18px;}
  h3{font-size: 58px;}
  h4{font-size: 42px;}
  h5{font-size: 22px;} 
  h6{font-size: 24px;}
  p {font-size: 18px;}
  .flip-card-front .copyDiv p,
  .txtsm{font-size: 14px;}
  .volntringWrp .rhs{width: 60%;}
  
}

@media (max-width:1670px){
  h1{font-size: 66px;}
  h2{font-size: 19px;}
  h3{font-size: 32px;}
  h4{font-size: 18px;}
  h5{font-size: 22px;}
  h6{font-size: 34px;}
  p {font-size: 17px; margin-bottom: 15px;}
  .btn-readmore{padding: 8px 30px; font-size: 16px;line-height: 1.2;}
  #header .hdr-btnDwnld{font-size: 16px;}
  #header .hdr-btnDwnld:after{width: 20px; height: 20px;}
  .stratgyWrp .strtgyCard h4{font-size: 24px;}
  .esgWrp .copyDiv{padding: 50px;}
  .esgSlider{padding-top: 30px;}
  .txtCard{padding: 20px;}
  .txtCard .btn-text{font-size: 16px; margin-top: 20px; line-height: 1;}
  .esgWrp .copyDiv:before{bottom: 35px;}
}
@media (max-width:1600px){

  #header {padding: 10px 0px; }

  
}
@media(max-width:1500px){

}
@media (max-width:1400px){

}
@media (max-width:1360px){
  #header .hdr-logo{height: 65px;}
}
@media (max-width:1100px){
  section{padding: 80px;}

}
@media (max-width:992px){
  h1{font-size: 66px;}
  h2{font-size: 19px;}
  h3{font-size: 32px;}
  h4{font-size: 18px;}
  h5{font-size: 18px;}
  h6{font-size: 34px;}
  p {font-size: 17px; margin-bottom: 15px;}

  #header{background: #fff;}  
  .banner-wrp{background: #edefef; height: auto; height: 100vh;}  
  .banner-wrp .bosch-vid-cvr{position: static; height: 100%;}
  .banner-wrp .bosch-vid-cvr video{width: 100%; margin-top: 50px;}
  .banner-wrp .banner-content{position:static; height: auto;}
  .banner-wrp .banner-content .caption-wrp{position: static; width: 90%; margin: 30px auto 0 auto; transform: none;}
  .banner-wrp .banner-content .caption-wrp .title1{font-size: 28px; line-height: 40px;}

  .mdMsgWrp .copyDiv { padding-left: 0px; }

  .srmWrp .cardWrp { padding-left: 0px; }
  .cmntWrp .copyDiv { padding-left: 0px; padding-top: 20px;}
  .smWrp .materlityWrp {padding: 140px 0 140px 60px;}
  .dc-wrp { padding: 100px 50px; }
  .dc-wrp ul li a { background-image:none; }


}
@media(max-width:767px){
	h2{font-size: 16px;}
	h3{font-size: 28px;}
  section{padding: 60px 0;}
	.highlitWrp .highCard .copyDiv{padding: 20px;}
	.callout{margin-top: 10px;}
	.stratgyWrp .strtgyCard{padding: 20px;}
	.stratgyWrp .strtgyCard h4{margin-bottom: 20px;}
	.rpsWrp .icondiv{height: 80px; width: 80px;}
	.srmWrp .cardWrp{margin-top: 30px;}
	.srmWrp:before{background-position: 90% 0; width: 100%; height: 90px;}
	.smWrp:after{background-size: cover; height: 80px;}
	.dc-wrp .dc-card{height: auto;}
	.dc-wrp:after{height: 15%;}
	.esgSlider{padding-top: 40px;}
	.esgWrp .envDiv .copyDiv:before, .esgWrp .sovlDiv .copyDiv:before, .esgWrp .govrncDiv .copyDiv:before{background-position: bottom left;}
	.esgWrp .copyDiv:before{bottom: 60px;}
  .mdMsgWrp .copyDiv { padding-left: 0px; padding-top: 20px; }
  .esgWrp .copyDiv { padding: 30px; }
  .calloutWrp .callout {flex: 0 100%; }
  .txtCard { padding: 14px; }
  h4 { font-size: 18px; } 
  #footer{padding: 40px 0 10px 0;}
  .ftr-bottom{font-size: 14px; color: #ffffff;}
  .srmWrp .cardWrp { padding-left: 0px; }
  .cmntWrp .copyDiv { padding-left: 0px; padding-top: 20px; }
  .smWrp .stakhldrWrp, .smWrp .materlityWrp { padding: 60px 40px 60px 0; }
  .smWrp .materlityWrp:before {left: -10%; }
  .dc-wrp .custom-container { padding: 0px 15px; }
  .dc-wrp {padding: 50px 0px 100px 0px;} 

  #header .hdr-btnDwnld{font-size: 13px; padding: 5px 10px;}
  #header .hdr-btnDwnld:after{width: 20px; height: 20px; margin-left: 10px;}
}

@media (max-width: 600px) {
  #downloadCenter .downloadBox a h2{font-size: 18px;}
  #downloadCenter .downloadbookBt{font-size: 18px;}
  #downloadCenter .col{ width: 100% !important; flex-basis:auto;}
}



.col-fullH{height: 100%;}
.show-1024{display: none;}
.hide-1024{display: flex;}

@media (max-width:1024px){
  .show-1024{display: block;}
  .hide-1024{display: none;}
}

@media (max-width:1360px){
  #header.fixed .hdr-logo {height: 50px;}
  .esgWrp .copyDiv {padding: 20px; }
  h3 { font-size: 27px; margin-bottom: 15px; }
  h4 { font-size: 16px; }
  .esgWrp .copyDiv .btn-readmore { margin: 5px 0 10px 0; }
  .esgWrp .envDiv .copyDiv:before, .esgWrp .sovlDiv .copyDiv:before, 
  .esgWrp .govrncDiv .copyDiv:before 
   { bottom:0px; background-size:contain; }
  .esgSlider { padding-top: 35px;  }
}


