@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #3c4858;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    font-weight: 600 !important;
}

::-moz-selection {
    background: #465467;
    color: #ffffff;
}

::selection {
    background: #465467;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(60, 72, 88, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 40px !important;
    letter-spacing: 1px;
}

.title-heading .letter-spacing {
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 17px;
    letter-spacing: 0.5px;
}

.section-title {
    position: relative;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 32px !important;
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-60 {
    margin-bottom: 60px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.font-14 {
    font-size: 14px !important;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.spin-anything {
    -webkit-animation: spinner-animation 5s linear infinite;
    animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .title-heading .heading {
        font-size: 30px !important;
    }
    .title-heading .para-desc {
        font-size: 15px;
    }
    .section-title .title {
        font-size: 30px !important;
    }
    .mt-60 {
        margin-top: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

h1 {
    font-size: 42px !important;
}

h2 {
    font-size: 36px !important;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 16px !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.display-5 {
    font-size: 40px !important;
}

.bg-primary {
    background-color: #3a6bea !important;
}

.text-primary {
    color: #3a6bea !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #ffb41d !important;
}

.bg-secondary {
    background-color: #727981 !important;
}

.text-secondary {
    color: #727981 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #5a6066 !important;
}

.bg-success {
    background-color: #25b865 !important;
}

.text-success {
    color: #25b865 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1c8e4e !important;
}

.bg-warning {
    background-color: #e49e3d !important;
}

.text-warning {
    color: #e49e3d !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d1861d !important;
}

.bg-info {
    background-color: #41b2c4 !important;
}

.text-info {
    color: #41b2c4 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #3291a0 !important;
}

.bg-danger {
    background-color: #d13b4c !important;
}

.text-danger {
    color: #d13b4c !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b02938 !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #272f3a !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #68788f !important;
}

.bg-light {
    background-color: #f9fafc !important;
}

.text-light {
    color: #f9fafc !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #d7deeb !important;
}

.bg-footer {
    background-color: #465467 !important;
}

.text-footer {
    color: #465467 !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #323c49 !important;
}

.bg-blue {
    background-color: #506efa !important;
}

.text-blue {
    color: #506efa !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1e45f9 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 7px !important;
}

.rounded-top {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.rounded-left {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.rounded-right {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.rounded-pill {
    border-radius: 10px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
}

.btn-primary {
    background-color: #3a6bea !important;
    border: 1px solid #3a6bea !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #ffb41d !important;
    border-color: #ffb41d !important;
    color: #ffffff !important;
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 10px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button:not(:disabled) {
    outline: none;
    border: 0;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
    box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.form-group .form-control {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #3c4858;
    background: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-group textarea {
    height: 180px !important;
}

.captcha-container {
    display: flex;
    align-items: center;
}

.form-control {
    flex: 1;
    margin-right: 10px;
}

.captcha-image {
    max-width: 150px;
    height: auto;
    border-radius: 5px;
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #ffffff;
    background-color: #6c757d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
    box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

.back-to-top i {
    font-size: 16px;
}

.back-to-top:hover {
    background-color: #3a6bea;
    color: #ffffff;
}

.home-shape-arrow {
    position: absolute;
    left: 0;
    bottom: 25px;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 auto;
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .logo {
    float: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
}

#topnav .logo .l-dark {
    display: none;
}

#topnav .logo.logo-dark {
    color: #3c4858;
}

#topnav .logo .l-light {
    display: inline-block;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
    margin-left: 8px;
}

#topnav .buy-button .login-btn-primary {
    display: none;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #3a6bea;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li:active>a {
    color: #3a6bea !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3c4858;
    font-size: 14px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito", sans-serif;
    padding-left: 8px;
    padding-right: 8px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #3a6bea;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
    box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #3a6bea;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
    box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

#topnav.nav-sticky .logo {
    color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #3c4858;
}

.logo {
    position: relative;
}

.logo img {
    padding:0;
    margin-top: 15px;
    position: relative;
    height: 48px !important;
    width: 211px !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #topnav .navigation-menu.navigation-menu-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #3a6bea !important;
    }
    #topnav .navigation-menu.nav-light>li>a {
        color: #f9fafc;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
        box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
        min-height: 74px;
    }
    #topnav .logo .l-dark {
        display: inline-block !important;
    }
    #topnav .logo .l-light {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #3a6bea;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .buy-button .login-btn-primary {
        display: inline-block !important;
    }
    #topnav .buy-button .login-btn-light {
        display: none;
    }
    #topnav .has-submenu.active a {
        color: #3a6bea;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f2f4f9;
        border-bottom: 1px solid #f2f4f9;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-home-three {
    padding: 180px 0 420px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 184px 0;
    background: url('../images/bg-pic.jpg') top center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

.home-title h5 {
    font-size: 15px !important;
    letter-spacing: 1.8px;
}

@media (max-width: 767px) {
    .bg-half-170 {
        padding: 150px 0;
        height: auto;
    }
    .bg-home-three {
        padding: 150px 0 350px;
        height: auto;
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaedf2;
    border-radius: .3125rem;
}

.card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
}

.services__details__faq {
    margin-bottom: 75px;
    margin-top: 40px;
}

.services__details__faq .card {
    border: 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.services__details__faq .card .card-heading {
    border-radius: 2px;
}

.services__details__faq .card .card-heading a {
    font-size: 18px;
    color: #323232;
    font-weight: 700;
    padding: 12px 10px 10px 65px;
    display: block;
    background: #f9fafc;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
}

.services__details__faq .card .card-heading.active a {
    background: #3a6bea;
    color: #fff;
}

.services__details__faq .card .card-body {
    padding-left: 33px;
}

.services__details__faq .card .card-body p {
    color: #323232;
}

.services__details__faq .card-heading a:after,
.services__details__faq .card-heading>a.active[aria-expanded=false]:after {
    content: "+";
    font-size: 22px;
    color: #323232;
    position: absolute;
    left: 30px;
    top: 14px;
    line-height: 20px;
}

.services__details__faq .card-heading.active a:after {
    content: "-";
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 14px;
    line-height: 20px;
}

.services__details__faq .card-heading a[aria-expanded=true]:after,
.services__details__faq .card-heading>a.active:after {
    content: "-";
    font-size: 22px;
    color: #323232;
    position: absolute;
    left: 30px;
    top: 14px;
    line-height: 20px;
}

footer {
    padding: 60px 0;
    position: relative;
    color: rgba(173, 181, 189, 0.7);
}

footer.footer-bar {
    border-top: 1px solid rgba(108, 117, 125, 0.5);
}