body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.top-container {
    background-color: #3f6eb0;
    padding: 10px 10px 15px 10px;
    text-align: left;
    color: #fff;
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

.top-container .fa {
    font-size: 15px;
}

.top-container .fab {
    font-size: 15px;
}

.top-container .rightcontent {
    float: right;
    margin-top: -5px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        margin: auto;
        /*line-height: 35px;*/
    }



.top-container .fa {
    font-size: 15px;
}

.top-container .fab {
    background: #fff;
    font-size: 20px;
}



.content {
    padding-left: 100px;
    padding-right: 100px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #00396a;
    text-decoration: none;
    background-color: #ffffff;
}

#scrollUp {
    background: #db4900 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

/*footer 2*/
.site-footer {
    background-color: #000;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    font-family: 'Playfair Display', serif;
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}


    .footer-primary .widget .widget-title:before {
        background-color: #db4900;
        content: "";
        height: 5px;
        width: 30px;
        margin-right: 10px;
    }

    .footer-primary .widget .widget-title::after {
        background-color: #db4900;
        content: "";
        height: 20px;
        width: 5px;
        margin-left: 10px;
    }

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #db4900;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .site-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            top: 0;
            right: -2px;
            font-size: 14px;
            color: #B6B6B6;
        }

        .site-footer .footer-menu ul li a {
            color: #ffffff;
            font-size: 15px;
        }

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #0073b2;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #00396a;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 15px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 17px;
        line-height: 25px;
        border-radius: 4px;
        /*color: #000;*/
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        /*font-weight: bold;*/
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #db4900;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 95px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    border-radius: 4px;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

    .navbar-nav > li > a:hover {
        color: #db4900;
        background-color: transparent;
    }

    .navbar-nav > li > a:active {
        color: #000;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #00396a;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 100%;
        height: 120px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -30px;
    }

/*.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}*/

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    /*position: absolute;*/
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        padding: 10px 0px !important;
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #00396a;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #00396a;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    .top-container {
        display: inline-table;
        width: 100%;
    }

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 100px;
        height: auto;
        /*margin-top: -25px;*/
    }
}


