
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {	
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #1d2939;
	color: #333333;	
}

a:hover {
    text-decoration: none; 
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

::selection {
    color: white; 
    background: orange;
}

::-webkit-selection {
    color: white; 
    background: orange;
}

::-moz-selection {
    color: white; 
    background: orange;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}


/*--- main_area start --*/
.main_area {
  /* background-image: url('img/bg.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 130px;
}


.header-area {
    padding: 10px;
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 9999999999999999999999;
}

.header-area.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    padding: 10px;
    opacity: 95%;
}

.header-area .container {
    max-width: 1114px;
    display: block;
    margin: auto;
    padding: 0px;
}

.header__part {
    display: flex;
    align-items: center;
}

.header_logo {
    width: 20%;
}

.header_logo img {
    width: 50px;
    height: 50px;
}

.main_header_nav {
    width: 80%;
}

.header_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.header_nav ul li {
    display: inline-block;
    padding-left: 30px;
}

.header_nav ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.035px;
    transition: 0.2s all ease;
}

.header_nav ul li.active a {
    color: #CEAD00;
}

.header_nav ul li a:hover {
    color: #E9C50D;
}


.menu_close {
    cursor: pointer;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 35px;  
    height: 5px;
    background-color: #353333;
    margin: 6px 0;
    transition: 0.4s;
  }

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.banner_area{
    width: 100%;

}

.banner_area {
    /* background-image: url('img/banner_image.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.banner_area_asphalt {
    background-image: url('img/banner_image3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    height: 510px;

  }
.search_bn_m{
    display: none;
}
.banner {
    width: 100%;
    position: relative;
    border: 0;
    /* height: 720px; */
    /* display: flex; */
    justify-content: center;
    padding: 140px 0px;
    z-index: 3;
}

.banner_title h2{
    /* position: absolute; */
    font-size: 50px;
    line-height: 68px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.bn_content{
    width: 856px;
    margin: auto;

}
.bn_content p{
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.search_bar{
    width: 737px;
    height: 62px;
    background: #fff;
    margin: auto;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  
}
.search_bar span{
    font-size: 15px;
    letter-spacing: 0.25%;
    font-family: Open Sans;
    color: #666561;
    padding: 18px 0px 18px 20px;
}
.search_bar button{
    background: #FBD307;
    color: #373632;
    margin: 6px 5px 6px;
    padding: 7px;
    border-radius: 8px;
}
.bn_image_area{
    width: 594px;
    margin: auto;
    margin-top: 70px;
}
.bn_img_1{
    width: 170px;
}
.bn_img_2{
    width: 370px;
    margin-left: 47px;
}

.service_title h2{
    text-align: center;
    font-size: 48px;
    line-height: 55px;
    color: #373632;
    font-weight: 600;
    margin-bottom: 80px;
}
.box_area {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    transition: all ease 0.5s;
    transition-timing-function: ease;
    transition-duration: .4s;
}

.box_area:hover::after{
    transition-duration: 1.1s;
}
.box_area:hover::before{
    
}
.box_area:hover img.img_h {
    display: block !important;
    text-align: center;
    transition-duration: 1.4s;
    
}
.box_area:hover img.img_n {
    display: none !important;
    transition-duration: 1.4s;
}


.box_area:hover{
    margin-top: -15px;
    border-radius: 8px;   
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all ease 0.5s;
}
/* .box_area :hover button img{
    color: #FBD305;
} */

.form-control:focus {
    color: #666561;
    background-color: #fff;
    border-color: #fcdc37;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(254 242 179);
    -webkit-box-shadow: none !important;
    transition: .5s ease;
}
.form-control:focus {
    /* border-color: #66afe9; */
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
}

.btn:focus {
    outline: 0;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25); */
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: none !important;
}
/* .sub_btn:hover {
    background-color: #E9C50D;
    border: none !important;
    transition-duration: 1s!important;
} */








.m_box{
    padding: 48px 29px 24px 30px;
    height: 296px;
    /* padding-bottom: 18px; */
    
}
.m_box button img{
    fill: #23a217;
    
}
.service_btn{
    padding: 0px;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: .25rem;
    padding-left: 0px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
.service_btn:hover{
    font-weight: 600;
    transition: .5s ease;
}


.middle_box{
    padding: 24px 30px;
    
}

.image_area img{
    margin-bottom: 40px;
}
.image_area_middle img{
    margin-bottom: 35px;
    
}

.os_sub_title h3{
    font-size: 24px;
    line-height: 20px;
    color: #373632;
    margin-bottom: 22px;
}
.os_contant{
    width: 297px;
    
}
.os_contant p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    font-family: inter;
    margin-bottom: 16px;
}
/* .gr_box{
    padding-top: 40px;
} */
.gr_box_area{
    margin-top: 48px;
}
.gr_sub_title h3{
    font-size: 24px;
    line-height: 20px;
    color: #373632;
    margin-bottom: 22px;
}
.gr_content{
    width: 295px;
    margin: 0px;
    padding: 0px;
}
.gr_content p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    font-family: inter;
    margin-bottom: 16px;
}
/* Slider */
.slider_sec_d{
    background-color: #fff;
    width: 100%;
    padding: 100px 0px;
    
}
.slider_ttl h2{
    font-size: 48px;
    line-height: 43px;
    font-weight: 600;
    font-family: 'Inter';
    color: #373632;
}
.slider_sec_m{
    display: none;
}
.slide_2{
    width: 85px !important;
}
.slide_3{
    width: 70px !important;
}
.slide_4{
    width: 155px !important;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    /* width: 50%; */
}

.slick-slider
{
    position: relative;
    display: block;
    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;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.gr_left_row{
    padding-right: 0px;
    margin-bottom: 30px;
}
.gr_right_row{
    padding-left: 0px;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.gr_left_area {
    background-color: #fff;
    padding: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    
}

.gr_left{
    background-image: url('img/green/gr1.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
  
}
.gr_left{
   
}
.btn{
    font-size: 1.5rem;
    transition: 1s ease;
}
.read_more_btn{
    text-align: left;

}

.green_title h2{
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
    color: #26B11A;
    margin-bottom: 40px;
    font-family: 'Inter'
}
.gr_sub_title h3{
    color: #26B11A;
}
.green_content_m {
    display: none;
}
.green_content {
    width: 518px;
}
.green_content p{
    font-size: 22px;
    line-height: 34px;
    color: #373632;
    font-family: 'Inter';
    margin-bottom: 40px;
    
}
.gr_btn{
    background-color: #26B11A;
    padding: 12px 18px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1.33%;
    font-family: 'Inter';
    transition: 1s ease;
}
.gr_btn:hover{
    background-color: #229518 !important;
    color: #fff;
    transition: 1s ease;

}
/* .gr_bx_btn:hover {
    background-color: #26B11A !important;
    transition: 1s ease;
    color: #fff;
} */

.gr_img{
    /* margin-left: -30px; */
    height: 572px;
    width: 100%;
}
.image_area_m{
    display: none;
}

.parcenteg_area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}
.parcenteg_area h3 {
    font-size: 32px;
    font-weight: bold;
    color: #666561;
    line-height: 32px;
    font-family: 'Inter';
}
.about_sec{
    padding: 100px 0px;
    /* background-color: #FBD305; */
    background-color: #FEF4C3;
}

.yello_btn:hover{
    background-color: #E9C50D;
    /* border: none; */
    
}
.btn:hover{
    background-color: #E9C50D;
    transition-duration: 1s;

}
.about_title h3 {
    font-size: 36px;
    line-height: 43px;
    color: #373632;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Inter';
}
.abt_content{
    width: 831px;
}
.abt_content p {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 48px;
    font-family: 'Inter';
    margin-bottom: 18px;
}
.abt_btn{
    background-color: #FEF4C3;
}
.underline{
    margin-bottom: 48px;
}
.abt_box{
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 24px;
}
.about_btn_m{
    display: none;
}


.right_arrow{
    filter: hue-rotate(90deg);
    color: red;
}

.num {
    width: 68px;
    font-size: 23px;
    line-height: 26px;
    color: #555130;
    border: 2px solid;
    border-radius: 40px;
    padding: 5px 16px;
    font-weight: 500;
}
.abt_box_ttl h5{
    font-size: 24px;
    line-height: 24px;
    color: #CEAD00;
    margin-top: 24px;
    margin-bottom: 15px;
}
.abt_box_content{
    width: 221px;
}
.abt_box_content_3{
    width: 225px;
}
.abt_box_content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color:#666561 ;
    margin-bottom: 0px;
    
}
.project_sec{
    width: 100%;
    padding: 100px 0px;
    padding-bottom: 70px;
    background-color: #fff;
}
.project_title h2{
    font-size: 48px;
    line-height: 55px;
    color: #373632;
    font-weight: 500;
    margin-bottom: 50px;
}
.underline_m {
    display: none;
}
.pr_underline{
    margin-bottom: 30px;
    margin-top: 30px;
}
.pr_underline_m{
    margin-bottom: 30px;
    margin-top: 30px;
}
.pr_image{
    display: inline-block;
    width: 375px;
}

.pr_content_area{
    display: inline-block;
    width: 610px;
    position: relative;
}

.pr_sub_title h5{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
}
.pr_sub_title img{
    position: absolute;
    top: 0px;
    right: 15px;
}
.pr_sub_title p{
    width: 653px;
    font-size: 15px;
    line-height: 22px;
    color: #555130;
}
.map_icon{
    display: flex;
    flex-direction: row;
    margin-top: 117px;
    position: relative;
}
.clock_area{

    display: flex;
    flex-direction: row;
    margin-left: 8px;

}


.map_icon p{
    margin-left: 8px;
    margin-bottom: 0px;
}
.map_icon span{
    margin-left: 8px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    width: 736px;
    margin: auto;
}

.search input {
    height: 62px;
    /* text-indent: 20px; */
    /* border: 2px solid #d6d4d4; */
    /* border-radius: 10px; */
    border: none;
}
.bn_form_control{
    font-size: 16px;
    line-height: 16px;
    /* font-family: Open Sans; */
    letter-spacing: 0.25%;
    color: #666561;
}


    .search input:focus{

     box-shadow: none;
     /* border: 2px solid blue; */


    }

    .search .fa-search{

     position: absolute;
     top: 20px;
     left: 16px;

    }
    .search button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 150px;
        background: #FBD305;
        font-size: 14px;
        color: #373632;
        border: none;
        border-radius: 8px;
        font-weight: 600;
    }
    .search button :active{
        background-color: #fbd307;
    }
    .search button:hover{
        background-color: #E9C50D;
        color: #373632;
        
    }
    .search_bn_d:active{
        background-color: #fbd307 !important;
    }
    .search_bn_d:focus{
        background-color: #fbd307 !important;
        border-color: green;
    }
   
    /* asphalt_css_start_shohan */
    .pgac_sec{
        padding: 100px 0px;
        background-color: #fff;
        width: 100%;
    }
    .pgac_sec_viscosity{
        padding: 100px 0px;
        background-color: #F5F5F5;
        width: 100%;
    }
    .viscosity_btn{
        background-color: #fff;
        
    }
    .pgac_title h2{
        font-size: 48px;
        line-height: 58px;
        color: #373632;
        text-align: center;
        margin-bottom: 16px;
        font-family: 'Inter';
    }
    .pgac_title p {
        font-size: 15px;
        line-height: 22px;
        color: #666561;
        text-align: center;
        width: 778px;
        margin: auto;
        font-family: 'Inter';
    }
    .table_area {
        margin-top: 80px;
        border: 1px solid #E0DFD9;
        border-radius: 4px;
    }
    .table-bordered{
        margin-bottom: 0px;
    }
    tr th{
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Inter';
        color: #585753;
    }
    .cad9_area p{
        font-size: 15px;
        line-height: 22px;
        color: #585753;
        text-align: right;
        font-family: inter;
        margin-top: 16px;
    }
    .th_ibc{
        padding: 8px 20px;
    }
    thead tr{
        background-color: #FFFDF5;
        text-align: center;
        font-weight: normal;
        padding: 20px;
    }

    tbody tr td{
        text-align: center;
        /* padding: 15px 10px; */
        padding: 20px 0px 20px 0px;
        position: relative;
        
        
    }
    .tr_td{
        padding-top: 27px !important;
    }
    .tr_td_d{
        padding: 20px 0px !important;
    }
    .check{
        background: #F6FCF6;
    }
    tbody tr td img {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }
    tbody tr td button{
        border: 1px solid #BAB9B1;
        font-size: 14px;
        line-height: 22px;
        color: #585753;
        padding: 6px 16px;
        border-radius: 18px;
        background: #FFFFFF;
    }
    .as_bx_btn{
        border: none;
    }






    .rnkm_sec{
        padding: 100px 0px;
        background-color: #FBD305;
    }
    .rekm_left_area{
        width: 100%;
        background: #fff;
        padding: 78px 79px;
        border-radius: 4px;
    }
    .rq_title h2{
        font-size: 32px;
        line-height: 26px;
        font-weight: 600;
        color: #373632;
        margin-bottom: 24px;
        font-family: 'Inter';

    }
    .rq_content p{
        font-size: 15px;
        line-height: 22px;
        color: #585753;
        margin-bottom: 0px;
        font-family: 'Inter';
    }
    .rq_search{
        width: 468px;
        box-shadow: none;
        margin: 0px;
        margin-top: 48px;
    }
    .rq_search_m{
        display: none;
    }
    .rq_search input{
        height: 50px;
        border-radius: 30px;
        text-indent: 16px;
        border: 1px solid #BAB9B1;
        transition: .5s ease;
    }
    .rq_search button{
        height: 40px;
        
        border-radius: 30px;
        width: 185px;
        color: #373632;
    }
    
    .rq_search button i{
        font-size: 12px;
        color: #373632;
        
    }
    .rekm_right_area{
        width: 100%;
        
    }
    .nkm_title  h2{
        font-size: 32px;
        line-height: 26px;
        color: #373632;
        font-weight: 600;
        margin-bottom: 24px;
        font-family: 'Inter';
    }
    .nkm_content ul li{
        list-style: auto;
        width: 337px;
        margin-left: 25px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #373632;
        margin-bottom: 16px;
    }
    .gt_title h2{
        font-size: 32px;
        line-height: 26px;
        color: #373632;
        font-weight: 600;
        margin-bottom: 22px;
        margin-top: 32px;
    }
    .gt_title_m{
        display: none;
    }
    .social_left h3{
        font-size: 22px;
        line-height: 34px;
        color: #373632;
        font-family: 'Inter';
    }
    .social_left ul li img{
        width: 18px;
    }
    .social_left ul li {
        margin-bottom: 5px;
    }
    .social_left ul li a{
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #373632;
        margin-left: 7px;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Inter';
    }
    .packaging_area h2{
       font-size: 48px;
       font-weight: 58px;
       color: #373632;
       font-weight: 600;
       text-align: center;
       margin-bottom: 16px;
       font-family: Inter;
    }
    .packaging_area p{
        width: 567px;
        margin: auto;
       font-size: 15px;
       font-weight: 22px;
       color: #666561;
       font-family: Inter;
       text-align: center;
       margin-bottom: 80px;
       
    }
    .package_content_area h3{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        padding: 24px 0px 16px 0px;
        margin-bottom: 0px;
    }
    .package_content_area p{
        width: 229px;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        line-height: 22px;
        color: #666561;
    }
    
    .responsive_table{
        display: none;
    }

    





    .polybit_sec{
        width: 100%;
        padding: 100px 0px;
        background-color: #F5F5F5;

        
    }
    .polybit_area{
        display: flex;
        flex-direction: row;
    }
    .polybit_img_area_m{
        display: none;
    }
    .polybit_content_area {
        padding: 40px;
        background-color: #fff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .poly_title h2{
        font-size: 48px;
        line-height: 58px;
        font-weight: 600;
        color: #373632;
        font-family: inter;
        margin-bottom: 32px;
    }
    .poly_sign{
        margin-left: 40px !important;
    }
    .sub_ttl_area {
        width: 465px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .sub_ttl_area img{
        width: 20px; 
        height: 20px;
        margin: 6px 0px 0px 0px;
      
    }
    .sub_ttl_area h3{
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #373632;
        font-family: 'Inter';
    }
    .poly_content {
        width: 527px;
        margin-top: 24px;
    }
    .poly_content p {
        font-size: 18px;
        line-height: 28px;
        font-family: inter;
        color: #666561;
        margin-bottom: 0px;
    }
    .poly_btn_area{
        margin-top: 42px;
    }
   
    .polybit_img_area {
        width: 400px;
        display: inline-block;
        
    }
    .ptc{
        background-color: #fff;
    }



   
/* footer start */

    .footer_sec{
        width: 100%;
        padding: 100px  0px 24px 0px;
        background-color: #F9F9F9;
    }
    .f_content{
        width: 354px;
        margin-top: 24px;
    }
    .mail_area{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }
    .f_email {
        width: 67%;
        border: 1 px solid;
        border-color: #666561;
        padding: 20px 8px;
        text-indent: 13px;
        border-radius: 4px;
        transition: .5s ease;
        /* padding-top: 25px; */
    }
    .sub_btn{
        border: 1px solid #666561;
        border-radius: 4px;
        font-size: 14px;
        padding: 8px 15px;
        transition: border 1s ease;
        transition: 1s ease;
    }
    .sub_btn:hover{
        background-color: #E9C50D;
        transition: 1s ease;
        border: 1px solid transparent;
    }

    
    .f_last_content {
        width: 354px;
        margin-top: 15px;
    }
    .f_last_content p{
        font-size: 12px;
        color: #666561;
        line-height: 150%; 
        margin-bottom: 10px;
    }
    .footer_right{
        margin-left: 30px;
    }
    .navi {
        margin-top: 0px;
        margin-left: 10px;
    }
    .abt {
        margin-top: 10px;
        margin-left: 10px;
        margin-left: 20px;
    }
    .abt h5 {
        font-size: 16px;
        color: #373632;
        line-height: 150%;
        font-weight: 600;
    }
    .abt ul li {
        font-size: 14px;
        color: #666561;
        line-height: 150%;
        font-family: 'Inter';
        margin-bottom: 12px;
    }
    .abt ul li a {
        color: #666561;

    }
    .navi h5{
       font-size: 16px;
       color: #373632;
       line-height: 150%;
       font-weight: 600;
       
    }
    .navi ul {
       margin-top: 16px;
    }
    .abt_ul ul{
        font-family: inter;
    }
    .navi ul li{
       font-size: 14px;
       color: #666561;
       line-height: 150%;
       font-family: 'Inter';
       margin-bottom: 12px;

    }
    .navi ul li a{
       color: #666561;
    }
    .cont{
        margin-left: 0px;
    }
    /* .con_p{
        font-size: 14px;
        font-weight: 500;
        font-family: inter;
        margin-top: 24px;
        color: #666561;
    } */
    .cont h6{
        width: 206px;
        font-size: 14px;
        line-height: 150%;
        color: #666561;
        margin-top: 16px;
        margin-bottom: 7px;

    }
    .cont p{
        width: 206px;
        font-size: 14px;
        line-height: 150%;
        color: #666561;

    }
    .cont a{
        font-size: 14px;
        color: #666561;
    }
    .add p{
        width: 150px;
        font-size: 14px;
    }
    .f_icon_area{
      margin-top: 24px;
    }
    .f_icon_area a{
        color: #666561;
    }
    .f_icon_cl{
        margin-left: 20px;
    }
    hr{
        color: red !important;
    }
    /* .copy_right_area{
       
        display: flex;
        flex-direction: row;
    } */
    .copyRight_area {
        margin-top: 48px;
      
       
        width: 100%;
       border-top: 1px solid #E1E1E1;
    }
    .copy_right p{
        font-size: 14px;
        line-height: 150%;
        color: #666561;
        margin-bottom: 0px;
        margin-top: 24px;
        
    }
    .tram_service{
      margin-top: 15px;
    
    }
    .tram_service ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tram_service ul li{
        font-size: 14px;
        line-height: 150%;
        color: #666561;
    }
    .tram_service ul li a{
        color: #666561;
        text-decoration: underline;
    }
    /* footer end */

    .sch_btn{
        text-align: center;
        margin-top: 64px;
    }


    /* .polybit_img_area img{
        width: 350px;

        
    } */


    /* consulting_area_start */

.consulting_banner {
    background-image: url('img/banner_image3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;

}
.consulting_header > h1 {
    color: white;
    text-align: center;
    margin: 0 auto;
    
    line-height: 60px;
    font-size: 50px;
    width: 888px;
}
.consulting_header > p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    padding-top: 19px;
    padding-bottom: 40px;
    width: 694px;
    text-align: center;
    margin: 0 auto;
}
.consulting_button {
    font-size: 15px;
    line-height: 15px;
    text-align: center;

}
.consulting_button button{
    text-align: center!important;
    margin: 0 auto;
}
.consulting_btn {
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 15px;
    background-color: #FBD305;
    border: 1px solid;
    font-weight: 500;
}
.btn_svg img{
    margin-left: 15px;
}
.cwot_area{
    width: 100%;
}
.cwot_left{
    background: #fff;
    width: 100%;
    padding: 48px;
}
/* team_area_start */

.team_section{
    background-color: #fff;
    padding: 110px 0px;
}
.team_header h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    padding-bottom: 56px;
    font-weight: 600;
    color: #373632;
    margin-bottom: 0px;
}
.team_person_only{
width: 356px;
text-align: center;
}
.identity{

    
}
.team_person_only img{
    height: 339px;
    margin-top: 24px;
}
.team_image{
    background: linear-gradient(to top, #F5F5F5 0%, #F5F5F5 82%, #fff 18%, #fff 100%);
    text-align: center;
    margin: 0 auto;
}
.team_person_only h5 {
    font-size: 24px;
    line-height: 32px;
    color: #373632;
    padding-top: 12px;
    padding-bottom: 4px;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
}
.team_person_only p{
    font-size: 15px;
    line-height: 22px;
    color: #585753;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.team_person_only h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #585753;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

   

/* connect_area_start */

.connect_section{
    background-color: #FBD305;
    padding: 110px 0px;
    width: 100%;
}
.connect_bg_1{
    background-color: #fff;
    padding: 48px;
}
.connect_bg_2{
    background-color: #F5F5F5;
}
.connect_text {
width: 100%;
}
.connect_text h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #373632;
}
.connect_text p {
    font-size: 15px;
    line-height: 22px;
    color: #585753;
    padding-top: 16px;
    padding-bottom: 48px;
    margin-bottom: 0px;
    font-family: 'Inter';
}
.connect_button_1{
    padding: 20px 18px;
    border-radius: 30px;
    color: #BAB9B1;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid;
    width: 100%;
    transition: .5s ease;
}

.connect_button_1 a{
    color: black;
    font-size: 16px;
    line-height: 16px;
}
.connect_button_2{
    padding: 20px 18px;
    border-radius: 30px;
    color: #BAB9B1;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid;
    width: 100%;
    margin-top: 24px;
    transition: .5s ease;
}
.connect_button_2 a{
    color: black;
    font-size: 16px;
    line-height: 16px;
}
.connect_button_3 {
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 15px;
    background-color: #FBD305;
    border: 0px solid;
    margin-top: 32px;
    font-weight: 500;
    letter-spacing: 1.25%;
    width: 100%;
    transition: 1s ease;
}
.connect_button_4 {
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 15px;
    background-color: #F5F5F5;
    border: 1px solid;
    transition: border 1s ease;
    font-weight: 500;
    letter-spacing: 1.25%;
    width: 100%;
    transition: 1s ease;

}
.connect_button_4:hover {
    transition: 1s ease;
    border: .5px solid transparent;
    
}
.connect_area{
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.connect_left_area{
    /* width: 509px; */
    background-color: #fff;
    padding: 48px;
}
.connect_right_area{
    /* width: 507px; */
    background-color: #F5F5F5;
    padding: 48px;
}
.connect_right_area h4 {
    font-size: 32px;
    line-height: 26px;
    padding-top: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #373632;
}
.connect_right_area p{
    font-size: 16px;
    line-height: 26px;
    color: #585753;
    padding-top: 16px;
    padding-bottom: 36px;
    margin-bottom: 0px;
}
.connect_image{
    height: 190px;
    width: 411px;
}
.connect_image_1{
    display: none;
}


/* asphalt_advancement_area_start */
.asphalt_advancement{
    background-color: #F5F5F5;
    padding: 110px 0px;
}
.advancement_header h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 0px;
}

.strategies img{
    background-color: #FEF4C3;
}
.strategies h6{
    padding-top: 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #373632;
    margin-bottom: 0px;
}
.strategies p{
    padding-top: 8px;
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    margin-bottom: 0px;
}
.asphalt_second_col{
    padding-top: 28px;
}
.strategies_first_col{
    display: flex;
    gap: 24px;
}
.strategies_second_col{
    display: flex;
    gap: 24px;
    padding-top: 28px;
}
.strategies_col_item{
    background-color: #fff;
    padding: 0px;
    width: 354px;
    border-radius: 4px;
}
.strategies_img{
    height: 61px;
    width: 61px;
    background-color: #FEF4C3;
    text-align: center;
    vertical-align: middle;
    display: grid;
    place-items: center;
    border-radius: 8px;
}
/* asphalt_advancement_area_end */

/* global_expertise_area_start */
.global_expertise{
    background-color: #F5F5F5;
    padding: 110px 0px;
}
.global_expertise_area{
    display: flex;
   
}
.global_expertise_text{
    padding-right: 59px;
}
.global_expertise_text h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 0px;
}
.global_expertise_text p{
    font-size: 15px;
    line-height: 22px;
    color: #585753;
    padding-top: 16px;
    margin-bottom: 0px;
}
.global_btn{
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 15px;
    background-color: #FBD305;
    border: none;
    letter-spacing: 1.25%;
    font-weight: 500;
}
.global_button{
    padding-top: 50px;
}


/* training_area_start */
.training_development{
    background-color: #F5F5F5;
    padding: 110px 0px;
}
.training_area{
 
    display: flex;
}
.training_text{
    padding-right: 59px;
}
.training_text h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    padding-top: 54px;
    margin-bottom: 0px;
    color: #373632;
}
.training_text p{
    font-size: 15px;
    line-height: 22px;
    color: #585753;
    padding-top: 16px;
    margin-bottom: 0px;
}


