/* @import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap); */

*, ::after, ::before {box-sizing: border-box;}
article,aside,canvas,figure,figcaption,footer,header,nav,section,audio,video,h1,h2,h3,h4,h5,h6,ul,ol,p {margin: 0;padding: 0;border: 0;}
a,button,input[type="submit"] {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;text-decoration: none;font-style: normal;}
img {max-width: 100%;height: auto; vertical-align: top;}
ul {list-style: none;}
a:hover { text-decoration: none;}


body {
  letter-spacing: 0;
  color: #000;
  font-size: 16px;
  font-family: 'helvetica_neuelight';
}

.form-box textarea.form-control {
  height: 100px;
}

:focus {
  outline: 0 !important;
}

.custom-select:focus {
  border-color: #b69859;
  outline: 0;
  box-shadow: none;
}

.gap-block {
  padding: 70px 0;
}

header.header {
  padding: 10px 0;
}
header.header .bdr_btn{
  color: #fff;
  text-decoration: none;
  background-color: #74B543;
  border-color: #74B543;
}
header.header .bdr_btn:hover{
  color: #74B543;
  text-decoration: none;
  background-color: #fff;
  border-color: #74B543;
}
.birla_icon {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  transition: all 300ms;
}

.scrollup {
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll-top.png) center no-repeat #fff;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0 0 0 / 30%);
  z-index: 100;
  background-size: 20px;
}

a.call_back.text-white {
  background-color: #1bb1e7;
  border-radius: 30px;
  padding: 8px 24px;
  margin-right: 40px;
  position: relative;
}

.footer a.call_back.text-white {
  margin-right: 0;
}

a.call_back.text-white::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  right: -20px;
}

.form-box .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  height: 54px;
  margin-bottom: 8px;
}.footer {
  background-color: #f4f5f5;
}

.social_link.text-right ul li a {
  font-size: 24px;
  color: #fefefe;
  display: block;
  width: 42px;
  background-color: #1cb1e7;
  text-align: center;
  border-radius: 4px;
  height: 42px;
  line-height: 42px;
  transition: 0.3s ease-in-out;
}

.social_link.text-right ul li a:hover {
  background-color: #71bf44;
  color: #000;
  transform: rotate(360deg);
}

.mobile_banner,
.zcwf_lblLeft .wfrm_fld_dpNn,
a.call_back.text-white.f_consultation {
  display: none;
}

.footer_list ul li {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 26px;
}

.social_icon.mt-3 {
  text-align: center;
  background-color: #efefef;
  padding: 5px 0;
  border-radius: 5px;
}

.social_icon a:hover {
  transform: scale(1.3);
}

.contect_icons a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

a.find_window {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  display: block;
}

.dIB,
.features-list,
.header_block h2 span,
.social_icon a,
.zcwf_lblLeft .zcwf_help_icon {
  display: inline-block;
}

.social_icon a {
  font-size: 18px;
  margin-right: 10px;
  color: #0a0a0a;
  width: 18px;
  line-height: 32px;
}

 .footer_list ul li a {
    color: #5f5f5f;
    font-weight: 300;
}

li.list_titel a {
  color: #000 !important;
  font-weight: 600 !important;
  line-height: 32px;
}

.f_top_text p,
.zcwf_lblLeft .zcwf_row {
  margin: 0;
}

.clearB:after {
  content: "";
  display: block;
  clear: both;
}

header.header.new_hder-style {
  position: fixed;
  z-index: 1020;
  width: 100%;
  transition: all 300ms;
}

