
/*===========================================================
 Custom Font CSS
============================================================*/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype'),
        url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    --hamBg: red;
    --preloaderBg: red;

}

/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /* overflow-y: hidden; */
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}


/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 15px 0;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*===========================================================
Banner
===========================================================*/

.navbar {
    position: absolute;
    width: 100%;
    background: transparent !important;
    z-index: 9;
    padding: 30px 0;
}

.username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px;
}

.username span {
    margin-left: 15px;
}

.username a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #10274f;
    
    font-family: 'Gilroy', sans-serif;

}

.banner-area {
    /*background-image: url(../img/);*/
    background: #e5f0ff;
    padding-top: 175px;
    position: relative;
}

.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

.me-auto {
    margin-right: 0 !important;
    margin-left: auto;
}

.banner-inner {
    max-width: 695px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.banner-text {}

.banner-text h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.42;
    color: #10274f;
}

.banner-text p {
    font-size: 20px;
    line-height: 1.7;
    color: #8f9194;
    margin-bottom: 50px;
    margin-top: 18px;
}

.banner-form {
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 24px 0 rgba(16, 39, 79, 0.16);
    box-shadow: 0 6px 24px 0 rgba(16, 39, 79, 0.16);
    background-color: #fff;
    padding: 40px;
    position: relative;
    bottom: -60px;
}

.single-form {}

.single-form label {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42;
    color: #10274f;
}

.single-form input {
    max-width: 510px;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    border: solid 1px #c2c9d4;
    background-color: #fff;
    font-size: 16px;
    color: #b8c0cb;
    padding: 0 24px;
}

.single-form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #b8c0cb;
}

.single-form :-ms-input-placeholder {
    font-size: 16px;
    color: #b8c0cb;
}

.single-form ::-moz-placeholder {
    font-size: 16px;
    color: #b8c0cb;
}

.single-form ::-ms-input-placeholder {
    font-size: 16px;
    color: #b8c0cb;
}

.single-form ::placeholder {
    font-size: 16px;
    color: #b8c0cb;
}

.single-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-form:nth-child(2) input {
    max-width: 450px;
    width: 100%;
    margin: 23px 0;
}

.single-form:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single-form:nth-child(3) input {
    max-width: 220px;
    width: 100%;
    margin-left: 25px;
}

.banner-form button img {
    margin-right: 7px;
}

.banner-form button {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;

    font-weight: 500;
    text-align: center;
    color: #f5f5f5;
    width: 160px;
    line-height: 54px;
    border-radius: 6px;
    background-color: #1c75bc;
}

.nav-item a {
    font-size: 18px;
    font-weight: 500;
    color: #8f9194;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #10274f;

}

.navbar-light .navbar-nav .nav-link.active:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    background: #1c75bc;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    background: #1c75bc;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
}

.navbar-light .navbar-nav .nav-link:hover {
    position: relative;
    color: #10274f;
}

.content-area {
    padding: 170px 0 100px;
}

.single-content {
    min-height: 310px;
    border-radius: 100px 0 0 0;
    border: solid 2px #c2c9d4;
    background-color: #fff;
    padding-left: 90px;
    padding-top: 40px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-content:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -5px;
    width: 80px;
    height: 80px;
    border-radius: 30px 0 30px 0;
    background-color: #1c75bc;
}

.single-content:hover {
    border: solid 2px #1c75bc
}

.single-content-2:before {
    background: #00b9a0;
}

.single-content-3:before {
    background: #f8d576;
}

.single-content h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.47;
    color: #10274f;
    font-family: 'Gilroy', sans-serif;

}

.single-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #8f9194;
    margin-top: 10px;
}

.single-content h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.47;
    color: #10274f;
    font-family: 'Gilroy', sans-serif;
}

.single-content-2 {}

.single-content-3 {}

.about-area {
    padding-bottom: 50px;
}

.about-text {}

.about-text h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    position: relative;
    padding-bottom: 22px;
    color: #10274f;

}

.about-text h2:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    border-radius: 3px;
    background-color: #1c75bc;
    bottom: 0;
    left: 50%;
    margin-left: -45px;

}

.about-text h2:after {
    position: absolute;
    content: '';
    border-radius: 3px;
    background-color: #1c75bc;
    bottom: 0;
    left: 57%;
    margin-left: -50px;
    width: 14px;
    height: 6px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    color: #6a6a73;
    margin-top: 40px;
}

.footer-area {
    background-color: #10274f;
    padding: 32px 0;
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.footer-inner ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.footer-inner ul li:first-child {
    position: unset;
    margin: 0;
    padding: 0;
}

.footer-inner ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -2px;
}

.footer-inner ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.go-top {
    bottom: 84px;
}

/*===========================================================

===========================================================*/




/*===========================================================
 Responsive Menu
===========================================================*/

/*===========================================================
 Responsive
============================================================*/

@media (min-width: 1600px) {
    .footer-area .container-fluid {
        padding: 0 120px;
    }
}