.service_area{
    padding: 110px 0px;
}
.service_heading h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600px;
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 0px;
}
.service_selection{
    display: flex;
}
.service_left_area{
    display: flex;
    padding-bottom: 40px;
    width: 477px;
}
.service_right_area{
    padding-top: 40px;
    display: flex;
    width: 474px;
}
.service_leftarea_all{
    padding-top: 40px;
}
.section_left_name h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: end;
    color: #585753;
    margin-bottom: 0px;
    padding-right: 8px;
}
.section_left_name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_right_name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_right_name h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #585753;
    margin-bottom: 0px;
    padding-left: 8px;
}
.section_left_image{
    padding-right: 13px;
}
.section_right_image{
    padding-left: 13px;
}
.section_left_vector {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_right_vector{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_res_selection{
    display: none;
}



.aggregate_area{
    padding: 110px 0px;
    background: #fff;
}
.accordion {
    width: 100%;
    /* max-width: 1000px; */
    margin: 2rem auto;
}
.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}
.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 5.5rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    /* align-items: center; */
    font-size: 24px;
    color: #373632;
    line-height: 32px;
    font-family: 'Inter';
    position: relative;
    cursor: pointer;
    padding-bottom: 0px;
    border-bottom: 1px solid #E1E1E1;
}
.accordion-item-header::after {
    content: "+";
    font-size: 3rem;
    position: absolute;
    right: 1rem;
    }
