@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* font - tactic-sans-bold */
@font-face {
    font-family: 'Tactic Sans Bold';
    src: url('../fonts/tactic-sans-bold.eot');
    src: url('../fonts/tactic-sans-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tactic-sans-bold.woff2') format('woff2'),
        url('../fonts/tactic-sans-bold.woff') format('woff'),
        url('../fonts/tactic-sans-bold.ttf') format('truetype'),
        url('../fonts/tactic-sans-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* font - tactic-sans-black */
@font-face {
    font-family: 'Tactic Sans Black';
    src: url('../fonts/tactic-sans-black.eot');
    src: url('../fonts/tactic-sans-black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tactic-sans-black.woff2') format('woff2'),
        url('../fonts/tactic-sans-black.woff') format('woff'),
        url('../fonts/tactic-sans-black.ttf') format('truetype'),
        url('../fonts/tactic-sans-black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* font-family:bootstrap-icons; */


:root{
    --primary-color: #0053A3;
    --secondary-color: #FFDB00;
}


body{
    font-family: "Outfit", sans-serif;
    color: #222;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6{
    color: #111;
}

a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

img{
    max-width: 100%;
}

p:last-child{
    margin-bottom: 0;
}

ul, ol, figure{
    margin: 0;
}

/* default css */
.fs-sm{
    font-size: 14px;
}

.lh-1-2{
    line-height: 1.2;
}

.tactic-sans-font{
    font-family: 'Tactic Sans Bold';
    line-height: normal;
}
.tactic-sans-font-black{
    font-family: 'Tactic Sans Black';
    line-height: normal;
}

.text-primary{
    color: var(--primary-color)!important;
}
.text-red{
    color: #EA0000;
}

.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-dark{
    background-color: #101010!important;
}
.bg-light{
    background-color: #F6F6F6!important;
}

.btn{
    font-size: 17px;
    position: relative;
    padding: 8px 18px;
    border-radius: 0;
    border-color: transparent;
}
.btn-primary{
    background-color: var(--primary-color)!important;
    border-color: transparent;
}
.btn-secondary{
    color: #111!important;
    background-color: var(--secondary-color)!important;
}
.btn-dark{
    background-color: #111!important;
}
.btn-dark:hover{
    background-color: var(--primary-color)!important;
    border-color: transparent;
}
.btn-dark.light-hover:hover{
    border-color: #F6F6F6!important;
}
.btn-light:hover{
    background-color: #F6F6F6!important;
    border-color: transparent;
}
.btn.with-icon{
    padding-right: 35px;
}
.btn.with-icon i{
    font-size: 0.8rem;
}
.btn.with-icon i,
.btn.with-icon img{
    position: absolute;
    top: 51%;
    transform: translate(64%, -50%);
    transition: all 0.1s ease-in-out;
}
.btn.with-icon img{
    width: 14px;
}
.btn.with-icon:hover i,
.btn.with-icon:hover img{
    transform: translate(75%, -60%);
}
.btn.btn-outline-dark{
    border: 1px solid #101010;
}

.btnGroup-wrap{
    gap: 15px;
}
.btnGroup-wrap .btn{
    font-size: 1rem;
    padding: 6px 18px;
    border-radius: 0 0 9px 0;
}
.btnGroup-wrap .btn.btn-icon{
    display: inline-block;
    padding: 5px 18px 6px 45px;
}
.btnGroup-wrap .btn.btn-icon .icon{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    height: 100%;
    padding: 6px 8px;
    width: 35px;
    background-color: #111;
    border-radius: 0 0 9px 0;
}

.text-btn{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.text-btn:hover{
    text-underline-offset: 3px;
}

.heading{
    font-size: 2.6rem;
}
.heading-lg{
    font-size: 2rem;
}
.heading-sm{
    font-size: 1.6rem;
}

.section-space{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* list-inline-style-1 */
.list-inline-style-1{
    background: #EEEFF1;
    border: 1px dashed #CECECE;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px 25px;
    padding: 15px 25px 18px;
    flex-wrap: wrap;
}
.list-inline-style-1 li{
    display: inline-flex;
    position: relative;
    padding-left: 45px;
}
.list-inline-style-1 li .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #6BE27D;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.list-inline-style-1 li .icon img{
    height: 28px;
}

/* list-style-1 */
.list-style-1 li{
    position: relative;
    padding-left: 22px;
}
.list-style-1 li .icon{
    position: absolute;
    top: 8px;
    left: 0;
}
/* list-style-2 */
.list-style-2 li{
    position: relative;
    padding-left: 28px;
}
.list-style-2 li .icon{
    content: "";
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
}
.list-style-2 li > *{
    display: inline;
    font-size: inherit;
    margin-bottom: 0;
}

/* form-floating */
.form-control{
    height: 2.8rem;
    min-height: auto;
    padding: 0.5rem .65rem;
    border-color: #111;
    border-radius: 5px;
}
.form-control:focus{
    border-color: var(--primary-color);
    box-shadow: none;
}
.form-floating > .form-control{
    height: 3.2rem;
    min-height: auto;
    padding: 0.7rem .75rem;
    border-color: #111;
    border-radius: 5px;
}
.form-floating > label{
    color: #979797;
    padding: 0.7rem .75rem;
}
.form-floating .form-control:required + label::after{
    content: "*";
    color: #FF0000;
}
.form-floating > .form-control:focus{
    border-color: var(--primary-color);
    box-shadow: none;
}

/* -- faq-section -- */
.accordion .accordion-item{
    color: #111;
    background-color: #EFF7FF;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    border-radius: 10px;
}
.accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-button{
    position: relative;
    color: inherit;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    padding: 1rem 2.6rem 1rem 1.2rem;
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed){
    color: inherit;
    box-shadow: none;
}
.accordion .accordion-item .accordion-button::after{
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background: none;
    position: absolute;
    right: 18px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after{
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    transform: none;
}
.accordion .accordion-item .accordion-body{
    padding-top: 0;
}

/* tab-design */
.tab-design .nav-tabs{
    justify-content: center;
    border-bottom: 0;
}
.tab-design .nav-tabs .nav-link{
    position: relative;
    cursor: pointer;
    color: #383838;
    font-size: 1.5rem;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.tab-design .nav-tabs .nav-link.active{
    color: var(--primary-color);
    font-weight: 700;
}
.tab-design .nav-tabs .nav-link:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: calc(100% - 5px);
    transform: translateY(-50%);
    width: 1px;
    background: linear-gradient(180deg, #FFFFFF 2.88%, #000000 58.17%, #FFFFFF 100%);
}

/* swiper slider */
.slider-buttons{
    display: flex;
    justify-content: center;
    column-gap: 18px;
}
.slider-buttons div[class*="swiper-button"]{
    width: 35px;
    height: 20px;
    position: relative;
    margin: 0;
    left: auto;
    right: auto;
}
.slider-buttons div[class*="swiper-button"]::after{
    display: none;
}
.slider-buttons div[class*="swiper-button"]:hover svg path{
    fill: var(--primary-color);
}

/* table-bordered */
.table{
    margin-bottom: 0;
}
.table-design{
    border-radius: 20px 20px 0 0;
}
.table tr > *{
    padding: 0.6rem 1rem;
}
.table tr > th{
    padding: 0.9rem 1rem;
}
.table thead tr th{
    background-color: var(--primary-color);
}
.table thead tr th > *{
    color: #fff;
    font-size: 1.2rem;
}
/* simple-table */
.simple-table .table tbody tr{
    border: none;
}
.simple-table .table tbody tr:last-child{
    border-bottom: 1px solid;
}
.simple-table .table tr > *{
    padding: 0.6rem 1.4rem;
}
.simple-table .table tr > th{
    padding: 0.9rem 1.4rem;
}
/* table-bordered */
.table-bordered{
    border-color: #333;
}
.table-bordered tr th *,
.table-bordered tr td *{
    margin-bottom: 0;
}
/* table-design */
.table-design .table-bordered{
    border-color: var(--primary-color);
}
.table-design .table-bordered thead tr th:not(:last-child){
    border-right-color: #fff;
}
.table-design .table-bordered tr th > *,
.table-design .table-bordered tr td > *{
    font-size: 1.2rem;
}
/* bg-transparent */
.table.bg-transparent tbody tr td{
    background-color: transparent;
}

.rating-star{
    display: inline-flex;
    column-gap: 2px;
    color: #FDCE0B;
}

/* modal */
.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
}
.modal-header {
    font-size: 1.4rem;
    justify-content: space-between;
    padding: 0.6rem 1.8rem 0.7rem;
    border-bottom: 1px solid #F8F8F8;
    font-weight: 600;
    border-radius: 0;
}
.modal-header .close-btn{
    margin-left: 10px;
}
.modal-header .icon-close {
    font-size: 20px;
    cursor: pointer;
}
.modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 1.8rem 1rem;
}

/* infographic-1 */
.infographic-1 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
}
.infographic-1 ul li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-bottom: 88px;
    flex: 0 0 250px;
    margin: 0 -24px;
}
.infographic-1 ul li p{
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0;
}
.infographic-1 ul li figure{
    position: relative;
    width: 100%;
}
.infographic-1 ul li figure .bg{
    background: url(../images/bg/half-circle-outline-top.svg) no-repeat center / contain;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 68%;
}
.infographic-1 ul li figure .icon img{
    max-width: 50%;
}
.infographic-1 ul li figure .icon{
    position: relative;
    width: 135px;
    height: 135px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.infographic-1 ul li .text{
    font-size: 1.7rem;
    line-height: 0.9;
}
.infographic-1 ul li .text > span{
    font-size: 2.8rem;
}
/* :nth-child(even) */
.infographic-1 ul li:nth-child(even) figure .bg{
    background: url(../images/bg/half-circle-outline-bottom.svg) no-repeat center / contain;
    position: absolute;
    top: auto;
    bottom: -16px;
}
.infographic-1 ul li:nth-child(even) figure .icon{
    background-color: var(--primary-color);
}
.infographic-1 ul li:nth-child(even){
    flex-direction: column-reverse;
    padding-bottom: 0px;
}
/* with title */
.infographic-1 ul.style-1 li{
    padding-bottom: 95px;
}
.infographic-1 ul.style-1 li .content{
    display: flex;
    flex-direction: column-reverse;
    row-gap: 6px;
}
.infographic-1 ul.style-1 li .content .title{
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}
/*  */
.infographic-1 ul.style-1 li:nth-child(even){
    padding-bottom: 0px;
}
.infographic-1 ul.style-1 li:last-child{
    bottom: 21px;
    padding-bottom: 95px;
}
.infographic-1 ul.style-1 li:nth-child(even) .content{
    flex-direction: column;
}





/* -- Header -- */
header .navbar-brand img{
    width: 250px;
}
header .navbar{
    position: relative;
    background-color: #F8F8F8;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .navbar-nav .nav-item{
    margin: 0 10px;
}
header .navbar-nav .nav-link{
    color: #111;
    padding: 0.8rem 1.2rem!important;
}
header .navbar-nav .nav-link.active{
    color: var(--primary-color);
}
header .navbar-nav .nav-link:focus{
    box-shadow: none;
}
/* dropdown */
header .navbar-nav .nav-item .dropdown-toggle{
    position: absolute;
    top: 13px;
    right: 3px;
}
header .navbar-nav .nav-item .dropdown-toggle::after{
    content: "\f107";
    font-family: "FOnt Awesome 6 Free";
    font-size: 10px;
    font-weight: 600;
    border: 0;
    margin-left: 0;
    padding-left: .3em;
}
header .navbar-nav .dropdown-menu{
    position: relative;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* background-color: #FDCE0B; */
}
/* header .navbar-nav .dropdown-menu::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px 5px 5px 53px;
    z-index: -1;
} */
/* header .navbar-nav .dropdown-menu::after{
    content: "";
    border: 1px solid;
    border-image: linear-gradient(340deg, rgba(0, 83, 163, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) 20;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
    z-index: -1;
} */
header .navbar-nav .dropdown-menu li{
    padding-inline: 10px;
}
header .navbar-nav .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid rgba(181, 181, 181, 0.5);
}
header .navbar-nav .dropdown-menu .dropdown-item{
    position: relative;
    background-color: transparent;
    padding: 0.5rem 1rem;
}
header .navbar-nav .dropdown-menu .dropdown-item::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    border-top: 1px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: var(--primary-color);
    font-weight: 700;
    padding-left: 20px;
}
header .navbar-nav .dropdown-menu .dropdown-item.active{
    color: var(--primary-color);
    font-weight: 700;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover::before{
    width: 14px;
}
/* megamenu */
/* header .navbar .dropdown-menu.megamenu ul{
    list-style: none;
    padding: 0;
} */
/* navbar-toggler */
header .navbar-toggler{
    border: none;
}
header .navbar-toggler:focus{
    box-shadow: none;
}

/* header - fixed */
header.fixed .navbar{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
}


@media only screen and (min-width: 992px){
    header .navbar-nav .dropdown-menu{
        display: block;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
    }
    header .navbar-nav .dropdown-menu.dropdown-menu-md{
        min-width: 380px;
    }
    header .navbar-nav .nav-item .dropdown-toggle{
        z-index: 10;
        pointer-events: none;
    }
    header .navbar-nav .nav-item:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    /* header .navbar .dropdown-menu.megamenu{
        min-width: 600px;
    }
    header .navbar .dropdown-menu.megamenu > div{
        display: flex;
        flex-wrap: wrap;
    } */
}


/* -- banner-section -- */
.banner-section{
    position: relative;
    display: block;
    /* height: 85vh; */
    /* background: url(../images/banner/banner.webp) no-repeat center / cover; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: clip;
}
.banner-section .container{
    max-width: 2800px;
}
.banner-section .caption{
    position: relative;
    /* background-color: #fff; */
    padding: 35px 35px 35px;
    z-index: 1;
}
.banner-section .caption::after{
    content: "";
    width: 1000px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 100%;
    left: 0;
    z-index: -1;
}
.banner-section .caption .title{
    position: relative;
    font-size: 42px;
    padding: 15px 0;
    margin-bottom: 0;
}
.banner-section .caption .title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    border-top: 3px solid #111;
    border-bottom: 3px solid #111;
}
.banner-section .caption + .btn{
    text-align: left;
    width: 100%;
    background-color: transparent!important;
    position: relative;
    padding-left: 30px;
}
.banner-section .caption + .btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    background-color: var(--primary-color);
    width: 1000px;
    height: 100%;
    z-index: -1;
}
/* .banner-section .caption + .btn:hover{
    color: #111;
} */
.banner-section .caption + .btn:hover::after{
    background-color: #101010;
}

/* -- about-section -- */
.about-section{
    background-color: #EAEAEA;
    overflow-x: clip;
    margin-bottom: 160px;
}
.about-section .section-space{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-section .title{
    font-size: 1.5rem;
}
.about-section .title + hr{
    border-top-color: #111;
    opacity: 1;
    border-top-width: 5px;
}
.about-section .side-block{
    position: relative;
    height: 100%;
    padding: 120px 60px 60px;
    z-index: 1;
}
.about-section .side-block .title{
    color: #D8BE1F;
    font-size: 5rem;
    margin-bottom: 0;
}
.about-section .side-block::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    background-color: var(--secondary-color);
    width: 800px;
    height: calc(100% + 100px);
    border-radius: 0 0 0 10px;
    z-index: -1;
}
.about-section .side-block .icon-img{
    width: 220px;
    position: absolute;
    left: 26%;
    margin-top: 70px;
}

/* -- products-section -- */
.products-section{
    overflow-x: clip;
}
.products-section .product-column{
    position: relative;
    /* background-color: var(--primary-color); */
    padding: 45px 25px 30px;
    z-index: 1;
}
.products-section .product-column::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    width: 1720px;
    height: 100%;
    border-radius: 0 100px 0 0;
    z-index: -1;
}
.products-section .product-column::after{
    content: attr(data-text);
    width: 45%;
    position: absolute;
    right: -16px;
    bottom: 16%;
    font-family: 'Tactic Sans Bold';
    color: #084279;
    font-size: 5.8rem;
    line-height: 5.1rem;
    opacity: 0.5;
    z-index: -1;
}
.products-section .product-column .content{
    position: relative;
    font-size: 19px;
}
.products-section .product-column .title{
    font-size: 1.8rem;
}
.products-section .product-column .product-img{
    max-width: 483px;
    margin-left: -10%;
}
/* column-reverse */
.products-section .product-column.column-reverse::before{
    background-color: var(--secondary-color);
    left: 0;
    width: 1720px;
    height: 100%;
    border-radius: 100px 0 0 0;
    z-index: -1;
}
.products-section .product-column.column-reverse::after{
    content: attr(data-text);
    width: 45%;
    position: absolute;
    left: 50px;
    top: 60%;
    transform: translateY(-50%);
    bottom: auto;
    color: #DFC10A;
    font-size: 6.2rem;
    line-height: 5.6rem;
}
.products-section .product-column.column-reverse .product-img{
    margin-left: -20%;
}

