@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;
}

.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;
}

.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;
}

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-sec {
    padding: 180px 0px 80px 0px;
}

.blog-info-items {
    margin-bottom: 150px;
}

.blog-sec .blog-info-items p {
    color: #767676;
    font-size: 19px;
    line-height: 30px;
    padding-right: 10em;
    text-align: left;
}

.blog-sec .blog-info-items .headsec {
    color: #53719D;
    text-align: left;
}

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

.blog-info-img {
    border-radius: 30px;
    width: 100%;
}

.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: 80%;
    height: 2px;
    background: #d4d4d4;
}

.loadmore {
    margin-bottom: 65px;
}

.loadmore #show-more a,
.loadmore #show-less a {
    color: #53719D;
    position: relative;
    font-size: 20px;
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #53719D;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    z-index: 10;
}

.loadmore #show-more a i,
.loadmore #show-less a i {
    position: absolute;
    left: 75px;
    top: 50px;
    z-index: -1;
    font-size: 30px;
    visibility: hidden;
    color: #53719d96;
    transition: 0.3s all ease-in-out;
}

.loadmore #show-more a:hover i,
.loadmore #show-less a:hover i {
    top: 75px;
    visibility: visible;
    transform: scale(1.2);
    transition: 0.3s all ease-in-out;
}

.loadmore .blog-info-items .col-md-6 {
    padding: 0px;
}

#show-more:before,
#show-less:before,
#show-more:after,
#show-less:after {
    content: '';
    position: absolute;
    bottom: 1.8rem;
    left: 3rem;
    width: 535px;
    height: 2px;
    background: #53719d40;
}

#show-more:after,
#show-less:after {
    right: 2rem;
    left: auto;
}


#show-more,
#show-less {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
}

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;
    }

    h2.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-sec {
        padding: 120px 0px 50px 0px !important;
    }

    .show-more:before,
    .show-more:after {
        width: 75%;
    }

    .blog-read-more-info .blog-read-more-line:before {
        bottom: -25px;
        width: 100%;
    }

    .blog-info-items {
        margin-bottom: 85px;
    }

    .blog-sec .blog-info-items p {
        padding-right: 0px;
    }

    .blog-read-more a {
        padding: 12px 15px 12px 35px;
    }

    .custom-link:hover {
        width: 95%;
    }

    .custom-link {
        font-size: 18px;
        padding: 16px 10px;
    }

    #show-more:before,
    #show-less:before,
    #show-more:after,
    #show-less:after {
        width: 100%;
        left: 0;
    }

    .loadmore {
        padding: 0px 15px;
    }

    #show-more:after,
    #show-less:after {
        background: #53719d00;
    }
    .custom-link a i {
    margin-right: 15px;
}
}