.accordion-item-header.active::after {
    content: "-";
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-item-body ul {
    padding: 16px 0px;
    /* margin-left: 20px; */
   
}
.accordion-item-body ul li {
    margin-left: 20px;
    list-style: decimal;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 26px;
    font-weight: 500;
    color: #585753;
    padding: 8px 0px;
    border-bottom: 1px solid #E1E1E1;
   
}
.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}













/*--- footer__area start --*/
.footer__area {
  background: #1D2939;
  padding-top: 120px;
  padding-bottom: 30px;

}

.footer__area .container {
    max-width: 1114.5px;
    display: block;
    margin: auto;
    padding: 0 0px;
}

.footer__part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 111px;
    justify-content: space-around;
    align-items: start;
    grid-row-gap: 0px;
    padding-bottom: 50px;  
}


.footer__left {
    width: 297px;
    height: 235px;
}

.footer__left img {
    width: 72px;
    height: 73px;
    display: block;
}

.footer__left p {
    font-family: 'Open Sans', sans-serif;
    color: #C6CAD3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;  
    padding-top: 31px;
    margin: 0; 
    padding-bottom: 31px;
}

.footer__left h3 {
    margin: 0;
    line-height: 25px;
}

.footer__left h3  a {
    font-family: 'Open Sans', sans-serif;
    color: #C6CAD3;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.08px;   
}



