html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.bg-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 125vh;
    overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: #18191F !important;
    font-weight: 600;
}

.h_80 {
    height: 80vh;
}

.hdr_btn {
    background: #073F8A;
    height: 40px;
    color: #fff;
    border: 1px solid #073F8A;
    transition: all .3s ease;
}

.hdr_btn:hover {
    background: #fff;
    color: #073F8A;
    border: 1px solid #073F8A;
}

.bnr_btn {
    background: #073F8A;
    height: 40px;
    color: #fff;
    border: 1px solid #073F8A;
    transition: all .3s ease;
    height: 45px;
}

.screen_img {
    width: 632px;
}

.bnr_btn:hover {
    background: #fff;
    color: #073F8A;
    border: 1px solid #073F8A;
}

.header_nav .nav-item {
    margin-inline: 15px;
}

.d_btn {
    display: block;
}

.m_btn {
    display: none;
}

.bnr_h1 {
    font-size: 42px;
    line-height: 52px;
}

.bnr_h2 {
    font-size: 42px;
    line-height: 52px;
}

@media only screen and (max-width: 767px) {
    .d_btn {
        display: none !important;
    }
    .m_btn {
        display: block;
    }
    .screen_img {
        width: 342px;
    }
    .slick-slide img {
        width: 69% !important;
        margin-left: 48px !important;
    }
}

.main_heading {
    font-weight: 800;
    text-align: center;
    margin-top: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.t_cards {
    padding: 30px 0px;
    height: 225px;
    background: rgba(7, 63, 138, 0.1);
    border-radius: 10px;
}

.t_head {
    color: #073F8A;
}

.t_head2 {
    color: #231F20;
}

.font-800 {
    font-weight: 800;
}

.font-700 {
    font-weight: 700;
}

.card_blue {
    background-color: #073F8A;
    height: 188px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.card_blue:hover {
    box-shadow: 1px 1px 40px #00000073;
}

.card_blue h5 {
    color: #fff;
    text-align: center;
}

.card_blue p {
    color: #fff;
    font-size: 15px;
}

.card_white {
    background-color: #fff;
    height: 188px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.card_white:hover {
    box-shadow: 1px 1px 40px #00000048;
}

.card_white h5 {
    color: #000;
    text-align: center;
}

.card_white p {
    color: #000;
    font-size: 15px;
}

.bg_blue {
    background-color: #073F8A;
    height: 300px;
}

.bg_blue .main_heading {
    text-align: left !important;
}

.counter_ul {
    display: flex;
    justify-content: space-between;
    /* transform: translateY(20px); */
}

.counter_ul li {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 255px;
    height: 255px;
}

.counter_ul li:hover {
    transform: scale(1.1) !important;
}

.counter_ul li div {
    transform: translateY(95%);
}

.counter_ul li h1 {
    font-weight: 800;
    color: #18191F;
}

.mt_m {
    margin: -12% auto;
    margin-bottom: 1%;
}

p {
    line-height: 24px;
}

.work-cards h4 {
    font-weight: 600;
    text-align: center;
}

/*
.customer_sec {
    background: #E6ECF3;
}
*/
.customer_sec h1 {
    color: #073F8A;
    font-weight: 800;
    margin: -59px auto;
    z-index: 2;
    margin-left: 50px;
    margin-bottom: auto;
}

.comma_img {
    opacity: 0.4;
}

.customer_sec h5 {
    margin-left: 100px;
    margin-top: 10px;
}

.testimonial_3 {
    float: right;
}

.l_text_main {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
    padding: 32px;
    transition: all .3s ease;
}

.l_text_main:hover {
    transform: scale(1.1) !important;
}

.l_text_main ul li:nth-child(1) img {
    width: 20px;
    margin-top: -5px;
    position: absolute;
}

.l_text_main ul li h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #18191F;
}

.l_text_main ul li:nth-child(2) p:nth-child(1) {
    font-size: 18px;
    line-height: 30px;
}

.l_text_main ul li p.text-grey {
    color: #969BAB;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.w-60 {
    width: 60%;
}

.mt-9 {
    margin-top: 9%;
}

.partners h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #5C5C5C;
}

footer {
    /*background-color: #073F8A;*/
    background-size: cover !important;
    padding-top: 55px;
    padding-bottom: 55px;
}

footer ul li {
    margin-inline: 20px;
}

footer ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.foot_p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
}

