html{
    scroll-padding: 6em;
} 

.main-bar .container-fluid {
    background-color: #ffbf5b;
}

.site-header {
    height: auto !important;
}

.header-nav .nav>li>a {
    border: none;
    font-size: 12px;
}

.header-nav .nav>li .sub-menu li a {
    font-size: 12px;
}

.home-icon a i {
    font-size: 20px !important;
}

.header-nav .nav>li:hover>a {
    color: white !important;
    border-color: white;
}

@media (max-width:1150px) {
    .header-nav .nav>li>a {
        font-size: 10px;
    }

    .header-nav .nav>li .sub-menu li a {
        font-size: 10px;
    }
}

@media (max-width:1041px) {
    .header-nav .nav>li>a {
        font-size: 8px;
    }

    .header-nav .nav>li .sub-menu li a {
        font-size: 8px;
    }
}

.custom_cat_section .p-a30 {
    padding: 10px;
}

.color-bg-custom {
    background: var(--color-bg-custom);
}

.custom_cat_section .icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 15px;
    border-style: solid;
    border-color: #ffffff52;
    font-size: 14px;
    border-radius: 20px;
    height: 250px;
    background-color: #fcab50;
}

.custom_cat_section .card {
    background-color: rgba(234, 222, 222, 0.586);
    padding: 30px;
    border-radius: 20px;
    border: none;

}

.custom_cat_section .card .card-body {
    background-color: #fff;
    border-radius: 20px;

}

.custom_cat_section .icon-bx-wraper .dlab-tilte a {
    font-size: 15px;
    color: #000;
}

.fly-box-ho {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.content-box-head {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

.dlab-media a img {
    border-radius: 20px 20px 0px 0px;
}

.dlab-info a {
    color: rgb(0, 54, 114)!important;
    font-family: "chivo-semi-bold"!important;
}

.dlab-info a i {
    color: white;
    font-size: 10px;
    border-radius: 20px;
    background-color: green;
    padding: 5px;
}
.content-box-head a {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "chivo-black"!important;
}

.fly-box {
    transform: scale(0.9);
}

.fly-box:hover {
    transform: scale(1);
    z-index: 10;
}

.fly-box-btn a {
    color: white;
    background-color: #00d590;
    padding: 10px 50px;
    border-radius: 10px;
}

.fly-box-title h4 {
    color: #003672;
    font-size: 50px;
    font-weight: 800;
    font-family: "chivo-black";
}

.logo-box .logo-1,
.logo-box .logo-2 {
    border-right: 2px solid gray;
}

.who-we-are-title h4 {
    color: #003672;
    font-size: 50px;
    font-weight: 800;
    font-family: "chivo-black";
}

.logo-box {
    position: relative;
    z-index: 1;

}

.logo-btns {
    position: absolute;
}

.logo-btn-1 a {
    display: flex;
    width: 100%;
    font-size: 20px;
    background-color: rgb(4, 8, 104);
    border-radius: 10px;
    color: white;
    margin-top: -7px;
    text-align: center;
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
}
.logo-btn-2 a {
    margin: -25px auto 0px auto;
    display: flex;
    width: 90%;
    font-size: 20px;
    border-radius: 10px;
    color: white;
    margin-top: -7px;
    text-align: center;
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
    background-color: #00b561;

}

.logo-btn-3 a {
    background-color: rgb(255, 157, 0);
    display: flex;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
    color: white;
    margin-top: -7px;
    text-align: center;
    padding: 10px 0px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:992px) {
    .logo-btn-1 a {
        font-size: 15px;
        padding: 10px 50px;
    }

    .logo-btn-2 a {
        font-size: 15px;
        padding: 10px 50px;
    }

    .logo-btn-3 a {
        font-size: 15px;
        padding: 10px 50px;
    }

}

@media screen and (max-width:768px) {
    .logo-btn-1 a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .logo-btn-2 a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .logo-btn-3 a {
        font-size: 12px;
        padding: 10px 20px;
    }

}

@media screen and (max-width:380px) {
    .logo-btn-1 a {
        font-size: 10px;
        padding: 10px 25px 5px 25px;
        border-radius: 5px;
    }

    .logo-btn-2 a {
        font-size: 10px;
        padding: 10px 25px 5px 25px;
        border-radius: 5px;
    }

    .logo-btn-3 a {
        font-size: 10px;
        padding: 10px 25px 5px 25px;
        border-radius: 5px;
    }

}

.logo-box {
    padding: 40px 0px;
    box-shadow: 1px 1px 10px grey;
    border: none;
    /* border-radius: 10px; */
    border-radius: 5px;
}

.band-1,
.band-2,
.band-3,
.band-4 {
    height: 40px;
}

.band-1 {
    background-color: #ffa000;
}

.band-2 {
    background-color: #ffd400;
}

.band-3 {
    background-color: #00b962;
}

.band-4 {
    background-color: #003672;
}

.footer-top ul li,
.footer-top h6 {
    font-size: 15px;
    font-weight: 800;
    line-height: 35px;
    list-style: none;
}

.second-box ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    list-style: none;
}

.footer-top {
    background-color: #022044 !important;
    color: white;
}

.first-box ul li {
    line-height: 50px;
}

.footer-top h6,
.footer-top strong {
    color: white;
}

.footer-top strong {
    font-size: 12px;
    font-weight: 500;
}

.second-box ul li a {
    font-size: 20px;
    color: white;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #336bb6;
    border-radius: 10px;
}

.second-box ul .facebook-icon a {
    padding: 8px 12px;
    /* margin: 0px; */
}

.second-box ul .instagram-icon a {
    padding: 8px 10px;
}

.first-box {
    padding: 0px 50px;

}

.second-box {
    padding: 0px 50px;
    border-left: 3px solid #336bb6;

}

.social-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width:992px) {
    .social-icon-box {
        display: block;
    }
}