.footer__right {
    width: 707px;
    height: 232px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 49px;
    justify-content: space-around;
    align-items: start;
    grid-row-gap: 30px;
}


.company_part {
    width: 112px;
}

.company_part h3 {
    color: #C6CAD3;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    padding-bottom: 30px;
}

.company_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.company_part ul li {
    display: block;
}

.company_part ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #C6CAD3;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.08px;
    transition: 0.2s all ease;
}

.company_part ul li a:hover {
    color: #fff;
}


.latest_post_part {
    width: 203px;
}

.subscribe_part {
    width: 294px;
}

.latest_post_part h3 {
    color: #C6CAD3;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    padding-bottom: 38px;   
}

.inner_latest_part {
    display: flex;
    padding-bottom: 30px;
}

.inner_latest_img img {
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 8px;
    margin-right: 15px;
}

.inner_latest_text h4 {
    color: #fff;
    font-size: 11px;
    margin: 0;
    font-weight: 600;
}

.inner_latest_text p {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding-top: 13px;    
}




.subscribe_part h3 {
    color: #C6CAD3;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    padding-bottom: 28px;   
}


.subscribe_part p {
    color: #C6CAD3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin: 0;
    padding-bottom: 38px;
}




.email__part {
    width: 294px;
    height: 49px;
    border-radius: 4px;
    border: 1px solid #4A5461;
}

