﻿@import url("all.min.css");
@import url("all.min1.css");

@font-face {
    font-family: 'tt_runs_trialbold';
    src: url('../font/tt_runs_trial_bold-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_runs_trialmedium';
    src: url('../font/tt_runs_trial_medium-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_runs_trialregular';
    src: url('../font/tt_runs_trial_regular-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_runs_trialdemibold';
    src: url('../font/tt_runs_trial_demibold-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_runs_trialextrabold';
    src: url('../font/tt_runs_trial_extrabold-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tt_runs_triallight';
    src: url('../font/tt_runs_trial_light-webfont.woff2') format('woff2'),
        url('../font/tt_runs_trial_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
    font-family: 'tt_runs_trialregular';
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #eb6679;
}

::-webkit-scrollbar-track {
    background: #dedede;
}

a {
    text-decoration: none;
}

.text-blue {
    color: #1fb4eb;
}

.text-orange {
    color: #ff9000;
}

h2 {
    font-size: 2rem;
    font-family: 'tt_runs_trialbold';
}

h3 {
    font-size: 1.3rem;
    font-family: 'tt_runs_trialbold';
}

h2 span {
    font-family: 'tt_runs_trialbold';
    color: #016db6;
}

p {
    font-size: .9rem;
}

.navbar-brand img {
    width: 120px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 0.8rem;
    padding: 3px 15px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    background: #9cd3ff;
    border-radius: 30px;
    padding: 3px 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background: #9cd3ff;
    border-radius: 30px;
    padding: 3px 15px;
}

#bannerSlider .carousel-caption {
    position: absolute;
    top: 25%;
    right: none;
    bottom: none;
    left: 15%;
    color: #000;
    text-align: left;
    width: 30%;
}

#bannerSlider .carousel-caption h2 {
    font-size: 2.2rem;
}

#bannerSlider .carousel-caption p {
    font-size: 1.5rem;
    font-family: 'tt_runs_trialmedium';
}


.banner-btn {
    background: url(../image/banner-btn-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #00388d;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    padding: 6px 30px 6px 10px;
    transition: 0.3s;
    font-size: .9rem;
}

.banner-btn:hover {
    color: #000;
}

.range {
    background: url(../image/range-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.theme-color {
    color: #00388d;
}

.blue-line {
    width: 100px;
    opacity: 1;
    background: #00388d;
    margin-top: 0;
    border: 2px solid #00388d;
}

.white-line {
    width: 100px;
    opacity: 1;
    background: #fff;
    margin-top: 0;
    border: 2px solid #fff;
}

.sub-head {
    font-family: 'tt_runs_trialmedium';
    font-size: 1.2rem;
}

.range-box {
    text-align: center;
    border-radius: 30px;
    padding: 15px;
    transition: 0.3s;
}

.range-box:hover {
    box-shadow: 5px 5px 5px #ebe8e8;
    background: rgb(255 255 255 / 60%);
    cursor: pointer;
}

.range-box img {
    width: 100px;
}

.range-text h5 {
    font-family: 'tt_runs_trialmedium';
    color: #00388d;
    font-size: 1.2rem;
}

.range-text p {
    font-size: 0.9rem;
    color: #00388d;
}

.about-us {
    background: url(../image/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.experience {
    background: url(../image/exp-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
}

.number-talk {
    background: url(../image/number-talk-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0;
    padding-top: 0px;
}

.brands {
    padding: 60px 0;
}

.get-touch {
    background: url(../image/get-touch-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding: 60px 0;
    padding-top: 0;
}

.navbar .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../image/bar.png);
    background-size: 80%;
}

.nav-item {
    margin-left: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

nav.navbar li.dropdown ul.dropdown-menu>li {
    border-bottom: 1px dashed #ccc;
}

nav.navbar li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #001f79;
    color: #fff;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}

.dropdown-item {
    padding: .7rem 1rem;
}

.common-btn {
    background: url(../image/common-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    padding: 6px 30px 6px 10px;
    transition: 0.3s;
    font-size: .9rem;
}

.common-btn:hover {
    color: #fff;
}

footer {
    background: #00388d;
    padding: 60px 0;
    color: #fff;
    padding-bottom: 0;
}

footer img {
    width: 120px;
}

.line {
    border: 1px solid #fff;
    opacity: 1;
    margin-top: 5px;
}

.small-text {
    font-size: .8rem;
}

footer h4 {
    font-size: 1rem;
    font-family: 'tt_runs_trialmedium';
}

.footer-list,
.footer-list-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li,
.footer-list-1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    
}

.footer-list-1 li {
    padding-left: 0;
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    font-size: 0.8rem;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}

.footer-list li i,
.footer-list-1 li i {
    margin-right: 5px;
}

.top-links {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
}

.top-links a {
    color: #00388d;
}

.navbar-collapse {
    margin-top: 35px;
}


.inner-banner {
    position: relative;
}

.inner-banner-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.our-journey {
    padding: 60px 0;
}

.our-team {
    padding: 40px 0;
}

.team-pic {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border: 2px dashed #297eff;
}

.team-pic img {
    width: 100px;
    margin: 0 auto;
}

.team-pic h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'tt_runs_trialmedium';
    font-size: 0.9rem;
}

.team-pic p {
    font-size: 0.8rem;
}

.mob-view {
    display: none;
}

.founder {
    padding: 40px 0;
}

.founder img {
    margin-bottom: 30px;
}

.our-infra {
    padding: 40px 0;
}

.infra-pic img {
    border-radius: 15px;
}

.contact-links {
    margin: 0;
    padding: 0;
}

.contact-links li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-links li a {
    color: #000;
}

.contact-links li i {
    color: #fff;
    background: #eb6679;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 0.8rem;
}

.contact-links li a i {
    color: #fff;
    background: #eb6679;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 0.8rem;
}

.wide-range {
    padding: 40px 0;
    background: #fffff;
}

.range-box {
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border: 2px dashed #297eff;
    background: #fff;
}

.range-box h4 {
    font-size: 1rem;
    font-family: 'tt_runs_trialmedium';
}

.common-list {
    margin: 0;
    padding: 0;
}

.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    font-size: 1rem;
    color: #eb6679;
    left: 0;
    top: -1px;
}

.sub-heading {
    font-size: 1.3rem;
    font-family: 'tt_runs_trialbold';
}

.bdr-r-15 {
    border-radius: 15px;

}

table td, table th{
    font-size: .8rem;
}


@media screen and (max-width: 1400px) {}


@media screen and (min-width: 1600px) {}

@media screen and (max-width: 1260px) {}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar .navbar-toggler {
        background: #00388d;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        margin-right: 5px;
    }

    .inner-banner-text {
        top: 38%;
    }

    .navbar-collapse {
        background: #002077;
    }

    .top-links {
        position: absolute;
        top: 15px;
        right: 90px;
        left: 0;
    }

    #bannerSlider .carousel-caption h2 {
        font-size: 1.2rem;
    }

    .experience {
        background-size: cover;
    }

    footer p {
        word-break: break-all;
        white-space: pre-wrap;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-toggler {
        background: #00388d;
    }

    .desktop-view {
        display: none;
    }

    .mob-view {
        display: block;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        border-radius: 0;
    }

    .inner-banner-text {
        top: 115px;
    }

    .navbar-collapse {
        margin-top: 5px;
    }

    .top-links {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .range,
    .experience,
    .number-talk {
        background-size: cover;
    }

    .get-touch {
        background-size: cover;
    }

    .navbar-collapse {
        background: #fff;
        z-index: 5;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        border-radius: 0;
    }

}