.footer-bottom span {
    color: #003672;
    font-weight: 500;
    font-size: 17px;
}

.blog-detail-title h4 a {
    padding: 0;
    font-size: 30px;
    line-height: 50px;
}

.list-inline {
    display: flex;
    flex-wrap: nowrap;
    border: none;
}

.dlab-post-meta li:after {
    content: "" !important;
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.meta-title ul li {
    color: black;
    border: 2px solid #ffbf5b;
    padding: 2px 15px;
    border-radius: 10px;
    background-color: #ffbf5b;
}

.news-title ul li:first-child {
    color: black;
    border: 2px solid #ffbf5b;
    padding: 2px 15px;
    border-radius: 10px;
    background-color: #ffbf5b;

}

.top-section {
    background-image: url(../siam-img/banner/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 50%;
}

.top-section .overlay-box {
    padding-top: 140px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
}

.top-column {
    margin: 50px 0px;
    padding: 50px 0px;
}

.top-column .content {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.top-column .content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.top-column .content h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #003672;
}

.bottom-column-1 {
    padding-bottom: 20px;
}

.bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 10px 10px 300px 10px;
    width: 350px;
    height: 400px;
    object-fit: cover;
}

.bottom-section-2 .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 300px 10px 10px 10px;
    width: 350px;
    height: 400px;
    object-fit: cover;
}

.bottom-column-2 p {
    font-size: 15px;
    color: black;
    font-weight: 500;
    text-align: justify;
}

.lower-colum p {
    font-size: 15px;
    color: black;
    font-weight: 500;
    text-align: justify;
}

.bottom-section .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 300px 10px 10px 10px;
    width: 350px;
    height: 400px;
    object-fit: cover;
}

.bottom-section .overlay-box h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 35px;
}

.technology-section {
    background-image: url(../siam-img/banner/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 90vh;
    width: 100vw;
    height: 50%;
}

.technology-section .overlay-box {
    padding-top: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
}
.technology-section .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 300px 10px 10px 10px;
    width: 350px;
    height: 500px;
    object-fit: cover;
}