.email__part input[type="email"] {
    font-family: 'Open Sans', sans-serif;
    color: #536071;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.07px;
    margin: 0;
    padding-left: 17px;
    padding-top: 17px;
    padding-bottom: 18px;
    width: 83%;
    height: 49px;
    background: none;
    border: none;
    outline: none;
    padding-right: 7px;

}

.email__part input[type="email"]::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #536071;
    font-weight: 400;
}


.email__part button {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    background: #0E87CC;
    border: none;
    color: #fff;
    font-size: 22px;
    margin-top: 2px;
    transition: 0.2s all ease;
}

.email__part button:hover {
    background-color: #fff;
    color: #000;
}

.footer_last_part {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #343f4d;
    padding-top: 30px;
}

.footer_last_left {
    width: 60%;
}

.footer_last_right {
    width: 40%;
}

.footer_last_left p {
    color: #C6CAD3;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin: 0;
}

.footer_last_left p a {
    color: #C6CAD3;
    text-decoration: 1px underline;
}


.social_icons ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.social_icons ul li {
    display: inline-block;
    padding-left: 15px;
}

.social_icons ul li a {
    color: #d0d5dd;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(45, 57, 74, 1);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s all ease;    
}


.social_icons ul li a:hover {
    background-color: #fff;
    color: #000;
}