.navbar-nav {
    margin: 21.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/

/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        /*border: 1px solid #fff;*/
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 20px;
        font-size: 16px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #252525;
    z-index: 1;
    position: absolute;
    width: 100%;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: .15em;
    color: #f15924;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

footer p {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

.footercolwidth li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

    .footercolwidth li a {
        color: #fff;
    }

.footermenulist {
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: inline-block;
        margin-bottom: 17px;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: left;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #336699;
        }

* + .footercolwidth {
    margin-top: 0px;
}

* + .footermenulist {
    margin-top: 30px;
    margin-left: -38px;
}

.copyrights {
    text-align: center;
    color: #87919F;
}

.ftlogoimage {
    width: 200px;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    border: solid 10px #f0f0f0;
}

@media (min-width: 768px) {

    .footermenulist {
        text-align: left;
    }
}

@media(max-width:767px) {
    /*.footertitle {
        text-align: center;
    }*/

    .productframe {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footercolwidth {
        margin-left: -20px;
    }
}
/**************************************END FOOTER***************************************/

/****************************************Slider Start*****************************************/
.img-fluid {
    max-width: 100%;
    height: auto;
}

#myCarousel {
    border: none;
}

/*.owl-carousel1 .owl-stage-outer {
    height: 500px;
}*/

/*.owl-carousel1 .owl-nav {
    display: none;
}*/
.owl-carousel1 .owl-dots {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../images/Services/shipping-port-with-cargo-containers-cranes.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../images/Services/cargo-plane-airport-docks-loads-unloads-cargo-ai-generated.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../images/Services/container-cargo-import-export-business-logistic-3d-rendering.jpg');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-1::before,
.slides .slide-2::before,
.slides .slide-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient( 90deg, rgba(4, 19, 32, 0.90) 0%, rgba(4, 19, 32, 0.85) 30%, rgba(4, 19, 32, 0.40) 45%, rgba(4, 19, 32, 0.15) 60%, rgba(4, 19, 32, 0.00) 75% );
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
.content-box {
    position: relative;
    width: 50%;
}

    .content-box .title {
        border-radius: 3px;
        display: block;
        font-size: 22px;
        color: #fff;
        background-color: #dcdcdc3d;
        font-weight: 500;
        margin-top: 25px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 5px;
    }

    .content-box h2 {
        display: block;
        font-size: 69px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        /*margin-bottom: 30px;*/
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: 'Font Awesome 5 Free';
    }

        .content-box h2 span {
            color: #d93337;
        }
    /*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

    .content-box .info-list li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        margin: 0 10px;
        text-transform: uppercase;
    }

        .content-box .info-list li .icon {
            color: #faaC1D;
            margin-right: 10px;
            float: left;
            font-size: 18px;
            line-height: 26px;
        }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }

    .content-box {
        width: 100%;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }


#scrollUp {
    background: #f15924 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 63%;
    }
}
/****************************************Slider End*****************************************/

/***Section Start***/
.section-padding {
    padding: 60px 0;
}

.section-title h2 {
    font-family: Radio Canada Big,sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
    font-weight: 700;
    line-height: 117%;
    font-size: 38px;
}

.section-title h6 {
    color: #db4900;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 15px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}


.main-button {
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 50px;*/
}

    .main-button .theme-btn {
        position: relative;
        z-index: 2;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        text-align: center;
        background-color: #db4900;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        padding: 18px 32px;
        letter-spacing: .5px;
        border-radius: 32px;
        font-family: Radio Canada Big,sans-serif;
    }

    .main-button .arrow-btn {
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #db4900;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        transition: all .4s ease-in-out;
    }

    .main-button:hover .theme-btn, .main-button:hover .arrow-btn {
        background-color: #000;
    }

    .main-button .arrow-btn:hover {
        background: #000;
    }

.align-items-center {
    align-items: center !important;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section-bg {
    background-color: #f1f1f1;
}

/**Section End***/

/****************************************About End*****************************************/
.about-wrapper .about-content {
    margin-right: 30px;
}

    .about-wrapper .about-content .icon-box .icon {
        margin-right: 15px;
    }

.about-wrapper .about-image {
    position: relative;
    z-index: 9;
}

    .about-wrapper .about-image .about-count-box {
        position: relative;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .about-wrapper .about-image .about-count-box .about-counter-item h2 {
            font-size: 64px;
            color: #fff;
        }

.about-wrapper .about-content .icon-box .content h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.about-wrapper .about-content .icon-box .content p {
    max-width: 410px;
    color: #777d7f;
}

.about-wrapper .about-image .about-count-box .about-counter-item p {
    color: #fff;
    font-weight: 600;
}

.about-wrapper .about-image .about-count-box .about-counter-item {
    position: absolute;
    bottom: 23%;
    left: 33%;
}

.about-wrapper .about-content .icon-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
}

/****************************************About End*****************************************/

/****************************************Services End*****************************************/
.service-section {
    position: relative;
    z-index: 9;
}

.service-box-items {
    border-radius: 12px;
    background-color: #fff;
    border: 1.5px solid #fff;
    padding: 30px 50px;
    margin-top: 30px;
    transition: all .4s ease-in-out;
}

.service-section .service-shape-1 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.service-box-items .service-image img {
    width: 100%;
    height: 100%;
}

.service-box-items .service-content {
    text-align: center;
}

    .service-box-items .service-content .service-icon {
        position: relative;
        width: 64px;
        height: 64px;
        background-color: #f1f1f1;
        line-height: 85px;
        margin: -35px auto 0;
        border-radius: 50%;
        transition: all .4s ease-in-out;
    }

.service-icon img {
    padding: 10px;
}

    .service-icon img:hover {
        filter: sepia(1);
    }

.service-box-items:hover .service-content .service-icon {
    background-color: #db4900;
}

    .service-box-items:hover .service-content .service-icon svg path {
        fill: #fff;
    }

.service-box-items .service-content .service-icon svg {
    position: relative;
    z-index: 3;
    text-align: center;
}

.service-box-items .service-content h3 {
    margin-top: 22px;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.service-section .array-button .array-prev {
    position: absolute;
    content: "";
    top: 23%;
    left: 18%;
    z-index: 99;
}

.service-section .array-button .array-next {
    position: absolute;
    content: "";
    top: 23%;
    right: 18%;
    z-index: 99;
}

.array-button .array-next {
    background-color: #db4900;
    color: #fff;
}

.member-box {
    padding: 10px;
}


@media (max-width: 1399px) {
    h3 {
        font-size: 21px;
    }

    .service-section .array-button {
        display: none;
    }
}

/****************************************Services End*****************************************/

/****************************************work-process End*****************************************/
.work-process-section {
    position: relative;
    z-index: 9;
}

    .work-process-section .work-process-shape {
        position: absolute;
        z-index: -1;
        top: 10%;
        left: 0%;
    }

.work-process-box-items {
    /*position: relative;*/
    z-index: 9;
    margin-top: 30px;
}

    .work-process-box-items .shape {
        position: absolute;
        z-index: -1;
        top: 20%;
        left: 5%;
    }

        .work-process-box-items .shape img {
            width: 100%;
        }

.work-process-shape img {
    width: 100%;
}

.work-process-box-items .icon {
    width: 88px;
    height: 88px;
    line-height: 70px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 50%;
    border: 8px solid #f1f1f1;
    margin: 0 auto;
}

.work-process-box-items .content {
    text-align: center;
    margin-top: 40px;
}

    .work-process-box-items .content h4 {
        color: #db4900;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
    }

    .work-process-box-items .content p {
        margin-top: 15px;
    }

/*@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}*/
/****************************************work-process End*****************************************/

/****************************************WhyChooseUs End*****************************************/
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.background-overlay {
    background-color: #03121e;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.contact-wrapper .contact-content .contact-text {
    margin-top: 25px;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.contact-wrapper .contact-content .icon-box-area {
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid rgba(198,201,202,.24);
    padding-bottom: 30px;
}

    .contact-wrapper .contact-content .icon-box-area .icon-box {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .contact-wrapper .contact-content .icon-box-area .icon-box .icon {
            width: 56px;
            height: 56px;
            line-height: 56px;
            text-align: center;
            border-radius: 50%;
            background: #ffffff1f;
        }

        .contact-wrapper .contact-content .icon-box-area .icon-box h4 {
            color: #fff;
            max-width: 200px;
        }

        .contact-wrapper .contact-content .icon-box-area .icon-box .icon {
            width: 56px;
            height: 56px;
            line-height: 56px;
            text-align: center;
            border-radius: 50%;
            background: #ffffff1f;
        }

.contact-wrapper .contact-box-items {
    padding: 0px 48px;
    border-radius: 16px;
    position: relative;
    z-index: 9;
    background-color: #ffffff85;
}

    .contact-wrapper .contact-box-items .arrow-image {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.wcusimg {
    width: 100%;
}

@media (max-width: 757px) {
    .contact-wrapper .contact-box-items {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-content .icon-box-area {
        flex-wrap: wrap;
        gap: 20px;
        border: none;
    }
}
/****************************************WhyChooseUs End*****************************************/

/****************************************Couner Start*****************************************/
.single-stat {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .about-sec2 .about-media-box:before, .about-sec3:before, .btn-close:before, .choose-sec2 .single-choose:before, .choose-sec2 .single-choose span.icon-lg:before, .choose-sec2 .single-choose span.icon-xl:before, .choose-sec2 .single-choose span.icon-xs:before, .choose-sec2 .single-choose span.icon:before, .contact-sec .contact-tabs .nav-tabs .nav-item .nav-link:before, .contact-sec .contact-tabs:before, .footer-nav ul li:before, .footer-widget .widget-title:before, .footer-widgets:before, .header-actions a.text-reset.user-account:before, .header-connect .single-conn:before, .header-top .header-socials span:before, .header.header-2 .header-top .lang-select:before, .header.header-3 .header-nav-wrapper .navbar .container:before, .hero-3 .hero-media:before, .navbar-line:before, .overly:before, .portfolio-sec:before, .pricing-card .pricing-body ul li:before, .pricing-card:before, .process-card .process-thumb:before, .process-card:before, .process-entry:before, .process-wrapper:before, .qf-card span.icon-lg:before, .qf-card span.icon-xl:before, .qf-card span.icon-xs:before, .qf-card span.icon:before, .quote-form-wrap .quote-request-form .persional-info:before, .recent-entry .rc-entry:before, .review-entry .rev-content:before, .review-sec .review-thumb:before, .review-wrapper .review-card:before, .service-card2 .serv-thumb:before, .service-entry .serv-txt:before, .single-plan.featured:before, .single-plan .plan-body:before, .single-plan:hover:before, .single-stat:before, .slider-sec2 .slide-item:before, .slider-sec2:before, .slider-section .hero-content .slide-meta:before, .slider-section .hero-content .trust-badge .icon-lg:before, .slider-section .hero-content .trust-badge .icon-xl:before, .slider-section .hero-content .trust-badge .icon-xs:before, .slider-section .hero-content .trust-badge .icon:before, .slider-section:before, .sol-box:before, .sub-title2:before, .swiper-pagination span.swiper-pagination-bullet-active:before, .team-card .team-thumb:before, .video-sec3:before, blockquote:before, blockquote cite:before, section.promo-sec .promo-wrap:before, ul.check li:before, ul.ct-list li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #db4900;
    }

    .single-stat:before {
        width: 1px;
        height: 60px;
        background: #919191;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.stat-sec {
    padding: 80px 0;
}

/*.stat-sec .row > div:first-child .single-stat {
        padding-left: 0;       
    }*/

.row > div:first-child .single-stat::before {
    display: none;
}

.single-stat h3, .single-stat p {
    margin-bottom: 0;
}

.single-stat p {
    color: #788094;
}


.display-3, .display-4, .footer-widget .widget-title, .widget-title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 36px;
}

@media (max-width: 767px) {
    .single-stat:before {
        width: 0px;
        height: 0px;
        background: none;
    }
}

@media (min-width: 992px) {
    .single-stat {
        padding-left: 40px;
    }
}

/*@media (max-width: 991.98px) {
    .single-stat {
        margin-bottom: 60px;
    }
}*/
/****************************************Couner End*****************************************/

/****************************************OurClients Start*****************************************/
/**Our CLients Start**/
/* ===================== MAIN LAYOUT ===================== */

.our-clients-section {
    padding: 60px 16px;
    display: flex;
    justify-content: center;
}

.oc-card {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 32px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(8,30,63,0.08);
}

/* LEFT TEXT BLOCK */
.oc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* RIGHT SCROLLER AREA */
.oc-right {
    flex: 1;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

/* LOGO COLUMN */
.oc-col {
    width: 22%;
    min-width: 100px;
    height: 180px;
    border-radius: 14px;
    background: #fbfbfd;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10,64,107,0.06);
    border: 1px solid rgba(10,64,107,0.04);
}

.oc-track {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* SINGLE LOGO CARD */
.logo-card {
    height: 84px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(10,64,107,0.04);
}

    .logo-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* ANIMATION */
.oc-up .oc-track {
    animation: scrollUp 14s linear infinite;
}

.oc-down .oc-track {
    animation: scrollDown 14s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

/* ===================== RESPONSIVE ===================== */

/* Tablets 1024px */
@media (max-width: 1024px) {
    .oc-card {
        flex-direction: column;
        text-align: center;
    }

    .oc-right {
        width: 100%;
        justify-content: center;
        gap: 16px;
    }

    .oc-col {
        width: 22%;
        height: 380px;
    }
}

/* Large Phones / Small Tablets 768px */
@media (max-width: 768px) {
    .oc-right {
        flex-wrap: inherit;
        gap: 12px;
    }

    .oc-col {
        width: 30%;
        height: 330px;
        min-width: 110px;
    }
}

/* Mobile 600px */
@media (max-width: 600px) {
    .oc-card {
        padding: 20px;
    }

    .oc-right {
        gap: 10px;
    }

    .oc-col {
        width: 45%;
        height: 300px;
    }
}

/* Extra small 400px */
@media (max-width: 400px) {
    .oc-col {
        width: 48%;
        height: 250px;
    }
}

/* Very small 340px */
@media (max-width: 340px) {
    .oc-col {
        width: 100%;
        height: 240px;
    }
}


/**Our CLients End**/

/****************************************OurClients End*****************************************/