header.header.new_hder-style.fix_header {
  background: #003946;
  background: -moz-linear-gradient(90deg, #003946 0, #007f92 100%);
  background: -webkit-linear-gradient(90deg, #003946 0, #007f92 100%);
  background: linear-gradient(90deg, #003946 0, #007f92 100%);
  margin-top: 0;
}
header.header.new_hder-style.fix_header .birla_icon {width: 70px;min-width: 70px;}
header.header.new_hder-style.fix_header .navbar-brand {
    width: 230px;
    min-width: 230px;
}

.f_top_text {
  padding: 0 15px 20px;
}



/* ------------------------------------ */
.banner_sec { position: relative;}
.banner_ima img { width: 100%;}
.banner_caption { position: absolute; width: 100%; top: 30%;bottom: 30px;}
.banner_caption .container { height: 100%;}
.b_cap_inn { height: 100%; display: flex;flex-direction: column;justify-content: space-between;}
.b_cap_inn h1 { color: #fff; font-size: 62px;line-height: 65px;font-family: 'helvetica_neuemedium'; font-weight: normal;}
.b_cap_inn h1 span { display: block; font-weight: normal;font-family: 'helvetica_neuethin';}
.b_cap_bottom { color: #fff; }
.b_cap_bottom p { margin-bottom: 25px; font-size: 20px; line-height: 27px;}
.bdr_btn { border-radius: 5px; border: 1px solid #fff; padding: 12px 18px; color: #fff; display: inline-block;text-decoration: none;}
.bdr_btn:hover { color: #fff; text-decoration: none;background-color: #74B543; border-color: #74B543;}


.social_icon a img { max-width: 20px;}
.heading {text-align: center;margin-bottom: 70px;}
.heading h2 {color: #003946;font-family: 'helvetica_neuemedium';font-size: 40px;font-style: normal;font-weight: normal;line-height: 100.3%;position: relative;}
.heading h2:after { content: ""; width: 100%;max-width: 312px; height: 1px;background-color: #003946; position: absolute; left: 50%; transform: translateX(-50%); bottom: -18px;}
.heading p { padding-top: 30px; color: #1d1d1d;font-size: 18px;}
.content_base_sec p {font-size: 20px;line-height: 27px;}
.content_base_sec .heading { margin-bottom: 0;}
.content_base_sec .heading h2::after { display: none;}

.hindalco { position: relative;}
.hindalco_bg img { width: 100%;}
.h_logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.ws_card { text-align: center;}
.ws_icon {width: 109px; height: 109px; border-radius: 10px;background-color: #2BAAE1; display: inline-flex; justify-content: center; align-items: center;margin-bottom: 20px;}
.ws_info h3 { font-size: 18px; color: #003946; line-height: 23px; font-weight: normal; position: relative;margin-bottom: 30px;font-family: 'helvetica_neueregular';}
.ws_info h3:after { content: ""; width: 90%; height: 1px;background-color: #003946; position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px;}
.ws_info h3 sup {font-size: 15px;top: -9px;position: relative;}
.ws_info p {font-size: 18px; line-height: 23px;}
.ws_section{overflow: hidden;}
.swiper{padding-bottom: 40px;}
.slider_sec .swiper-button-next, .slider_sec .swiper-button-prev {width: 61px;height: 61px;border: 1px solid #ddd;border-radius: 50%;}
.slider_sec .swiper-button-next { right: -60px;}
.slider_sec .swiper-button-prev { left: -60px;}
.slider_sec .swiper-button-next:after, .slider_sec .swiper-button-prev:after { display: none;}
.slider_sec .swiper-button-next::before {content: "";border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-left: 25px solid #353535;position: absolute;left: 35%;top: 30%;}
.slider_sec .swiper-button-prev::before {content: "";border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-right: 25px solid #353535;position: absolute;right: 35%;top: 30%;}
.slider_sec { position: relative;}

.duranium_sec { position: relative;}
.dure_img img { width: 100%;}
.du_cont h2 { color: #fff; font-size: 58px; font-weight: normal;line-height: 68px; margin-bottom: 10px;font-family: 'helvetica_neuemedium';}
.du_cont h2 sup {font-size: 20px;position: relative;top: -25px;}
.du_cont p {font-size: 22px;color: #fff;margin-bottom: 30px;line-height: 32px;}
.green_btn {display: inline-block;background-color: #74B543;color: #fff;font-size: 20px;font-weight: 500;padding: 8px 30px;border-radius: 5px;}
.green_btn:hover {color: #fff; background-color: #1bb1e7;}

.du_cont { width: 100%; position: absolute; bottom: 30px; left: 0;}

.bc_bottom { position: relative; padding: 0 60px;}
.bc_bottom::after { content: ""; width: 100%; height: 70%;position: absolute; left: 0; bottom: 0; background-color: #E6F7FE; box-shadow: 0 10px 10px rgba(0,0,0,0.2);z-index: -1;}
.bc_img {box-shadow: 5px 6px 8px rgba(0,0,0,0.2);}
.bc_info { padding: 20px 0;}
.bc_info h3 { position: relative; font-size: 20px;color: #003946; margin-bottom: 20px; display: inline-block;}
.bc_info h3:after { content: ""; width: 100%; height: 1px;background-color: #003946; position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px;}
.green_bg {background-color: #003946;}
.green_bg .heading h2 { color: #fff;}
.green_bg .heading h2::after { background-color: #fff;display: block;}
.green_bg .heading p { color: #fff;}

.marquee_card { padding: 10px 30px; margin-bottom: 20px;}
.marquee_card .ws_icon {	width: 100%;  height: auto;  border-radius: 0;	margin-bottom: 20px;  box-shadow: 7px 7px 10px rgba(0,0,0,0.4);}
.ws_info {width: 100%;max-width: 312px;margin: 0 auto;}
.about_text {font-size: 14px;}
.footer_block p {margin-top: 0;margin-bottom: 1rem;}


.header .navbar-brand {padding: 0;margin: 0; width: 280px; min-width: 280px;}
.header .birla_icon { width: 103px;min-width: 103px;margin-left: 30px;}
.header .navbar-nav li { margin: 0 30px;}
.header .navbar-nav li a { color: #fff;font-size: 18px; padding: 8px 0; border-bottom: 2px solid transparent;}
.header .navbar-nav li a:hover, .header .navbar-nav li.active a { color: #fff; border-color: #74B543; }

.h_row { width: 100%;}

@media only screen and (max-width: 1400px) {
  a.call_back.text-white.f_consultation {position: fixed;right: 0;bottom: 75px;border-radius: 20px 0 0 20px;padding: 8px 15px;z-index: 99;display: none;margin: 0;}

  .heading h2 {font-size: 38px;}
}

@media only screen and (max-width: 1200px) {
  .footer_block.py-4 .container {
    width: 100%;
    max-width: none;
  }

  .scrollup {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .bc_bottom {padding: 0 20px;}
  .marquee_card {padding: 10px 10px;}
  .header-logo img {height: 80px;}
  .b_cap_inn h1 {font-size: 50px;line-height: 50px;}
  .b_cap_bottom p {margin-bottom: 15px;font-size: 18px;line-height: 20px;}
  .slider_sec .swiper-button-next {right: -30px;}
  .slider_sec .swiper-button-prev {left: -30px;}
  .du_cont h2 {font-size: 48px;	line-height: 55px;}
  .du_cont p {font-size: 18px;margin-bottom: 20px;line-height: 24px;}
  .heading {margin-bottom: 60px;}
  .built_c .heading, .marquee_sec .heading {margin-bottom: 40px;}
  .header .birla_icon {width: 70px; min-width: 70px; margin-left: 10px;}
  .header .navbar-brand {width: 230px;min-width: 230px;}
  .header .navbar-nav li { margin: 0 12px;}

}

  @media only screen and (max-width: 992px) {  
    .gap-block {
    padding: 20px 0;
  }

  a.call_back.text-white.hover_btn.mr-lg-4.wow.bounceIn {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  a.call_back.text-white.hover_btn.wow.bounceIn {
    display: block;
    text-align: center;
  }

  .footer a.call_back.text-white.hover_btn.wow.bounceIn {
    display: inline-block;
  }

  .social_link.text-right ul {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center !important;
  }

  .social_link.text-right ul li a {
    margin-bottom: 20px;
  }
  .thank_you_section_inn {
    max-width: none !important;
  }
  header.header.new_hder-style.fix_header .birla_icon img {
    height: 50px;
    width: unset;
  }

  header.header.new_hder-style.fix_header .header-logo img {
    height: 36px;
    width: unset;
  }

 
  .marquee_card {padding: 10px 0;}
  .marquee_card .ws_icon {box-shadow: 2px 2px 5px rgba(0,0,0,0.4);}
  .heading {margin-bottom: 50px;}
  .header-logo img {height: 50px;}
  .b_cap_inn h1 {font-size: 43px;line-height: 44px;margin-bottom: 10px;}
  .bdr_btn {padding: 6px 18px;}
  .slider_sec .swiper-button-next,.slider_sec .swiper-button-prev { display: none;}
  .ws_slider { padding-bottom: 40px;}
  .ws_slider .swiper-pagination {bottom: 0 !important;}
  .ws_slider .swiper-pagination-bullet { width: 15px; height: 15px;}
  .ws_slider .swiper-pagination-bullet-active {background-color: #1bb1e7;}
  .footer_listhdr { position: relative;}
  .footer_listhdr:after { content: ""; width: 12px; height: 2px; background-color: #000; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
  .footer_listhdr:before { content: ""; width: 2px; height: 12px; background-color: #000; position: absolute; right: 5px; top: 50%; transform: translateY(-50%);}
  .active .footer_listhdr:before { display: none;}
  .bc_bottom::after {height: 85%;}

  .header .navbar-toggler { border-top: 2px solid #fff; border-bottom: 2px solid #fff;position: relative;padding: 0; border-radius: 0;margin-left: auto;  height: 22px;}
  .header .navbar-toggler:after { content: ""; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
  .header .navbar-collapse {position: absolute;left: 0;top: 76px;width: 100%;background-color: #fff;}
  .header .navbar-nav li a { color: #000; display: block;}
  .header .navbar-nav li a:hover { color: #000;}
  }


@media only screen and (max-width: 767px) {
  #myModalTermsCondition .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }  .features-list,
  .header_block {
    margin-top: 30px;
  }  .header_block h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
  }

  .header_block h5 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .header_block h2 span {
    display: inline-flex;
    align-items: center;
  }

  .header_block h2 span img {
    max-width: 150px;
    height: unset;
  }

  .footer_list {
    padding: 10px 5px 2px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #2d2d2d;
  }

  .footer_list ul.list-unstyled {
    display: none;
    margin: 0;
    padding: 0;
    transition: 0.3s ease-in-out;
  }

  .footer_list.active>ul.list-unstyled {
    display: block;
    transition: 0.3s ease-in-out;
  }

  .footer_list p {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .banner_text h2,
  .social_link.text-right {
    margin-top: 15px;
  } 

  .col-md-3.col-lg-3.mobile_hide,
  .jarallax,
  .mobile_hide p.footer_listhdr:after,
  .owl_dots {
    display: none;
  }

 
  .mobile_hide .footer_list {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  header.header.new_hder-style {
    margin-top: 10px;
  }
 
}

@media only screen and (max-width: 767px) {
  .header_block h2 span {
    top: 0;
  }

  a.call_back.text-white.f_consultation {
    display: block;
    bottom: 10px;
  }

  a.call_back.text-white::after {
    content: none;
  }

  .header a.call_back.text-white.hover_btn.wow.bounceIn {
    display: none;
  }

  .header a.call_back.text-white.hover_btn {
    display: none;
  }

  .form-box .form-control,
  .header-logo img {
    height: 40px;
  }

  .birla_icon img {
    height: 50px;
  }

  .header_right {
    justify-content: flex-end;
  }

  .scrollup {
    bottom: 60px;
    right: 15px;
  }

  .footer_block.py-4 {
    padding-bottom: 110px !important;
  }  form.form-box.new_footer_form.py-4 {
    padding-bottom: 5px !important;
  }


  .form-box .form-control, .header-logo img {height: 40px;}
  header.header.new_hder-style {margin-top: 0;}
  .banner_caption {top: 22%;}
  .bdr_btn {padding: 4px 18px;line-height: normal;}
  .heading h2 {font-size: 24px;}
  .content_base_sec p {font-size: 18px;line-height: 24px;}
  .ws_icon {width: 80px;height: 80px;}
  .ws_icon img { max-width: 50px;}
  .green_btn {font-size: 16px;padding: 6px 22px;}  
  .du_cont {bottom: 25px;}  
  .bc_info h3 {font-size: 14px;}
  .bc_info p {font-size: 16px;line-height: 19px;}
  .marquee_card .ws_icon img {max-width: 100%;}
  .ws_info p {font-size: 16px;line-height: 20px;}
  .ws_info h3 {margin-bottom: 20px;}
  .banner_caption {top: inherit;bottom: 30px;}
  .b_cap_inn { justify-content: flex-start;}
  .b_cap_inn {height: auto;}
  .banner_caption .container {height: auto;}
  .header .birla_icon {width: 42px;min-width: 42px;margin-left: 10px;}
  header.header.new_hder-style.fix_header .birla_icon {width: 40px;min-width: 40px;}
  header.header.new_hder-style .navbar-brand {width: 155px;min-width: 155px;}
  header.header.new_hder-style.fix_header .navbar-brand {width: 155px;min-width: 155px;}
  .header .navbar { padding: 0;}
  .header .navbar-collapse {top: 60px;}

}

@media all and (max-width: 600px) {

  .zcwf_lblLeft .zcwf_col_fld,
  .zcwf_lblLeft .zcwf_col_lab {
    width: auto;
    float: none !important;
  }

  .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}

@media only screen and (max-width: 575px) {

  .contect_icons.mt-3 {
    float: right;
  }

  .birla-icon {
    float: left;
    margin-right: 10px;
  }

  a.header-logo {
    width: 150px;
    margin: auto;
  }

  .birla_icon {
    justify-content: flex-end;
  }  form.form-box.new_footer_form.py-4 {
    padding-top: 8px !important;
  }
  input#formsubmit {
    margin: 5px auto 0;
  }

  .social_link.text-right ul {
    margin-top: 25px;
  }

  h2.header_text {
    font-size: 26px;
  }

  .text_box>p {
    line-height: 1.2;
  }

  .testimonial-text .hdr {
    font-size: 14px;
  }

  .b_cap_inn h1 {font-size: 26px;line-height: 26px;margin-bottom: 5px;}
  .b_cap_bottom p {margin-bottom: 10px;font-size: 14px;line-height: 18px;}
  .du_cont h2 {font-size: 26px;line-height: 28px;}
  .du_cont h2 sup {font-size: 12px;top: -8px;}
  .du_cont p {font-size: 16px;line-height: 22px;}
  .bc_bottom::after {height: 90%;}
  
}
.bdr_btn.mob-btn {display: none;}
@media only screen and (max-width: 500px) {
  .f_top_text p {
    font-size: 13px;
  }
  .header_block h2 {
    font-size: 21px;
  }

  .header_block h2:first-child {
    margin-bottom: 5px !important;
  }

  .header_block h2 span img {
    max-width: 107px;
    height: unset;
  }

  .header_block h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .header_block br {
    display: none;
  }
  header.header.new_hder-style{
    padding-top: 0;
  }
  .bdr_btn {display: none;}
  .bdr_btn.mob-btn {display: block; margin-bottom: 10px; border-radius: 0; text-align: center;}
}
@media only screen and (max-width: 420px) {
.b_cap_bottom p {font-size: 12px;line-height: 13px;}
.built_c .heading, .marquee_sec .heading {margin-bottom: 30px;}
}

.form_block form {display: flex; flex-wrap: wrap;}
.form_block .zcwf_title { width: 100%; min-width: 100%;}
.form_block .zcwf_row { width: 50%; min-width: 50%;}
.form_block .zcwf_row label { font-size: 18px;}
.form_block .zcwf_lblRight .zcwf_col_fld {width: 100%;padding: 0px 10px;margin-top: 5px;}
.form_block .zcwf_lblRight .zcwf_col_lab {width: 100%;padding: 0px 10px;margin-right: 0;margin-top: 0;
float: left;text-align: left;}
.form_block .zcwf_lblRight .zcwf_col_fld input[type=text] { width: 100%; height: 46px; padding: 10px 10px;}
.form_block .zcwf_lblRight .zcwf_col_fld_slt { width: 100%; height: 46px;}
.form_block .zcwf_lblRight .zcwf_row {margin: 8px 0px;}
.form_block .zcwf_row:last-child {width: 100%; min-width: 100%;}
.form_block .zcwf_title {text-align: center; color: #003946 !important;font-family: 'helvetica_neuemedium' !important;font-size: 40px;font-style: normal !important;font-weight: normal !important;line-height: 100.3%;position: relative;margin-bottom: 45px;padding: 0;}
.form_block .zcwf_title:after {content: "";width: 100%;max-width: 312px;height: 1px;background-color: #003946;position: absolute;left: 50%;transform: translateX(-50%);bottom: -18px;}
.b_form { background-color: #f0f6f8;}
.b_form .crmWebToEntityForm { background-color: transparent !important;max-width: 900px !important;}
.b_form .zcwf_lblRight .formsubmit.zcwf_button {font-size: 16px;color: #fff;background: #74B543 !important;border-color: #74B543;padding: 3px 9px;border-radius: 4px;cursor: pointer;max-width: 120px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 10px 18px;}
.b_form .zcwf_lblRight .zcwf_button {padding: 10px 18px;}
@media only screen and (max-width: 575px) {
.form_block .zcwf_row { width: 100%; min-width: 100%;}
.b_form #crmWebToEntityForm.zcwf_lblRight {padding: 25px 0;}
.form_block .zcwf_title { font-size: 24px;}
.b_form .zcwf_lblRight .zcwf_button {margin: 0 10px;}
}
