@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Lato:wght@100;300;400;700&display=swap'); */

body {
    font-family: 'Lato', arial;
}


/* .joinus {
    padding: 140px 0;
} */

.banner,
.capabilities,
.team {
    padding: 100px 0;
}

.contactus {
    padding: 70px 0px 30px 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    transition: all 300ms ease-in-out;
    color: #008dd2 !important;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow';
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
    transition: all 300ms ease-in-out;
}

.navbar-light {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%)!important;
}

.navbar-light .navbar-nav .nav-link .fa-search {
    color: #096ca9!important;
}

.navbar-light .navbar-toggler {
    color: #3c5480;
    border-color: #3c5480;
}


/* .navbar-brand img {
    width: 65px;
} */

.show-block {
    display: none;
}

.banner {
    padding-bottom: 50px;
    height: auto!important;
}

.bgbanner img {
    /* height: 600px; */
    width: 100%;
    margin-bottom: 30px;
    /* position: relative; */
}

.banner-content p {
    font-size: 18px;
    font-weight: 700;
    color: #777777;
}

.banner-middle img {
    /* height: 370px; */
    width: 100%;
}


/* .banner-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
} */

.bluebg {
    padding: 70px 0px!important;
    background-color: #3c5480;
}

.downloadapp {
    background-color: #FFF;
    border-radius: 25px;
    margin-top: -195px;
    box-shadow: 0 0 10px rgb(0 0 0 / 28%)!important;
}

.downloadapp p {
    color: #777777;
    text-align: justify;
}

.downloadapp .app-content {
    margin-top: 100px;
}

.downloadapp .app-content h5 {
    font-family: 'Advent Pro';
    font-weight: 600;
    color: #0c4a69;
    font-size: 32px;
    margin-bottom: 0px;
}

.downloadapp .app-content h4 {
    font-family: 'Advent Pro';
    color: #0c4a69;
    font-size: 40px;
}

.downloadapp .app-content h4 span {
    font-weight: 700;
}


/* .login-profile {
    padding: 80px 80px 0px 80px;
} */

.login-profile .profile-img img {
    height: 151px;
    width: 151px;
    border: 1px solid #FFF;
    border-radius: 75px;
}

.login-profile .btn {
    padding: 10px 30px;
    color: #FFF;
    background-color: #9ba6b6;
    border: 1px solid #9ba6b6;
    font-weight: 600;
    transition: all 400ms ease-in-out;
}

.login-profile .btn:hover,
.login-profile .btn:focus,
.login-profile .active {
    background-color: #101d4d!important;
    border: 1px solid #101d4d!important;
    transition: all 400ms ease-in-out;
}

.capabilities h3,
.team h3,
.contactus h3 {
    font-family: 'Advent Pro';
    color: #052049;
    font-weight: 600;
    font-size: 40px;
    position: relative;
}

.heading-border {
    position: absolute;
    background-color: #178ccb;
    height: 4px;
    width: 40px;
}

.graybg .cap-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.graybg p {
    text-align: justify;
    text-justify: inter-word;
}

.graybg {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #cfcfcf;
    margin-top: 20px;
    /* box-shadow: 0 0 10px rgba(45, 46, 46, 0.49)!important; */
}

.graybg h4 {
    font-weight: 700;
    font-size: 22px;
    color: #052049;
}

.capabilities {
    box-shadow: inset 0px -10px 3px -10px #333
}

.team {
    background-color: #e6e6e6;
    /* border: 1px solid #ccc;
        box-shadow: 0 -5px 5px -5px #333; */
}