@media screen and (min-width: 1024px) {
    .bnr_h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .bnr_h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .screen_img {
        width: 482px;
    }
    .i_frame {
        width: 450px;
    }
    .w-60 {
        width: 70%;
    }
}

.slick-prev:before,
.slick-next:before {
    font-size: 24px !important;
    line-height: 1;
    opacity: .75;
    color: #ff811c !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
}

.autoplay div img {
    margin: auto;
}

.testi-img {
    width: 25%;
}

@media screen and (min-width: 1280px) {
    .h_80 {
        height: 70vh;
    }
    .screen_img {
        width: 642px;
    }
    .bg-image {
        height: 103vh;
    }
    .i_frame {
        width: 520px;
    }
}

@media screen and (min-width: 1366px) and (min-height:625px) {
    .bg-image {
        height: 132vh;
    }
    .h_80 {
        height: 78vh;
    }
}

@media screen and (min-width: 1366px) and (min-height:768px) {
    .bg-image {
        height: 108vh;
    }
}

@media screen and (min-width: 1366px) and (min-height:1024px) {
    .bg-image {
        height: 80vh;
    }
    .h_80 {
        height: 55vh;
    }
}

@media screen and (min-width: 1440px) {
    .bg-image {
        height: 104vh;
    }
}

@media screen and (min-width: 1586px) {
    .mt_m {
        margin: -10% auto;
        margin-bottom: 1%;
    }
}

@media screen and (min-width: 1920px) {
    .h_80 {
        height: 80vh;
    }
    .mt_m {
        margin: -8% auto;
        margin-bottom: 1%;
    }
}

.h_100 {
    height: 100px;
}

.fade:not(.show) {
    opacity: 1 !important;
    z-index: 2;
}

.slick-slide img {
    margin: 28px auto;
}

.slick-slide:nth-child(1) img {
    margin: 28px auto;
}

.screen_img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.hero_slider .fade .slick-prev {
    display: none !important;
}

.hero_slider .fade .slick-next {
    display: none !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #073F8A !important;
}

@media only screen and (max-width:1024px) {
    .slick-slide:nth-child(1) img {
        width: 69% !important;
        margin-left: 60px !important;
    }
    .slick-slide img {
        width: 75% !important;
        margin-left: 48px !important;
    }
}

@media only screen and (max-width: 768px) {
    .screen_img {
        width: 342px;
    }
    .slick-slide img {
        width: 78% !important;
        margin-left: 42px !important;
    }
    .slick-slide img {
        margin: 12px auto;
    }
    .slick-slide:nth-child(1) img {
        width: 78% !important;
        margin-left: 43px !important;
    }
    .slick-slide:nth-child(1) img {
        margin: 11px auto;
    }
    .i_frame {
        width: auto;
        height: auto;
    }
    .customer_sec h5 {
        margin-left: 50px;
    }
    .customer_sec h1 {
        margin-left: auto;
    }
    .l_text_main {
        width: auto !important;
    }
    .slick-next {
        right: 4px !important;
    }
    .slick-prev {
        left: 4px !important;
    }
    .counter_ul {
        display: block;
    }
    .counter_ul li {
        margin: auto;
    }
    .clients_autoplay .slick-slide img {
        margin: auto !important;
    }
    .slick-track {
        overflow-x: hidden !important;
        margin: auto;
    }
    .header_nav .nav-link {
        text-align: center;
    }
    .autoplay.clients_autoplay.slick-initialized.slick-slider {
        overflow-x: hidden !important;
        width: 100%;
    }
    footer ul li a {
        font-size: x-small;
    }
}

@media only screen and (max-width: 375px) {
    .slick-slide img {
        width: 73% !important;
    }
    .slick-slide:nth-child(1) img {
        width: 73% !important;
        margin-left: 43px !important;
    }
}

@media only screen and (max-width: 414px) {
    .slick-slide img {
        width: 66% !important;
    }
    .slick-slide:nth-child(1) img {
        width: 66% !important;
        margin-left: 43px !important;
    }
}