@media (max-width: 1399px) {
    .single-content:before {
        position: absolute;
        content: '';
        left: -5px;
        top: -5px;
        width: 70px;
        height: 70px;
        border-radius: 25px 0 25px 0;
        background-color: #1c75bc;
    }

    .single-content h2 {
        font-size: 25px;
    }

    .single-content {
        padding-left: 80px;
    }



    .banner-text {
        position: relative;
        z-index: 5;
    }

    .about-text h2:before {
        margin-left: -50px;
    }

    .about-text h2:after {
        margin-left: -40px;
    }

    .single-content-3:before {
        background: #f8d576;
    }

    .single-content-2:before {
        background: #00b9a0;
    }

}

@media (max-width: 1199px) {


    .single-content {
        border-radius: 80px 0 0 0;
    }

    .single-content:before {
        left: -5px;
        top: -5px;
        width: 50px;
        height: 50px;
        border-radius: 15px 0 15px 0;
        background-color: #1c75bc;
    }

    .single-content-3:before {
        background: #f8d576;
    }

    .single-content-2:before {
        background: #00b9a0;
    }

    .single-content {
        padding: 50px 31px;
        padding-bottom: 0;
    }

    .about-text h2 {
        font-size: 44px;
    }

    .about-text h2:before {
        margin-left: -50px;
    }

    .about-text h2:after {
        margin-left: -30px;
    }

    .single-form label {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .banner-img-mobile{
        display: none;
    }
}
@media (max-width: 991px) {
    .banner-img{
        display: none;
    }
    .banner-img-mobile{
        position: relative;
        z-index: 15;
        margin-bottom: -10px;
    }
    .banner-form {
        margin-top: 0;
    }
    .banner-form{
        z-index: 10;
        bottom: 0;
        margin-bottom: -100px;
    }
    .navbar-nav {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

    .username {
        margin-left: 25px;
    }

    .banner-text h2 {
        font-size: 38px;
    }

    .single-content-3 {
        margin-top: 25px;
    }

    .single-content {
        min-height: auto;
        padding-bottom: 30px;
        border-radius: 50px 0 0 0;
    }

    .single-content:before {
        left: -15px;
        top: -10px;
    }

    .about-text h2 {
        font-size: 40px;
        padding-bottom: 15px;
    }

    .about-text h2:before {
        width: 64px;
    }

    .about-text p {
        margin-top: 30px;
    }

    .content-area {
        padding-bottom: 80px;
    }

    .navbar-light .navbar-brand {
        width: 200px;
        margin-right: 0;
    }

}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .single-content h2 {
        font-size: 20px;
    }

    .single-form input {
        max-width: 310px;
    }

    .single-content-2 {
        margin-top: 25px;
    }

    .content-area {
        padding-top: 280px;
        padding-bottom: 70px;
    }

    .about-text h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .about-text h2:before,
    .about-text h2:after {
        height: 3px;
    }

    .about-text h2:before {
        width: 43px;
        margin-left: -40px;
    }

    .about-text p {
        margin-top: 20px;
        font-size: 16px;
    }

    .banner-form button {
        margin-top: 20px;
    }

    .banner-form {
        padding: 35px 40px;
    }

    .single-form label {
        font-size: 18px;
        display: block;
        text-align: center;

    }

    .single-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .single-form label {
        display: block;
        margin-bottom: 3px;
    }

    .banner-form {
        padding: 30px 20px;
    }

    .single-form:nth-child(2) input {
        max-width: 450px;
        width: 100%;
        margin: 4px 0;
    }

    .single-form:nth-child(3) input {
        margin-left: 0;
    }

    .single-form:nth-child(2) {
        margin: 15px 0;
    }

    .single-form input {
        max-width: 100% !important;
        text-align: center;
    }

    .banner-form {
        padding: 15px 20px;
    }

    .banner-text h2 {
        font-size: 28px;
        text-align: center;
    }

    .banner-text p {
        font-size: 16px;
        text-align: center;
    }

    .footer-inner ul li {
        margin-left: 10px;
        padding-left: 10px;
    }

    .banner-form button {
        margin: 15px auto 0;
        line-height: 45px;
        width: 144px;
        font-size: 18px;
    }

    .navbar-light .navbar-brand {
        width: 172px;
    }

    .me-auto {
        margin-right: 0 !important;
        margin-left: 0;
        position: absolute;
        bottom: -50px;
    }

    .username {
        margin-left: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        width: 100%;
    }

    .username a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .username img {
        width: 32px;
    }

    .username span {
        margin-left: 0;
        margin-right: 7px;
        font-size: 14px;
        font-weight: bold;
        color: #10274f;
    }

    .navbar-nav {
        margin: 0 auto;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .footer-inner p {
        margin-bottom: 15px;
    }

    .banner-img {
        display: none;
    }
    .banner-text p{
        margin-bottom: 15px;
    }
    .banner-form{
        margin-bottom: -230px;
        padding-top: 30px;
    }
    .banner-inner{

    }
    .content-area {
        padding-top: 280px;
    }
}

@media (max-width: 575px) {

    .banner-area {
        /*height: 680px;*/
    }

    .content-area {
        padding-top: 280px;
    }
    .about-text h2:before {
        width: 32px;
        margin-left: -30px;
    }

    .about-text h2:after {
        margin-left: -16px;
        width: 8px;
    }
}