:root{
    --main-clr: #3A4C78;
    --bg-gray: #F2F2F2;
    --secondary-clr:#000;
    --sf-reg: 'sf_pro_displayregular';
    --sf-bld: 'sf_pro_displaybold';
    --sf-medium: 'sf_pro_displaymedium';    
    --sf-heavy: 'sf_pro_displayheavy';
    --shadow: 4px 8px 39px rgba(0, 0, 0, 0.10);
    --border-radius: 20px;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 8, 2021 */


.sansita-regular {
    font-family: "Sansita", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sansita-bold {
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .sansita-extrabold {
    font-family: "Sansita", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .sansita-black {
    font-family: "Sansita", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .sansita-regular-italic {
    font-family: "Sansita", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .sansita-bold-italic {
    font-family: "Sansita", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .sansita-extrabold-italic {
    font-family: "Sansita", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .sansita-black-italic {
    font-family: "Sansita", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

@font-face {
    font-family: 'sf_pro_displayregular';
    src: url('../fonts/Sansita-Regular.ttf') format('woff2'),
         url('../fonts/Sansita-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_pro_displaybold';
    src: url('../fonts/Sansita-Bold.ttf') format('woff2'),
         url('../fonts/Sansita-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_pro_displaymedium';
    src: url('../fonts/Sansita-Black.ttf') format('woff2'),
         url('../fonts/Sansita-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sf_pro_displayheavy';
    src: url('../fonts/Sansita-ExtraBold.ttf') format('woff2'),
         url('../fonts/Sansita-ExtraBold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: var(--sf-reg);
    color: #6C6C6C;
}
.container{
    max-width: 1200px;
    width: 100%;
}

.custom-container-width{
    max-width: 1100px;
    width: 100%;
}
.section-padding{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-bg{
    background-color: #3A4C78;
}
.bg-light{
    background-color: #F6F6F6!important;
}
.main_header{
    font-family: var(--sf-bld);
}
.main_clr{
    color: var(--main-clr)!important;
}

.sub-header{
    color: #666;
    font-family: var(--sf-bld);
}
.sf-heavy{
    font-family: 'sf_pro_displayheavy';
}

.p-50{
    padding: 80px 50px;
}
p{
    font-size: 16px;
}
.pt-50{
    padding-top: 50px;
}
.pt-80{
    padding-top: 80px;
}
.pb-50{
    padding-bottom: 50px;
}
h1{
    line-height: 65px!important;
}
h2{
    line-height: 52px!important;
}
/*============================== header ==============================*/
/*header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}*/

.header_top{
  position:sticky;
  top:0;
  z-index:9999;
}

.header_top ul {   
    list-style: none;
}

.header_top ul > li:not(:last-child) {
    margin-right: 15px;
    float: left;
}
.header_top a {
    color: #fff;
    text-decoration: none;
}
.top_icon li a i {
    font-size: 20px;
}
.header_top .list-unstyled li {
    font-size: 18px;
}
header .navbar .navbar-brand .logo {
    max-width: 150px;
}

header .navbar .nav-link{
    color: #000 !important;
    font-size: 20px;
}
header .navbar {
    box-shadow: 0px 9px 20px 0px rgb(0 0 0 / 9%);
}

.nav-link:hover:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--main-clr);
    bottom: 10px;
    left: 0;
}
.nav-link {
    border-bottom: 2px solid transparent;
    position: relative;
}

header .dropdown ul li a:hover{
     background: var(--main-clr);
     color: #fff;
}

header .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

header .dropdown ul li a{
    padding: 10px !important;
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 20px;
}

.top_icon a{
    margin-top: 5px;
    display: block;
}

header .dropdown ul li:last-child a{
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
}

header .dropdown a i{
    font-size: 16px;
}

header .dropdown-menu{
    border-radius: 0;
    border: 0;
}



header .navbar{
    padding: 0px;
    background-color: #fff;
}

header .navbar-nav{
    padding: 0px;
    line-height: 54px;

}
/*==================== hero ====================*/
.hero{
    background-color: var(--bg-gray);
    background-image: url("../images/logo-wbg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /*margin-top: 115px;*/
}


.hero-img-sec img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primary-btn {
    background: var(--main-clr);
    text-decoration: none;
    color: #fff;
    min-width: 160px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;    
}

.secondary-btn{
    background: #fff;
    text-decoration: none;
    color: var(--main-clr);
    min-width: 160px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;    
}

.secondary-btn:hover{
    -webkit-box-shadow: 0 8px 6px -6px #fff;
       -moz-box-shadow: 0 8px 6px -6px #fff;
            box-shadow: 0 8px 6px -6px #fff;
 }


.primary-btn:hover{
      -webkit-box-shadow: 0 10px 10px -7px var(--main-clr);
       -moz-box-shadow: 0 10px 10px -7px var(--main-clr);
            box-shadow: 0 10px 10px -7px var(--main-clr);
}

/*.hero-body{
    padding-left: 7rem;
}*/
.primary-btn:hover {
    color: #fff;
}
.hero-body h2 {
    font-size: 60px;
}
.hero-body h1 {
    font-size: 42px;
    line-height: 75px !important;
}

.hero-body p.w-75{
    max-width: 400px !important;
}



/*======================= responsibility =======================*/
.responsibility_img img {
    max-width: 100%;
}
.sub_title{
    font-family: var(--sf-bld);
    color: #5E5E5E;
    font-size: 17px;
    margin-bottom: 5px !important;
}
/*========================== waste_into ==========================*/
.waste_box {
    padding:0px 50px 50px 50px;
    box-shadow: 0px 0px 24px rgba(9, 14, 14, 8%);
    border-radius: 10px;
    background-color: #fff;
}
/* .waste_header_img{
    transform: translate(-47%,-39%);
} */
.responsibility .col-md-6:first-child {
    padding-left: calc(50% - 589px);
}


.waste_into .g-5{
    --bs-gutter-x: 5rem;
}
.waste_box_header {
    border-bottom: 1px solid #B1B1B1;
    position: relative;
}
.waste_header_title{
   padding-bottom: calc(50px - 1rem);
    padding-top: calc(50px - 1rem);
    padding-left: 50px;
}

.waste-box-content:first-child{
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.waste-box-content {
    margin-top: 1rem;
    border-bottom: 1px solid #eee;
}

.waste-box-content .waste-content-left{
    width: 40% !important;
}

.waste-box-content .waste-content-right{
    width: 60% !important;
}

.waste_header_img {
    height: 130px;
    object-fit: cover;
    width: 110px;
    position: absolute;
    left: ;left: -90px;
    top: -20px;
}

.waste_header_img img{
    width: 100%;
}


/*========================== about us ==========================*/
.about-us {
    padding: 80px 100px;
}

.about-us img{
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
  }

  .about-us img:hover{
     -webkit-filter: none; /* Safari 6.0 - 9.0 */
     filter: none;
  }
.about-one{
    position: relative;
    display: inline-block;   
    padding: 15px;
    z-index: 1;
    width: 340px;
}
.about1 {
    z-index: 1;
    width: 100%;
}

.about-one:hover:before, .about-one:hover:after{
     border-color: var(--main-clr); 
}
.about-one:before, .about-one:after, .about-one>:first-child:before, .about-one>:first-child:after{
    position:absolute;
    width: 100px;
    height: 100px;
    border-color: transparent; 
    border-style:solid;
    content: ' ';
}
.about-one:before{
    top:0;
    right:0;
    border-width: 2px 2px 0px 0px;
}
.about-one:after{
    bottom:0;
    left:0;
    border-width: 0px 0px 2px 2px;
}

.about-two {
    position: absolute;
    top: 30%;
    padding: 15px;
    width: 340px;
    right: 0;
}
.about-two:before{
    top:0;
    right:0;
    border-width: 2px 2px 0px 0px;
}
.about-two:after{
    bottom:0;
    left:0;
    border-width: 0px 0px 2px 2px;
}

.about-two:hover:before, .about-two:hover:after{
     border-color:var(--main-clr) !important; 
}

.about-two:before, .about-two:after, .about-two>:first-child:before, .about-two>:first-child:after{
    position:absolute;
    width: 100px;
    height: 100px;
    border-color: transparent; 
    border-style:solid;
    content: ' ';
}


.border-bottm{
    position: relative;
}
.border-bottm::after {
    content: '';
    position: absolute;
    background-color: var(--main-clr);
    width: 170px;
    height: 4px;
    left: 0;
    bottom: -10px;
}

/*=========================counters========================*/
.counters {
    background:#3A4C78;
    background-size: cover;
    background-blend-mode: screen;
}


.number-counter-body span {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.counter.number-counter-body {
    font-size: 50px;
    color: #fff;
   font-family: var(--sf-bld);
}

/*================================ advantage ================================*/
/*  */
.grid__blk {
    background-color: #fff;
    /* box-shadow: var(--shadow); */
    padding: 40px;
    width: 100%;
    border: 1px solid #E8E8E8;
}
.grid__blk:hover {
    border: 1px solid var(--main-clr);
}
.industry-lead{
    width: 44%;
}
/*  */
.owl-dots{
    justify-content: center;
    display: flex;
}
.owl-dot {
    background: #4D4D4D!important;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    margin: 3rem 1rem 0 0;
}
.owl-dot.active {
    background: var(--main-clr) !important;
}
/* .industry .col-md-5{
    width: 60%;
} */
.industry  .col-md-6{
    width: 80%;
}

.industry_content {
    background: #fff;
    /*border: 1px solid red;*/
    margin: 0 50px;
    padding: 20px;
    transform: translateY(-25px);
     box-shadow: 0 12px 14px #3A4C78;

}

.industry_content h4{
    margin-bottom: 0px;
}
.industry_blk:hover .industry_content{
}

/* process */
.process{
    background-color: #E9E5E5;
}

.process__video{
 background-color: #fff;
 padding: 10px;   
}

/* excellence-bg.jpg */
.excellence {
    background-image: url(../images/excellence-bg.jpg);
    background-size: cover;
}
.excellence-body p {
    width: 73%;
}
.our-empower-img img {
    width: 100%;
}
/*============================== our-broucher ==============================*/
.our-broucher{
    background: url("../images/our-broucher-bg.png"),linear-gradient( rgba(227, 30, 36, 100%), rgba(227, 30, 36, 100%));
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
}
.our-broucher-img {
    position: absolute;
    bottom: -10px;
}

/* contact us */
.footer-form {
    border: 2px solid var(--main-clr);
    padding: 30px;
}
.footer-form .form-control {
    margin: 10px 0;
    padding: 15px;
    border-radius: 0;
}
.footer-form .form-control:focus {
    border-color: transparent;
    box-shadow: 0;
}
.footer-form .primary-btn.footer_btn {
    font-size: 18px;
    font-family: var(--sf-medium);
}
.footer-form .primary-btn.footer_btn {
    min-width: 180px;
    padding: 13px 0;
    border-radius: 5px;
}
.center-border{
    position: relative;
    padding-top: 20px;
    display: inline-block;
}
.center-border::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background: #ddd;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/* cotact-us */

.text-grey{
    color: #707070;
}

.contact_blk {
    border: 1px solid #C5C5C5;
    margin-bottom: 20px;
    display: block;
    max-width: 390px;
    padding: 20px;
}

.contact_blk_img{
    padding-bottom: 10px;
}

.cotact-us .contact_blk .contact_blk_heading {
    border: 1px solid #ddd;
    padding: 20px 40px;
    margin: 30px 0;
}
.contact_blk_heading .contact_list {
    list-style: none;
}
.contact_blk_icon {
    background: var(--main-clr);
    margin-right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.contact_blk_icon i {
    color: #fff;
}
.contact_blk_content span {
    color: var(--main-clr);
}
.contact_list li a, .contact_list li{
    color: #707070;
    font-family: var(--sf-bld);
    text-decoration: none;
    font-size: 18px;
}
.contact_blk h2 {
    font-size: 40px;
}
/* footer */
.footer{
    position: relative;
    background-color: #3A4C78;
    /* background-image: url("../images/footer.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0px !important;
}



.footer .container{
    position: relative;
    z-index: 2;
}
.footer-title {
    font-size: 30px;
}
.row.footer-row {
    margin-top: 8rem;
}
.footer-list {
    list-style: none;
    font-size: 16px;
}
.footer-list li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-social-link ul li a i {
    color: #fff;    
    font-size: 20px;
}
.footer-social-link ul li:not(:last-child){
    margin-right: 25px;
}
.footer-social-link ul li a i:hover {
    color: #000;
}
.row.footer-row {
    border-bottom: 1px solid #fff;
}
.footer-policy li{
    position: relative;
    margin: 0 15px;
}
.footer-policy li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    height: 100%;
    right: -15px;
    top: 0;
}
.footer-border {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
}
.footer-border::after {
    position: absolute;
    width: 115px;
    background: #fff;
    content: "";
    height: 2px;
    bottom: -10px;
    left: 0px;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p, .footer a {
    font-size: 16px;
}


/*======================== about us page ========================*/
.of-ecostan-img img {
    width: 100%;
}
/* about vision */
.vision-img img {
    width: 100%;
}
.vision-img{
    position: relative;
}
.vision-img::before {
    transform: translate(2%,2%);
    position: absolute;
    width: 96%;
    height: 96%;
    border-color: #fff;
    border-style: solid;
    content: ' ';
}
/* .about-vision .col-md-7 {
    z-index: 1;    
}
.about-vision .col-md-7::before {
    content: "";
    position: absolute;
    width: 950px;
    background: #fff;
    height: 100%;
    right: 0;
    z-index: -1;
    bottom: 0;
} */
/* .about-vision .row .col-md-5:first-child{
    padding-left: calc(41% - 470px);
    z-index: 2;
}
.about-vision .col-md-7:nth-child(1) {
    z-index: 1;
    position: relative;
    color: red;
    padding-left: calc(58% - 700px);
}
.about-vision .row:first-child {
    margin: 80px 0;
} */

.about-vision .section-bg{
    position: relative;
}
.about-vision .section-bg::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 75%;
    height: 100%;
    /*bottom: 50px;*/
    right: 0;
    padding-bottom: 0px;
}
.about-mision .section-bg{
    position: relative;
}
.about-mision .section-bg::before{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 75%;
    height: 100%;
    left: 0;
}
.about-mision .col-md-7 {
    z-index: 2;
}
/* choose us */
.about-choose-blk {
    padding: 80px 20px 50px 20px;
    max-width: 235px;
    margin: 0 auto;
    text-align: center;
}
.choose-blk-icon {
    display: inline-block;    
    border-radius: 50%;
    width: 130px;
    height: 130px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 16%);
    border: 5px solid transparent;
    outline: 5px solid transparent;
    margin-bottom: 20px;
    text-align: center;
    line-height: 120px;
    position: relative;
}

.choose-blk-icon img{
    width: 60px;
    object-fit: contain;
     text-align: center;
    line-height: 130px;
    animation: .2s all linear;
}

.choose-blk-icon .hover-image{
    visibility: hidden;
    opacity: 0;
    line-height: 130px !important;
    height: 100%;
    position: absolute;
    left: calc(100% - 90px);
    top: 5px;
}


.choose-blk-icon:hover .default-image{
   filter: invert(24%) sepia(98%) saturate(4232%) hue-rotate(346deg) brightness(88%) contrast(105%);
}


.choose-blk-icon:hover{
    border: 5px solid var(--main-clr);
    outline: 5px solid #FFB1B3;
}
.choose-blk-content {
    font-size: 20px;
}
.infra-blk img {
    width: 100%;
}


.gallery-section{
    background: linear-gradient(to bottom, #fff 0%, #E9E9E9 100%);;
}


/*PRODUCT PAGE CSS START*/

.product-hero, .contact-us-hero{
    background-image: none;
}
.product-hero .circle-bg{
    width: 230px;
    height: 230px;
    border-radius: 100%;
    outline: 1px solid #000000;
    border: 10px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0px;
    top:10px;
}

.product-hero .circle-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.what-is-section img, .infra-blk img, .industry_img img, .vision-img img{
    width: 100%;
    object-fit: cover;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%;
}

.what-is-section .img_outer:hover img,.infra-blk .img_outer:hover img, .industry_img:hover img, .vision-img:hover img{
   transform: scale(1.1,1.1);
}

.what-is-section .img_outer, .infra-blk .img_outer, .industry_img, .vision-img{
    overflow: hidden;
}

.specifications-section .contents.custom_border{
    border: 2px solid var(--main-clr);
    border-radius: 5px 0px 0px 5px;
}

.form-section{
    background-color: var(--main-clr);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.form-outer{
    border: 1px solid #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.input-field-outer label{
    position: absolute;
    top: -10px;
    left: 20px;
    background: #3A4C78;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    width: 100px;
}

.input-field-outer{
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 30px;
}

#add_form_top > label, #add_form  label.error{
    display: block;
    margin-bottom: 15px;
}

.form-section .error{
    color: #fff !important;
}

.input-field, .input-field:focus{
    background-color: transparent;
    border: 0;
    padding: 10px;
    color: #fff;
    outline: 0;
    width: 100%;
}

.or-text{
    display: block;
    position: relative;
    text-align: center;
    padding: 10px;
}

.or-text:before{
    position: absolute;
    left: 0;
    background-color: #fff;
    height: 1px;
    content: "";
    width: 40%;
    top: 50%;
}

.or-text:after{
    position: absolute;
    right: 0;
    background-color: #fff;
    height: 1px;
    content: "";
    width: 40%;
    top: 50%;
}

.product-enquiry label.error{
    position: absolute;
    top: 100%;
}

.product-enquiry .g-recaptcha + label.error {
	position: static;
}

.counters.section-padding{
    padding: 60px 0px;
}

/*.counter:after{
    content: "+";
}*/


  /*SLICK SLIDER CSS*/
.item-slick.slick-slide.slick-current.slick-active{
  outline: none !important;
}

.gallery-slider{
  margin-bottom: 15px;
}
.gallery-slider img {
  width: 100%;
  min-height: 100%;
}

.img-gallery-section .slider-nav {
  margin: auto;
}

.img-gallery-section .slick-arrow, .industry .slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -22px;
}

 .industry .slick-arrow{
    top: 43%;
 }

.gallery-slider .slick-list, .gallery-slider .slick-list img{
    height: 500px;
    object-fit: cover;
}

.img-gallery-section .item-slick{
    height: 124px;
    width: 194px;
}

.img-gallery-section .item-slick img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-gallery-section .item-slick{
    margin-right: 10px;
}

.img-gallery-section .slick-btn, .industry .slick-btn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #000;
    background: #fff;
    opacity: 0.5;
    line-height: 38px;
}

.img-gallery-section .slick-btn:hover, .industry .slick-btn:hover{
    opacity: 1;
}

.img-gallery-section .slick-prev, .industry .slick-prev{

  left: -50px;
}

.img-gallery-section .slick-next, .industry .slick-next{
 right: -50px;
}

button[aria-disabled="true"] {
	opacity: 0.1 !important;
	pointer-events: none;
}

 /*PRODUCT PAGE CSS END*/



 /*CONTACT PAGE CSS START*/

   .contact-us-hero .circle-bg {
    position: absolute;
    z-index: 1;
    top: 15%;
  }

  .contact-us-hero .hero-body {
    padding-bottom: 100px;
}
   .contact_details{
    position: relative;
   }

   .contact_details .container .contact_details_inner{
    background: var(--main-clr);
    margin-top: -100px;
    position: relative;
    padding: 50px 60px;
    border-radius: 15px;
}

.contact_details .container .contact_details_inner .hero-img-sec{
        position: absolute;
        right: 0;
        top:-300px;
        max-width: 550px;
}

.contact_details .contact_blk_icon{
    background: #ffffff;
    text-align: center;
}


.contact_details .contact_blk_icon i{

    color: var(--main-clr);
}

.contact_form{
    padding: 80px 80px;
    border: 1px solid var(--main-clr);
    border-radius: 25px;
    position: relative;
}

.contact_form .input-field-outer{
    border-color: #A4A4A4;
}

.contact_form .input-field{
    color: #212529;
}

.contact_form .input-field-outer label{
    color: rgba(112, 112, 112, 55%);
    background-color: #fff;
}

.contact_form .main_header{
    display: inline-block;
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 0px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    top: -25px;
}

    .contact-page-form label.error {
	position: absolute;
    margin-bottom: 0px !important;
	bottom: 5px;
    z-index: 3;
    text-align: left;
  }
  
.contact-page-form .g-recaptcha + label{
    position: static !important;
}

  /*CONTACT PAGE CSS END*/

.navbar-toggler {
    padding: 0.25rem 0.55rem;
}

.navbar-toggler:focus{
   outline: none!important;
   box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

/*industry slider css start*/
  
.industry .slick-slide {
  margin: 0 15px;
}

.industry .slick-list{
  margin: 0px -15px 0px -15px!important;
}



.industry .slider img{
  height: 324px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.industry .slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.industry .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.industry .slick-list:focus
{
    outline: none;
}
.industry .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.industry .slick-slider .slick-track,
.industry .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.industry .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.industry .slick-track:before,
.industry .slick-track:after
{
    display: table;

    content: '';
}
.industry .slick-track:after
{
    clear: both;
}
.industry .slick-loading .slick-track
{
    visibility: hidden;
}

.industry .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .industry .slick-slide
{
    float: right;
}
.industry .slick-slide img
{
    display: block;
}
.industry .slick-slide.slick-loading img
{
    display: none;
}
.industry .slick-slide.dragging img
{
    pointer-events: none;
}
.industry .slick-initialized .slick-slide
{
    display: block;
}
.industry .slick-loading .slick-slide
{
    visibility: hidden;
}
.industry .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}


[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */

.industry .slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.industry .slick-dots li
{
    position: relative;

    display: inline-block;
    margin: 3rem 1rem 0 0;
    width: 30px;
    padding: 0;
    cursor: pointer;
}
.industry .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #4D4D4D !important;
}


.industry .slick-dots li.slick-active button
{
    background: var(--main-clr) !important;
}

.advantage {
    overflow: hidden;
}
/*industry slider css end*/

    .alert-success{padding: 10px !important;}
    
    
/* GENERAL PAGES */

.hero.info-hero {
	background-image: none;
}
    
.blog-box a {
	color: #000;
	text-decoration: none;
}

.blog-box img {
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
}

.blog-box a:hover{
color:var(--main-clr) !important;
} 

.blog-box h2{
line-height: inherit !important;
}


.blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* briquettes page youtube video */

.intro-video__wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.intro-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.g-recaptcha  div { 
	width: 100% !important;
    overflow: hidden;
}

/*MEDIA QUERY START*/


/* ======================================================================== */

@media(min-width : 1600px){
    .container{
        max-width: 1400px;
        width: 100%;
    }

    .custom-container-width{
        max-width: 1300px;
        width: 100%;
    }

    .about-one, .about-two{
        width: 370px;
    }
}

@media(min-width: 1080px){
    header .dropdown:hover ul.dropdown-menu{
       display: block!important;
    }

    .font-s-47{
      font-size: 47px;
      line-height: 55px !important;
   }

   
}

@media (max-width:1024px){

    .hero{
        background-position: 300% 100%;
    }    
}

@media (min-width:1024px){
     header .dropdown-menu-center{
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
   }
}

@media(max-width: 1023px){
    .header_top .list-unstyled li:first-child {
        display: none;
    }

    .header_top a {
      font-size: 16px;
    }

    header .navbar-nav {
    line-height: 30px;
   }

   .navbar {
    padding: 10px 0px 0px 0px!important;
}

  .img-gallery-section .slick-prev, .industry .slick-prev{

  left: 0px;
}

.img-gallery-section .slick-next, .industry .slick-next{
 right: 0px;
}



.nav-link:hover:after{
    bottom: 0;
}


    header .dropdown .nav-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .navbar .nav-link {
    font-size: 18px;
    }

header .dropdown-menu-center{
    right: auto;
    left: 0% !important;
    -webkit-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
   }
   

   header .dropdown-menu-center li a{
    text-align: left !important;
   }

   /*product pages css start*/

   .industry_content{
        padding: 10px;
    }

    .industry_content h4{
        font-size: 16px;
    }

    /*footer css start*/

    /*.footer {
      background-position: 25% 75%;
    }*/
}


@media (min-width: 992px){
   .nav-item:not(:last-child){
    margin-right: 2.5rem;
   }

   .nav-item a{
    padding: 0.5rem 0 !important;
   }
}

@media (max-width: 991px){
    header .nav-item .nav-link{border-bottom:2px solid #f2f2f2;}
    
    header{
	position:fixed;
	top: 45px;
	height: 58px;
    z-index:9998;
    width: 100%;
    transition: top 0.2s ease-in-out;
    }
    .nav-up {
  top: -60px;
}
    .mob-hide{
        display: none;
    }
    .mob-show{
        display: block !important;
        position: sticky !important;
    }
    
    .hero {
	background-position: 450% 100%;
    }
    
    .hero .section-padding{
    padding-top: 120px;
    }
    
    
}

@media screen and (min-width: 1024px) and (max-width:  1200px){
    .about-one, .about-two {
      width: 250px;
   }

    .about-two{
     top: 20%;
   }
}


/*======================= ipad =======================*/

@media screen and (min-width: 768px) and (max-width:1023px){
  
    .navbar-collapse {
        background: white;
        margin: 0 -0.75rem;
        padding: 0px 0.75rem;
    }
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
   
    .hero-body h1 {
        font-size: 45px;
        line-height: 45px !important;
    }
   
    .font-s-47 {
        font-size: 35px;
    }
    .bg-light.waste_into .col-md-5 {
        width: 90%;
    }
    .bg-light.waste_into .col-md-5:last-child {
        margin-top: 3rem;
    }
    .bg-light.waste_into .col-md-5.ms-5 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* counters */
    .counter.number-counter-body {
        font-size: 50px;
    }
    .counters .row.full-body {
        width: 100%;
    }
    .counters p {
        font-size: 15px;
    }
    /* .advantage */
    .advantage .col-8 {
        width: 100%;
    }
    .advantage .col-md-3 {
        width: 50%;
    }
    .advantage .row.mt-5.gy-4 {
        margin-top: 0rem !important;
    }
    /* industry */
    .industry .industry-lead {
        width: 100%;
    }
    /* excellence */
    .excellence .col-md-6 {
        width: 100%;
    }
    .advantage .row.mt-5.gy-4 {
    margin-top: 0rem !important;
   }

   /*infrastructure css*/

   .about-one, .about-two{
    width: 100%;
   }
/* contact-us */
    .contact-us .col-md-5 {
        width: 50%;
    }
    .contact_list li a, .contact_list li {
      font-size: 18px;
    }
    /* footer */
    .footer .row.footer-row .col-md-4, .footer .row.footer-row .col-md-3, .footer .row.footer-row .col-md-2 {
        width: 45%;
        margin-left: 0px !important;
    }
    .footer .footer-contact-us {
        margin-top: 1rem;
    }
    /* .col-md-2.ms-auto {
        margin-left: 0px !important;
    } */
    /* about us */
    .about-us {
        padding: 50px 0px;
    }
    .about2 {
        width: 100%;
    }
    .about-two {
        bottom: auto;
        right: auto;
        top: auto;
        position: unset;
    }

    .our-broucher-img{
      bottom: -25px;
    }

    .excellence-body p {
       width: 50%;
    }
    /* our-empower */
    .our-empower .col-md-5.px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }


    /*choose us section*/

    .choose-blk-icon{
        width: 100px;
        height: 100px;
        line-height:90px;
    }

    .choose-blk-icon img{
        width: 50px;
    }

    .choose-blk-content{
        font-size: 16px;
    }

    /*contect css*/

    .contact_blk h2 {
      font-size: 30px;
    }


    

    /*product page css start*/

    .product-hero .circle-bg {
    width: 200px;
    height: 200px;
    bottom: -60px;
    right: 20px;
   }

   .specifications-section{
    padding: 50px 10px;
   }

   .gallery-slider .slick-list, .gallery-slider .slick-list img{
    height: 300px !important;
   }

    /*product page css end*/


    /*CONTACT PAGE CSS START*/
    
    .contact-us-hero .section-padding{
        padding-top:80px;
    }
     .contact-us-hero .circle-bg{
      top: inherit;
      bottom:40px;
     }

     
     
    /*CONTACT PAGE CSS END*/

    /*footer css start*/
      .footer{
        background-position: 0;
      }
    /*footer css end*/
}


/* mobile screen */



@media (min-width: 767px){
.waste_into .custom-container-width {
    padding: 0px 3rem !important;
}
}

@media(max-width: 767px){
    header{
	top: 40px;
    }
   .hero {
    background-image: linear-gradient( rgb(221 221 221 / 70%), rgb(221 221 221 / 70%)),url("../images//glorious-nursing-college-bodeli.png");
    background-position: top right;
    /*margin-top: 135px;*/
    }

     .hero p{
        color: #000;
     }


    .header_top .list-unstyled li {
        font-size: 15px;
    }
    .header_top .list-unstyled {
        display: inherit !important;
    }
    .header_top .col-md-9 {
        width: 75% !important;
    }
    
    .header_top .col-md-3 {
        width: 25%;
    }
   
    .hero-body{
      padding-left: 0rem;
    }
    .navbar-collapse {
        background: white;
        margin: 0 -0.75rem;
        padding: 0px 0.75rem;
    }

    header .dropdown ul li a{
        text-align: left !important;
    }
   
    .hero-body h1 {
        font-size: 30px;
        line-height: 40px !important;
    }
   
    .responsibility .col-md-6:first-child {
        padding-left:0rem;
    }
    
    .section-padding {
        /* padding-top: 50px;
        padding-bottom: 50px; */
    }
    /*  */
    .waste_box {
        padding: 35px;
        padding-top: 0px;
    }
    .waste_into .col-md-5.ms-5 {
        margin-left: 0rem !important;
    }
    .waste_into .col-md-5:first-child{
        margin-bottom: 3rem;
    }
    /* about us */
    .about-us {
        padding: 50px 10px;
    }
    .about2 {
        width: 100%;
    }


    .choose-blk-icon{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .choose-blk-icon img{
        width: 50px;
    }


    .of-ecostan-content{
        padding: 30px 1rem 0px 1rem !important;
    }
    /* advantage */
    .advantage .col-8 {
        width: 100%;
    }
    .advantage.bg-light.p-50 {
        padding: 50px 0px;
    }
   
    .industry.p-50 {
        padding: 50px 0;
    }
    .industry .industry-lead {
        width: 100%;
    }
    /*.industry-header .border-bottm::after {
        bottom: -40px;
    }*/
    .process-body img {
        width: 100%;
    }
    .our-broucher-img {
        position: inherit;
        width: 50%;
    }
    .our-broucher-img img {
        width: 100%;
        margin-top: 1rem;
    }
    .our-broucher .col-md-5.ms-auto {
        order: 2;
    }
    .excellence-body p {
        width: 100%;
    }
    .contact_list li a, .contact_list li{
        font-size: 16px;
    }
    .contact_blk h2 {
        font-size: 32px;
    }
    
    .footer-policy li {
        margin: 0 12px;
    }

    .about-us .position-relative{
        padding-bottom: 100px;
    }
    .about-one {
        width: 230px;
    }
    .about-two {
        top: 20%;
        width: 230px;
        height: auto;
        margin-bottom: 15%;
    }
    .about-one::before, .about-one::after, .about-one > :first-child::before, .about-one > :first-child::after {
        width: 70px;
        height: 70px;
    }
    .about-one::before, .about-one::after, .about-one > :first-child::before, .about-one > :first-child::after {
        width: 70px;
        height: 70px;
    }
    .about-two::before, .about-two::after, .about-two > :first-child::before, .about-two > :first-child::after {
        width: 70px;
        height: 70px;
    }
    .about-two::before, .about-two::after, .about-two > :first-child::before, .about-two > :first-child::after {
        width: 70px;
        height: 70px;
    }

    .font-s-47 {
      font-size: 25px;
      line-height: 30px !important;
    }

    .infra-about .px-5{
        padding: 0px !important;
    }

    .responsibility{
        padding: 50px 20px;
    }

    .waste_into .row{
        margin-top: 0px !important;
    }

    .about-us .ps-5{
        padding-left: 1rem !important;
    }

    .about-choose-blk{
        padding: 20px 20px 20px 20px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .about-vision .section-bg::before, .about-mision .section-bg::before{
        width: 100%;
    }

     .about-vision .section-bg .container, .about-mision .section-bg .container{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-vision .py-5, .about-mision .py-5{
      padding-top: 1rem!important;
      padding-bottom: 1rem!important;
  }

  .about-mision .row{
    flex-direction: column-reverse;
  }

  .vision-body{
    padding: 0px !important;
  }

  .w-75{
    width: 100% !important;
  }

  /*counter css*/
   .counter.number-counter-body {
    font-size: 30px;
  }

  .counter-body {
    margin-bottom: 15px;
  }

  .counter-body p{
    font-size: 14px;
  }


  /*specifications section*/
  .waste_header_img img{
    width:100%;
  }

  .waste_header_img {
    width: 60px;
    height: 60px;
    left: -40px;
    position: absolute;
    top: -10px;
}

  .waste_header_title {
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 30px;
  }

  .waste_box_header{
    position: relative;
  }

   
  .waste-box-content h6, .waste-box-content p{
    font-size: 14px;
  }


  .specifications-section .col-md-5{
    padding: 0px 0.5rem !important;
  }
  /*choose us section*/

   .choose-blk-content{
        font-size: 16px;
    }

  /*footer css start*/
  .footer-list {
    padding-top: 10px !important;
  }

  .footer-list a{
    font-size: 15px;
  }

  .footer [class*="col-"]{
    margin-bottom: 0px;
  }

  .footer .justify-content-end {
    justify-content: start !important;
  }

    .row.footer-row {
        padding-bottom: 10px !important;
    }

    .footer-border{
        margin-bottom: 10px;
        margin-top: 15px;
    }


   .footer{
    background-image: none;
   }

   .footer-responsive{
    /* background-image: url("../images/footer-mobile2.png") !important; */
    background-size: cover;
    background-position: top;

   }

  /*product page css*/

  .what-is-section .px-4{
    padding: 0px !important;
  }

  .product-hero .circle-bg {
    width: 200px;
    height: 200px;
    position: unset;
    margin-bottom: 60px !important;
    margin: 0 auto;
  }

  .what-is-section .img_outer{
    width: 100%;
  }

  .specifications-section .mb-5{
    margin-bottom: 1rem !important;
  }


   .what-is-section .gx-5 {
    --bs-gutter-x: 0rem;
   }


    .what-is-section .mb-4 {
    margin-bottom: 1rem!important;
   }

   .waste_into .g-5 {
    --bs-gutter-x: 0rem;
}

.gallery-slider .slick-list, .gallery-slider .slick-list img {
    height: 200px !important;
    object-fit: cover;
}

.specifications-section .contents.custom_border{
    border-right: 2px solid var(--main-clr);
    border-radius: 5px;
    padding: 30px 20px !important;
}

.specifications-section .py-5{
    padding: 1rem 10px !important;
}


/*contact section css start*/

.contact-us-hero .circle-bg, .contact_details .container .contact_details_inner .hero-img-sec{
    display: none;
}


.contact_details .container.custom-container-width{
    padding: 30px 20px;
}

.contact_form .form-outer {
    padding: 30px 30px;
}

.contact_blk{
    max-width: 100%;
    padding: 20px 20px 0px 20px;
}

.primary-btn, .secondary-btn{
    padding: 8px 0px;
}

.contact-us h2{
    margin-bottom: 10px !important;
}

/*contact page css start*/

.contact_details .container .contact_details_inner{
    padding: 30px 10px;
}

.contact_form{
    padding: 40px 0px;
}


/*industry slider css start*/
.industry_content{
    margin: 0px 20px;
}

/*slick slider arrow css*/
.img-gallery-section .slick-btn, .industry .slick-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
    
    /* captcha */
    
    .g-recaptcha iframe{
        transform: scale(0.7) !important;
        transform-origin: left;
    }
    
    header .navbar .navbar-brand .logo {
        max-width: 110px;
    }
    .header_top a {
        font-size: 14px;
    }
    
}


@media (min-width: 451px) and (max-width: 470px){
    .about-one, .about-two{
      width: 260px;
    }
}

@media (min-width: 471px) and (max-width: 510px){
    .about-one, .about-two{
      width: 280px;
    }
}


@media (min-width: 511px) and (max-width: 550px){
    .about-one, .about-two{
      width: 300px;
    }
}

@media (min-width: 551px) and (max-width: 580px){
    .about-one, .about-two{
      width: 320px;
    }
}

@media (min-width: 581px) and (max-width: 630px){
    .about-one, .about-two{
      width: 340px;
    }
}

@media (min-width: 631px) and (max-width: 680px){
    .about-one, .about-two{
      width: 360px;
    }
}


@media (min-width: 681px) and (max-width: 710px){
    .about-one, .about-two{
      width: 380px;
    }
}

@media (min-width: 711px) and (max-width: 750px){
    .about-one, .about-two{
      width: 400px;
    }
}

@media (min-width: 751px) and (max-width: 767px){
    .about-one, .about-two{
      width: 420px;
    }
}

@media (max-width:480px){
    .contact-page-form label.error {
        font-size: 13px;
    }
}


@media (max-width: 375px){
    .about-one, .about-two{
      width: 210px;
    }
    
}

@media (min-width: 376px) and (max-width: 450px){
     .about-one, .about-two{
      width: 250px;
    }
}


@media (prefers-reduced-motion: no-preference)
:root {
    scroll-behavior: unset;
}


.custom-overflow-hidden{
    overflow-x: hidden;
}

section.of-ecostan.section-padding.hero {
    background-image: none;
}

section.of-ecostan.section-padding.hero .of-ecostan-content.pt-50.px-5 {
    padding-top: 0px;
}

h2.text-uppercase.main_header.font-s-47.sub-header.sub-small {
    font-size: 25px;
    line-height: 33px;
}
.error{color:red;}
.error_name_top{color:white;}
.error_email_top{color:white;}
.error_website_top{color:white;}
.error_message_top{color:white;}
@media (max-width: 600px){
    .main_logo{margin-top: -5px;}
    .main_logo{margin-bottom: 10px;}
}



#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}
#popup {
    width: auto;
    height: auto;
    /* background: #FFFFFF;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    position: relative;
    top: 20%;
    left: 20%;
}

.popup-bannner {
    width:400px;
    height:400px;
}

@media (max-width: 600px){
    .popup-bannner {
        width:65%;
        height:100%;
    }   
}