@font-face {
    font-family: "raleway-regular";
    src: url("fonts/Raleway-Regular.ttf");
    src: local('fonts/Raleway-Regular'), local('/fonts/Raleway-Regular'),
        url("fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-light";
    src: url("fonts/Raleway-Light.ttf");
    src: local('fonts/Raleway-Light'), local('/fonts/Raleway-Light'),
        url("fonts/Raleway-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    overflow: unset;
}

body {
    /*font-family: "raleway-regular";*/
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 17px;
    color: #001F1F;
    overflow-x: hidden;
    width: 100%;
    background: #FAFBFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Wix Madefor Display', sans-serif;

}

button {
    font-family: 'Wix Madefor Display', sans-serif;
    background: #0068ef;
}

p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #001F1F;
}

a {
    text-decoration: none;
}

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

.justify-content-end {
    justify-content: flex-end;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

header.animate__animated {
    z-index: 1001;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*    box-shadow: 0px 14px 11px #f9f9f9;*/
}

header nav.navbar {
    background-color: rgb(255 255 255 / 99%) !important;
    backdrop-filter: blur(100px);
    border-radius: 0;
}

.nav-link-btn {
    padding: 4px 30px !important;
    border: double 2px transparent;
    border-radius: 80px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(14, 58, 159, 1), rgba(149, 26, 69, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;

}



section {
    /*    height: 100vh;*/
    /*    display: flex;*/
    /*    align-items: center;*/
}

.scroll-item {
    /*    scroll-snap-align: start;*/
    /*    scroll-snap-stop: always;*/
    /*    scroll-behavior: smooth;*/
}

.secpadding {
    padding: 80px 0px;
}

.text-right {
    text-align: right !important;
}

ul.navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

ul.navbar-nav .nav-item {
    margin: 0px 15px;
}

ul.navbar-nav .nav-item a.nav-link {
    font-size: 19px;
    font-family: "raleway-regular";
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link.nav-link-btn:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
    color: #fff;
    background-clip: padding-box, border-box;
}

/* main {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%) !important;
    width: 100% !important;
} */
footer {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    padding: 5em 0px 0px 0px;
    position: relative;
    width: 100% !important;
    z-index: 100;
}

footer .copyrightsec {
    margin-top: 40px;
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

footer ul.footerlinks {
    list-style: none;
    margin-bottom: 80px;
}

footer .footersociallinks {
    list-style: none;
}

footer ul.footerlinks li {
    display: inline-block;
    margin: 0px 25px;
}

footer ul.footersociallinks li a {
    font-size: 20px;
    padding: 7px 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #8b1d4c;
}

footer ul.footersociallinks li {
    display: inline-block;
    margin: 0px 12px;
}

footer ul.footerlinks li a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

h1.headsec,
h2.headsec {
    font-size: 60px;
    line-height: 68px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

h4.headsec {
    font-size: 35px;
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.text-muted {
    color: #8892A1 !important;
}

.grd-lite {
    background: linear-gradient(90deg, rgba(14, 58, 159, 0.9) 0%, rgba(149, 26, 69, 0.9) 100%);
    padding: 80px 0;
}

.grd-lite h2.headsec {
    font-size: 60px;
    line-height: 67px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.form-main .form-control {
    border-radius: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 8px 30px;
    height: 70px;
}

.form-floating > label {
    color: #fff;
    padding: 20px 30px;
}

.btn-main {
    width: 95%;
    background: #0068ef;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.custom-link {
    background: #6a8dc1;
    width: 95%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.custom-link a i {
    font-size: 24px;
}

.btn-main:hover {
    width: 100%;
    background-color: #fff;
    color: #0068ef !important;
}

.custom-link:hover {
    background: #fff;
    width: 100%;
}

.custom-link:hover a {
    color: #0068ef !important;
}

.form-floating > label {
    padding: 20px 30px;
    color: #fff !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background: transparent;
}

.blog-info-sec {
    padding: 180px 0px 80px 0px;
}

.blog-read-more {
    margin-top: 50px;
}

.blog-read-more a i {
    margin-left: 10px;
    font-size: 22px;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}

.blog-read-more a:hover i {
    visibility: visible;
    margin-left: 20px;
    transition: 0.3s all ease-in-out;
}

.blog-read-more a {
    background: #53719d;
    color: #ffffffd6;
    padding: 15px 15px 15px 35px;
    border-radius: 50px;
    font-size: 19px;
    transition: 0.3s all ease-in-out;
    font-weight: 200;
    letter-spacing: 0.3px;
}

.blog-read-more a:hover {
    padding: 15px 35px 15px 35px;
    transition: 0.3s all ease-in-out;
}

.blog-read-more-info {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.blog-read-more-info .blog-read-more-line {
    position: relative;
    z-index: 10;
}

.blog-read-more-info .blog-read-more-line:before {
    content: '';
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 65%;
    height: 2px;
    background: #d4d4d4;
}

.blog-info-sec .blog-info-content p {
    color: #767676;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
}

.blog-info-sec .blog-info-content .headsec {
    color: #53719D;
    text-align: left;
    font-size: 48px;
    margin-right: 20px;
    line-height: 58px;
}

.blog-info-sec .blog-info-content p.head-content {
    color: #53719D;
    font-size: 19px;
    padding-right: 50px;
    font-weight: 400;
    text-align: left;
}

.blog-info-img {
    margin-bottom: 50px;
}

.blog-info-sec .blog-info-content h4,
.blog-info-sec .blog-info-content h5 {
    color: #53719D;
    margin-top: 40px;
}

.blog-info-sec .blog-info-content ul,
.source-info-content ul {
    list-style: circle;
}

.blog-info-sec .blog-info-content ul li::marker,
.source-info-content ul li::marker {
    font-size: 26px;
    line-height: 0px;
    position: relative;
}

.source-info-content ul li::marker {
    font-size: 20px !important;
}

.source-info-content {
    margin-top: 50px;
}

.source-info-content ul li {
    margin-bottom: 8px;
}

.source-info-content ul li a {
    color: #53719D;
}

.source-info-content ul li a:hover {
    color: #0068ef;
}

.source-info-content h4 {
    color: #53719D;
    font-size: 20px;
    margin-bottom: 25px;
    font-style: italic;
    text-decoration: underline;
}

.blog-info-sec .blog-info-content p a {
    color: #6c757d;
    font-weight: 500;
}
footer ul.footersociallinks li a.twitter-img img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
footer ul.footersociallinks li a.twitter-img {
    padding: 8px 10px;
}
.custom-link:hover a span {
    display: inline-block;
    transition: 0.2s all ease-in-out;
    margin-left: 10px;
    color: #0068ef;
    font-weight: 600;
}

.custom-link a span {
    display: none;
    transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 992px) {
    button.navbar-toggler {
        border: transparent !important;
    }

    .nav-link-btn {
        background: none !important;
        padding: 5px 0px !important;
    }

    .secpadding {
        padding: 60px 0px;
    }

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

    h1.headsec {
        font-size: 40px;
        line-height: 48px;
    }

    header nav.navbar {
        background-color: rgb(255 255 255) !important;
    }

    footer {
        padding: 100px 0px 0px 0px;
    }

    footer .col-md-4,
    footer .col-md-8 {
        text-align: center !important;
    }

    footer ul.footerlinks {
        margin-bottom: 55px;
        padding-left: 0px;
    }

    footer .footersociallinks {
        padding-left: 0px;
    }

    footer ul.footerlinks li {
        display: inline-block;
        margin: 50px 0px 0px 0px;
    }

    footer ul.footerlinks li a {
        color: #fff;
        font-size: 18px;
        padding: 10px 8px;
        text-align: center !important;
    }

    .grd-lite h2.headsec {
        font-size: 50px;
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px 0px !important;
    }

    div#navbarSupportedContent {
        margin-top: 20px;
    }

    .blog-info-sec {
        padding: 120px 0px 50px 0px !important;
    }

    .blog-read-more-info .blog-read-more-line:before {
        width: 33%;
    }

    .blog-info-sec .blog-info-content .headsec {
        font-size: 38px;
        margin-right: 0px;
        line-height: 49px;
    }
    .custom-link:hover {
        width: 95%;
    }
    .custom-link {
    font-size: 18px;
    padding: 16px 10px;
}
}