.joinus {
    background-image: url(../img/joinusbg.png);
    position: relative;
    height: 200px;
    padding: 45px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.joinus h4 {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 20px;
}

.joinus .input-group>.custom-select:not(:last-child),
.joinus .input-group>.form-control:not(:last-child) {
    color: #000;
    font-weight: 600;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    background-color: rgba(205, 215, 227, 0.5);
    border: 1px solid #cdd7e380;
}

.joinus ::placeholder {
    color: #30363c;
    font-weight: 600;
    font-size: 17px;
}

.joinus .form-control {
    padding: 1.5rem 1rem;
}

.joinus .form-control:focus {
    box-shadow: none;
}

.joinus .input-group-text {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    font-family: 'Myriad Pro';
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    bottom: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.contactus ul li {
    font-family: 'Barlow';
    /* display: inline; */
    /* padding: 10px 10px 10px 0px; */
}

.contactus .contact-nav li {
    padding: 0px 0px 10px 0px;
}

.contactus .contact-nav li a {
    font-size: 16px!important;
}

.contactus .contact-nav li:hover a,
.contactus .contact-nav li:focus a {
    color: #008dd2!important;
    transition: all 300ms ease-in-out;
}

.contactus ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.contactus ul li a {
    transition: all 300ms ease-in-out;
}

.contactus .contact-nav li:hover a,
.contactus .contact-nav li:focus a,
.contactus .contact-nav .active a {
    transition: all 300ms ease-in-out;
    color: #0334a2;
}

.contactus .fa-envelope:before {
    color: #3e6b82;
    font-size: 23px;
    cursor: pointer;
}

.contactus li:hover .fa-facebook-f:before,
.contactus li:hover .fa-twitter:before,
.contactus .active .fa-facebook-f:before,
.contactus li:focus .fa-twitter:before {
    color: #3e6b82;
    transition: all 300ms ease-in-out;
}

.contactus .email-text {
    font-size: 18px;
    font-weight: 600;
}

.contactus .social-icon {
    float: right;
}

footer {
    background-color: #9ba6b6;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
    margin-bottom: 0rem!important;
}


/* Our Team carousel css */

.slick-next::before,
.slick-prev::before {
    display: none!important;
}

.slick-list {
    padding: 15px 30px 20px 30px;
}

.team .items .card-title {
    font-weight: 600;
    font-size: 15px;
    color: #00405f;
}

.team .items .card-text {
    text-align: center;
    font-size: 14px;
    color: #777777;
}

.team .items ul {
    list-style: none;
}

.team .card .social-icon {
    margin-top: 20px;
    margin-bottom: 0px;
}

.team .items .social-icon li {
    display: inline;
    padding: 10px;
}

.team .card .social-icon .fab,
.contactus .fab {
    color: #a3a3a3;
    transition: all 300ms ease-in-out;
}

.team .card .social-icon li:hover .fab {
    color: #09206c;
    transition: all 300ms ease-in-out;
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    /* background-clip: border-box; */
    border: 1px solid transparent;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s ease;
}

.card:hover {
    background-color: #FFF;
    box-shadow: 20px 5px 30px rgba(0, 0, 0, 0.3);
    /* transition: all 300ms ease-in-out; */
    border-radius: 20px;
}

.card .card-body {
    padding: 1rem 1rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.slick-dots li button:before {
    font-size: 14px;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    color: #09206c;
    transition: all 300ms ease-in-out;
}

.items {
    width: 100%;
    margin: 0px auto;
    /* margin-top: 50px */
}

.slick-slide {
    margin: 10px
}

.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-color: rgba(120, 120, 120, .1); */
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px)
}

.circle .media-content:before {
    width: 40%;
    left: 30%
}

.profile-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px
}

.media {
    display: block;
    width: 130px;
    height: 130px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    /* border: 5px solid #eee; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 49%)
}

.contactus .text-mail {
    line-height: 1rem!important;
}


/* .media {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 55px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    width: 110px;
} */


/* ------Media Query */

@media (max-width: 768px) {
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        transition: all 300ms ease-in-out;
        color: #008dd2 !important;
    }
    .navbar-dark .navbar-toggler {
        color: #0c4a69!important;
        border-color: #0c4a69!important;
    }
    .navbar-brand img {
        height: 80px!important;
    }
    .banner {
        padding-bottom: 10px!important;
    }
    .banner,
    .bluebg,
    .capabilities,
    .team {
        overflow: hidden!important;
    }
    .capabilities,
    .team {
        padding: 70px 0;
    }
    .banner-content img {
        height: 100px;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: transparent;
    }
    .show-block {
        display: block!important;
    }
    .bgbanner {
        display: none!important;
    }
    /* .banner-content {
        margin: 15px 0px 15px 0px;
    } */
    .app-content {
        margin-top: 0px!important;
    }
    .downloadapp .app-content h5 {
        font-size: 30px!important;
    }
    .downloadapp .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }
    .downloadapp {
        text-align: center;
        margin-top: 0px!important;
        padding: 2rem!important;
    }
    .app-content h5 {
        margin-top: 15px;
    }
    .login-profile .Profile {
        margin-bottom: 15px;
    }
    .login-profile .profile-img img {
        height: 130px;
        width: 130px;
    }
    /* .login-profile {
        padding: 30px 0px 0px 0px!important;
    } */
    .social-btn img {
        margin-bottom: 10px;
        text-align: center;
    }
    .graybg h4 {
        font-size: 18px!important;
    }
    .capabilities h3,
    .team h3,
    .contactus h3 {
        font-size: 30px;
    }
    .joinus {
        padding: 40px 0;
    }
    .items {
        margin-top: 0px!important;
    }
    /* .slick-list {
        padding: 0px 30px!important;
    } */
    .joinus h4 {
        font-size: 25px;
    }
    .contactus {
        padding: 50px 0px 30px 0px;
        /* text-align: center; */
    }
    .contactus .social-icon {
        float: none;
    }
    .contactus ul {
        text-align: center;
    }
    .contactus ul .icon-float {
        float: none!important;
    }
    /* .heading-border {
            left: 120px;
        } */
    footer .foot-text-left,
    footer .foot-text-right {
        float: none!important;
        text-align: center!important;
    }
}

@media(min-width: 768px) and (max-device-width: 1024px) {
    .show-block {
        display: none!important;
    }
    .bgbanner {
        display: block!important;
    }
    .banner-content {
        margin: 15px 0px 15px 0px;
    }
    .banner-content img {
        height: 100px;
    }
    /* .banner {
        padding: 120px 0;
    } */
    .downloadapp {
        text-align: left;
    }
    .downloadapp .app-content {
        margin-top: 50px!important;
    }
    /* .login-profile {
        padding: 80px 0px 0px 0px!important;
    } */
    .joinus {
        padding: 40px 0;
    }
    .contactus ul {
        text-align: start;
    }
    footer .foot-text-left {
        float: left!important;
    }
    footer .foot-text-right {
        float: right!important;
    }
}


/* slick theme media query */

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}