/* info-text-1 */
.info-text-1 p{
    font-size: 1.7rem;
}
.info-text-1 p span:last-child{
    font-size: 2rem;
}

/* -- brands-section -- */
.logo-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #d8d8d8;
}
.logo-wrapper + .logo-wrapper{
    border-top: 0;
}
.logo-wrapper li{
    display: inline-flex;
    align-items: center;
    flex: 0 0 calc(100% / 5);
    padding: 25px 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: -1px;
}
.logo-wrapper li:not(:nth-last-child(5)){
    border-right: 1px solid #d8d8d8;
}
.logo-wrapper li:last-child{
    border-right: 0;
}

/* -- locations-section -- */
.locations-section{
    background-color: #F6F6F6;
}
.locations-section figure .heading{
    color: #ccc;
}
.locations-section .column-block{
    background-color: #fff;
}
.locations-section .column-block .title{
    display: block;
    font-family: "Outfit", sans-serif;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
.locations-section .column-block .content{
    display: flex;
    justify-content: center;
    padding: 10px 25px;
    border: 1px solid #bbb;
    border-top: 0;
}
.locations-section .column-block ul li{
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.locations-section .column-block ul li::before{
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/icons/location-icon-img.png) no-repeat center / contain;
    position: absolute;
    top: 5px;
    left: 0;
}

/* -- info-text-2 -- */
.info-text-2{
    font-size: 1.8rem;
}

/* -- projects-section -- */
.projects-section .project-column{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.projects-section .project-column article{
    position: relative;
    height: 100%;
    font-size: 18px;
    font-weight: 300;
    /* background-color: #f4f4f4; */
    padding: 25px;
}
.projects-section .project-column article::before{
    content: "";
    background-color: #F6F6F6;
    width: 40px;
    height: 30px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    left: 10%;
    top: -25px;
}
.projects-section .project-column article .title{
    font-size: 1.4rem;
    font-weight: 600;
}
.projects-section .project-column article ul li{
    margin-bottom: 10px;
}
.projects-section .project-column article ul li:last-child{
    margin-bottom: 0;
}
.projects-section .project-column figure{
    height: 100%;
}

/* -- why-us-section -- */
.why-us-section .column-block{
    height: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 20px -5px rgba(5, 5, 5, 0);
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.why-us-section .column-block figure{
    display: inline-block;
    background-color: #D9D9D9;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 57px;
}
.why-us-section .column-block figure img{
    height: 65%;
}
.why-us-section .column-block:hover{
    transform: translateY(-8px);
    box-shadow: 0 2px 30px -5px rgba(5, 5, 5, 0.4);
}

/* -- cta-section-1 -- */
.cta-section-1{
    /* font-size: 26px; */
    background-color: #F4F4F4;
}

/* -- blogs-section -- */
.blog-box{
    position: relative;
    z-index: 1;
}
.blog-box *{
    transition: all 0.3s ease-in-out;
}
.blog-box figure{
    overflow: hidden;
    border-radius: 10px;
}
.blog-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box figure .date{
    display: inline-block;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #FFDB00;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    line-height: 18px;
    border-radius: 10px;
}
.blog-box figure .date span{
    display: block;
}
.blog-box .content{
    position: relative;
    background-color: #fff;
    padding: 30px 25px;
    margin: -60px 10% 15px;
    box-shadow: 0 5px 15px -4px rgba(5, 5, 5, 0);
    z-index: 1;
}
.blog-box .content .blog-title{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
}
.blog-box .content .link-btn{
    color: var(--primary-color);
    font-size: 17px;
}
.blog-box .content .link-btn i{
    color: #111;
    font-size: 14px;
    margin-left: 3px;
}
.blog-box .content .link-btn img{
    width: 12px;
    margin-left: 3px;
}
.blog-box:hover .content{
    margin-top: -70px;
    box-shadow: 0 5px 15px -4px rgba(5, 5, 5, 0.2);
}


/* -- Footer -- */
footer{
    color: #fff;
    background-color: #040404;
    overflow-x: hidden;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: var(--secondary-color);
}
footer .widget .title{
    color: #fff;
    font-size: 26px;
}
/* links-list */
footer .widget .links-list li:not(:last-child){
    margin-bottom: 10px;
}
footer .widget .links-list li a{
    position: relative;
    display: block;
    padding-left: 28px;
}
footer .widget .links-list li a::before{
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/icons/arrow-top-right-icon-light.svg) no-repeat center / contain;
    position: absolute;
    top: 7px;
    left: 2px;
    font-size: 13px;
}
/* product-list */
footer .widget .product-list{
    background-color: #101010;
    padding: 20px 25px;
    border: 1px solid #818181;
}
footer .widget .product-list li{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    padding-left: 55px;
    margin-bottom: 25px;
}
footer .widget .product-list li:last-child{
    margin-bottom: 0;
}
footer .widget .product-list li .icon{
    position: absolute;
    left: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #202020;
    padding-top: 5px;
    border-radius: 100%;
}
footer .widget .product-list li .icon img{
    max-width: 70%;
}
/* contact-list */
footer .widget .contact-list li{
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
}
footer .widget .contact-list li:last-child{
    margin-bottom: 0;
}
footer .widget .contact-list li .icon{
    color: #040404;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    background-color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 100%;
}
/* social-media */
.social-media{
    display: inline-flex;
}
.social-media li{
    font-size: 18px;
    margin-right: 10px;
}
.social-media li a{
    padding: 6px;
}
footer .widget .logo{
    position: relative;
    background-color: var(--secondary-color);
    padding: 15px 20px 13px;
    border-radius: 19px 0 0 19px;
}
footer .widget .logo::after{
    content: "";
    width: 1000px;
    height: 100%;
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
}
footer .widget .logo img{
    max-width: 80%;
}

/* copyright */
footer .copyright{
    background-color: #222222;
}


/* -- page-banner -- */
.page-banner .breadcrumb{
    margin-bottom: 0;
}
.page-banner .breadcrumb .breadcrumb-item a,
.page-banner .breadcrumb .breadcrumb-item{
    color: #fff;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: 5px;
}
.page-banner .breadcrumb .breadcrumb-item.active{
    color: var(--secondary-color);
    font-weight: 600;
}
.page-banner .image-wrap{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* -- About us page -- */
.information-content .title{
    font-family: "Outfit", sans-serif;
    font-size: 45px;
    font-weight: 400;
}
.information-content .title span{
    display: block;
    color: #EEEEEE;
    font-size: 4.5rem;
    font-weight: 800;
}
/* work-section */
.work-section .line-box .title{
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
}
.work-section .line-box .title span:first-child{
    color: #FF7736;
}
.work-section .line-box .title span:nth-child(2){
    color: #10C56D;
}
/* timeline-section */
.timeline-section .container{
    position: relative;
}
.timeline-section .nav-menu{
    display: none;
    position: relative;
    position: fixed;
    left: 0;
	top: 11%;
	bottom: auto;
	z-index: 10;
}
.timeline-section .nav-menu::before {
    content: "";
    position: absolute;
    left: 2.2rem;
    top: .5rem;
    z-index: -2;
    width: 1px;
    height: calc(100% - 1.4rem);
    background: #A2A2A2;
    transition: all .3s ease;
}
.timeline-section .nav-menu li{
    list-style: none;
    position: relative;
    padding: 0 0 35px;
}
.timeline-section .nav-menu li:last-child{
    padding: 0 0 0;
}
.timeline-section .nav-menu a{
    font-size: 0.9rem;
    position: relative;
    display: block;
    color: #4B4B4B;
    padding-left: 15px;
}
.timeline-section .nav-menu a::before{
    /* content: "\f111"; */
    content: "";
    position: absolute;
    top: 50%;
    left: -2.2px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #BEBEBE;
    border: 2px solid #fff;
    outline: 1px solid #4B4B4B;
    /* outline-offset: 2px; */
    border-radius: 100%;
}
.timeline-section .nav-menu a.active-link {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 500;
}
.timeline-section .nav-menu a.active-link::before{
    background-color: #0F5099;
    outline-color: #0F5099;
}
.timeline-section .content-section{
    display: flex;
    padding: 50px 0 70px;
    margin-bottom: 70px;
}
.timeline-section .content-section:last-child{
    margin-bottom: 0;
}
.timeline-section .content-section .left-column{
    flex: 0 0 20%;
    padding-right: 3%;
}
.timeline-section .content-section .left-column .title{
    font-family: "Outfit", sans-serif;
    font-size: 26px;
}
.timeline-section .content-section .right-column{
    flex: 0 0 80%;
}
.timeline-section .content-section .right-column .title{
    font-family: 'Tactic Sans Bold';
    font-size: 28px;
}


/* -- products-page -- */
.products-page .table-bordered tr > *{
    padding: 0.8rem 1.4rem;
}
.products-page .brands-section{
    background-color: #FAFAFA;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.products-page .brands-section .logo-wrapper{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}
.products-page .brands-section .logo-wrapper{
    border-right: 1px solid #d8d8d8;
}
.products-page .brands-section .logo-wrapper + .logo-wrapper{
    border-top: 0;
}
.products-page .brands-section .logo-wrapper li{
    display: inline-flex;
    align-items: center;
    flex: 0 0 calc(100% / 5);
    padding: 25px 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: -1px;
}
.products-page .brands-section .logo-wrapper li{
    border-right: 1px solid #d8d8d8;
}
.products-page .brands-section .logo-wrapper li:last-child{
    border-right: 0;
}
/* cranes-section */
.cranes-section .craneSlider .product-box{
    background-color: #F5F5F5;
    text-align: center;
}
.cranes-section .craneSlider .product-box figure{
    min-height: 309px;
    padding: 4px;
}
.cranes-section .craneSlider .product-box figcaption{
    background-color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 0 0 30px 30px;
}
.cranes-section .craneSlider .product-box figcaption .title{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.cranes-section .craneSlider .product-box figcaption p{
    color: var(--secondary-color);
    font-weight: 500;
}
/* tables-section - border-right-gradient */
.products-page .table{
    font-size: 1rem;
}
.tables-section .border-right-gradient{
    position: relative;
}
.tables-section .border-right-gradient::after{
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 3.37%, #000000 53.37%, #FFFFFF 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/* projects-section */
.products-page .projects-section{
    font-size: 1rem;
}
.products-page .projects-section figure{
    /* height: 260px; */
    margin-bottom: 15px;
}
.products-page .projects-section figure img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.products-page .projects-section .title{
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
}
/* product-block */
.products-page .product-block{
    position: relative;
    z-index: 1;
}
.products-page .product-block::after{
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Tactic Sans Bold';
    text-align: center;
    color: #B9A004;
    font-size: 5.5rem;
    line-height: 1.2;
    opacity: 0.2;
    z-index: -1;
}
.products-page .cta-section-1.bg-primary .product-block::after{
    color: #07274B;
}
/* faq-section */
.products-page .faq-section .accordion .accordion-item{
    font-size: 1rem;
    background-color: #fff;
}
.products-page .faq-section .accordion .accordion-item .accordion-button{
    font-size: 1.2rem;
    padding: 1rem 1.2rem 1rem 2.6rem;
}
.products-page .faq-section .accordion .accordion-item .accordion-button::after{
    top: 19px;
    left: 13px;
    right: auto;
}
.products-page .faq-section .accordion .accordion-item .accordion-body{
    padding: 0 1rem 1rem 2.6rem;
}
/*  */
.products-page .productSlider{
    position: relative;
}
.products-page .productSlider .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.products-page .productSlider .swiper-slide figure{
    background-color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    margin: 0 20px;
}
.products-page .productSlider .swiper-slide figcaption{
    font-size: 1.2rem;
    margin-top: 15px;
}
.products-page .productSlider .slider-buttons{}
.products-page .productSlider .slider-buttons div[class*="swiper-button"]{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    background-color: #EAEAEA;
}
.products-page .productSlider .slider-buttons div[class*="swiper-button"] svg{
    width: 8px;
}
.products-page .productSlider .slider-buttons div[class*="swiper-button"] svg path{
    fill: #202020;
}
.products-page .productSlider .slider-buttons div[class*="swiper-button"]:hover{
    background-color: var(--primary-color);
}
.products-page .productSlider .slider-buttons div[class*="swiper-button"]:hover svg path{
    fill: #fff;
}
.products-page .productSlider .slider-buttons div[class*="swiper-button-prev"]{
    left: 0;
}
.products-page .productSlider .slider-buttons div[class*="swiper-button-next"]{
    right: 0;
}
/*  */
.products-page .blogs-section .blogSlider .content .title{
    font-size: 1.1rem;
}
.products-page .blogs-section .blogSlider .content img{
    width: 20px;
}


/* -- Blog page -- */
.blog-page h1,
.blog-page h2,
.blog-page h3,
.blog-page h4,
.blog-page h5,
.blog-page h6{
    font-family: "Outfit", sans-serif;
}
/* blog-img */
.blog-page .blog-img{
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blog-page .blog-img img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-page .blog-img .date{
    color: initial;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.1rem;
    background-color: #fff;
    display: inline-block;
    padding: 8px 15px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 10px;
}
.blog-page .blog-img .date span{
    display: block;
}
/* blog-column */
.blog-page .blog-column{
    color: #676767;
    font-weight: 300;
}
.blog-page .blog-column .title{
    font-size: 1.7rem;
    font-weight: 600;
}
.blog-page .blog-column .btn{
    font-size: 1rem;
    line-height: normal;
}

/* blog-wrapper */
.blog-wrapper .blog-title{
    font-size: 1.8rem;
}
.blog-wrapper .blog-title + .line{
    opacity: 1;
}
.blog-wrapper .blog-date img{
    width: 20px;
    margin-right: 5px;
}
/* blog-content */
.blog-wrapper .blog-content{
    color: #2A2A2A;
}
.blog-wrapper .blog-content h2,
.blog-wrapper .blog-content h3,
.blog-wrapper .blog-content h4,
.blog-wrapper .blog-content h5,
.blog-wrapper .blog-content h6{
    color: #2A2A2A;
    font-size: 1.2rem;
}
.blog-wrapper .blog-content .links-block{
    display: flex;
    justify-content: space-between;
}
.blog-wrapper .blog-content .links-block .social-media li a{
    color: var(--primary-color);
}
.blog-wrapper .blog-content .links-block .btn{
    font-size: 0.9rem;
    line-height: normal;
}


/* blog-post */
.blog-page aside .title-style{
    font-size: 1.3rem;
}
.blog-page aside .title-style + .line{
    opacity: 1;
}
.blog-page aside .blog-post{
    display: flex;
    gap: 15px;
}
.blog-page aside .blog-post + .blog-post{
    margin-top: 25px;
}
.blog-page aside .blog-post figure{
    flex: 0 0 90px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}
.blog-page aside .blog-post figure img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-page aside .blog-post .content .title{
    font-size: 1rem;
    font-weight: 400;
}
.blog-page aside .blog-post .content .date{
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.blog-page aside .blog-post .content .date img{
    width: 18px;
}


/* -- contact-page -- */
.contact-page .wrapper{
    position: relative;
    background-color: rgba(242, 242, 242, .95);
    padding: 70px 50px 120px;
    border-radius: 22px;
    margin-top: -180px;
    z-index: 2;
}
.contact-page .contact-info{
    position: relative;
    padding: 30px 60px 30px 30px;
}
.contact-page .contact-info{
    height: 100%;
    color: #424242;
}
.contact-page .contact-info a{
    color: inherit;
}
.contact-page .contact-info > ul > li{
    margin-bottom: 25px;
}
.contact-page .contact-info > ul > li:last-child{
    margin-bottom: 0;
}
.contact-page .contact-info > ul > li .title{
    font-family: "Outfit", sans-serif;
    color: #111;
    font-size: 1rem;
    text-transform: uppercase;
}
.contact-page .contact-info .image{
    position: absolute;
    right: -50px;
    bottom: -65px;
    /* float: right; */
    width: 200px;
    /* margin: -70px -180px 0 0; */
}


/* -- backToTop -- */
.backToTop{
    cursor: pointer;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 60px;
    bottom: 40px;
    background-color: #EAEAEA;
    border-radius: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 100;
}





/* -- Responsive -- */
@media only screen and (min-width: 768px){
    .fs-xl{
        font-size: 20px;
    }
    .fs-lg{
        font-size: 18px;
    }
    
    .products-page .brands-section .logo-wrapper li:nth-child(5n){
        border-right: 0;
    }
}

@media only screen and (min-width: 992px){
    header .navbar-nav .nav-item:first-child .nav-link{
        padding-left: 0!important;
    }

    .divider-gradient{
        position: relative;
    }
    .divider-gradient::after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4.33%, #000000 53.37%, rgba(255, 255, 255, 0) 100%);
    }
    .projects-section .project-column.column-reverse article::before{
        left: auto;
        right: 10%;
        top: auto;
        bottom: -25px;
        clip-path: polygon( 0% 0%, 50% 100%, 100% 0%);
    }
}

@media only screen and (min-width: 1199px){
    .banner-section .caption{
        
    }
    
}

@media only screen and (max-width: 1399px){
    .information-content .title{
        font-size: 30px;
    }
    .information-content .title span{
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1199px){
    .banner-section .caption{
        padding: 30px 30px;
    }
    .banner-section .caption .title{
        font-size: 38px;
        padding: 10px 0;
    }
    .banner-section .caption .title::before{
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
    
    .about-section{
        margin-bottom: 100px;
    }
    .about-section .section-space{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about-section .side-block{
        padding: 80px 40px 0px;
    }
    .about-section .side-block .title{
        font-size: 4rem;
    }
    .about-section .side-block::after{
        height: calc(100% + 50px);
    }
    .about-section .side-block .icon-img{
        width: 190px;
        margin-top: 60px;
    }

    .products-section .product-column .product-img{
        max-width: 400px;
        margin-left: -20%;
    }
    .products-section .product-column::after{
        font-size: 4.2rem;
        line-height: 4.4rem;
        right: 14px;
    }
    .products-section .product-column.column-reverse::after{
        font-size: 5rem;
        line-height: 5rem;
    }
    .products-page .table-bordered tr > *{
        padding: 0.5rem 1rem;
    }
    .simple-table .table tr > th{
        padding: 0.7rem 1.1rem;
    }
    
    .infographic-1 ul li{
        flex: 0 0 230px;
        row-gap: 22px;
        padding-bottom: 80px;
        margin: 0 -32px;
    }
    .infographic-1 ul li figure .icon{
        width: 110px;
        height: 110px;
    }
    .infographic-1 ul li figure .bg{
        width: 205px;
        top: -13px;
    }
    .infographic-1 ul li .text{
        font-size: 1.2rem;
        line-height: 1;
    }
    .infographic-1 ul li .text > span{
        font-size: 2rem;
    }
    .infographic-1 ul li:nth-child(even) figure .bg{
        bottom: -13px;
    }
    /*  */
    .infographic-1 ul.style-1 li{
        row-gap: 22px;
        padding-bottom: 85px;
    }
    .infographic-1 ul.style-1 li:last-child{
        padding-bottom: 85px;
    }

    .projects-section .project-column article{
        padding: 20px 25px;
    }

    .why-us-section .column-block{
        line-height: 1.5;
        padding: 20px 15px;
    }

    .blog-box .content{
        padding: 20px 20px;
    }
    .blog-box .content .blog-title{
        font-size: 18px;
    }

    footer .widget .product-list{
        padding: 15px 15px;
    }
    footer .widget .product-list li{
        font-size: 16px;
        padding-left: 48px;
    }

    .information-content .title {
        font-size: 25px;
    }
    .information-content .title span {
        font-size: 3rem;
    }

    .products-page .product-block::after{
        font-size: 4.5rem;
        line-height: 1.1;
    }

    .blog-page .blog-img{
        height: 320px;
    }
    .blog-page .blog-column .title {
        font-size: 1.4rem;
    }

    .contact-page .wrapper{
        padding: 40px 30px 90px;
    }
    .contact-page .contact-info{
        padding: 20px 30px 20px 20px;
    }
    .contact-page .contact-info .image{
        width: 150px;
    }
}

@media only screen and (max-width: 991px){
    .heading {
       font-size: 2.2rem;
    }
    .heading-lg {
        font-size: 1.7rem;
    }

    .section-space{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    header .navbar .navbar-collapse{
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 10px 10px -5px rgba(5, 5, 5, 0.2);
        z-index: 10;
    }
    header .navbar-nav .nav-item .dropdown-toggle{
        text-align: center;
        width: 45px;
        line-height: 3;
        height: 100%;
        top: 0;
    }
    header .navbar-nav .nav-item.dropdown .nav-link{
        padding-right: 2.6rem !important;
    }
    header .navbar-nav .nav-item .dropdown-toggle::after{
        font-size: 15px;
        padding-left: 0;
    }

    .btnGroup-wrap {
        gap: 10px;
    }
    .btnGroup-wrap .btn{
        font-size: 0.8rem;
        padding: 6px 18px;
    }
    .btnGroup-wrap .btn.btn-icon{
        padding: 6px 18px 6px 35px;
    }
    .btnGroup-wrap .btn.btn-icon .icon{
        width: 30px;
    }

    .logo-wrapper{
        border-right: 0;
    }
    .logo-wrapper li{
        flex: 0 0 calc(100% / 3);
    }
    .logo-wrapper li:not(:nth-last-child(3)){
        border-right: 1px solid #d8d8d8;
    }

    .about-section {
        margin-bottom: 50px;
    }
    .about-section .title{
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .about-section .section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-section .side-block .title{
        font-size: 3.4rem;
        line-height: normal;
    }

    .products-section .product-column .title{
        font-size: 1.5rem;
    }
    .products-section .product-column::after{
        font-size: 3.5rem;
        line-height: 3.7rem;
        right: auto;
        left: 10px;
        bottom: 6%;
    }
    .products-section .product-column .product-img {
        max-width: 350px;
        margin-left: -15%;
    }
    .products-section .product-column.column-reverse .product-img {
        margin-left: -2%;
    }
    .products-section .product-column.column-reverse::after{
        font-size: 4rem;
        line-height: 3.7rem;
        left: auto;
        right: 50px;
        top: auto;
        transform: translateY(0%);
        bottom: 25px;
    }

    .projects-section .project-column article .title{
        font-size: 1.2rem;
    }

    .info-text-1 p{
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .info-text-1 p span:last-child{
        font-size: 1.6rem;
    }

    .info-text-2{
        font-size: 1.5rem;
    }

    .infographic-1 ul li {
        flex: 0 0 340px;
        row-gap: 30px;
        padding: 0 30px 90px;
        margin: 0 -65px;
    }
    .infographic-1 ul li figure .icon {
        width: 140px;
        height: 140px;
    }
    .infographic-1 ul li figure .bg{
        width: 260px;
        top: -17px;
    }
    .infographic-1 ul li:nth-child(even) figure .bg{
        bottom: -17px;
    }
    .infographic-1 ul li .text{
        font-size: 1.6rem;
    }
    .infographic-1 ul li .text > span{
        font-size: 2.4rem;
    }
    /*  */
    .infographic-1 ul.style-1{
        row-gap: 35px;
    }
    .infographic-1 ul.style-1 li:nth-child(3) {
        bottom: 21px;
    }

    .backToTop{
        bottom: 50px;
    }

    .page-banner .image-wrap{
        height: 300px;
    }
    
    .work-section .line-box .title{
        font-size: 30px;
    }
    
    .information-content .title {
        text-align: center;
    }
    .information-content .title span {
        font-size: 2.7rem;
    }
    .timeline-section .nav-menu{
        padding-left: 0.8rem;
        top: 6%;
        width: 200px;
    }
    .timeline-section .nav-menu::before{
        left: 1rem;
    }
    .timeline-section .nav-menu li{
        padding: 0 0 12px;
    }
    .timeline-section .nav-menu a::before{
        width: 11px;
        height: 11px;
    }
    .timeline-section .content-section{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .timeline-section .content-section .left-column,
    .timeline-section .content-section .right-column{
        flex: 0 0 100%;
    }
    
    .list-inline-style-1{
        gap: 15px 10px;
        padding: 10px 10px 14px;
    }
    .list-inline-style-1 li{
        padding-left: 35px;
    }
    .list-inline-style-1 li .icon{
        width: 32px;
        height: 32px;
        line-height: 34px;
    }
    .list-inline-style-1 li .icon img {
        height: 23px;
    }

    .products-page .brands-section .logo-wrapper li{
        padding: 20px 15px;
    }
    .tables-section .border-right-gradient::after{
        display: none;
    }
    .products-page .product-block::after {
        font-size: 3.5rem;
    }

    .blog-page .blog-img .date{
        padding: 6px 12px;
    }
    .blog-wrapper .blog-title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px){
    .heading {
        font-size: 1.8rem;
    }
    .heading-lg{
        font-size: 1.5rem;
    }
    .heading-sm {
        font-size: 1.3rem;
    }
    
    .border-md-0{
        border: 0!important;
    }

    .btnGroup-wrap {
        flex-wrap: wrap;
    }
    
    /* .banner-section{
        height: 55vh;
    } */
    .banner-section .caption{
        padding: 20px 20px;
    }
    .banner-section .caption .title{
        font-size: 20px;
    }
    .banner-section .caption + .btn{
        padding-left: 20px;
    }

    .about-section .side-block {
        padding: 20px 30px 50px;
    }
    .about-section .side-block .title {
        font-size: 2.7rem;
    }
    .about-section .side-block .icon-img {
        width: 150px;
        margin-top: 10px;
        left: auto;
        right: -20px;
    }

    .products-section .product-column{
        padding: 30px 20px 20px;
    }
    .products-section .product-column::after {
        width: 100%;
        font-size: 2.5rem;
        line-height: 2.7rem;
        right: auto;
        left: 15px;
    }
    .products-section .product-column .title{
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .products-section .product-column .product-img {
        max-width: 250px;
        margin-left: -7%;
    }
    .products-section .product-column .content{
        font-size: 16px;
    }
    .products-section .product-column.column-reverse .product-img {
        margin-left: -5%;
    }
    .products-section .product-column.column-reverse::after {
        text-align: right;
        width: 100%;
        font-size: 2.6rem;
        line-height: 3.2rem;
        left: auto;
        right: 0;
        bottom: 10px;
    }
    
    .projects-section .project-column article{
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .blog-box .content {
        padding: 10px 15px;
        margin: -60px 5% 15px;
    }

    .cta-section-1{
        line-height: 1.4;
    }

    .infographic-1 ul.style-1 li .content .title{
        font-size: 1rem;
    }

    footer .widget .product-list li .icon{
        width: 35px;
        height: 35px;
    }

    .backToTop{
        bottom: 70px;
    }
    
    .page-banner .image-wrap{
        height: 250px;
    }
    
    .work-section .line-box .title{
        font-size: 25px;
    }

    .timeline-section .content-section{
        padding: 20px 0 40px;
    }
    .timeline-section .content-section:last-child{
        padding-bottom: 0;
    }
    .timeline-section .content-section .left-column .title{
        font-size: 18px;
    }
    .timeline-section .content-section .right-column .title{
        font-size: 20px;
    }

    .information-content .title {
        font-size: 18px;
    }
    .information-content .title span {
        font-size: 2.2rem;
    }

    .list-inline-style-1 li {
        padding-left: 32px;
    }
    .list-inline-style-1 li .icon {
        width: 28px;
        height: 28px;
        line-height: 30px;
    }
    .list-inline-style-1 li .icon img {
        height: 20px;
    }

    .products-page .brands-section .logo-wrapper li {
        flex: 0 0 calc(100% / 3);
        padding: 20px 25px;
    }
    .products-page .brands-section .logo-wrapper li:nth-child(3n){
        border-right: 0;
    }

    .tab-design .nav-tabs .nav-link{
        font-size: 1.3rem;
    }

    .table-design .table-bordered tr th > *, .table-design .table-bordered tr td > *, .table thead tr th > *{
        font-size: 1.1rem;
    }
    
    .products-page .blogs-section .blogSlider .content .title {
        font-size: 1rem;
    }
    .products-page .product-block::after {
        font-size: 3rem;
        line-height: 1;
    }
    .products-page .cta-section-1 .heading {
        font-size: 1.5rem;
    }
    .products-page .cta-section-1 .btn{
        font-size: 1rem;
        padding: 5px 14px;
    }
    .products-page .cta-section-1 .btn.with-icon {
        padding-right: 30px;
    }
    .products-page .cta-section-1 .btn.with-icon img {
        width: 12px;
    }

    .list-style-2 li .icon{
        width: 20px;
        height: 20px;
        top: 2px;
    }
    
    .blog-page .blog-img {
        height: 240px;
    }
    .blog-page .blog-img .date {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    .blog-page .blog-column .title {
        font-size: 1.1rem;
    }
    .blog-wrapper .blog-title {
        font-size: 1.3rem;
    }

    .contact-page .wrapper{
        padding: 20px 20px 80px;
        margin-top: -120px;
    }
    .contact-page .contact-info{
        padding: 10px 20px 15px 15px;
    }
     .contact-page .contact-info .image {
        width: 100px;
        right: -12px;
    }
}

@media only screen and (max-width: 687px){
    .infographic-1 ul.style-1 li{
        row-gap: 26px;
        padding-bottom: 106px;
    }
    .infographic-1 ul.style-1 li:nth-child(3),
    .infographic-1 ul.style-1 li:last-child{
        bottom: auto;
    }
}

@media only screen and (max-width: 575px){    
    .heading {
        font-size: 1.5rem;
    }
    .heading-lg{
        font-size: 1.3rem;
    }
    .heading-sm {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .fs-5 {
        font-size: 1.15rem !important;
    }
    
    .border-sm-0{
        border: 0!important;
    }

    .btn{
        font-size: 16px;
        padding: 7px 15px;
    }
    .btn.with-icon {
        padding-right: 32px;
    }
    .btn.with-icon img {
        width: 12px;
    }
    
    .table-design .table-bordered tr th > *, .table-design .table-bordered tr td > *, .table thead tr th > *{
        font-size: 1rem;
    }

    header .navbar-brand img {
       width: 200px;
    }
    .btnGroup-wrap .btn {
        font-size: 0.7rem;
    }
    .btnGroup-wrap .btn.btn-icon {
        padding: 8px 9px 6px 34px;
    }
    .btnGroup-wrap .btn{
        padding: 8px 12px;
    }
    
    /* .banner-section{
        height: 40vh;
    } */
    .banner-section .caption .title {
        font-size: 18px;
    }

    .about-section .section-space {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .about-section .side-block .title {
        font-size: 2rem;
    }
    .about-section .side-block .icon-img{
        width: 100px;
        margin-top: 0px;
    }
    .about-section .side-block {
        padding: 15px 20px 30px;
    }
    .about-section .side-block::after {
        height: calc(100% + 25px);
    }

    .products-section .product-column .title {
        font-size: 1rem;
        line-height: 1.4;
    }
    .products-section .product-column .product-img {
        max-width: 150px;
        margin-left: 0%;
    }
    .products-section .product-column::after{
        font-size: 1.6rem;
        line-height: normal;
        text-align: center;
        bottom: 1%;
    }
    .products-section .product-column {
        padding: 25px 20px 35px;
    }
    .products-section .product-column .content {
        font-size: 14px;
    }
    .products-section .product-column.column-reverse .product-img {
        margin-left: 0;
    }
    .products-section .product-column.column-reverse::after{
        font-size: 1.8rem;
        line-height: normal;
        bottom: 1%;
    }

    .info-text-2 {
        font-size: 1.2rem;
    }

    .products-page .faq-section .accordion .accordion-item .accordion-button{
        font-size: 1.1rem;
    }

    .logo-wrapper li{
        padding: 15px 20px;
    }
    
    .info-text-1 p {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .info-text-1 p span:last-child {
        font-size: 1.3rem;
    }

    .locations-section .column-block .title{
        font-size: 1.1rem;
    }
    .locations-section .column-block .content{
        padding: 10px 10px;
    }
    .locations-section .column-block ul li{
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .locations-section .column-block ul li::before{
        width: 16px;
        height: 16px;
        top: 6px;
    }
    
    .why-us-section .column-block figure{
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
        
    .projects-section .project-column article::before {
        width: 30px;
        height: 20px;
        top: -18px;
    }

    .infographic-1 ul{
        row-gap: 16px;
    }
    .infographic-1 ul li {
        flex: 0 0 240px;
        row-gap: 22px;
        padding: 0 25px 76px;
        margin: 0 -43px;
    }
    .infographic-1 ul li p{
        font-size: 0.9rem;
    }
    .infographic-1 ul li figure .icon {
        width: 98px;
        height: 98px;
    }
    .infographic-1 ul li figure .bg{
        width: 190px;
        top: -12px;
    }
    .infographic-1 ul li:nth-child(even) figure .bg{
        bottom: -12px;
    }
    .infographic-1 ul li .text{
        font-size: 1.2rem;
    }
    .infographic-1 ul li .text > span{
        font-size: 2rem;
    }
    
    .infographic-1 ul.style-1 li{
        row-gap: 26px;
        padding-bottom: 106px;
    }
    .infographic-1 ul.style-1 li .content .title{
        font-size: 0.9rem;
    }
    .infographic-1 ul.style-1 li:last-child{
        bottom: 18px;
    }
    
    footer .widget .logo img {
        max-width: 60%;
    }
    footer .widget .title{
        font-size: 23px;
    }
    footer .widget .product-list li {
        font-size: 18px;
    }
    
    .backToTop{
        right: 30px;
        bottom: 95px;
    }
    
    .page-banner .image-wrap {
        height: 200px;
    }
    .page-banner .breadcrumb .breadcrumb-item{
        font-size: 15px;
    }
    
    .table-design .table-bordered tr th > *, .table-design .table-bordered tr td > * {
        font-size: 1rem;
    }
    .products-page .product-block::after {
        font-size: 4rem;
    }

    .list-style-2 li {
        padding-left: 25px;
    }
    .list-style-2 li .icon{
        width: 18px;
        height: 18px;
        top: 5px;
    }

    .contact-page .contact-info .image {
        width: 70px;
        right: -20px;
    }
}

@media only screen and (max-width: 480px){
    .heading {
        font-size: 1.4rem;
    }
    
    .infographic-1 ul.style-1 {
        row-gap: 20px;
    }
    .infographic-1 ul.style-1 li:last-child {
        padding-top: 15px;
        padding-bottom: 10px;
        row-gap: 10px;
        bottom: auto;
        flex-direction: column-reverse;
    }

    .info-text-2 {
        font-size: 1rem;
    }
}