.mobile_view {
    display: none;
}

.main {
    overflow: hidden;
}
.asphalt_header > h1 {
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
}
.asphalt_header > p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    padding-top: 19px;
    padding-bottom: 40px;
    width: 694px;
    text-align: center;
    margin: 0 auto;
}
.asphalt_button {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    
}
.yello_btn img{
    margin-left: 15px; 
}
.as_box_img_area img{
    width: 100%;
}

.asphalt_button button{
    text-align: center!important;
    margin: 0 auto;
}
.asphalt_box{
    width: 100%;
    /* background-color: #F5F5F5; */
}
.packaging_sec{
    background-color: white;
    padding: 110px 0px;
}


.packaging_area > div > a > button{
    margin-top: 70px;
}
.packaging_items{   
    text-align: center!important;
    padding-top: 80px;
    padding-bottom: 64px;
    gap: 10px;
}
.package_content_area {
    width: 100%;
    height: 206px;
    background-color: #F5F5F5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.packaging_items > div > div > img{
    width: 100%;
}
/* .packaging_items > div > div{
    background-color: #F5F5F5;
    height: 350px;
} */
.packaging_items > div > div > h3{
    font-size: 24px;
    padding-top: 20px;
    line-height: 32px;
}
.packaging_items > div > div > div p{
    padding-top: 16px;
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.packaging_items > div{
    height: 340px;
}

.polybit{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #F5F5F5;
}
.polybit_text{
    width: 586px;
    background-color: white;
    gap: 0px;
    padding-left: 40p;
}
.polybit_text > h3{
    font-size: 48px;
    line-height: 58px;
}
.polybit > div > div > img{
    text-align: right!important;
}
.polybit > div > div > h3{
    font-size: 48px;
    line-height: 58px;
    padding-top: 30px;
    padding-left: 30px;
}
.polybit > div > div > p{
    font-size: 22px;
    line-height: 34px;
    color: #666561;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.polybit > div > div > div{
    display: flex;
    padding-left: 10px;
    padding-top: 20px;
}
.polybit > div > div > div > div >h5{
    font-size: 24px;
    line-height: 32px;
}
.notes{
    background-color: #FBD305;
}
.notes > div > div > h4{
    font-size: 32px;
    line-height: 26px;
    padding-top: 78px;
    padding-left: 69px
}
.notes > div > div > p{
    font-size: 15px;
    line-height: 22px;
    padding-left: 69px;
}
/*--- asphalt_area end --*/

.fout_item > div{
    flex-wrap: wrap;
    width: 400px;
    height: 200px;
    background-color: blueviolet;
}


/*--- asphalt_area end --*/





  /* .hiw_part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 59px;
    justify-content: space-around;
    align-items: start;
    grid-row-gap: 30px;
}


.hiw_left_part img {
    width: 546px;
    height: 477px;
    display: block;
}


.hiw_right_part h2 {
    color: #0B1320;
    font-size: 47px;
    font-weight: 600;
    line-height: 55px;
    padding-bottom: 45px;
    margin: 0;
}


.inner_hiw_part {
    display: flex;
    align-items: start;
    padding-left: 25px;
    padding-right: 31px;
    padding-top: 15px;
    padding-bottom: 19px;
    border-radius: 4px;
    transition: 0.2s all ease;
    background: #f5f7f9;
    border-left: 7px solid #f5f7f9;
    cursor: pointer;
}

.inner_hiw_part:hover {
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.04);
    border-left: 7px solid #FA976C;   
}

.inner_hiw_part:hover p {
    color: #54575C;
}


.inner_hiw_part_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
    background: rgba(226, 235, 255, 1);
    line-height: 45px;
    text-align: center;
}


.inner_hiw_part_img img {
    max-width: 100%;
}

.inner_hiw_part_text {
    width: 375px;
}

.inner_hiw_part_text h3 {
    color: #404347;
    font-size: 23px;
    font-weight: 600;
    line-height: 31px;
    margin: 0;
    padding-bottom: 4px;
}

.inner_hiw_part_text p {
    font-family: 'Open Sans', sans-serif;
    color: #767A84;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin: 0;
}

.inner_hiw_bg1 {
   background: rgba(255, 232, 221, 1);
}

.inner_hiw_bg2 {
   background: rgba(225, 246, 241, 1); 
} */







/* rasel_css_code
lab_page */
  
.lab_area {
    background-image: url('img/lab1.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
.lab_area{
    padding: 140px 0px;
}
.lab_header h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.lab_button {
    text-align: center !important;
    margin: 0 auto;
}

.fout_item > div{
    flex-wrap: wrap;
    width: 400px;
    height: 200px;
    background-color: blueviolet;
}
.asphalt_advances{
    background-color: #fff;
    padding: 110px 0px;
}
.advance_left_area{
    padding: 110px 0px;
}
.advances_left_area h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 0px;
    color: #373632;
}
.advances_left_area p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.advance_button button{
    text-align: center!important;
    margin: 0 auto;
}
.advance_button {
    font-size: 15px;
    line-height: 15px;
}
.asphalt_advances_area{
    display: flex;
    gap: 59px;
}
.lab_btn{
    height: 53px;
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 14px;
    background-color: #FBD305;
    font-weight: 500;
    font-family: 'Inter';
    border: 0px solid;
}
.ecosmart{
    background-color: #fff;
    padding: 110px 0px;
}
.ecosmart_area{
    display: flex;
    gap: 59px;
}
.eco_right_area h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #373632;
    padding-bottom: 16px;
    margin-top: -11px;
    margin-bottom: 0px;
}
.eco_right_area p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    padding-bottom: 24px;
    margin: 0px;
    margin-bottom: 0px;
}
.eco_right_area h5{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #585753;
    padding-bottom: 40px;
    margin: 0px;
}
.lab_btn img{
    padding-left: 8px;
}
.service_section{
    background-color: #fef4c3;
    padding: 110px 0px;
}
.service_sec_area{
    display: flex;
}
.service_sec_area h2{
    width: 20%;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600px;
    margin-bottom: 0px;
}
.service_sec_area p{
    width: 80%;
    font-size: 22px;
    line-height: 34px;
    padding-left: 32px;
    margin-bottom: 0px;
}
.pilot_plant{
    background-color: #fff;
    padding: 110px 0px;
}
.pilot_plant_area{
    display: flex;
    gap: 59px;
}
.pilot_left_area h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    padding-top: 44px;
    margin-bottom: 0px;
}
.pilot_left_area p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    padding-top: 16px;
    margin-bottom: 0px;
}
.quality_control{
    background-color: #fef4c3;
    padding: 110px 0px;
}
.quality_con_header{
    display: flex;
    justify-content: space-between;
}
.con_header_left{
    width: 455px;
}
.con_header_left h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600px;
    margin-bottom: 0px;
}
.con_header_left p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}
.quality_item{
    background-color: #fff;
    width: 356px;
    border-radius: 4px;
    padding: 24px 30px;
}
.quality_item h6{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500px;
    padding-top: 24px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}