.img-box img {
    width: 100%;
    height: 100%;
}

.img-box {
    background-image: url(../siam-img/banner/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:481px) {
    .top-column .content img {
        width: 70px;
        height: 100px;
        object-fit: cover;
    }

    .top-column .content h2 {
        font-size: 30px;
        font-weight: 800;
    }

}

.blog-md .dlab-post-info,
.blog-md .dlab-post-media {
    display: table-cell;
    vertical-align: top;
}

.dlab-post-title h4 a {
    font-size: 30px;
    color: #ffbf5b !important;
}

.date ul li {
    font-size: 15px;
    color: black;
    font-weight: 600;
    list-style: none;

}

.date ul {
    margin-bottom: 5px;
}

.search-box input {
    border: 1px solid rgb(247, 247, 247);
    background-color: rgb(247, 247, 247);
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.search-box .select-box {
    margin-bottom: 10px;
}

.search-box .search-btn {
    background-color: #ffbf5b;
    color: black;
}

.search-box {
    padding: 0px 50px;
    margin-bottom: 50px;
    border-radius: 40px;
    box-shadow: 0px 20px 20px rgba(235, 235, 235, 0.66);
}

.widget-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media ul li a i {
    color: white;
}

.social-media .site-button.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    line-height: 39px;
}

.social-media .site-button .whatsapp {
    background-color: #DE4E43;
}

.sidebar-content .widget-post .dlab-post-media {
    width: 100%;
}

.bottom-section-2{
    background-image: url(../siam-img/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 50vh;
    background-position: center center;
}

.bottom-section-3 {
    background-image: url(../siam-img/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 50vh;
    background-position: center;
}

.decarbonization-img img,
.ethanol-blending-img img {
    object-fit: contain !important;
}

@media screen and (max-width:992px) {
    .bottom-column-1 img {
        box-shadow: 2px 2px 30px grey !important;
        border: 20px solid white !important;
        border-radius: 10px !important;
        width: 600px !important;
        height: 350px !important;
        object-fit: cover !important;
    }

    .technology-section .bottom-column-1 img {
        box-shadow: 2px 2px 30px grey;
        border: 20px solid white;
        border-radius: 10px;
        width: 600px;
        height: 350px;
        object-fit: cover;
    }
}

#renovabio .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 10px 10px 300px 10px;
    width: 350px;
    height: 400px;
    object-fit: cover;
}
.home-banner{
    width: 100vw;
}
h4{
    color: #003672;
}
.header-nav .nav > li > a {
    font-size: 14px;
    padding: 23px 7px 22px 7px;
}
.main-bar {
    background: #ffc15c;
}
.custom_cat_section .card .card-body {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px lightgrey;
}
.custom_cat_section .card{
    box-shadow: 0px 0px 10px 5px lightgrey;
    background-color: #eadede00;
}
@font-face {
    font-family: "chivo";
    src: url('../fonts/chivo/static/Chivo-Regular.ttf');
    
}
@font-face {
    font-family: "chivo-semi-bold";
    src: url('../fonts/chivo/static/Chivo-SemiBold.ttf');
    
}
@font-face {
    font-family: "chivo-bold";
    src: url('../fonts/chivo/static/Chivo-Bold.ttf');  
}
@font-face {
    font-family: "chivo-black";
    src: url('../fonts/chivo/static/Chivo-Black.ttf');  
}
body,h1,h2,h3,h4,h5,h6{
    font-family: "chivo-black";
}
body,p,a,li,ul{
    font-family: "chivo";
}
.bottom-column-1 p,.bottom-column-2 p{
    font-size: 17px;
}
.lower-colum p{
    font-size: 17px;
}
.custom_cat_section .icon-bx-wraper.bx-style-1:hover {
    background-color: #00d590;
}
.who-we-are{
    background-image: url('../siam-img/ind-braz-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 50%;
}
.who-we-are-section .overlay-box{
    /* background: white!important; */
}
.indian-experience-section{
    background-image: url(../siam-img/india-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 50%;
}
.header-nav .nav > li > a {
    color: #003672;
}
.header-nav .nav > li .sub-menu li a {
    color: #003672;
}
.custom_cat_section .icon-bx-wraper .dlab-tilte a {
    color: #003672;
    font-family: "chivo-black";
}
.dlab-post-title h4 a {
    font-size: 30px;
    color: #003672 !important;
    font-family: "chivo-black";
    text-transform: uppercase;
}
.meta-title ul li {
    color: #003672;
    border: 2px solid #00d590;
    padding: 2px 15px;
    border-radius: 10px;
    background-color: #00d590;
}
.search-box .search-btn {
    color: #003672;
    background-color: #00d590;
}
.date ul li {
    color: #003672;
}
.news-title .post-title a{
    color: #003672!important;
    font-family: "chivo-black";
    text-transform: uppercase;
}
.news-title ul li:first-child {
    color: #003672;
    border: 2px solid #00d590;
    padding: 2px 15px;
    border-radius: 10px;
    background-color: #00d590;
}
.dlab-post-meta ul li {
    color: #003672!important;
}
.widget-title.style-1 {
    color: #003672;
}
.circular-section{
    text-align: center;
    height:75%;
}
.circular-section h4{
    text-align: start;
}
.uppercase{
    text-transform: uppercase;
}
.learn-btn{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #003672;
    color: white;
    transition: all 0.2s;
}
.learn-btn:hover{
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #003672;
    background: transparent;
    color: #003672;
}
.benefit-list li{
    color: black;
}
.env-section{
    background-image: url(../siam-img/env-health-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 50%;
}
.sus-section{
    background-image: url(../siam-img/sus-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 50%;
}
.ethanol-section{
    background-image: url(../siam-img/ethanol-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 50%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid #E82527;
    background: #fff;
    border-radius: 50%;
    font-weight: normal;
    width: 30px;
    height: 30px;
    outline: none;
    line-height: 25px;
    text-align: center;
}


#social-links ul li {
    display: inline-block;
}          

#social-links ul li .social-button .fa-twitter{
    background-color: #1EA1F3;
}
#social-links ul li .social-button .fa-facebook-square{
    background-color: #3B5998;
}
#social-links ul li .social-button .fa-instagram {
    background-color: #8A5A4E;
}
#social-links ul li .social-button .fa-linkedin {
    background-color: #8A5A4E;
}
#social-links ul li .social-button .fa-whatsapp {
    background-color: #01C854;
}
#social-links ul li .social-button  span{
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    line-height: 39px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.who-we-are .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 10px 10px 300px 10px;
    width: 350px;
    height: 400px;
    object-fit: contain;
}
#siam-section .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 280px 10px 10px 10px;
    width: 350px;
    height: 400px;
    object-fit: contain;
}
#apex-section .bottom-column-1 img {
    box-shadow: 2px 2px 30px grey;
    border: 30px solid white;
    border-radius: 10px 10px 300px 10px;
    width: 350px;
    height: 400px;
    object-fit: contain;
}
.login_section_area a{
    font-size: 16px;
    color: #003672;
    
}
.login_section_area a>i{
    font-size: 18px;
    color: #003672;
}
.login_section_area:hover a, .login_section_area >a:hover i, .extra-nav .site-button-link:hover{
    color:#fff;
}
.extra-nav .site-button-link {
    font-size: 25px;
    line-height: 25px;
    color: #003672;
    cursor: pointer;
}
.top-bar {
    background: #ffc15c;
    border-bottom: none;
}
.extra-nav {
   
    border-left: none;
}
.form-section {
    padding: 0px 30px 50px 30px;
    border-radius: 40px;
    box-shadow: 0px 20px 20px rgba(235, 235, 235, 0.66);
}
.form-section input {
    border: 1px solid rgb(247, 247, 247);
    background-color: rgb(247, 247, 247);
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.btn-ptr{
    background-color: #ffc15c;
    border-color: #ffc15c;
    color: #ffffff;
}