@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
}

.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width: 5.5;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

ul.slick-dots {
    list-style: none;
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    margin-bottom: 0;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

ul.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    overflow: hidden;
    border: 0;
    background: rgb(218 108 67 / 30%);
    cursor: pointer;
}

ul.slick-dots li.slick-active button{
    background: rgb(218 108 67 / 100%);
}

.material-symbols-outlined.rendering{
    font-size: 0 !important;
}

p:last-of-type{
    margin-bottom: 0;
}

.custom-btn{
    text-align: center;
    width: 205px;
    border-radius: 25px;
    display: inline-block;
    border: 2px solid #DA6C43;
}

.custom-btn a{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 16.41px;
    letter-spacing: 0.16em;
    display: inline-block;
    padding: 17px;
    text-decoration: none;
    color: #DA6C43;
}

#breadcrumbs a{
    text-decoration: none;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #424B5A;
    transition: all ease 0.3s;
}

#breadcrumbs a:hover{
    color: #DA6C43;
}

#breadcrumbs span.breadcrumb_last{
    text-decoration: none;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #DA6C43;
}

@media screen {
    body{
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: #424B5A;
    }

    body h1{
        font-family: "Roboto";
        font-size: 48px;
        font-weight: 800;
        line-height: 60px;
        letter-spacing: 0.01em;
        color: #4661A2;
    }

    body h2{
        font-family: "Roboto";
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: 0.01em;
        color: #4661A2;
    }

    body h3{
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 800;
        line-height: 34px;
        color: #4661A2;
    }

    body h4{
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 800;
        line-height: 34px;
        color: #4661A2;
    }

    body .read-more-btn a{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 800;
        line-height: 16.41px;
        letter-spacing: 0.16em;
        display: flex;
        align-items: center;
        color: #DA6C43;
        text-decoration: none;
    }

    body .posts-industries .read-more-btn a span.txt {
        margin-right: 16px;
    }

    body .posts-industries .read-more-btn .material-symbols-outlined {
        font-size: 28px;
        line-height: 1;
    }

    header{
        background: #FFF;
        padding-top: 7px;
		padding-bottom: 20px;
        position: relative;
        z-index: 99999;
    }

    div#mobile-menu-wrap{
        position: absolute;
        top: 99.1%;
        background: #173376;
        width: 100%;
        transition: all ease 0.6s;
        z-index: 1;
        left: -100%;
        padding: 60px 20px 40px;
    }

    .menu-wrapper .mobile-menu {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 60px;
    }
    
    .menu-wrapper .mobile-menu li a {
        color: #173376;
        text-decoration: none;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0.16em;
    }
    
    .menu-wrapper .mobile-menu li {
        margin-top: 30px;
    }
    
    .menu-wrapper .mobile-menu li.highlight {
        margin-top: 60px;
    }
    
    .menu-wrapper .mobile-menu li:first-child {
        margin-top: 0;
    }
    
    .menu-wrapper .mobile-menu li.highlight a {
        display: block;
        text-align: center;
        border: 2px solid #FFFFFF;
        padding: 17px;
        border-radius: 100px;
    }

    .language-switcher-mobile ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
        justify-content: center;
        align-items: center;
    }
    
    .language-switcher-mobile ul li {
        color: #173376;
        font-family: 'Roboto';
        margin: 0 20px;
    }

    #mobile-menu-wrap .external-link-wrap{
        position: absolute;
        bottom: 40px;
        left: 20px;
        right: 20px;
        justify-content: center;
    }

    #mobile-menu-wrap .external-link-wrap a:last-child{
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    #header.activeSide, #header.scrolled{
        position: fixed;
        left: 0;
        right: 0;
    }

    #header.activeSide div#mobile-menu-wrap{
        left: 0;
    }

    .top-level-header{
        margin-bottom: 20px;
    }

    .external-link-wrap{
        display: flex;
        align-items: center;
    }

    .external-link-wrap a{
        font-family: "Roboto";
        color: #454B58;
        font-size: 12px;
        font-weight: 800;
        line-height: 11.72px;
        letter-spacing: 0.16em;
        text-align: right;
        text-transform: uppercase;
        text-decoration: none;
        padding-right: 20px;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }
	
	.external-link-wrap a:last-of-type{
		border-right: 1px solid;
		padding-right: 40px;
        margin-right: 40px;
	}

    .external-link-wrap a span{
        margin-right: 4px;
    }

    .external-link-wrap a svg{
        width: 10px;
        height: 10px;
        fill: #454B58;
    }

    .language-switcher #trigger{
        display: flex;
        align-items: center;
        font-family: "Roboto";
        font-size: 12px;
        font-weight: 800;
        line-height: 11.72px;
        letter-spacing: 0.16em;
        text-align: right;
        text-transform: uppercase;
        text-decoration: none;
        color: #454B58;
    }

    .language-switcher #trigger .material-symbols-outlined{
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        font-size: 20px;
        width: 20px;
        height: 20px;
    }
	
	.top-level-header .searchBtn{
		font-size: 12px;
		line-height: 11.72px;
		margin-left: 5px;
	}
	
	.top-level-header .searchBtn .material-symbols-outlined{
		font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
        font-size: 17px;
        width: 20px;
        height: 20px;
	}

    .container-fluid.header-container{
        padding: 0 100px;
    }
    
    header .navigation-wrap .desktop-menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    header .navigation-wrap .desktop-menu a{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 800;
        line-height: 16.41px;
        letter-spacing: 0.16em;
        text-align: left;
        text-decoration: none;
        color: #173376;
    }

    header .navigation-wrap .desktop-menu > li{
        margin-left: 17px;
    }

    header .navigation-wrap .desktop-menu > li:first-child{
        margin-left: 0;
    }

    header .navigation-wrap .desktop-menu > li.highlight{
        padding: 14px 24px 14px 24px;
        border-radius: 100px;
        border: 2px solid #DA6C43;
    }
	
	header .navigation-wrap .desktop-menu > li.highlight a{
		color: #DA6C43;
	}

    footer{
        background: #173376;
        padding-top: 90px;
        padding-bottom: 27px;
        color: #fff;
    }

    .footer-logo{
        margin-bottom: 43px;
    }

    .footer-content-wrap{
        max-width: 455px;
        width: 100%;
    }

    .footer-content-wrap p{
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
    }
    .bottom-footer{
        margin-top: 125px;
    }

    .bottom-footer .divider{
        border-top: 1px solid #FFFFFF80;
        margin-bottom: 20px;
    }

    .copyright{
        font-family: "Titillium Web", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
    }

    .bottom-menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .bottom-menu li:first-child a{
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .bottom-menu a{
        font-family: "Titillium Web", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        color: #fff;
        text-decoration: none;
        border-left: 1px solid #fff;
        margin-left: 30px;
        padding-left: 30px;
    }

    .footer-menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footer-menu .col-12:nth-child(-n+3) a{
        margin-top: 0;
    }

    .footer-menu a{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 800;
        line-height: 16.41px;
        letter-spacing: 0.16em;
        text-align: left;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-top: 58px;
        padding-left: 30px;
    }

    .footer-menu a svg{
        width: 14px;
        height: 14px;
        fill: #fff;
    }
    
    .hero-banner{
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 650px;
    }

    section.hero-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #33333380;
        z-index: 1;
    }

    .hero-banner .hero-image{
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .hero-banner .hero-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2;
    }

    .hero-banner .hero-content h1{
        font-family: "Roboto";
        font-size: 48px;
        font-weight: 800;
        line-height: 60px;
        letter-spacing: 0.01em;
        color: #fff;
    }

    .hero-banner .hero-content p{
        font-family: "Titillium Web";
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        color: #fff;
        max-width: 768px;
        margin: 24px auto 0;
    }

    .hero-banner .hero-content .hero-button{
        margin-top: 44px;
        border-color: #0AA1D2;
        background-color: #0AA1D2;
        width: auto;
    }

    .hero-banner .hero-content .hero-button a{
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
    }

    .brands-home .brandList {
        display: flex;
        justify-content: center;
    }
    
    .brands-home .brand-logo {
        margin: 0 20px;
        height: 100px;
        position: relative;
        padding: 0 19px;
        transition: all ease 0.3s;
        max-width: 172px;
    }

    .brands-home .categoryItem {
        position: relative;
        border-right: 1px solid #B6B6B6;
    }

    .brands-home .categoryItem:last-of-type{
        border-right: 0;
    }

    .brands-home .brand-logo:hover{
        background-color: #F7F8FB;
    }

    .brands-home .brand-logo a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .brands-home .brand-logo img{
        object-fit: contain;
        object-position: center;
        height: 100%;
        width: 100%;
    }
    
    .brands-home .category {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .brands-home .brandsWrap {
        padding: 30px 20px;
        margin-top: -60px;
        position: relative;
        background: #fff;
        z-index: 9;
        box-shadow: 0px 14px 44px 1px #0000000D;
    }

    .brands-home p.category-title {
        font-family: "Roboto";
        font-size: 10px;
        font-weight: 800;
        line-height: 11.72px;
        letter-spacing: 0.16em;
        color: #BFBFBF;
        text-transform: uppercase;
    }

    .industries-home{
        margin-top: 80px;
    }

    .industries-home .left-content-wrap{
        margin-top: 20px;
    }

    h2.section-title{
        font-family: "Roboto";
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: 0.01em;
        color: #4661A2;
    }

    p.description{
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: #424B5A;
    }

    .industries-home p.description{
        max-width: 363px;
    }

    .industries-home .custom-btn{
        margin-top: 40px;
    }

    .list_of_industries{
        margin: 0 -16px;
    }

    .list_of_industries .industry-item{
        margin: 0 16px;
    }

    .list_of_industries .industry-item .featured-img{
        width: 100%;
        aspect-ratio: 1/0.75;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .list_of_industries .industry-item .featured-img a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .list_of_industries .industry-item .featured-img img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .list_of_industries .industry-item h3{
        margin-bottom: 20px;
    }

    .list_of_industries .industry-item h3 a{
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 800;
        line-height: 34px;
        color: #424B5A;
        text-decoration: none;
    }

    .list_of_industries .industry-item .content p{
        font-family: "Titillium Web";
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        text-align: left;
        color: #424B5A;
    }

    .list_of_industries .industry-item .content p:last-of-type{
        margin-bottom: 0;
    }

    .arrows{
        text-align: right;
    }

    .arrows .material-symbols-outlined{
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        font-size: 30px;
        line-height: 1;
        color: #0AA1D2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .arrows .arrow{
        display: inline-block;
        background: #F8F8F8;
        line-height: 1;
        position: relative;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    .arrows .arrow:first-child{
        margin-right: 24px;
    }

    .innovating-convenience{
        margin-top: 120px;
        text-align: center;
    }

    .innovating-convenience p.description{
        max-width: 750px;
        margin: 16px auto 0;
    }

    .innovating-convenience .icons-listing{
        margin-top: 40px;
    }

    .icons-listing .icon-wrapper{
        background-color: #F7F8FB;
        padding: 40px 42px 45px;
    }

    .icons-listing .icon-wrapper .icon-wrap{
        height: 105px;
        width: 105px;
        position: relative;
        overflow: hidden;
        margin: auto;
        border-radius: 100%;
    }

    .icons-listing .icon-wrapper .icon-wrap img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .icons-listing .icon-title{
        margin-top: 30px;
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        color: #4661A2;

    }

    .innovating-convenience .custom-btn{
        margin-top: 40px;
    }

    .two-column{
        display: flex;
        align-items: center;
    }

    .two-column .col-item{
        width: 50%;
    }

    .our-expertise{
        margin-top: 145px;
        margin-bottom: 100px;
    }

    .our-expertise .two-column{
        background-color: #F0F3F9;
    }

    .content-column{
        padding: 95px 80px 95px 95px;
    }

    .content-column p.description{
        margin-top: 24px;
        margin-bottom: 0;
    }

    .content-column .custom-btn{
        margin-top: 40px;
    }

    .image-column .imgwrap{
        width: 100%;
        aspect-ratio: 1/0.94;
        position: relative;
        overflow: hidden;
    }

    .image-column .imgwrap img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    .post-type-archive-industries .hero-banner .hero-content{
        max-width: 1030px;
        width: 100%;
        margin: auto;
    }

    .post-type-archive-industries .hero-banner .hero-content p{
        max-width: 860px;
    }

    .posts-industries{
        padding: 80px 0 40px;
    }

    .posts-industries .industry-item{
        margin-bottom: 80px;
    }

    .posts-industries .industry-item .featured-img{
        position: relative;
        width: 100%;
        aspect-ratio: 1/0.64;
        margin-bottom: 20px;
    }

    .posts-industries .industry-item .featured-img img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .posts-industries .industry-item h3 a{
        font-family: "Roboto";
        color: #424B5A;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        text-decoration: none;
    }

    .posts-industries .industry-item .content{
        margin-top: 20px;
    }

    .posts-industries .industry-item .content p{
        font-family: "Titillium Web";
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        color: #424B5A;
    }

    .posts-industries .read-more-btn{
        margin-top: 34px;
    }

    .posts-industries .read-more-btn a{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 800;
        line-height: 16.41px;
        letter-spacing: 0.16em;
        display: flex;
        align-items: center;
        color: #DA6C43;
        text-decoration: none;
    }

    .posts-industries .read-more-btn a span.txt{
        margin-right: 16px;
    }

    .posts-industries .read-more-btn .material-symbols-outlined{
        font-size: 28px;
        line-height: 1;
    }

    .single-pg-layout{
        position: relative;
        padding-top: 80px;
    }

    .single-industry-sections{
        padding: 0 53px;
    }

    .single-pg-layout .banner-spacer{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 327px;
        background-color: #F0F3F9;
    }

    .single-brand-template .banner-spacer{
        background-color: #fff;
    }

    .single-pg-layout .single-two-col{
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        background: #F7F8FB;
    }

    .single-pg-layout .single-two-col .content-wrap{
        width: 42%;
        padding: 47px 43px 80px;
    }

    .single-pg-layout .single-two-col .content-wrap h2{
        font-family: "Roboto";
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: 0.01em;
        color: #4661A2;
        margin-top: 16px;
    }

    .single-pg-layout .single-two-col .content-wrap .content{
        margin-top: 24px;
    }

    .single-pg-layout .single-two-col .content-wrap .content p{
        font-family: "Titillium Web";
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        color: #424B5A;
        margin-bottom: 30px;
    }

    .single-pg-layout .single-two-col .content-wrap .content p:last-of-type{
        margin-bottom: 0;
    }

    .single-pg-layout .single-two-col .featured-img{
        width: 58%;
    }

    .single-pg-layout .single-two-col .featured-img .imgwrap{
        width: 100%;
        aspect-ratio: 1/0.99;
        position: relative;
        overflow: hidden;
    }

    .single-pg-layout .single-two-col .featured-img .imgwrap img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .single-industry-template .solution{
        margin-top: 120px;
        padding-bottom: 120px;
    }

    .single-industry-template .solution h2{
        margin-bottom: 16px;
    }

    .single-industry-template .solution .description{
        margin-bottom: 30px;
    }

    .single-industry-template .solution-item{
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin: 10px 0;
    }

    .single-industry-template .solution-item::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000080;
        transition: all ease 0.6s;
        z-index: 1;
    }

    .single-industry-template .solution-item:hover::before{
        background: linear-gradient(180deg, rgba(10, 161, 210, 0.44) 0%, #0AA1D2 100%);
    }

    .single-industry-template .solution-item .solution-img{
        width: 365;
        aspect-ratio: 1/0.93;
        position: relative;
        overflow: hidden;
    }

    .single-industry-template .solution-item .solution-img img{
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        object-position: center;
    }

    .single-industry-template .solution-item .solution-content{
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        padding: 0 30px;
    }

    .single-industry-template .solution-item .solution-content .item-title p{
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
    }

    .single-industry-template .solution-item .solution-content .item-content{
        display: none;
        opacity: 0;
        transition: all ease 0.6s;
    }

    .single-industry-template .solution-item:hover .solution-content .item-content{
        display: block;
        opacity: 1;
    }

    .single-industry-template .solution-item .solution-content .item-content p{
        font-family: "Titillium Web";
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
    }

    #main-wrapper img{
        width: 100%;
    }

    /* ABOUT */
    .description-box{
        max-width: 482px;
        margin-left: auto;
    }

    section.hero{
        padding-top: 120px;
    }

    .img-wrapper-row{
        margin-top: 100px;
    }

    .img-wrapper-row .imgwrap{
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1/0.45;
    }

    .img-wrapper-row .imgwrap img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    section.cards{
        margin-top: 90px;
    }

    section.cards .card-itm{
        height: 100%;
        background-color: #F7F8FB;
    }

    section.cards .card-itm.icon-content{
        padding: 35px;
    }

    section.cards .card-itm .icon-wrap{
        position: relative;
        width: 105px;
        height: 105px;
        overflow: hidden;
        border-radius: 100%;
    }

    section.cards .card-itm .icon-wrap img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    section.cards .card-itm .title{
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        color: #4661A2;
        margin-top: 20px;
    }

    section.cards .card-itm .description{
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: #424B5A;
        margin-top: 16px;
    }

    section.cards .card-itm.big-text-only{
        background-color: #4661A2;
        padding: 70px 40px;
    }

    section.cards .card-itm.big-text-only h2{
        color: #fff;
    }

    section.cards .card-itm.img-only{
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    section.cards .card-itm.img-only img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    section.two-columns{
        background-color: #F0F3F9;
        margin-top: 120px;
        padding: 65px 0;
    }

    section.two-columns .card-item{
        background: #FFFFFF;
        padding: 40px 50px;
        margin-bottom: 20px;
        max-width: 516px;
        margin-left: auto;
    }

    section.two-columns .left-content{
        margin-right: 50px;
    }

    section.two-columns .left-content p{
        margin-top: 24px;
    }

    section.two-columns .card-item p{
        margin-top: 20px;
    }

    section.two-columns .card-item .read-more-btn{
        margin-top: 30px;
    }

    section.two-columns .col-12.col-md-6.col-lg-12:last-child .card-item{
        margin-bottom: 0;
    }

    section.information-slider{
        padding: 120px 0;
    }

    section.information-slider .top-label{
        text-align: center;
    }

    section.information-slider .info-item{
        display: flex;
    }

    section.information-slider .info-item .slide-content-wrap{
        width: 50%;
        padding: 60px 75px;
        background-color: #F0F3F9;
    }

    section.information-slider .info-item .slide-image-wrap{
        width: 50%;
        position: relative;
    }

    section.information-slider .info-item .slide-image-wrap img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    section.information-slider .slide-content-wrap p.features{
        margin-top: 60px;
        font-family: "Titillium Web";
        font-size: 16px;
        font-weight: 600;
        line-height: 36px;
        color: #424B5A;
    }

    section.information-slider .slide-content-wrap p.features span{
        border-right: 0.5px solid #424B5A;
        padding: 0 15px;
    }

    section.information-slider .slide-content-wrap p.features span:first-child{
        padding-left: 0;
    }

    section.information-slider .slide-content-wrap p.features span:last-child{
        padding-right: 0;
        border-right: 0;
    }

    section.information-slider .slide-content-wrap p.description{
        margin-top: 50px;
    }

    section.information-slider #info-slider{
        margin-top: 80px;
        position: relative;
    }

    section.information-slider #info-slider .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #F8F8F8;
        font-size: 46px;
        cursor: pointer;
        color: #0aa1d2;
    }

    section.information-slider #info-slider .slick-arrow.prev-btn{
        left: -100px;
    }

    section.information-slider #info-slider .slick-arrow.next-btn{
        right: -100px;
    }

    section.brands-industry{
        background-color: #F0F3F9;
        padding-top: 70px;
        padding-bottom: 125px;
    }

    .brand-item{
        width: 100%;
        aspect-ratio: 1 / 0.60;
        position: relative;
        background-color: #fff;
        box-shadow: 0px 14px 44px 1px #0000000D;
    }

    .brand-item .backdropimg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover;
        opacity: 0;
        transition: all ease 0.6s;
    }

    .brand-item:hover .backdropimg{
        opacity: 1;
    }

    .brand-item .brand-content{
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 60px 70px;
        z-index: 5;
    }

    .brand-item::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff80;
        transition: all ease 0.6s;
        z-index: 1;
    }
	
	#main-wrapper .brand-item .brand-content .brand-logo {
		max-width: 200px;
		margin: auto;
	}

    #main-wrapper .brand-item .brand-content .brand-logo img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
    }

    .brand-item .brand-content p{
        font-family: "Titillium Web";
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #FFFFFF;
        margin-top: 30px;
        display: none;
        opacity: 0;
        transition: all ease 0.6s;
    }

    .brands-industry .brand-row{
        margin-top: 60px;
    }

    .brand-item:hover::before{
        background: linear-gradient(180deg, rgba(10, 161, 210, 0.44) 0%, #0AA1D2 100%);
    }

    .brand-item:hover .brand-content p{
        display: block;
        opacity: 1;
    }

    .brand-item .brand-content .read-more-btn{
        margin-top: 30px;
        display: none;
        opacity: 0;
        transition: all ease 0.6s;
    }

    .brand-item:hover .brand-content .read-more-btn{
        display: block;
        opacity: 1;
    }

    .brand-item .brand-content .read-more-btn a{
        color: #fff;
        justify-content: center;
    }

    .brands-listing .brand-item{
        margin-bottom: 30px;
    }

    .brands-listing .brand-item a.overlay-link{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 6;
    }

    .brands-listing{
        margin-top: 80px;
        margin-bottom: 120px;
    }

    .brands-listing .brand-row{
        margin-top: 40px;
    }

    .brands-listing .technology-wrap{
        margin-top: 100px;
    }

    .productItem {
        position: relative;
        aspect-ratio: 1/0.93;
        width: 100%;
        overflow: hidden;
    }

    .productItem::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000080;
        transition: all ease 0.6s;
        z-index: 1;
    }

    .productItem:hover::before{
        background: linear-gradient(180deg, rgba(10, 161, 210, 0.44) 0%, #0AA1D2 100%);
    }

    .productItem:hover .details{
        opacity: 1;
        display: block;
    }

    .productItem:hover .read-more-btn{
        opacity: 1;
        display: block;
    }

    .productItem img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .product-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 40px;
        width: 100%;
        text-align: center;
        z-index: 5;
    }

    .productRow{
        margin-top: 40px;
    }

    .product-content .title{
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
    }

    .product-content .details{
        font-family: "Titillium Web";
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        margin-top: 13px;
        opacity: 0;
        display: none;
        transition: all ease 0.6s;
    }

    .product-content .read-more-btn{
        margin-top: 40px;
        opacity: 0;
        display: none;
        transition: all ease 0.6s;
    }

    .product-content .read-more-btn a{
        justify-content: center;
        color: #fff;
    }

    .showcase-wrap{
        margin-top: 120px;
    }

    .single-brand-template{
        padding-bottom: 120px;
    }

    .showcaseGallery{
        margin-top: 40px;
    }

    .showcaseGallery .galleryItem{
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 0.93;
    }

    .showcaseGallery .galleryItem a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .showcaseGallery .galleryItem a img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .page-template-expertise .hero{
        position: relative;
    }

    .page-template-expertise .hero::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 540px;
        background: #F0F3F9;
        z-index: -1;
    }


    .page-template-expertise .hero h1{
        max-width: 1030px;
        text-align: center;
        margin: auto;
    }

    .page-template-expertise .hero p{
        text-align: center;
        max-width: 760px;
        margin: 24px auto 0;
    }

    .page-template-expertise .hero .img-wrapper-row{
        margin-top: 60px;
    }

    section.expertise-wrap{
        margin-top: 120px;
    }

    ul#pills-tab {
        width: 32.1%;
        margin-right: 20px;
    }
    
    .nav-pills .nav-link {
        width: 100%;
        border-radius: 0;
        background: #F7F8FB;
        height: 125px;
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        color: #424B5A;
        transition: all ease 0.3s;
    }

    .nav-pills .nav-link:hover{
        background: #0AA1D2;
        color: #fff;
    }
    
    .nav-pills .nav-link.active {
        background: #0AA1D2;
        color: #fff;
    }
    
    li.nav-item {
        margin-bottom: 20px;
    }
    
    li.nav-item:last-child {
        margin-bottom: 0;
    }

    .expertise-listing{
        margin-top: 40px;
    }

    .tab-content{
        background: #F0F3F9;
        width: 67.9%;
    }

    .tab-content .tabContent{
        padding: 40px 80px 70px;
    }

    .tab-content .tabContent h3, .tab-content .tabContent p{
        margin-top: 24px;
    }

    .tab-content .iconWrap{
        width: 105px;
        height: 105px;
        position: relative;
        overflow: hidden;
        border-radius: 100%;
    }

    .tab-content .iconWrap img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    section.technology-wrap{
        margin-top: 120px;
        text-align: center;
    }

    section.technology-wrap .technology-list{
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .technologyItem{
        margin-bottom: calc(var(--bs-gutter-x)* 1);
    }

    .techItem.textwIcon .iconWrap {
        width: 105px;
        height: 105px;
        position: relative;
        margin: auto;
    }
    
    .techItem.textwIcon .iconWrap img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }
    
    .techItem.textwIcon {
        padding: 40px 22px 45px;
        background: #F7F8FB;
        height: 100%;
    }
    
    .techItem.textwIcon .title {
        margin-top: 30px;
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -0.02em;
        color: #4661A2;
    }

    .techItem.imgOnly {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .techItem.imgOnly img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    section.contactHero{
        position: relative;
        aspect-ratio: 1/0.23;
        width: 100%;
    }

    section.contactHero img{
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }

    section.contactContent{
        margin-top: 120px;
        margin-bottom: 200px;
    }

    section.contactContent h1{
        margin-bottom: 40px;
    }

    section.contactContent .forminatorWrap .forminator-custom-form .forminator-row .forminator-field .forminator-input {
        height: 50px;
    }

    section.contactContent .forminatorWrap .forminator-custom-form .forminator-row .forminator-field .forminator-textarea{
        height: 123px;
    }

    section.contactContent .forminatorWrap .forminator-custom-form .forminator-row .forminator-field .forminator-label {
        font-family: "Titillium Web" !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 34px !important;
    }

    section.contactContent .forminatorWrap .forminator-row button.forminator-button-submit {
        border: 2px solid #DA6C43;
        border-radius: 100px;
        width: 205px;
        height: 50px;
        font-family: "Roboto" !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 16.41px !important;
        letter-spacing: 0.16em !important;
    }

    section.contactContent .contactContentWrap{
        max-width: 462px;
        margin: auto;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 25.9px;
    }

    section.contactContent .contactContentWrap a{
        color: #424B5A;
        text-decoration: none;
    }

    section.contactContent .contactContentWrap a:hover{
        color: #4661A2;
    }

    section.contactContent .contactContentWrap p:last-of-type {
        margin-bottom: 0;
    }

    section.contactContent .contactContentWrap .detailsWrap{
        margin-top: 30px;
    }

    section.contactContent .contactContentWrap .detailsWrap .title{
        font-family: "Titillium Web";
        font-size: 18px;
        font-weight: 600;
        line-height: 34px;
        color: #4661A2;
        margin-bottom: 9px;
    }

    .default-template{
        margin-top: 115px;
        margin-bottom: 120px;
    }

    .default-template .content-wrapper{
        max-width: 750px;
        margin: auto;
    }

    .default-template .content-wrapper h1{
        margin-bottom: 57px;
    }

    .default-template .content-wrapper h5{
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0.01em;
        color: #4661A2;
        margin-bottom: 16px;
        margin-top: 40px;
    }

    .default-template .content-wrapper h5:first-of-type{
        margin-top: 0;
    }

    .default-template .content-wrapper p{
        margin-bottom: 16px;
    }

    .default-template .content-wrapper p:last-of-type{
        margin-bottom: 0;
    }

    .notFoundWrap{
        text-align: center;
        margin-top: 220px;
        margin-bottom: 230px;
    }

    .notFoundWrap .custom-btn{
        margin-top: 40px;
    }

    section.history-wrap{
        margin-top: 120px;
    }

    section.products-wrap{
        margin-top: 192px;
    }

    #history-slider {
        display: flex;
        overflow-x: auto;
        /* scroll-snap-type: x mandatory; */
        cursor: grab;
        width: 135%;
        margin-top: 84px;
    }

    #history-slider .history-item {
        flex: 0 0 auto;
        padding: 32px 38px;
        margin-right: 20px;
        scroll-snap-align: start;
        width: 30.4%;
        max-width: 345px;
        background-color: #F7F8FB;
    }

    #history-slider .history-item h2 {
        font-family: "Roboto";
        font-size: 40px;
        font-weight: 800;
        line-height: 50px;
        letter-spacing: 0.01em;
        color: #424B5A;
        position: relative;
        margin-bottom: 38px;
    }

    #history-slider .history-item p{
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 38px;
    }

    #history-slider .history-item p:last-of-type{
        margin-bottom: 0;
    }

    h2.year::before {
        content: "";
        position: absolute;
        bottom: -15px;
        width: 40px;
        height: 2px;
        background: #DA6C43;
    }

    #history-slider:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    #history-slider::-webkit-scrollbar {
        height: 4px;
        width: 178px;
        background: rgb(66 75 90 / 10%);
    }
    #history-slider::-webkit-scrollbar-thumb:horizontal {
        background: #DA6C43;
    }
}

