body, input {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

    .container.container-min {
        max-width: 1074px;
    }

.col-title {
    font-weight: 300;
    color: #0C3688;
    font-size: 50px;
    margin-bottom: 0;
}

.fw-bold {
    font-weight: 500;
}

p.txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #3A3A3A;
}

.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 45%;
}

.owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-nav {
    width: calc(100% + 120px);
    left: -60px;
}

.oveViewSLide.owl-carousel .owl-item img.showSml {
    display: none;
}

.topBanner {
    position: relative;
}

.content_inner {
    padding: 0 0 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

    .content_inner h1 {
        font-weight: 600;
        font-size: 50px;
        color: #FFFFFF;
        max-width: 624px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .content_inner .btn {
        background: #fff;
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #0C3688;
        font-weight: 600;
        border: 1px solid #0C3688;
        padding: 12px 24px;
        border-radius: 6px;
    }

.go-top:hover {
    text-decoration: none;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.owl-carousel button.owl-dot {
    height: 8px;
    width: 18px;
    background: #959595;
    margin: 0 3px;
    border-radius: 2px;
}

    .owl-carousel button.owl-dot.active {
        background: #0C3688;
    }

.owl-carousel .owl-item img {
    width: auto;
}

.lineW {
    height: 1px;
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
}

.sliderWrap .slider.slider-nav {
    margin: 0 auto;
    max-width: 360px;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 0;
    right: 0;
}

.bgPatrn {
    background: url(../img/bluePatBg.png) no-repeat center top;
}

.display-col h2 {
    max-width: 690px;
    text-align: center;
}

.line-blue-red {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

    .line-blue-red:before, .line-blue-red:after {
        content: '';
        position: absolute;
        top: 50px;
        height: 3px;
        width: 225px;
        background: #0C3688;
        right: 180px;
    }

    .line-blue-red:after {
        right: auto;
        left: 180px;
    }

.vec-col {
    max-width: 311px;
    margin: 0 auto 24px;
}

    .vec-col h2 {
        background: url(../img/slideHeader.svg) no-repeat center center;
        min-height: 72px;
        color: #fff;
        font-weight: 500;
        font-size: 32px;
        line-height: 38px;
        padding: 24px 54px 12px;
        margin: 0;
    }

    .vec-col:hover h2 {
        background: url(../img/slideHeaderActive.svg) no-repeat center center;
    }

.slide-section {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-top: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 30px 30px;
}

    .slide-section .explore-btn {
        border: 2px solid #0C3688;
        height: 44px;
        width: 182px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 4px;
        border-radius: 6px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #18407E;
        background: #fff;
    }

        .slide-section .explore-btn:hover, .slide-section .explore-btn:focus {
            background: #18407E;
            color: #fff;
        }

.v-details {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

    .v-details div {
        padding: 5px 15px;
    }

        .v-details div.brdrLR {
            border-left: 1px solid #959595;
            border-right: 1px solid #959595;
        }

        .v-details div h3 {
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            margin: 0 0 5px;
            color: #000000;
        }

        .v-details div p {
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 0.2em;
            color: #959595;
            margin: 0;
        }

.h300 {
    min-height: 300px;
    padding: 15px;
    width: 100%;
}

    .h300 img {
        max-width: 100%;
        width: 100% !important;
    }

.bgRL {
    background: linear-gradient(180deg, #FFFFFF 10%, #F5F5F5 100%);
    padding: 50px 0 30px;
}

.testimonialSlide .item {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 25px 25px 17px;
    margin: 20px 0;
    text-align: center;
}

    .testimonialSlide .item p {
        font-size: 16px;
        margin: 0 auto;
        background: transparent;
    }

    .testimonialSlide .item hr {
        height: 2px;
        border: none;
        background: #F12B00;
        opacity: 1;
        border-radius: 3px;
        margin: 12px 0;
    }

    .testimonialSlide .item p a {
        text-decoration: none;
        font-style: italic;
        color: #0254EB;
    }

    .testimonialSlide .item p small {
        font-size: 12px;
    }

.qouts {
    position: relative;
    padding: 10px;
}

    .qouts:before, .qouts:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/icons/qs.svg);
        height: 11px;
        width: 18px;
    }

    .qouts:after {
        top: auto;
        left: auto;
        background: url(../img/icons/qe.svg);
        bottom: 20px;
        right: 0;
    }

.btn.blue-btn {
    background: #fff;
    height: 44px;
    border-width: 2px;
    min-width: 155px;
    margin: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

    .btn.blue-btn:hover {
        color: #18407E;
    }

.nav.charchNav {
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.w980 {
    max-width: 980px;
    margin: 10px auto 40px;
    padding: 0 10px;
}

.blogWrap.bg-lig.bg-white {
    background: #F5F5F5 !important;
}

.fromWrap {
    padding: 25px;
    border-radius: 1px;
    background: #D9D9D9;
}

.contactUSwrap {
    background: #f0f5ff;
    padding: 50px 0;
}

    .contactUSwrap .form-group {
        margin-bottom: 35px;
    }

    .contactUSwrap label {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #000000;
    }

    .contactUSwrap .form-control {
        border: none;
        border-bottom: 2px solid #747474;
        border-radius: 0;
        padding: 1px 0 4px;
        font-size: 16px;
        background-color: transparent;
    }

    .contactUSwrap .form-group.form-check label {
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding-left: 6px;
    }

        .contactUSwrap .form-group.form-check label a {
            font-weight: 500;
            text-decoration: none;
        }

    .contactUSwrap .alert-danger.alert.posAbs {
        position: absolute;
    }

    .contactUSwrap .alert-danger.alert {
        background: none;
        color: red;
        padding: 0;
        font-size: 14px;
        border: none;
        margin: 5px 0 0;
    }

    .contactUSwrap .alert-success.alert {
        color: #155724;
        background-color: transparent;
        border-color: transparent;
        color: green;
        padding: 0;
        margin: 10px 0 0;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .contactUSwrap .btn {
        width: 167px;
        height: 40px;
        background: #0C3688;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        border: none;
    }

        .contactUSwrap .btn.btn-disabled {
            color: #ccc;
            background: #7689AC;
            pointer-events: none;
        }

.hideMin {
    display: block;
}

.showMin {
    display: none;
}
/*css form social*/
ul.socialIcoWrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
    margin-top: 5px;
}

    ul.socialIcoWrap li {
        flex-basis: 33.333333%;
        padding: 0 20px 20px 0;
        margin: 0;
    }
/* quotes css color-profile testimonial*/


.morelink {
    text-decoration: none;
    outline: none;
    display: block;
}

.morecontent span {
    display: none;
}

.quited {
    width: 300px;
    background-color: #f0f0f0;
    margin: 10px;
}

.contactUSwrap .mobile-enquiry img {
    max-width: 30px;
    margin-right: 6px;
}

.contactUSwrap .mobile-enquiry .input-group-text {
    background: transparent;
    border: none;
    border-bottom: 2px solid #111;
    border-radius: 0;
    font-size: 16px;
    padding: 0 10px 0 0;
}

body .mycountry:before {
    right: 100px;
}

.country-number-enquiry .dropdown-item {
    font-size: 13px;
}

body .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #747474;
}

.layoutWrap ul li a {
    color: #fff;
}

.modal-open {
    overflow: visible !important
}

.dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tvs-header .navbar .navbar-nav .nav-link {
    font-weight: 600;
}

@media all and (max-width:767px) {
    .tvs-header .navbar {
        padding: 1.2rem 0rem 0rem 0rem
    }
}

.country-outer .selected-country-flag .country-home:hover,
.tvs-header .navbar .ib-nav a:hover:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.mycountry .country-flag {
    font-weight: 600;
}

.contactUSwrap .mobile-enquiry .alert-danger.alert.posAbs {
    position: absolute;
    bottom: -23px;
}

@media screen and (max-width: 575px) {
    .contactUSwrap .form-group {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 575px) {
    .contactUSwrap .alert-danger.alert.posAbs {
        position: unset;
    }
}

@media screen and (max-width: 575px) {
    .contactUSwrap .mobile-enquiry .alert-danger.alert.posAbs {
        position: relative;
        bottom: 0px;
        flex-basis: 100%;
    }
}