.quality_con_header{
    padding-bottom: 48px;
}
.quality_item button{
    background-color: #fbd305;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500px;
    width: 68px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 0px;
}
.quality_item p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    margin-bottom: 0px;
}
.quality_control_area{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 24px;
}




/* project-page-start */

.project_area {
    background-image: url('img/lab1.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
.project_area{
    padding: 140px 0px;
}
.project_header h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.project_header h5{
    font-size: 24PX;
    line-height: 34PX;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-bottom: 0px;
}
.project_header p{
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.runway_right_area h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #373632;
    padding-bottom: 16px;
    margin-top: -11px;
    margin-bottom: 0px;
}
.runway_right_area p{
    font-size: 15px;
    line-height: 21px;
    color: #666561;
    padding-bottom: 24px;
    margin: 0px;
    margin-bottom: 0px;
}
.runway_right_area h5{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #585753;
    padding-bottom: 40px;
    margin: 0px;
}
.remedial_control{
    background-color: #fef4c3;
    padding: 110px 0px;
}
.remedial_control_area{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.remedial_header_left h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600px;
    margin-bottom: 0px;
    text-align: center;
}
.remedial_header{
    padding-bottom: 80px;
}
.additional{
    background-color: #F5F5F5;
    padding: 110px 0px;
}
.additional_item{
    background-color: #fff;
    padding: 32px 24px;
}
.all_additional{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

}
.additional_item h6{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.additional_item p{
    font-size: 15px;
    line-height: 22px;
    color: #666561;
    margin-bottom: 0px;
}
.additional_heading{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    padding-bottom: 80px;
    text-align: center;
}
.additional_line{
    
}
.number_area{
    background-color: #fff;
    padding: 32px 24px;
}
.add_quantity{
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
}
.add_quantity h3{
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 0px;
}
.add_quantity p{
    font-size: 17px;
    line-height: 28px;
    color: #666561;
    margin-bottom: 0px;
   padding-top: 15px;
}
.line_area{
    width: 100%;
    background-color: #E0DFD9;
    border-radius: 4px;
}
.line_per1{
    width: 90%;
    color: #E7CB28;
    border: 4px solid;
    border-radius: 8px;
}
.line_per2{
    width: 90%;
    color: #E7CB28;
    border: 4px solid;
    border-radius: 8px;
}
.line_per3{
    width: 100%;
    color: #E7CB28;
    border: 4px solid;
    border-radius: 8px;
}
.number_ar{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.add_line{
    width: 100%;
    background-color: #E0DFD9;
    height: 1px;
    margin: 32px 0px;
}

/* project-page-end */



/* 
go-green css start */
.irtf_sec{
    width: 100%;
    background-color: #fff;
    padding: 110px 0px;
}

.left_image_area{
    float: right;
}
.right_content_area{
    margin-left: 24px;
}
.right_content_area h2{
    font-size: 48px;
    font-family: 'Inter';
    line-height: 58px;
    font-weight: 600;
    color: #373632;
    width: 522px;
    margin-bottom: 0px;
}
.right_content_area span{
    color: #CEAD00 ;
}
.right_content_area p{
    font-size: 15px;
    font-family: 'Inter';
    line-height: 22px;
    color: #585753;
    width: 522px;
    margin-top: 16px;
    margin-bottom: 50px;
}
.gr_bn_btn{
    border: none;
}
.gr_abt_content p{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    font-family: 'Inter';
    color: #585753;
    width: 771px;
   
}
.gr_about_title h3{
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    color: #373632;
    font-family: 'Inter';
}
.gr_about_title p{
    font-size: 15px;
    line-height: 22px;
    color: #585753;
    font-family: 'Inter';
    width: 533px;
    margin-bottom: 40px;
}
.gr_advancement_header h2{
    font-size: 48px;
    line-height: 58px;
    font-family: 'Inter';
    font-weight: 600;
    color: #373632;
    width: 708px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.cfdea_sec{
    background-color: #fff;
    width: 100%;
    padding: 110px 0px;
}
.cfdea_area{
    background-color: #F5F5F5;
    border-radius: 4px;
}
.cfdea_content_area{
    padding: 40px;
    width: 635px;
}
.cfdea_content_area h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: 'Inter';
    color: #373632;
    margin-bottom: 24px;
}
.cfdea_content_area p{
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter';
    color: #585753;
    margin-bottom: 40px;
}
.irpa_sec{
    width: 100%;
    padding: 110px 0px;
    background-color: #F5F5F5;
}
.irpa_left_area{
    width: 509px;
    height: 591px;
    background-color: #E8E8E8;
    border-radius: 4px;
    float: left;
}
.irpa_area{
    display: flex;
    flex-direction: row;

}
.irpa_right_area{
    width: 607px;
    background-color: #fff;
    float: right;
    padding: 40px;
}
.irpa_content h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    font-family: 'Inter';
    color: #373632;
    margin-bottom: 32px;

}
.irpa_content p{
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter';
    color: #585753;
    margin-bottom: 24px;

}
ul li{
    margin-top: 8px;
    
}
ul li i{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #585753;
    font-family: 'Inter';
    font-style: normal;
    margin-left: 12px;

}
.irpa_btn{
    border: none;
    margin-top: 50px;
}

/* change_design_start */
.green_sec{
    background-color: #F5F5F5;
    padding: 100px 0px;
}
.poly_btn{
    background-color: #FBD305;
    font-weight: 500;
}
.yello_btn {
    padding: 10px 18px;
    border-radius: 30px;
    color: #373632;
    font-size: 15px;
    background-color: #FBD305;
    font-weight: 500;
    font-family: 'Inter';
}
.strategies{
    padding: 50px 30px;
    display: grid;
    place-items: center;
}
.underline_ex img{
    max-width: 100%;
    margin: 34px 0px;
}
.strategies_first_col{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: repeat(2, 2fr);
    gap: 24px;
}
.team_area{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: repeat(2, 2fr);
    gap: 24px;
}
.service_area {
    background-color: #fff;
    padding: 100px 0px;
}
.service_home{
    background-color: #F5F5F5;
}
.team_row_1{
    padding-bottom: 0px;
}
.polybit_img_area img {
    width: 509px;
    height: 543px;
}
.tr_td{
    font-weight: 500;
}
.copy_underline{
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .underline_ex img{
        display: none!important;
    }
    .consulting_banner{
        padding: 0px;
    }
    .asphalt_advancement{
        padding-top: 0px;
        padding-bottom: 32px;
    }
    .strategies_first_col{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 16px;
        text-align: center;
    }
    .global_expertise{
        padding: 0px;
    }
    .team_area{
        grid-template-columns: repeat(6, 2fr);
        grid-template-rows: repeat(1, 2fr);
        gap: 24px;
    }
    .team_area div{
        width: 365px;
    }
    .team_section {
        background-color: #fff;
        padding: 0 0px;
    }
    .training_development{
        padding: 0px;
    }
    .table_area {
        margin-top: 80px;
        border: 0px solid #E0DFD9;
        border-radius: 4px;
    }
    .table_area p{
        padding: 8px 0px;
        text-align: end;
        margin: 0px;
    }
    .banner_area_asphalt{
        padding: 48px 0px;
    }
}

/* change_design_end */