@media screen and (max-width: 768px){
    section.contactHero{
        aspect-ratio: 1/0.39;
    }

    section.contactContent{
        margin-top: 40px;
        margin-bottom: 100px;
    }

    body h1{
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.01em;
    }

    .icons-listing .icon-wrapper{
        margin: 10px 0;
    }
}

@media screen and (max-width: 992px){
    header{
        padding: 20px 0;
    }

    .hero-banner{
        height: auto;
    }

    .hero-banner .hero-content{
        width: 100%;
        padding: 50px 20px 115px;
        transform: unset;
        position: relative;
        left: unset;
        top: unset;
    }

    .hero-banner .hero-content h1{
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
    }

    .hero-banner .hero-content p{
        margin-top: 20px;
    }

    .hero-banner .hero-content .hero-button{
        margin-top: 40px;
    }

    .brands-home .category{
        display: block;
    }

    .brands-home .brandsWrap{
        padding: 40px 20px;
        margin-top: -65px;
    }

    .brands-home .categoryItem{
        width: 100% !important;
        border-right: 0;
        border-bottom: 1px solid #b6b6b6;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .brands-home .categoryItem:last-of-type{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .brands-home .brandList{
        flex-wrap: wrap;
    }

    .brands-home .brand-logo{
        max-width: 155px;
        margin: auto;
        flex: 50%;
    }

    .industries-home{
        margin-top: 100px;
    }

    body h2, h2.section-title{
        font-size: 36px;
    }

    .industries-home p.description{
        max-width: 100%;
    }

    .list_of_industries{
        margin-top: 40px;
    }

    .custom-btn{
        max-width: 350px;
        width: 100%;
    }

    ul.slick-dots li button{
        width: 8px;
        height: 8px;
    }

    .icons-listing .icon-title{
        margin-top: 20px;
        font-size: 20px;
    }

    .icons-listing .icon-wrapper{
        padding: 20px;
    }

    .our-expertise .two-column{
        display: grid;
    }

    .two-column .col-item{
        width: 100%;
    }

    .content-column{
        padding: 40px 20px;
    }

    .content-column p.description{
        margin-top: 10px;
    }

    .content-column .custom-btn{
        max-width: 100%;
    }

    .our-expertise{
        margin-top: 100px;
    }

    footer{
        padding-top: 80px;
    }

    .footer-logo{
        margin-bottom: 10px;
    }

    .footer-menu a{
        margin-top: 30px;
        padding-left: 0;
        display: block;
    }

    .bottom-menu a{
        margin-left: 10px;
        padding-left: 10px;
    }

    .bottom-footer{
        margin-top: 40px;
    }

    .bottom-footer .divider{
        margin-bottom: 40px;
    }

    .bottom-menu{
        justify-content: start;
        margin-top: 20px;
    }

    section.hero{
        padding-top: 60px;
    }

    .description-box{
        max-width: 100%;
    }

    .img-wrapper-row{
        margin-top: 40px;
    }

    .img-wrapper-row .imgwrap{
        aspect-ratio: 1 / 0.72;
    }

    section.cards{
        margin-top: 100px;
    }

    section.two-columns{
        margin-top: 100px;
        padding: 60px 0;
    }

    section.two-columns .left-content{
        margin-right: 0;
        margin-bottom: 40px;
    }

    section.two-columns .card-item{
        padding: 30px 20px;
    }

    section.information-slider{
        padding: 100px 0;
    }

    section.information-slider .info-item{
        display: grid;
    }

    section.information-slider .info-item .slide-content-wrap, section.information-slider .info-item .slide-image-wrap{
        width: 100%;
    }

    section.information-slider .info-item .slide-image-wrap{
        aspect-ratio: 1/0.74;
    }

    section.information-slider .info-item .slide-content-wrap{
        padding: 40px 20px;
    }

    section.information-slider .slide-content-wrap p.features{
        margin-top: 10px;
    }

    .post-type-archive-industries .hero-banner .hero-content{
        padding: 60px 20px;
    }

    .posts-industries{
        padding: 60px 0 100px;
    }

    body h3{
        font-size: 20px;
    }

    .posts-industries .industry-item .content{
        margin-top: 10px;
    }

    .posts-industries .read-more-btn{
        margin-top: 20px;
    }

    .posts-industries .industry-item{
        margin-bottom: 40px;
    }

    .single-pg-layout{
        padding-top: 60px;
    }

    .single-pg-layout .single-two-col{
        display: block;
    }

    .single-pg-layout .single-two-col .content-wrap, .single-pg-layout .single-two-col .featured-img{
        width: 100%;
    }

    .single-pg-layout .single-two-col .content-wrap{
        padding: 20px;
    }

    .single-pg-layout .single-two-col .content-wrap h2{
        font-size: 36px;
        margin-top: 10px;
    }

    .single-pg-layout .single-two-col .content-wrap .content{
        margin-top: 20px;
    }

    .single-industry-template .solution{
        margin-top: 100px;
        padding-bottom: 100px;
    }

    .brands-listing{
        margin-top: 60px;
        margin-bottom: 100px;
    }

    section.brands-industry{
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .brand-item{
        aspect-ratio: 1 / 0.96;
    }

    .brand-item:first-child{
        margin-bottom: 20px;
    }

    #history-slider{
        margin-top: 80px;
    }

    #history-slider .history-item{
        width: 90%;
    }

    section.products-wrap{
        margin-top: 100px;
    }

    .productItem{
        margin-bottom: 20px;
    }

    .productItem:last-of-type{
        margin-bottom: 0;
    }

    .showcase-wrap{
        margin-top: 100px;
    }

    .showcaseGallery .galleryItem{
        margin-bottom: 20px;
    }

    ul#pills-tab{
        width: 100%;
        margin-right: 0;
        height: auto !important;
    }

    .tab-content{
        width: 100%;
        height: auto !important;
    }

    li.nav-item, li.nav-item:last-child{
        margin-bottom: 10px;
    }

    .tab-content .tabContent{
        padding: 40px 20px;
    }

    section.technology-wrap{
        margin-top: 90px;
    }

    section.technology-wrap .technology-list{
        margin-top: 40px;
    }

    .techItem.textwIcon{
        padding: 20px;
    }

    .techItem.textwIcon .title{
        margin-top: 20px;
        font-size: 20px;
    }

    section.contactContent .forminatorWrap .forminator-row button.forminator-button-submit{
        width: 100%;
    }

    section.contactContent .contactContentWrap{
        margin-top: 80px;
    }

    .default-template{
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .default-template .content-wrapper h5{
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .default-template .content-wrapper h1{
        margin-bottom: 40px;
    }

    .notFoundWrap{
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .notFoundWrap .custom-btn{
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px){
    .container-fluid.header-container{
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}