:root {
    --thm-font: "Lato", sans-serif;
    --heading-font: "Lato", sans-serif;
    --thm-base: #00aeef;
    --thm-base-rgb: 0, 160, 232;
    --thm-black: #052847;
    --thm-black-rgb: 22, 33, 113
}

body {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 16px;
    line-height: 30px
}

a:active,
a:focus,
a:hover,
a:visited {
    color: #ffffff;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font)
}

.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.thm-btn {
    background-color: var(--thm-base);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 18px 0 rgba(22, 33, 113, .26);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    outline: 0;
    padding: 10.5px 35px;
    transition: all .4s ease;
    vertical-align: middle
}

.thm-btn i {
    margin-left: 5px;
    position: relative;
    top: 1px
}

.thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 991
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--thm-gray)
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-base);
    color: #fff
}

.bootstrap-select .dropdown-menu>li>a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    transition: all .4s ease
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-base);
    color: #fff;
    cursor: pointer
}

.datepicker.dropdown-menu {
    min-width: 17rem
}

.datepicker table {
    width: 100%
}

.post-pagination {
    flex-wrap: wrap
}

.post-pagination,
.post-pagination a {
    align-items: center;
    display: flex;
    justify-content: center
}

.post-pagination a {
    border: 1px solid rgba(225, 90, 19, .2);
    border-radius: 50%;
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    padding: 0;
    text-align: center;
    transition: all .4s ease;
    width: 57px
}

.post-pagination a.active,
.post-pagination a:hover {
    background-color: var(--thm-base);
    color: #fff
}

.post-pagination a.active {
    cursor: auto
}

.post-pagination a+a {
    margin-left: 15px
}

.preloader {
    align-items: center;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9991
}

.preloader__image {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.scroll-to-top {
    background: var(--thm-base);
    border-radius: 50%;
    bottom: 40px;
    display: inline-block;
    display: none;
    height: 45px;
    position: fixed;
    right: 40px;
    text-align: center;
    transition: all .4s ease;
    width: 45px;
    z-index: 99
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px
}

.scroll-to-top:hover {
    background-color: var(--thm-black)
}

.scroll-to-top:hover i {
    color: #fff
}

.thm-base-bg {
    background-color: var(--thm-primary)
}

.thm-base-bg-2 {
    background-color: var(--thm-base)
}

.thm-gray-bg {
    background-color: var(--thm-gray)
}

.block-title__line {
    background-image: linear-gradient(90deg, #052847, #062948 51%, #052847);
    border-radius: 3px;
    display: flex;
    height: 6px;
    line-height: 1em;
    margin-bottom: 25px;
    position: relative;
    width: 64px
}

.block-title__line.line-two {
    background-image: linear-gradient(90deg, #062948, #052847)
}

.text-center .block-title__line {
    margin-left: auto;
    margin-right: auto
}

.block-title__line:before {
    background-color: #052847;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    content: "";
    height: 6px;
    left: 12px;
    position: absolute;
    top: 0;
    width: 8px
}

.block-title {
    margin-bottom: 65px;
    position: relative
}

.block-title h3 {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.04em;
    margin: 0 0 30px
}

.block-title h3.features-page {
    color: #fff
}

.block-title h3 span {
    color: #009de1;
    font-family: var(--heading-font);
    font-style: italic;
    letter-spacing: 0
}

.block-title p {
    color: #3a505f;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0
}

.block-title p span.text-extra {
    color: var(--thm-base);
    font-weight: 600
}

.block-title__two h4 {
    align-items: center;
    color: #052847;
    display: flex;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1em;
    margin: 0 0 20px
}

.text-center.block-title__two h4 {
    justify-content: center
}

.block-title__two h4:after,
.block-title__two h4:before {
    background-image: url(8792db7d73bb85a076b5.png);
    background-repeat: repeat-x;
    content: "";
    height: 10px;
    max-width: 190px;
    width: 100%
}

.block-title__two h4:before {
    margin-right: 25px
}

.block-title__two h4:after {
    margin-left: 25px
}

.text-left.block-title__two h4:before {
    display: none
}

.cursor {
    background-color: #fff;
    border-radius: 100%;
    height: 6px;
    pointer-events: none;
    position: absolute;
    transform: scale(1);
    transition: transform .3s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 6px;
    z-index: 1;
    z-index: 10000
}

.cursor.active {
    opacity: .5;
    transform: scale(0)
}

.cursor.hovered {
    opacity: .08
}

.cursor-follower {
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 50px;
    pointer-events: none;
    position: absolute;
    transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    visibility: visible;
    width: 50px;
    z-index: 1;
    z-index: 10000
}

.cursor-follower.active {
    opacity: .7;
    transform: scale(1)
}

.cursor-follower.hovered {
    opacity: .08
}

.cursor-follower.close-cursor:before {
    display: inline-block;
    left: 48%;
    transform: rotate(-45deg)
}

.cursor-follower.close-cursor:after,
.cursor-follower.close-cursor:before {
    background: #fff;
    content: "";
    height: 25px;
    position: absolute;
    top: 12px;
    width: 2px
}

.cursor-follower.close-cursor:after {
    right: 48%;
    transform: rotate(45deg)
}

@keyframes service_hexagon {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

.float-bob-y {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes float-bob-y-2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

.float-bob-y-2 {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes float-bob-x {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(0)
    }
}

.float-bob-x {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes videoBtnAnim {
    0% {
        opacity: 1;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    25% {
        opacity: .4;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .8;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        opacity: .4;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.policy-content h5 {
    font-size: 1.1725rem;
    font-weight: 600
}

.policy-content p {
    color: #000;
    font-size: 16px;
    letter-spacing: -.18px;
    line-height: 30px;
    margin-bottom: 20px
}

.policy-content p.first-line {
    font-size: 25px
}

.topbar-one {
    background-color: #162171;
    padding-bottom: 10px;
    padding-top: 10px
}

.topbar-one .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.topbar-one p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    letter-spacing: .01em;
    margin: 0
}

.topbar-one p i {
    margin-right: 10px
}

section.dark {
    color: #fff;
    margin-top: 60px;
    padding-bottom: 100px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

.midsection-svg {
    height: 100%;
    position: absolute;
    top: -150px;
    width: 100%
}

.dark .img-features {
    padding: 84px 0;
    position: relative
}

.dark .box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 8px;
    box-shadow: 2px 4px 9px 1px rgb(0 0 0/5%), 0 1px 1px rgb(0 0 0/4%);
    overflow: hidden
}

.dark .box h3 {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 7px
}

.dark .box p {
    color: #3a505f;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#tabs-nav li a {
    border-left: 5px solid #fff;
    display: block;
    padding: 11px
}

ul#tabs-nav li a,
ul#tabs-nav li a:hover {
    text-decoration: none
}

ul#tabs-nav li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

ul#tabs-nav li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

ul#tabs-nav li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

ul#tabs-nav li.active a,
ul#tabs-nav li:hover a {
    border-left: 5px solid #052847
}

.site-header-one {
    box-shadow: 3px 3px 51px 0 rgba(31, 53, 158, .15)
}

.site-header-one .container,
.site-header-one .inner-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.site-header-one__logo img {
    position: relative;
    top: 10px
}

.site-header-one .side-menu__toggler {
    color: var(--thm-black);
    cursor: pointer;
    display: none;
    font-size: 20px;
    margin-left: 10px;
    transition: all .5s ease
}

.site-header-one .side-menu__toggler:hover {
    color: var(--thm-base)
}

.main-nav__main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__main-navigation .main-nav__navigation-box {
    align-items: center;
    display: flex
}

.main-nav__main-navigation .main-nav__navigation-box>li {
    padding: 32.5px 0;
    position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
    margin-left: 20px
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: var(--thm-black);
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: .5s
}

.main-nav__main-navigation .main-nav__navigation-box>li:before {
    background-color: var(--thm-black);
    border-radius: 2.5px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s ease;
    width: 100%
}

.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn).current:after,
.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn).current:before,
.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn):hover:after,
.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn):hover:before {
    transform: scale(1);
    transform-origin: right center
}

.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a {
    color: var(--thm-base)
}

.main-nav__main-navigation .main-nav__navigation-box>li.dropdown>a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 1em;
    margin-left: 9px
}

.main-nav__main-navigation .dropdown-btn {
    display: none
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
    background-color: #fff;
    border-top: 4px solid var(--thm-base);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    opacity: 0;
    position: absolute;
    transform-origin: top;
    transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
    visibility: hidden;
    width: 230px;
    z-index: 991
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
    position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
    border-top: 1px solid rgba(var(--thm-base-rgb), .3)
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    color: var(--thm-black);
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    padding: 9.5px 20px;
    transition: all .5s ease;
    word-break: break-all
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    background-color: var(--thm-black);
    color: #fff
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
    left: 0;
    opacity: 0;
    top: 100%;
    transform: translateY(30px);
    visibility: hidden
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
    left: 100%;
    opacity: 0;
    top: 0;
    transform: translateX(30px);
    visibility: hidden
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
    opacity: 1;
    transform: translateX(0);
    visibility: visible
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
    display: none
}

.stricked-menu {
    background-color: #fff;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .06);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateY(-110%);
    transition: all .4s ease;
    width: 100%;
    z-index: 999
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    transform: translateY(0)
}

.main-header-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 91
}

.main-header-wrapper .topbar-one {
    background-color: transparent
}

.header-cta-btn {
    display: flex;
    flex-direction: column;
    padding-left: 54px;
    padding-right: 10px;
    position: relative
}

.header-cta-btn>i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 35px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.header-cta-btn span,
.header-cta-btn strong {
    display: block;
    line-height: 1em
}

.header-cta-btn span {
    color: #3a505f;
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 400
}

.header-cta-btn strong {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    margin-top: 0
}

.site-header-two {
    box-shadow: none
}

.site-header-two .inner-container {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(29, 47, 60, .41);
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    width: 100%
}

.site-header-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #1d2f3c
}

.site-header-two .main-nav__main-navigation .main-nav__navigation-box>li:before {
    background-image: linear-gradient(180deg, #00aeef, #00aeef)
}

.site-header-two .site-header-one__logo img {
    top: auto
}

.site-header-two.stricked-menu {
    box-shadow: 3px 3px 51px 0 rgba(31, 53, 158, .15)
}

.site-header-two.stricked-menu .inner-container {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.site-header-two.stricked-menu .inner-container:before {
    display: none
}

.site-header-three {
    box-shadow: none;
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 91
}

.site-header-three .site-header-one__logo img {
    top: 0
}

.site-header-three.stricked-menu {
    background-color: var(--thm-black);
    position: fixed;
    top: 0;
    z-index: 999
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #fff
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li {
    padding: 14.5px 0
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li:before {
    background-color: #fff;
    bottom: 17px;
    height: 1px
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li:after {
    display: none
}

.site-header-three .thm-btn {
    background-color: #00d7ff;
    border-radius: 25.5px;
    box-shadow: 0 12px 18px 0 rgba(41, 26, 85, .19);
    color: #321464
}

.site-header-three .thm-btn:hover {
    background-color: #321464;
    color: #fff
}

.site-header-three.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
    padding: 28.5px 0
}

.site-header-three.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li:before {
    bottom: 32px
}

.banner-one {
    background-image: url(789ac0b37dbbd144ff6f.png);
    background-position: 0 100%;
    background-repeat: no-repeat
}

.banner-one.pdng-banner {
    background-image: none;
    padding-top: 170px
}

.banner-one.delight-banner {
    background-image: none;
    padding-top: 50px
}

.banner-one.pdng-banner.bnr-create {
    padding-top: 100px
}

.banner-one .container {
    position: relative
}

.banner-one__content {
    padding-bottom: 90px;
    padding-top: 70px
}

.banner-one__content h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 55px;
    margin: 0
}

.banner-one__content h3 span {
    color: var(--thm-base)
}

.banner-one__content p {
    color: #3a505f;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    margin: 20px 0 36px
}

.banner-one__btn-block {
    align-items: center;
    display: flex
}

.banner-one .thm-btn {
    background-image: linear-gradient(90deg, #162171, #1a36c0 51%, #162171);
    background-size: 200% auto;
    box-shadow: 0 13px 18px 0 rgba(31, 53, 158, .29);
    padding: 13px 54px
}

.banner-one .thm-btn:hover {
    background-position: 100%
}

.banner-one__video {
    align-items: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 56px;
    justify-content: center;
    margin-right: 28px;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 56px
}

.banner-one__video:after,
.banner-one__video:before {
    -webkit-animation: videoBtnAnim 3s linear infinite;
    animation: videoBtnAnim 3s linear infinite;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    content: "";
    height: 68px;
    left: calc(50% - 34px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 34px);
    width: 68px;
    z-index: -1
}

.banner-one__video:after {
    height: 75px;
    left: calc(50% - 37.5px);
    opacity: 1;
    top: calc(50% - 37.5px);
    width: 75px
}

.banner-one__video:before {
    animation-delay: 1s
}

.banner-one__video:hover {
    background-color: var(--thm-black);
    color: #fff
}

.banner-one__images {
    bottom: 0;
    height: 449px;
    position: absolute;
    right: 0;
    width: 675px
}

[class*=banner-one__image-] {
    position: absolute
}

.banner-one__image-1 {
    right: 0;
    top: 0
}

.banner-one__image-2 {
    bottom: 24px;
    left: 64px;
    z-index: 1
}

.banner-one__image-3 {
    bottom: 131px;
    right: 294px
}

.banner-one__image-4 {
    bottom: 97px;
    right: 365px
}

.banner-one__image-5 {
    bottom: 64px;
    right: 340px
}

.banner-one__image-6 {
    bottom: 30px;
    right: 365px
}

.banner-one__image-7 {
    bottom: 0;
    right: 420px
}

.banner-one__image-8 {
    bottom: 0;
    right: 75px;
    z-index: 1
}

.banner-one__image-9 {
    bottom: 0;
    right: 215px
}

.banner-one__image-10 {
    bottom: 0;
    right: 45px
}

.banner-two {
    background-image: url(612781c0959f3bd2d8a1.png);
    background-position: -85px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -137px;
    padding-bottom: 284px;
    padding-top: 264px
}

.banner-two__content h3 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 62px;
    font-weight: 700;
    line-height: 75px;
    margin: 0
}

.banner-two__content p {
    color: #efeff1;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin: 28px 0 45px
}

.banner-two__btn-block {
    align-items: center;
    display: flex
}

.banner-two__content .thm-btn {
    border-radius: 28px;
    padding: 13px 40px
}

.banner-two__btn-1 {
    background-image: linear-gradient(90deg, #ffc96e, #ff2cc6 51%, #ffc96e);
    background-size: 200% auto;
    box-shadow: 0 13px 18px 0 rgba(25, 158, 255, .29), inset -6.444px -2.735px 29px 0 rgba(0, 0, 0, .2);
    margin-right: 17px
}

.banner-two__btn-1:hover {
    background-position: 100%
}

.banner-two__btn-2 {
    background-color: #3f02a7;
    box-shadow: 0 13px 18px 0 rgba(57, 5, 167, .29)
}

.banner-two__btn-2:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.banner-three {
    background-color: #052847;
    position: relative
}

.banner-three .container {
    padding-bottom: 449px;
    padding-top: 270px;
    position: relative
}

.banner-three__moc-1 {
    bottom: 0;
    position: absolute;
    right: -120px
}

.banner-three__content h3 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 40px
}

.banner-three__content h3 span {
    color: #00aeef;
    font-family: var(--heading-font);
    font-style: italic;
    letter-spacing: 0
}

.banner-three__content p {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 40px
}

.banner-three__content .thm-btn {
    background-color: #fff;
    border-radius: 26px;
    color: var(--thm-black);
    padding: 11px 39px
}

.banner-three__content .thm-btn:hover {
    background-color: var(--thm-base);
    color: #fff
}

@keyframes text7 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    44%,
    55% {
        display: inline-block;
        width: 1.7em
    }
}

@keyframes text6 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    11%,
    22% {
        display: inline-block;
        width: 3.25em
    }
}

@keyframes text5 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    44%,
    55% {
        display: inline-block;
        width: 4em
    }
}

@keyframes text4 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    11%,
    22% {
        display: inline-block;
        width: 4em
    }
}

@keyframes text3 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    78%,
    88% {
        display: inline-block;
        width: 5em
    }
}

@keyframes text2 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    44%,
    55% {
        display: inline-block;
        width: 4em
    }
}

@keyframes text1 {

    0%,
    33%,
    66%,
    to {
        display: none;
        width: 0
    }

    11%,
    22% {
        display: inline-block;
        width: 5em
    }
}

.TextField1 {
    animation: text1
}

.TextField2 {
    animation: text2
}

.TextField3 {
    animation: text3
}

.TextField4 {
    animation: text4
}

.TextField5 {
    animation: text5
}

.TextField6 {
    animation: text6
}

.TextField7 {
    animation: text7
}

.TextField1,
.TextField2,
.TextField3,
.TextField4,
.TextField5,
.TextField6,
.TextField7 {
    -webkit-text-decoration-underline: underline !important;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(7);
    box-sizing: border-box !important;
    display: inline-block;
    margin-bottom: -10px;
    overflow: hidden;
    position: relative;
    text-decoration: underline !important;
    text-decoration-color: #009ae0 !important;
    -webkit-text-decoration-color: #009ae0 !important;
    text-decoration-thickness: 5px !important;
    -webkit-text-decoration-thickness: 8px !important;
    white-space: nowrap
}

.TextField2,
.TextField3,
.TextField4 {
    left: 0
}

.TextField5 {
    left: -10px
}

.TextField6 {
    left: 0
}

.TextField7 {
    left: -8px
}

.page-header {
    background-color: #052847;
    background-position: top;
    background-size: cover;
    padding-bottom: 110px;
    padding-top: 255px
}

.page-header .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.page-header h2 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 36px;
    font-weight: 700;
    margin: 0
}

.thm-breadcrumb {
    align-items: center;
    display: flex;
    margin: 0
}

.thm-breadcrumb li {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700
}

.thm-breadcrumb li a {
    color: inherit
}

.thm-breadcrumb li:not(:last-of-type):after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    margin-left: 20px;
    margin-right: 20px
}

.site-footer {
    position: relative
}

.new-contact {
    background-color: #ff4058;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    margin-left: 8px;
    padding: 0 5px
}

[class*=site-footer__shape-] {
    position: absolute
}

.site-footer__shape-1 {
    bottom: 15%;
    left: 30px
}

.site-footer__shape-2 {
    right: 0;
    top: 0
}

.site-footer__shape-3 {
    left: -1%;
    top: 20%
}

.site-footer__upper {
    background-color: #030e47;
    padding-bottom: 75px;
    padding-top: 115px
}

.footer-widget {
    margin-bottom: 40px
}

.footer-widget__title {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1em;
    margin: 0 0 44px;
    position: relative
}

.footer-widget__title span {
    background-color: #052847;
    display: inline-block;
    line-height: 1em;
    padding-right: 20px;
    position: relative
}

.footer-widget__title:before {
    background-color: #e9eaee;
    content: "";
    height: 1px;
    opacity: .15;
    position: absolute;
    right: 0;
    top: calc(50% - .5px);
    width: 100%
}

.footer-widget__about .footer-widget__logo {
    display: flex;
    margin-bottom: 23px
}

.footer-widget p {
    color: #fff;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 24px;
    margin: 0
}

.footer-widget__about p:nth-child(2) {
    margin-bottom: 18px
}

.footer-widget p span {
    color: #3984e6;
    font-weight: 700
}

@media (min-width:992px) {
    .footer-widget__links {
        padding-left: 0;
        padding-right: 0
    }
}

.footer-widget__links-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -20px 0 0;
    max-width: 250px;
    width: 100%
}

.footer-widget__links-list li {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 0;
    transition: all .5s ease
}

.footer-widget__links-list li:hover {
    padding-left: 10px
}

.footer-widget__links-list li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: .01em;
    padding-left: 15px;
    position: relative;
    transition: all .5s ease
}

.footer-widget__links-list li a:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.footer-widget__links-list li a:after {
    background-color: #009fe8;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
    width: 100%
}

.footer-widget__links-list li:hover a:after {
    transform: scale(1);
    transform-origin: right
}

.footer-widget__links-list li:hover a {
    color: #009fe8
}

.footer-widget__mc-form {
    background-color: hsla(0, 0%, 100%, .23);
    height: 46px;
    position: relative;
    width: 100%
}

.footer-widget__mc-form input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 100%;
    outline: 0;
    padding-left: 20px;
    width: 100%
}

.footer-widget__mc-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer-widget__mc-form ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.footer-widget__mc-form :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer-widget__mc-form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.footer-widget__mc-form ::placeholder {
    color: #fff;
    opacity: 1
}

.footer-widget__mc-form button[type=submit] {
    background-color: #009fe8;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: 0;
    padding: 8px 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease
}

.footer-widget__mc-form button[type=submit]:hover {
    background-color: #fff;
    color: #009fe8
}

.footer-widget__social {
    align-items: center;
    display: flex;
    margin-top: 36px
}

.footer-widget__social a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #16599b;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 30px
}

.footer-widget__social a+a {
    margin-left: 10px
}

.footer-widget__social a:first-child {
    color: #16599b
}

.footer-widget__social a:first-child:hover {
    background-color: #16599b;
    color: #fff
}

.footer-widget__social a:nth-child(2) {
    color: #03a9f4
}

.footer-widget__social a:nth-child(2):hover {
    background-color: #03a9f4;
    color: #fff
}

.footer-widget__social a:nth-child(3) {
    color: #0e76a8
}

.footer-widget__social a:nth-child(3):hover {
    background-color: #0e76a8;
    color: #fff
}

.footer-widget__social a:nth-child(4) {
    color: #c4302b
}

.footer-widget__social a:nth-child(4):hover {
    background-color: #c4302b;
    color: #fff
}

.footer-widget__social a:nth-child(5) {
    color: #25d366
}

.footer-widget__social a:nth-child(5):hover {
    background-color: #25d366;
    color: #fff
}

.footer-widget__newsletter .footer-widget__title {
    margin-bottom: 36px
}

.footer-widget__newsletter p {
    margin-bottom: 15px
}

.site-footer__bottom {
    background-color: #000;
    padding-bottom: 13px;
    padding-top: 13px
}

.site-footer__bottom p {
    color: #fff;
    font-size: 14px;
    letter-spacing: .01em;
    margin: 0
}

.site-footer__bottom p a {
    color: #b0e2f1
}

.site-footer__two {
    background-color: #052847
}

.site-footer__two .site-footer__upper {
    background-color: #052847;
    padding-top: 90px
}

.site-footer__two .footer-widget p span {
    color: #5a5bf9
}

.site-footer__two .footer-widget__links-list li:hover a {
    color: #009fe8
}

.site-footer__two .footer-widget__links-list li a:after {
    background-color: #00c3ef
}

.site-footer__two .footer-widget__links-list li:hover a,
.site-footer__two .site-footer__bottom p a {
    color: #00c3ef
}

.site-footer__two .footer-widget__mc-form button[type=submit] {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto
}

.site-footer__two .footer-widget__mc-form button[type=submit]:hover {
    background-position: 100%;
    color: #fff
}

.site-footer__two-home-two .site-footer__upper {
    padding-top: 110px
}

.cta-one,
.cta-one .inner-container {
    position: relative;
    z-index: 10
}

.cta-one .inner-container {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 8px 27px 0 rgba(29, 47, 60, .18);
    display: flex;
    justify-content: space-between;
    margin-bottom: -62px;
    padding: 40.5px 145px
}

.cta-one .container {
    position: relative
}

.cta-one .container:before {
    background-color: #fff;
    bottom: -14px;
    box-shadow: 0 0 10px 0 rgba(29, 47, 60, .41);
    content: "";
    height: 100%;
    left: 50%;
    opacity: .6;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 88px);
    z-index: 8
}

.cta-one h3 {
    color: #291a55;
    font-family: var(--thm-font);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1em;
    margin: 0
}

.cta-one h3 span {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #00c8f1, #009ce1);
    font-family: var(--heading-font);
    font-style: italic
}

.cta-one__btn {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto;
    border-radius: 28px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 49px
}

.cta-one__btn:hover {
    background-position: 100%
}

.search-popup {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .7s ease;
    width: 100vw;
    z-index: 1000
}

.search-popup.active {
    transform: scale(1);
    transform-origin: top center
}

.search-popup__overlay {
    background-color: #000;
    bottom: 0;
    cursor: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.search-popup__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.search-popup__form {
    max-width: 600px;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 9991
}

.search-popup__form input {
    background-color: transparent;
    background-color: #fff;
    border: none;
    color: var(--thm-black);
    font-size: 18px;
    height: 60px;
    outline: 0;
    padding-left: 30px;
    width: 100%
}

.search-popup__form input::-webkit-input-placeholder {
    color: var(--thm-black)
}

.search-popup__form input::-moz-placeholder {
    color: var(--thm-black)
}

.search-popup__form input:-ms-input-placeholder {
    color: var(--thm-black)
}

.search-popup__form input:-moz-placeholder {
    color: var(--thm-black)
}

.search-popup__form button[type=submit] {
    background-color: var(--thm-base);
    border: none;
    color: #fff;
    cursor: pointer;
    height: 60px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    width: 60px
}

.search-popup__form button[type=submit]:hover {
    background-color: var(--thm-black);
    color: var(--thm-base)
}

.side-menu__block {
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .7s ease;
    width: 100vw;
    z-index: 1000
}

.side-menu__block.active {
    opacity: 1;
    transform: scale(1)
}

.side-menu__block-overlay {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), .3)
}

.side-menu__block-inner {
    background-color: #f6f6fe;
    height: 100vh;
    margin-right: auto;
    max-width: 532px;
    overflow-y: auto;
    padding: 20px 0 40px;
    position: relative;
    width: 100%;
    z-index: 999999
}

@media (max-width:575px) {
    .side-menu__block-inner {
        max-width: 480px
    }
}

@media (max-width:480px) {
    .side-menu__block-inner {
        max-width: 400px
    }
}

@media (max-width:375px) {
    .side-menu__block-inner {
        max-width: 300px
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%
}

.side-menu__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px
}

.mobile-nav__container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding-left: .5em;
    transition: none
}

.mobile-nav__container li.dropdown {
    position: relative
}

.mobile-nav__container li.dropdown .dropdown-btn {
    background-color: transparent;
    border: none;
    color: #9ca3a9;
    font-size: 14px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transform: rotate(90deg);
    transition: transfrom .5s ease;
    width: auto
}

.mobile-nav__container li.dropdown a.open .dropdown-btn {
    transform: rotate(-90deg)
}

.mobile-nav__container li+li {
    margin-top: 10px
}

.mobile-nav__container li a {
    color: #9ca3a9;
    display: block;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease
}

.mobile-nav__container li a:hover,
.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    color: var(--white)
}

.side-menu__social {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    margin-top: 80px;
    margin-top: 36px
}

.side-menu__social a {
    align-items: center;
    background-color: #eeeef6;
    border-radius: 50%;
    color: #16599b;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
    width: 30px
}

.side-menu__social a+a {
    margin-left: 10px
}

.side-menu__social a:first-child {
    color: #16599b
}

.side-menu__social a:first-child:hover {
    background-color: #16599b;
    color: #fff
}

.side-menu__social a:nth-child(2) {
    color: #03a9f4
}

.side-menu__social a:nth-child(2):hover {
    background-color: #03a9f4;
    color: #fff
}

.side-menu__social a:nth-child(3) {
    color: #ea4c89
}

.side-menu__social a:nth-child(3):hover {
    background-color: #ea4c89;
    color: #fff
}

.side-menu__social a:nth-child(4) {
    color: #0067ff
}

.side-menu__social a:nth-child(4):hover {
    background-color: #0067ff;
    color: #fff
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px
}

.side-menu__content p {
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.side-menu__content p+p {
    margin-top: 30px
}

.side-menu__content p a {
    color: var(--thm-base);
    transition: all .5s ease
}

.side-menu__content p a:hover {
    color: var(--thm-black)
}

.side-menu__sep {
    background-color: #fff;
    height: 1px;
    margin: 70px auto;
    width: calc(100% - 200px)
}

.side-menu__text p {
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 25px
}

.side-menu__text a {
    color: var(--thm-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    transition: all .5s ease
}

.side-menu__text a:hover {
    color: var(--thm-primary)
}

.side-menu__block__copy {
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media (max-width:575px) {

    .mobile-nav__container,
    .side-menu__content,
    .side-menu__top {
        padding-left: 50px;
        padding-right: 50px
    }

    .side-menu__sep {
        margin-bottom: 40px;
        margin-top: 40px;
        width: calc(100% - 100px)
    }
}

@media (max-width:480px) {

    .mobile-nav__container,
    .side-menu__content,
    .side-menu__top {
        padding-left: 25px;
        padding-right: 25px
    }

    .side-menu__sep {
        width: calc(100% - 50px)
    }

    .side-menu__social {
        margin-top: 40px
    }

    .side-menu__social a {
        height: 45px;
        width: 45px
    }
}

.contact-one {
    padding-bottom: 120px;
    padding-top: 90px
}

.contact-one,
.contact-one .container {
    position: relative
}

.contact-one .google-map__contact {
    border: none;
    display: block;
    height: 436px;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

.contact-one__form {
    background-color: #052847;
    padding: 60px 65px
}

.contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.contact-one__form textarea {
    background-color: rgba(238, 241, 245, .21);
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 45px;
    outline: 0;
    padding-left: 24px;
    width: 100%
}

.contact-one__form [class*=col-] {
    margin-bottom: 15px
}

.bootstrap-select .dropdown-toggle .filter-option {
    align-items: center;
    display: flex
}

.contact-one__form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.contact-one__form ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.contact-one__form :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.contact-one__form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.contact-one__form ::placeholder {
    color: #fff;
    opacity: 1
}

.contact-one__form textarea {
    height: 113px;
    padding-top: 10px
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.contact-one__form .thm-btn {
    background-image: linear-gradient(90deg, #009de1, #00c7f1 51%, #009ce1);
    background-size: 200% auto;
    border-radius: 22.5px;
    padding: 7.5px 46.5px
}

.contact-one__form .thm-btn:hover {
    background-position: 100%
}

.contact-one__form label {
    color: #fff
}

.contact-two {
    position: relative
}

.contact-two .block-title__two {
    margin-bottom: 0
}

.contact-two .block-title__two h4:after {
    background-image: url(7114e7b1f06516992fed.png)
}

.contact-two .block-title__two h3 {
    color: #fff
}

.contact-two__form {
    padding-bottom: 85px;
    padding-top: 85px;
    position: relative
}

.contact-two__form-shape {
    left: calc(100% - 55px);
    position: absolute;
    top: -40px
}

.contact-two__form:after,
.contact-two__form:before {
    content: "";
    height: 100%;
    position: absolute;
    right: calc(100% - 200px);
    top: 0;
    width: 65vw;
    z-index: 1
}

.contact-two__form:before {
    background-image: linear-gradient(90deg, #009de1, #01c5f1);
    box-shadow: 0 13px 18px 0 rgba(31, 53, 158, .29)
}

.contact-two__form-inner {
    background-color: #052847;
    padding: 70px 55px;
    position: relative;
    z-index: 10
}

.contact-two__content {
    position: relative;
    z-index: 11
}

.contact-two__content>h4 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 40px 0 10px
}

.contact-two__content p {
    color: #fff
}

.contact-two__content>p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .01em;
    line-height: 31px
}

.contact-two__form .contact-two__btn {
    background-image: none;
    border-radius: 8px;
    font-size: 16px;
    padding: 13px 54px
}

.contact-two__form .contact-two__btn:hover {
    background-color: #fff;
    color: var(--thm-base)
}

.contact-two__form-inner>.row {
    margin-left: -9px;
    margin-right: -9px
}

.contact-two__form-inner>.row>[class*=col-] {
    margin-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px
}

.contact-two__form-inner>.row>[class*=col-]:last-of-type {
    margin-bottom: 0
}

.contact-two__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.contact-two__form .bootstrap-select>.dropdown-toggle,
.contact-two__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.contact-two__form select,
.contact-two__form textarea {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 7px #0000001f;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    outline: 0;
    padding-left: 20px;
    width: 100%
}

.contact-two__form select:not(:valid) {
    color: #d0d0d0
}

.contact-two__form option[value=""][disabled] {
    display: none
}

.contact-two__form option {
    color: #000
}

.contact-two__form textarea {
    height: 136px;
    padding-top: 10px
}

.contact-two__form-inner ::placeholder {
    color: #d0d0d0;
    opacity: 1
}

.contact-info-one {
    padding-top: 90px;
    position: relative
}

.contact-info-one .container {
    position: relative
}

[class*=contact-info-one__bg-shape-] {
    position: absolute
}

@media (max-width:767px) {
    [class*=contact-info-one__bg-shape-] {
        display: none
    }
}

.contact-info-one__bg-shape-1 {
    left: -45px;
    top: 100px
}

.contact-info-one__single {
    display: flex;
    margin-bottom: 30px
}

.contact-info-one__content {
    padding-left: 20px
}

.contact-info-one__single i {
    align-items: center;
    background-image: linear-gradient(90deg, #019ce1, #01caf2 51%, #009de1);
    background-size: 200% auto;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 65px;
    justify-content: center;
    transition: all .5s ease;
    width: 67px
}

.contact-info-one__single:hover i {
    background-position: 100%
}

.contact-info-one__content h3,
.contact-info-one__content h4 {
    color: #3a505f;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.contact-info-one__content h3 {
    color: #291a55;
    margin-bottom: 5px
}

.contact-info-one__content h4 a {
    color: inherit;
    transition: all .5s ease
}

.contact-info-one__content h4 a:hover {
    color: var(--thm-base)
}

.contact-info-one__content p {
    color: #3a505f;
    font-size: 14px;
    line-height: 26px;
    margin: 5px 0 0
}

.team-one {
    padding-bottom: 40px;
    padding-top: 120px
}

.team-one,
.team-one .container {
    position: relative
}

.team-one__single {
    margin-bottom: 110px;
    position: relative
}

.team-one__image {
    background-color: #131e67;
    border-radius: 20px;
    overflow: hidden
}

.team-one__image>img {
    transition: all .5s ease;
    width: 100%
}

.team-one__single:hover .team-one__image>img {
    opacity: .17
}

.team-one__content {
    align-items: center;
    background-color: #fff;
    border-bottom-right-radius: 25px;
    bottom: 0;
    box-shadow: 2.63px 5.393px 35px 0 rgba(0, 0, 0, .09);
    display: flex;
    margin-bottom: -46.5px;
    padding: 18.5px 33px;
    position: absolute;
    right: 0;
    width: calc(100% - 47px)
}

.team-one__content-icon i {
    align-items: center;
    background-color: #f62877;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 30px;
    height: 56px;
    justify-content: center;
    margin-right: 27px;
    text-align: center;
    width: 56px
}

.team-one__content h3 {
    color: #162171;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 12px
}

.team-one__content h3 a {
    color: inherit;
    transition: all .5s ease
}

.team-one__content h3 a:hover {
    color: var(--thm-base)
}

.team-one__content p {
    color: #3a505f;
    font-size: 15px;
    line-height: 1em;
    margin: 0
}

[class*=col-]:nth-child(2) .team-one__content-icon i,
[class*=col-]:nth-child(5) .team-one__content-icon i {
    background-color: #479eff
}

[class*=col-]:nth-child(3) .team-one__content-icon i,
[class*=col-]:nth-child(6) .team-one__content-icon i {
    background-color: #0100ca
}

.team-one__social {
    align-items: center;
    bottom: 65px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    position: absolute;
    right: 30px;
    transform: translateX(40%);
    transition: opacity .5s ease, transform .5s ease
}

.team-one__single:hover .team-one__social {
    opacity: 1;
    transform: translateX(0)
}

.team-one__social a {
    color: #fff;
    font-size: 16px;
    transition: all .5s ease
}

.team-one__social a:hover {
    color: var(--thm-base)
}

.team-one__social a+a {
    margin-left: 20px
}

.team-details {
    padding-bottom: 90px;
    padding-top: 120px
}

.team-details,
.team-details .container {
    position: relative
}

@media (min-width:992px) {
    .team-details .container {
        max-width: 857px
    }
}

.team-details__main {
    display: flex;
    padding-left: 30px;
    padding-right: 30px
}

.team-details__image-inner {
    border-radius: 40px;
    overflow: hidden;
    width: 260px
}

.team-details__image-inner>img {
    width: 100%
}

.team-details__info {
    padding-left: 45px
}

.team-details__info h3 {
    align-items: center;
    color: var(--thm-black);
    display: flex;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px
}

.team-details__info h3 span {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-left: 15px
}

.team-details__info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.team-details__info-list li {
    display: flex;
    flex: 1 1 50%;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative
}

.team-details__info-list li a {
    color: inherit;
    transition: all .5s ease
}

.team-details__info-list li a:hover {
    color: var(--thm-base)
}

.team-details__info-list li i {
    color: #223543;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 5px
}

.team-details__info-bottom {
    align-items: center;
    display: flex
}

.team-details__info-bottom .footer-widget__social {
    margin-left: 23px;
    margin-top: 0
}

.team-details__info-bottom .footer-widget__social a {
    box-shadow: 0 6px 16px 0 hsla(0, 0%, 40%, .36);
    height: 37px;
    width: 37px
}

.team-details__info-bottom .thm-btn {
    background-image: linear-gradient(90deg, #232490, #5b5cfb 51%, #232490);
    background-size: 200% auto;
    border-radius: 31.5px;
    padding: 15.5px 35.5px
}

.team-details__info-bottom .thm-btn:hover {
    background-position: 100%
}

.team-details__content {
    margin-bottom: 50px;
    margin-top: 55px
}

.team-details__content p {
    color: #3a505f;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0
}

.team-details__content p+p {
    margin-top: 26px
}

.team-details__feature {
    display: flex;
    margin-bottom: 30px
}

.team-details__feature-icon i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #ff9723, #ff5b11);
    font-size: 54px;
    margin-right: 25px
}

.team-details__feature-content h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px
}

.team-details__feature-content p {
    color: #3a505f;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

.portfolio-one {
    padding-bottom: 60px;
    padding-top: 120px
}

.portfolio-one,
.portfolio-one .container {
    position: relative
}

.portfolio-one__single {
    box-shadow: 0 7px 38px 0 rgba(22, 33, 113, .21);
    margin-bottom: 60px;
    position: relative
}

.portfolio-one__single>img {
    width: 100%
}

.portfolio-one__content {
    background-color: #162171;
    bottom: 80px;
    box-shadow: 0 2px 18px 0 rgba(22, 33, 113, .26);
    left: 0;
    opacity: 0;
    padding: 27.5px 30px;
    position: absolute;
    transform: translateY(30%);
    transition: opacity .5s ease, transform .5s ease;
    width: 100%
}

.portfolio-one__single:hover .portfolio-one__content {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-one__single h3 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 14px
}

.portfolio-one__single p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    margin: 0
}

.portfolio-one .container-fluid {
    padding-left: 70px;
    padding-right: 70px
}

@media (max-width:991px) {
    .portfolio-one .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.portfolio-one__home-two {
    padding-bottom: 50px;
    padding-top: 0
}

.portfolio-one__home-two .portfolio-one__content {
    bottom: 30px;
    left: 50%;
    transform: translateY(30%) translateX(-50%);
    width: calc(100% - 60px)
}

.portfolio-one__home-two .portfolio-one__single:hover .portfolio-one__content {
    transform: translateY(0) translateX(-50%)
}

.faq-one {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.faq-one .accrodion-grp {
    margin-bottom: 50px
}

.faq-one .accrodion {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    transition: all .5s ease
}

.faq-one .accrodion.active {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15)
}

.faq-one .accrodion:before {
    background-image: linear-gradient(90deg, #009de1, #00c7f1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top left;
    transition: transform .5s ease;
    width: 8px
}

.faq-one .accrodion.active:before {
    transform: scale(1);
    transform-origin: bottom left
}

.faq-one .accrodion+.accrodion {
    margin-top: 20px
}

.faq-one .accrodion-title {
    cursor: pointer
}

.faq-one .accrodion-title h4 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 30px 35px;
    position: relative
}

.faq-one .accrodion-title h4:after {
    background-image: url(11bee05cd0cd8cf6359f.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 21px;
    opacity: 0;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    width: 21px
}

.faq-one .accrodion.active .accrodion-title h4:after {
    opacity: 1
}

.faq-one .accrodion-title h4:before {
    color: #9ba2aa;
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px;
    font-weight: 900;
    opacity: 1;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease
}

.faq-one .accrodion.active .accrodion-title h4:before {
    opacity: 0
}

.faq-one .accrodion-content {
    margin-top: -18px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px
}

.faq-one .accrodion-content p {
    color: #1d2f3c;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

.faq-one .accrodion-content p a {
    color: inherit;
    text-decoration: underline
}

.faq-one__home-one {
    background-image: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 110px
}

.faq-one__home-one .block-title__two h3 {
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom: 0
}

.faq-one__home-one .accrodion-grp {
    padding-right: 77px
}

.testimonials-one {
    padding-bottom: 40px;
    padding-top: 100px
}

.testimonials-one__single {
    background-color: #fff;
    box-shadow: 1.792px 4.668px 21px 0 rgba(106, 89, 47, .23);
    margin-bottom: 30px;
    min-height: 350px;
    padding: 33px 50px 23px;
    position: relative;
    text-align: center;
    transition: transform .5s ease
}

.testimonials-one__single:hover {
    transform: translateY(-23px)
}

.testimonials-one__single:hover .testimonials-one__qoute:before {
    opacity: 0
}

.testimonials-one__qoute:after {
    background-image: url(df76c8757974c415e58c.png);
    content: "";
    height: 48px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: -15px;
    transition: all .5s ease;
    width: 65px
}

.testimonials-one__single:hover .testimonials-one__qoute:after {
    opacity: 1
}

.testimonials-one__single:hover:after {
    opacity: 0
}

.testimonials-one__single:before {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
    width: 100%
}

.testimonials-one__single:hover:before {
    transform: scale(1);
    transform-origin: right
}

.testimonials-one__image {
    background-color: #fff;
    border: 3px solid #3241ff;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 3px;
    width: 83px
}

.testimonials-one__image>img {
    border-radius: 50%;
    width: 100%
}

.testimonials-one__image_news {
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px
}

.testimonials-one__image_news>img {
    width: 100%
}

.testimonials-one__single p {
    color: #012068;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 18px
}

.testimonials-one__single h3 {
    color: #291a55;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 15px
}

.testimonials-one__single span {
    color: #9c9c9c;
    font-size: 15px;
    line-height: 1em
}

.content-grow-top {
    margin-top: 20px;
    text-align: center
}

.content-grow-top p {
    font: 400 15px/25px Lato, sans-serif;
    margin-bottom: 10px
}

.img-banner {
    position: relative
}

.video-section .owl-theme .item .img-banner img {
    border-radius: 8px
}

.video-btn {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    left: 50%;
    line-height: 80px;
    padding: 0;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease 0s
}

.video-btn,
.video-btn:before {
    border-radius: 50%;
    height: 80px;
    position: absolute;
    width: 80px;
    z-index: 0
}

.video-btn:before {
    animation: pulsate1 1.5s ease-out 0s infinite normal none running;
    background: #fff;
    content: "";
    display: block;
    left: 0;
    top: 0
}

.video-btn>span {
    background-color: #fff;
    border-radius: inherit;
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5
}

.video-btn>span svg {
    height: 50px;
    width: 50px
}

@keyframes pulsate1 {
    0% {
        box-shadow: inset 0 0 25px 3px hsla(0, 0%, 100%, .75), 0 0 25px 10px hsla(0, 0%, 100%, .75);
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        box-shadow: none;
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.watch-video-Button {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto 0;
    min-width: 185px;
    padding: 16px 32px;
    width: -moz-fit-content;
    width: fit-content
}

.watch-video-Button img {
    margin: 0 5px;
    width: auto !important
}

.testimonials-two {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

[class*=testimonials-two__shape-] {
    position: absolute
}

.testimonials-two__shape-1 {
    left: 0;
    top: -150px
}

.testimonials-two__shape-2 {
    left: 295px;
    top: 100px
}

.testimonials-two .container-fluid {
    max-width: 1405px;
    position: relative;
    width: 100%
}

.testimonials-two__carousel .owl-stage-outer {
    overflow: visible
}

.testimonials-two__single {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 46px 0 rgba(0, 8, 11, .1);
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.testimonials-two__single:before {
    background-image: linear-gradient(-90deg, #009ce1, #00c7f1);
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(1.168);
    transform-origin: center center;
    transition: opacity .5s ease
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single:after,
.testimonials-two__carousel .owl-item.center .testimonials-two__single:before,
.testimonials-two__single:hover:after,
.testimonials-two__single:hover:before {
    opacity: 1
}

.testimonials-two__inner {
    padding: 47.5px 50px;
    position: relative
}

.testimonials-two__carousel .owl-item.center .testimonials-two__inner:before,
.testimonials-two__single:hover .testimonials-two__inner:before {
    opacity: 1
}

.testimonials-two__carousel .owl-item img {
    margin-left: auto;
    margin-right: auto
}

.testimonials-two__single p {
    color: #3a505f;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    transition: all .5s ease
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single p,
.testimonials-two__single:hover p {
    color: #fff
}

.testimonials-two__single h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    margin: 28px 0 12px;
    transition: all .5s ease
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single h3,
.testimonials-two__single:hover h3 {
    color: #fff
}

.testimonials-two__stars {
    align-items: center;
    display: flex;
    justify-content: center
}

.testimonials-two__stars i {
    color: #f3b945;
    font-size: 16px
}

.testimonials-two__stars i+i {
    margin-left: 5px
}

.testimonials-two__image {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 8, 11, .2);
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    width: 83px
}

.testimonials-two__image img {
    border-radius: 50%;
    width: 100%
}

.testimonials-two .block-title {
    margin-bottom: 95px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00aeef
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0
}

.owl-next,
.owl-prev {
    background-color: #00aeef !important;
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    color: #fff !important;
    height: 50px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    width: 50px;
    z-index: 2
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-next span,
.owl-prev span {
    font-size: 40px;
    line-height: 33px
}

.owl-next:focus,
.owl-prev:focus {
    outline: 0
}

.blog-one {
    padding-bottom: 100px;
    padding-top: 100px
}

.blog-one,
.blog-one .container {
    position: relative
}

.blog-one__single {
    margin-bottom: 65px;
    transition: all .5s ease
}

.blog-one__image {
    overflow: hidden;
    position: relative
}

.blog-one__image:before {
    background-image: linear-gradient(180deg, #00c8f1, #009de1);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .88;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .5s ease, opacity .5s ease;
    z-index: 10
}

.blog-one__single:hover .blog-one__image:before {
    opacity: .88;
    transform: scale(1);
    transform-origin: bottom
}

.blog-one__image img {
    transform: scale(1);
    transition: transform .5s ease;
    width: 100%
}

.blog-one__single:hover .blog-one__image img {
    transform: scale(1.05)
}

.blog-one__image>a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: var(--thm-black);
    display: flex;
    font-size: 16px;
    height: 54px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-27px) translateX(-27px);
    transition: transform .5s ease, opacity .5s ease, color .5s ease, background-color .5s ease;
    width: 54px;
    z-index: 11
}

.blog-one__single:hover .blog-one__image>a {
    opacity: 1
}

.blog-one__image>a:hover {
    background-color: var(--thm-base);
    color: #fff
}

.blog-one__content {
    box-shadow: 1.782px .908px 27px 0 rgba(54, 54, 54, .13);
    padding: 40px 35px
}

.blog-one__content h3 {
    margin: 0 0 20px
}

.blog-one__content h3,
.blog-one__content h4 {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.blog-one__content h4 {
    margin: 0 0 10px;
    min-height: 60px
}

.blog-one__content p {
    color: #000;
    font-family: var(--thm-font);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: 110px
}

.blog-one__content h3 a {
    color: inherit;
    transition: all .5s ease
}

.blog-one__single:hover h3 a {
    color: #052847
}

.blog-one__btn {
    background-color: #eeeef6;
    border-radius: 22.5px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1);
    color: #052847;
    font-size: 15px;
    font-weight: 600;
    padding: 7.5px 27px;
    position: relative
}

.blog-one__btn:hover {
    background-color: var(--thm-base)
}

.blog-one__btn:before {
    background-image: linear-gradient(90deg, #00c6f0, #009ce1);
    border-radius: 22.5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .5s ease
}

.blog-one__btn:hover:before {
    transform: scale(1);
    transform-origin: top
}

.blog-one__btn span {
    position: relative
}

.blog-one__meta {
    align-items: center;
    display: flex;
    margin-bottom: 5px
}

.blog-one__meta a {
    align-items: center;
    color: #052847;
    display: flex;
    font-size: 14px;
    line-height: 1em;
    transition: all .5s ease
}

.blog-one__meta a:hover {
    color: var(--thm-base)
}

.blog-one__meta a+a {
    margin-left: 20px
}

.blog-one__meta a i {
    margin-right: 3px
}

.blog-one__home-one {
    padding-bottom: 45px;
    padding-top: 0
}

.blog-one__home-two {
    padding-bottom: 0;
    padding-top: 0
}

.blog-details {
    padding-bottom: 100px;
    padding-top: 100px
}

.blog-details__content {
    border: 1px solid rgba(152, 172, 210, .22);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px
}

.blog-details__image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative
}

.blog-details__image>img {
    width: 100%
}

.blog-details__image>a {
    align-items: center;
    background-image: linear-gradient(90deg, #ff9723, #ff5b11 51%, #ff9723);
    background-position: 0;
    background-size: 200% auto;
    bottom: 35px;
    box-shadow: 0 8px 9px 0 rgba(35, 33, 95, .34);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 35px;
    text-align: center;
    transition: all .5s ease
}

.blog-details__image>a:hover {
    background-position: 100%
}

.blog-details__content h3 {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0
}

.blog-details__content p {
    color: #052847;
    margin: 0
}

.blog-details__content p+p {
    margin-top: 15px
}

.blog-details__content p a {
    color: #00aeef;
    text-decoration: none
}

.blog-details__meta {
    align-items: center;
    border-bottom: 1px solid rgba(152, 172, 210, .22);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-top: 15px;
    padding-bottom: 8px;
    position: relative
}

.blog-details__meta:before {
    background-image: linear-gradient(180deg, #009ce1, #00c6f0);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px
}

.blog-details__meta a,
.blog-details__meta span {
    color: #6787c0;
    font-size: 15px;
    transition: all .5s ease
}

.blog-details__meta span {
    margin-left: 10px;
    margin-right: 10px
}

.blog-details__meta a:hover {
    color: var(--thm-black)
}

.blog-details__content img {
    width: 100%
}

.blog-details__content blockquote {
    background-color: #f9f9f9;
    border-left: 5px solid #ff9723;
    color: #291a55;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-top: 24px
}

.blog-details__content blockquote span {
    color: var(--thm-base);
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 10px
}

.blog-details__content .row {
    margin-bottom: 30px;
    margin-top: 40px
}

.blog-details__share {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 60px
}

.blog-details__share .footer-widget__social {
    margin-top: 0
}

.blog-details__share .footer-widget__social a:first-child:hover {
    background-color: #fff;
    color: #16599b
}

.blog-details__share .footer-widget__social a:first-child {
    background-color: #16599b;
    color: #fff
}

.blog-details__share .footer-widget__social a:nth-child(2):hover {
    background-color: #fff;
    color: #03a9f4
}

.blog-details__share .footer-widget__social a:nth-child(2) {
    background-color: #03a9f4;
    color: #fff
}

.blog-details__share .footer-widget__social a:nth-child(3):hover {
    background-color: #fff;
    color: #0e76a8
}

.blog-details__share .footer-widget__social a:nth-child(3) {
    background-color: #0e76a8;
    color: #fff
}

.blog-details__share .footer-widget__social a:nth-child(4):hover {
    background-color: #fff;
    color: #c4302b
}

.blog-details__share .footer-widget__social a:nth-child(4) {
    background-color: #c4302b;
    color: #fff
}

.blog-details__share .footer-widget__social a:nth-child(5):hover {
    background-color: #fff;
    color: #25d366
}

.blog-details__share .footer-widget__social a:nth-child(5) {
    background-color: #25d366;
    color: #fff
}

.blog-details__share .footer-widget__social a:nth-child(6):hover {
    background-color: #fff;
    color: #0067ff
}

.blog-details__share .footer-widget__social a:nth-child(6) {
    background-color: #0067ff;
    color: #fff
}

.blog-details__tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.blog-details__tags span {
    color: #223543;
    font-size: 15px;
    font-weight: 500
}

.blog-details__tags a {
    align-items: center;
    background-color: #f4f7fc;
    border-radius: 20px;
    color: #223543;
    display: flex;
    font-size: 15px;
    line-height: 40px;
    margin-left: 17px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .5s ease
}

.blog-details__tags a:hover {
    background-color: var(--thm-base);
    color: #fff
}

.blog-details__pagination {
    align-items: center;
    border-bottom: 1px solid rgba(152, 172, 210, .22);
    border-top: 1px solid rgba(152, 172, 210, .22);
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 19px;
    padding-top: 19px
}

.blog-details__pagination a {
    align-items: center;
    color: #3a505f;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    transition: all .5s ease
}

.blog-details__pagination a:nth-child(2) {
    flex-direction: row-reverse
}

.blog-details__pagination a:hover {
    color: #e73d8e
}

.blog-details__pagination a i {
    margin-right: 5px
}

.blog-details__pagination a:nth-child(2) i {
    margin-left: 5px;
    margin-right: 0
}

.comment-one {
    margin-bottom: 50px
}

.comment-form__title,
.comment-one__title {
    color: #291a55;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
    padding-bottom: 10px;
    position: relative
}

.comment-form__title:before,
.comment-one__title:before {
    background-image: linear-gradient(180deg, #009ee2, #00c8f1);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px
}

.comment-one__single {
    padding-left: 120px;
    position: relative
}

.comment-one__single+.comment-one__single {
    margin-top: 35px
}

.comment-one__single>img {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0
}

.comment-one__single h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin: 0
}

.comment-one__single span {
    color: #00aeef;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 20px;
    text-decoration: underline
}

.comment-one__single p {
    color: #223543;
    font-size: 15px;
    line-height: 27px;
    margin: 0
}

.comment-one__btn {
    background-color: var(--thm-base);
    border-radius: 17.5px;
    font-size: 14px;
    font-weight: 500;
    padding: 2.5px 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .5s ease
}

.comment-one__btn:hover {
    background-color: var(--thm-black)
}

.comment-one__content {
    background-color: #f4f7fc;
    padding: 20px
}

.comment-form__wrap input {
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #3a505f;
    display: block;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    outline: 0;
    padding-left: 15px;
    width: 100%
}

.comment-form__wrap input[type=checkbox] {
    border: 1px solid #ececec;
    height: 12px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 12px
}

.comment-form__wrap p {
    align-items: center;
    color: #291a55;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 0 25px
}

.comment-form__wrap ::-webkit-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.comment-form__wrap ::-moz-placeholder {
    color: #3a505f;
    opacity: 1
}

.comment-form__wrap :-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.comment-form__wrap ::-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.comment-form__wrap ::placeholder {
    color: #3a505f;
    opacity: 1
}

.comment-form__wrap textarea {
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #3a505f;
    display: block;
    font-size: 16px;
    height: 149px;
    margin-bottom: 20px;
    outline: 0;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%
}

.comment-form__btn {
    background-image: linear-gradient(90deg, #009ce1, #00c8f1 51%, #009ee2);
    background-position: 0;
    background-size: 200% auto;
    border-radius: 30px;
    padding: 15px 30.5px
}

.comment-form__btn:hover {
    background-position: 100%
}

.sidebar__search {
    border: 1px solid #ececf0;
    position: relative
}

.sidebar__single+.sidebar__single {
    margin-top: 40px
}

.sidebar__search input {
    border: none;
    color: #3a505f;
    font-size: 15px;
    height: 50px;
    outline: 0;
    padding-left: 25px;
    width: 100%
}

.sidebar__search ::-webkit-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__search ::-moz-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__search :-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__search ::-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__search ::placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__search button[type=submit] {
    background-color: transparent;
    border: none;
    color: #3a505f;
    font-size: 15px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.sidebar__single>h3 {
    color: #291a55;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative
}

.sidebar__single>h3:before {
    background-image: linear-gradient(180deg, #009ee2, #00c8f1);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px
}

.sidebar__cat-list {
    margin-bottom: 0
}

.sidebar__cat-list li a {
    align-items: center;
    color: #223543;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    padding-left: 30px;
    position: relative;
    transition: all .5s ease
}

.sidebar__cat-list li:hover a {
    color: var(--thm-base);
    padding-left: 40px
}

.sidebar__cat-list li a:before {
    color: #223543;
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    font-weight: 400;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease
}

.sidebar__cat-list li:hover a:before {
    left: 25px
}

.sidebar__cat-list li {
    border-bottom: 1px solid #ececf0;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sidebar__cat-list li:last-child {
    margin-bottom: 0
}

.sidebar__cat-list li span {
    align-items: center;
    background-color: #e8effb;
    color: #444;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 27px;
    justify-content: center;
    width: 27px
}

.sidebar__gallery-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0
}

.sidebar__gallery-list li {
    flex: 1 1 33.333%;
    margin-top: 10px;
    max-width: 33.333%;
    padding-left: 5px;
    padding-right: 5px
}

.sidebar__tagslist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-top: -10px
}

.sidebar__tagslist a {
    border: 1px solid #eeecec;
    color: #3a505f;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 10px;
    padding: .5px 18px;
    transition: all .5s ease
}

.sidebar__tagslist a:hover {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    color: #fff
}

.sidebar__post-list li {
    padding-left: 90px;
    position: relative
}

.sidebar__post-list li+li {
    border-top: 1px solid #e2e2e7;
    margin-top: 25px;
    padding-top: 24px
}

.sidebar__post-list li+li>img {
    top: 24px
}

.sidebar__post-list li>img {
    border-radius: 50%;
    height: 65px;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 65px
}

.sidebar__post-list li h3 {
    color: #223543;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    position: relative
}

.sidebar__post-list li h3 a {
    color: inherit;
    transition: all .5s ease
}

.sidebar__post-list li h3 a:hover {
    color: var(--thm-base)
}

.sidebar__post-list li span {
    color: #3a505f;
    display: block;
    font-size: 15px;
    line-height: 1em;
    margin: 5px 0 0
}

.sidebar__subscribe {
    background-image: linear-gradient(180deg, #00beee 1%, #00aeef 49%, #052847);
    box-shadow: 0 5px 9px 0 rgba(10, 36, 120, .39);
    padding: 40px 25px
}

.sidebar__subscribe>h3 {
    align-items: center;
    color: #fff;
    display: flex;
    margin-bottom: 0
}

.sidebar__subscribe>h3 i {
    font-size: 20px;
    margin-right: 15px
}

.sidebar__subscribe>h3:before {
    display: none
}

.sidebar__subscribe form input {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color: #3a505f;
    font-size: 13px;
    height: 56px;
    outline: 0;
    text-align: center;
    width: 100%
}

.sidebar__subscribe form button[type=submit] {
    background-color: #3188e0;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 56px;
    margin-top: 15px;
    outline: 0;
    text-transform: uppercase;
    transition: all .5s ease;
    width: 100%
}

.sidebar__subscribe form button[type=submit]:hover {
    background-color: #fff;
    color: var(--thm-black)
}

.sidebar__subscribe ::-webkit-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__subscribe ::-moz-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__subscribe :-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__subscribe ::-ms-input-placeholder {
    color: #3a505f;
    opacity: 1
}

.sidebar__subscribe ::placeholder {
    color: #3a505f;
    opacity: 1
}

.service-one {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.service-one__shape-1 {
    bottom: -170px;
    position: absolute;
    right: 0
}

.service-one .container {
    position: relative
}

.service-one .row [class*=col-]:nth-child(2n) {
    margin-bottom: 30px;
    margin-top: 30px
}

.service-one__single {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 35px 0 rgba(58, 58, 59, .1);
    padding: 50px 25px 35px;
    text-align: center;
    transition: all .5s ease
}

.service-one__single.new_single {
    padding-bottom: 0
}

.service-one__single:hover {
    box-shadow: 0 42px 35px 0 rgba(41, 26, 85, .27)
}

.service-one__single .img-box {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 200px
}

.service-one__icon.color-1 {
    background-color: #fb9ac8;
    box-shadow: 0 6px 16px 0 rgba(251, 154, 200, .361)
}

.service-one__icon.color-2 {
    background-color: #e94794;
    box-shadow: 0 6px 16px 0 rgba(233, 71, 148, .361)
}

.service-one__icon.color-3 {
    background-color: #bac5fd;
    box-shadow: 0 6px 16px 0 rgba(186, 197, 253, .361)
}

.service-one__icon.color-4 {
    background-color: #ff9322;
    box-shadow: 0 6px 16px 0 rgba(255, 147, 34, .361)
}

.service-one__icon.color-5 {
    background-color: #73b4fe;
    box-shadow: 0 6px 16px 0 rgba(115, 180, 254, .361)
}

.service-one__icon.color-6 {
    background-color: #7778fa;
    box-shadow: 0 6px 16px 0 rgba(119, 120, 250, .361)
}

.service-one__single .service-one__link {
    color: #00aeef
}

.service-one__icon {
    align-items: center;
    background-color: #fb9ac8;
    border-radius: 10px;
    display: flex;
    height: 65px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 67px
}

.service-one__icon i,
.service-one__single h2 {
    color: #291a55;
    font-size: 40px
}

.service-one__single h2 {
    font-family: var(--thm-font);
    font-weight: 700;
    margin: 15px 0 7px
}

.service-one__single h2 a,
.service-one__single h2 a:hover {
    color: var(--thm-black)
}

.service-one__single h3 {
    color: #291a55;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 7px
}

.service-one__single h3 a,
.service-one__single h3 a:hover {
    color: var(--thm-black)
}

.service-one__single p {
    color: #3a505f;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 7px
}

.service-one__link {
    align-items: center;
    color: #00aeef;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    text-align: center
}

.service-one__link i {
    font-size: 26px;
    margin-left: 5px
}

.read-more__link {
    -webkit-text-fill-color: transparent;
    align-items: center;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #fff, #fff);
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    text-align: center
}

.read-more__link i {
    font-size: 26px;
    margin-left: 5px
}

.service-one__home-three {
    background-color: #f4f6fd;
    background-image: url(6fce15bf300608640266.jpg)
}

.service-one__home-three .service-one__single {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding: 31.5px 36px 31.5px 124px;
    position: relative;
    text-align: left;
    transition: all .5s ease
}

.service-one__home-three .service-one__single:hover {
    background-color: #fff;
    box-shadow: 0 6px 35px 0 rgba(58, 58, 59, .1)
}

.service-one__home-three .service-one__icon {
    left: 38px;
    position: absolute;
    top: 35px
}

.service-one__home-three .service-one__single h3 {
    font-size: 20px;
    margin-top: 0
}

.service-one__home-three .service-one__single p {
    margin-bottom: 0
}

.service-one__home-three .row [class*=col-]:nth-child(2n) {
    margin-top: 0
}

.service-two {
    background-color: #041048;
    background-image: url(e236b8029d3bcb589b82.png);
    background-position: 0 105%;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    padding-top: 110px;
    position: relative
}

.service-two:before {
    background-image: url(c41c1c8df222c2d5e94a.png);
    background-position: 0;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.service-two__shape-1 {
    position: absolute;
    right: 75px;
    top: 150px
}

.service-two .container {
    position: relative
}

.service-two .my-auto {
    width: 100%
}

.service-two__moc-box {
    position: relative;
    right: 90px
}

.service-two__content {
    padding-left: 70px
}

.service-two__content .block-title__two h4:after {
    background-image: url(aaf0ea53f735bef01716.png)
}

.service-two__content .block-title__two h3,
.service-two__content .block-title__two p {
    color: #fff
}

.service-two__box-wrap {
    padding-right: 100px
}

.service-two__box>i {
    color: #fff;
    font-size: 78px
}

.service-two__box h3 {
    color: #fff;
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0
}

.service-two__box h3 a {
    color: inherit;
    transition: all .5s ease
}

.service-two__box h3 a:hover {
    color: var(--thm-base)
}

.service-two__box p {
    color: #b6c9d6;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0
}

.service-two__box-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20%);
    transition: transform .5s ease, opacity .5s ease, color .5s ease
}

.service-two__box:hover .service-two__box-link {
    opacity: 1;
    transform: translateY(0)
}

.service-two__box-link i {
    font-size: 22px;
    margin-left: 15px
}

.service-two__box-link:hover {
    color: var(--thm-base)
}

.service-three {
    background: #f7f7f7;
    counter-reset: serviceThreeCount;
    padding-bottom: 50px;
    padding-top: 50px
}

.service-three .block-title__two {
    margin-bottom: 130px
}

.service-three__single {
    counter-increment: serviceThreeCount;
    margin-bottom: 30px;
    padding-left: 75px
}

.service-three__single:after,
.service-three__single:before {
    color: var(--thm-black);
    content: counters(serviceThreeCount, ".");
    font-size: 351px;
    font-weight: 700;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    transform-origin: top
}

.service-three__single:before {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #162171, #1a36c0);
    text-shadow: 0 13px 18px rgba(31, 53, 158, .29)
}

.service-three__single:after {
    background-image: url(be237d8ffc40c4d8576f.png);
    color: rgba(22, 33, 113, 0);
    height: 250px;
    width: 100%
}

.service-three__inner {
    background-color: #fff;
    box-shadow: 0 13px 18px 0 rgba(31, 53, 158, .11);
    padding: 35px 23px 30px 65px;
    position: relative;
    z-index: 11
}

.service-three__inner:before {
    background-image: url(63e44968cc6f6948dd53.png);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 95px
}

.service-three__inner>i {
    color: var(--thm-base);
    font-size: 35px;
    left: 20px;
    position: absolute;
    top: 35px
}

.service-three__inner h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px
}

.service-three__inner h3 a {
    color: inherit;
    transition: all .5s ease
}

.service-three__inner h3 a:hover {
    color: var(--thm-base)
}

.service-three__inner p {
    color: #3a505f;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

.service-three .row [class*=col-]:nth-child(2n) {
    margin-bottom: 30px;
    margin-top: 30px
}

.service-three .blog-one__single:hover {
    box-shadow: 0 42px 35px 0 rgba(41, 26, 85, .27)
}

.service-four {
    padding-top: 160px;
    position: relative
}

.service-four .block-title {
    margin-bottom: 35px
}

.service-four .container {
    position: relative;
    z-index: 10
}

.service-four__images {
    height: 775px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 780px
}

[class*=service-four__image-] {
    position: absolute
}

.service-four__image-1 {
    left: 0;
    top: 0
}

.service-four__image-2 {
    bottom: 0;
    right: 0
}

.service-four__content {
    padding-left: 75px
}

.service-four__box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 27px 0 rgba(6, 15, 154, .1);
    margin-top: 30px;
    padding: 37px 50px 38px 96px;
    position: relative
}

.service-four__box i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(99deg, #3f02a7, #2f97e7);
    font-size: 42px;
    left: 42px;
    position: absolute;
    top: 40px
}

.service-four__box h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px
}

.service-four__box h3 a {
    color: inherit
}

.service-four__box p {
    color: #3a505f;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.service-five,
.service-five .container {
    position: relative
}

.service-five__moc-1 {
    bottom: 30px;
    position: absolute;
    right: -110px;
    z-index: 10
}

.service-five__icon {
    align-items: center;
    background-color: #f2f2f6;
    border-radius: 50%;
    display: flex;
    height: 120px;
    justify-content: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 120px;
    z-index: 1
}

.service-five__box.active .service-five__icon,
.service-five__box:hover .service-five__icon {
    background-color: #fff
}

.service-five__icon i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #ff9723, #ff5b11);
    font-size: 52px
}

.service-five__box.active .service-five__icon i,
.service-five__box:hover .service-five__icon i {
    background-image: linear-gradient(180deg, #73d2ff, #0098f7)
}

[class*=col-]:nth-child(2) .service-five__box {
    margin-top: 60px
}

.service-five__box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 49px 0 rgba(10, 36, 120, .11);
    padding: 57px 39px 78px;
    position: relative;
    text-align: center
}

.service-five__box:before {
    background-image: linear-gradient(180deg, #060394, #00d7ff);
    border-radius: 20px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease
}

.service-five__box.active:before,
.service-five__box:hover:before {
    opacity: 1
}

.service-five__box:after {
    background-image: url(7b0a5c3ddcbfe295c999.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease
}

.service-five__box.active:after,
.service-five__box:hover:after {
    transform: scale(1)
}

.service-five__box h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    z-index: 1
}

.service-five__box h3 a {
    color: inherit;
    transition: all .5s ease
}

.service-five__box.active h3 a,
.service-five__box:hover h3 a {
    color: #fff
}

.service-five__box p {
    color: #3a505f;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    position: relative;
    transition: all .5s ease;
    z-index: 1
}

.service-five__box.active p,
.service-five__box:hover p {
    color: #fff
}

.service-five__link {
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    font-weight: 600;
    height: 68px;
    justify-content: center;
    left: 50%;
    position: relative;
    position: absolute;
    text-align: center;
    transform: translateY(50%) translateX(-50%);
    width: 68px;
    z-index: 2
}

.service-five__box.active .service-five__link,
.service-five__box:hover .service-five__link,
.service-five__link:hover {
    color: #fff
}

.service-five__link:after,
.service-five__link:before {
    background-image: linear-gradient(90deg, #ff9723, #ff5b11);
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 5px 9px rgba(255, 44, 198, .39);
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease
}

.service-five__box.active .service-five__link:before,
.service-five__box:hover .service-five__link:before {
    opacity: 0
}

.service-five__link:after {
    background-image: linear-gradient(90deg, #232490, #5b5cfb);
    box-shadow: 0 5px 9px rgba(35, 36, 144, .39);
    opacity: 0
}

.service-five__box.active .service-five__link:after,
.service-five__box:hover .service-five__link:after {
    opacity: 1
}

.service-five__link span {
    position: relative;
    z-index: 1
}

.service-five__icon-bubble {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation: service_hexagon 3s linear infinite;
    animation: service_hexagon 3s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.service-five__box:hover .service-five__icon-bubble {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.service-five__icon-bubble:before {
    background-color: #ff9021;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all .5s ease;
    width: 16px
}

.service-five__box.active .service-five__icon-bubble:before,
.service-five__box:hover .service-five__icon-bubble:before {
    background-color: #6fd0ff
}

.service-five__icon-bubble:after {
    background-color: #ff34c2;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 16px;
    position: absolute;
    right: 10px;
    transition: all .5s ease;
    width: 16px
}

.service-five__box.active .service-five__icon-bubble:after,
.service-five__box:hover .service-five__icon-bubble:after {
    background-color: #059af7
}

.service-details {
    padding-bottom: 100px;
    padding-top: 100px
}

.service-details__content {
    padding-right: 50px
}

.service-details__content h3 {
    align-items: center;
    color: #291a55;
    display: flex;
    font-family: var(--thm-font);
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 31px
}

.service-details__content h3:after {
    background-image: url(8792db7d73bb85a076b5.png);
    background-repeat: repeat-x;
    content: "";
    height: 10px;
    margin-left: 25px;
    max-width: 190px;
    width: 100%
}

.service-details__content p {
    color: #3a505f;
    font-size: 15px;
    line-height: 30px;
    margin: 0
}

.service-details__content p+p {
    margin-top: 25px
}

.service-details__list {
    margin: 20px 0 0
}

.service-details__list li {
    color: #3a505f;
    font-size: 15px;
    padding-left: 50px;
    position: relative
}

.service-details__list li+li {
    margin-top: 13px
}

.service-details__list li i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #232490, #5b5cfb);
    font-size: 25px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.service-sidebar__list {
    margin-bottom: 0
}

.service-sidebar__list li a {
    border: 1px solid #d7d7d7;
    color: #1d2f3c;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 22.5px 35px;
    position: relative;
    transition: all .5s ease
}

.service-sidebar__list li.active a,
.service-sidebar__list li:hover a {
    color: #fff
}

.service-sidebar__list li {
    position: relative
}

.service-sidebar__list li:before {
    background-image: linear-gradient(90deg, #232490, #5b5cfb);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease
}

.service-sidebar__list li.active:before,
.service-sidebar__list li:hover:before {
    transform: scale(1);
    transform-origin: right
}

.service-sidebar__list li+li {
    margin-top: 10px
}

.service-sidebar__list li a:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%)
}

.service-details__carousel {
    margin-top: 40px
}

.service-details__carousel .owl-dots {
    margin-top: 26px !important
}

.service-details__carousel .owl-dots .owl-dot {
    border: none;
    outline: 0
}

.service-details__carousel .owl-dots .owl-dot span {
    background-color: #c6c6c6;
    border: none;
    height: 6px;
    margin: 0 15px;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .5s ease, background .5s ease;
    width: 6px
}

.service-details__carousel .owl-dots .owl-dot.active span {
    background-color: #ff5c11;
    transform: scale(2)
}

.service-details__tab-title {
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    justify-content: center;
    margin: 40px 0 30px
}

.service-details__tab-title li {
    flex: 1 1 33.333%;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-align: center
}

.service-details__tab-title li a {
    color: #1d2f3c;
    display: block;
    line-height: 39px;
    position: relative;
    transition: all .5s ease
}

.service-details__tab-title li a:before {
    background-image: linear-gradient(90deg, #232490, #5b5cfb);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease
}

.service-details__tab-title li a.active:before,
.service-details__tab-title li a:hover:before {
    transform: scale(1);
    transform-origin: right
}

.service-details__tab-title li a.active,
.service-details__tab-title li a:hover {
    color: #fff
}

.service-details__tab-title li span {
    position: relative
}

.service-details__tab-content p {
    line-height: 27px
}

.service-sidebar h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: 700;
    margin: 0
}

.service-sidebar__contact {
    margin: 31px 0 0
}

.service-sidebar__contact li {
    color: #3a505f;
    font-size: 16px;
    line-height: 30px;
    padding-left: 45px;
    position: relative
}

.service-sidebar__contact li+li {
    margin-top: 26px
}

.service-sidebar__contact li a {
    color: inherit
}

.service-sidebar__contact li>i {
    color: var(--thm-black);
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 5px
}

.service-sidebar__download>a {
    border: 1px solid #cdcbcb;
    display: block;
    font-size: 16px;
    line-height: 43px;
    position: relative
}

.service-sidebar__download>a:before {
    background-image: linear-gradient(90deg, #ff9723, #ff5b11);
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all .5s ease
}

.service-sidebar__download>a:hover:before {
    opacity: 1
}

.service-sidebar__download>a span {
    color: var(--thm-black);
    display: block;
    font-size: 16px;
    padding-left: 70px;
    position: relative;
    transition: all .5s ease
}

.service-sidebar__download>a:hover span {
    color: #fff
}

.service-sidebar__download>a i {
    color: #ff9723;
    font-size: 25px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease
}

.service-sidebar__download>a:hover i {
    color: #fff
}

.service-sidebar__download>a+a {
    margin-top: 15px
}

.service-sidebar__download p {
    color: #3a505f;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 21px
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 47px
}

.service-sidebar__download h3 {
    margin-bottom: 23px
}

.pricing-one {
    padding-bottom: 60px
}

.pricing-one,
.pricing-one .container {
    position: relative
}

.pricing-one__single {
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(41, 26, 85, .12);
    margin-bottom: 140px;
    padding: 4px;
    position: relative;
    text-align: center
}

.pricing-one__single:before {
    background-image: linear-gradient(0deg, #e73d8e, #fda4ce);
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    transform: scaleY(1)
}

.pricing-one__single:after,
.pricing-one__single:before {
    border-radius: 8px;
    content: "";
    position: absolute;
    transform-origin: top center;
    transition: opacity .5s ease, transform .5s ease
}

.pricing-one__single:after {
    background-color: #fff;
    bottom: 4px;
    left: 4px;
    opacity: 1;
    right: 4px;
    top: 4px;
    transform: scaleY(1)
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__single:after,
.pricing-one [class*=col-]:nth-child(2) .pricing-one__single:before,
.pricing-one__single:hover:after,
.pricing-one__single:hover:before {
    opacity: 1;
    transform: scaleY(1.2)
}

.pricing-one__inner {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 50px;
    padding-top: 77px;
    position: relative;
    z-index: 10
}

.pricing-one__label {
    background-color: #fc9dca;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    line-height: 48px;
    padding-left: 22.5px;
    padding-right: 22.5px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 11
}

.pricing-one__single h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 24px
}

.pricing-one__single p {
    align-items: baseline;
    color: #3a505f;
    display: flex;
    font-size: 20px;
    justify-content: center;
    margin: 0
}

.pricing-one__single p span {
    color: #291a55;
    font-size: 60px;
    font-weight: 700;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.pricing-one__single p b {
    bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    right: 5px
}

.pricing-one__line {
    background-image: linear-gradient(90deg, #232490, #5b5cfb 51%, #232490);
    border-radius: 3px;
    display: flex;
    height: 6px;
    line-height: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    position: relative;
    width: 64px
}

.pricing-one__line:before {
    background-color: #fff;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    content: "";
    height: 6px;
    left: 12px;
    position: absolute;
    top: 0;
    width: 8px
}

.pricing-one__list {
    margin-bottom: 0;
    margin-top: 35px
}

.pricing-one__list li {
    color: #223543;
    font-size: 16px;
    line-height: 1em;
    margin: 0
}

.pricing-one__list li+li {
    margin-top: 20px
}

.pricing-one__list li.disabled {
    text-decoration: line-through
}

.pricing-one__btn {
    background-image: linear-gradient(90deg, #e73d8e, #fda4ce 51%, #e73d8e);
    background-size: 200% auto;
    border-radius: 28px;
    bottom: -50px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 50%;
    opacity: 0;
    padding: 13px 33px;
    position: absolute;
    transform: translateX(-50%) translateY(30px);
    transition: transform .5s ease, opacity .5s ease, visibility .5s ease, background .5s ease;
    visibility: hidden
}

.pricing-one [class*=col-]:nth-child(2) .pricing-one__single .pricing-one__btn,
.pricing-one__single:hover .pricing-one__btn {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    visibility: visible
}

.pricing-one__btn:hover {
    background-position: 100%
}

.pricing-one__home-two .pricing-one__single:before {
    background-image: linear-gradient(180deg, #060394, #00d7ff)
}

.pricing-one__home-two .pricing-one__label {
    background-color: #28299a
}

.pricing-one__home-two .pricing-one__btn {
    background-image: linear-gradient(90deg, #ff2cc6, #ffc96e 51%, #ff2cc6)
}

.portfolio-one__home-two .pricing-one__single {
    box-shadow: 0 0 30px 0 rgba(41, 26, 85, .12)
}

.video-one {
    margin-left: auto;
    max-width: 1550px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-top: 100px;
    width: 100%
}

.video-one .container-fluid {
    align-items: center;
    background-attachment: fixed;
    background-position: 100%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 200px 0;
    position: relative;
    width: 100%
}

.video-one .container-fluid:before {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0
}

.video-one__content {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 60px 0 rgba(46, 61, 98, .1);
    display: flex;
    justify-content: center;
    left: -230px;
    max-width: 460px;
    padding-bottom: 144.5px;
    padding-top: 144.5px;
    position: absolute;
    top: calc(50% - 239px);
    width: 100%;
    z-index: 12
}

.video-one__content .block-title {
    margin-bottom: 0;
    max-width: 250px
}

.video-one__content .block-title p {
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    position: relative;
    top: -3px;
    white-space: pre-line
}

.video-one__content .block-title h3 {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    margin: 5px 0 0;
    white-space: pre-line
}

.video-one__btn {
    align-items: center;
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto;
    border: 27px solid #fff;
    border-radius: 50%;
    display: flex;
    height: 192px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 192px;
    z-index: 10
}

.video-one__btn i {
    color: #fff;
    font-size: 40px
}

.video-one__btn:hover {
    background-position: 100%
}

.about-one {
    padding-top: 100px
}

.about-one,
.about-one .container {
    position: relative
}

.about-one .contact-info-one__bg-shape-1 {
    left: 0
}

.about-one__content {
    padding-left: 80px;
    padding-right: 90px
}

.about-one__content>p {
    color: #3a505f;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0
}

.about-one__content>p+p {
    margin-top: 30px
}

.about-one__content .block-title,
.about-one__content .block-title h3 {
    margin-bottom: 0
}

.about-one__content .block-title {
    margin-bottom: 28px
}

.about-one__btn {
    background-image: linear-gradient(90deg, #232490, #e84090 51%, #232490);
    background-size: 200% auto;
    border-radius: 26px;
    margin-top: 40px;
    padding: 11px 43px
}

.about-one__btn:hover {
    background-position: 100%
}

.about-two {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
}

.about-two .container {
    position: relative;
    z-index: 10
}

.about-two__images .img-extra {
    border-radius: 8px
}

.about-two__content {
    padding-left: 45px
}

.about-two__content h3 {
    margin-bottom: 20px
}

.about-two__content p+p {
    margin-top: 15px
}

.about-two__content .block-title {
    margin-bottom: 0
}

.about-two__content .banner-one__btn-block {
    margin-top: 35px
}

.about-two__content .banner-one__video {
    background-image: linear-gradient(90deg, #009ee2, #01caf2)
}

.about-two__content .banner-one__video:after,
.about-two__content .banner-one__video:before {
    border-color: #232490
}

.create-btn {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto;
    border-radius: 28px;
    box-shadow: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 49px;
    transition: all .4s ease
}

.create-btn:hover {
    background-position: 100%
}

.about-two__content .thm-btn {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto;
    border-radius: 28px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 49px
}

.about-two__content .thm-btn:hover {
    background-position: 100%
}

.about-three {
    padding-bottom: 50px;
    padding-top: 50px
}

.about-three__content .block-title {
    margin-bottom: 20px
}

.about-three__list {
    margin: 0
}

.about-three__list li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 55px;
    position: relative
}

.about-three__list li+li {
    margin-top: 10px
}

.about-three__list li>i {
    color: #00aeef;
    left: 25px;
    position: absolute;
    top: 5px
}

.about-four__list {
    margin: 30px 0
}

.about-four__list li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 35px;
    position: relative
}

.about-four__list li>i {
    color: #00aeef;
    left: 0;
    position: absolute;
    top: 5px
}

.about-four__list li span {
    color: #00aeef;
    font-weight: 800
}

.about-funfact__wrap {
    align-items: center;
    display: flex;
    padding-top: 30px
}

.about-funfact__box:not(:last-of-type) {
    margin-right: 30px;
    padding-right: 30px;
    position: relative
}

.about-funfact__box:not(:last-of-type):after {
    border-right: 1px dashed rgba(225, 36, 84, .38);
    content: "";
    height: 53px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 0
}

.about-funfact__box h3 {
    color: #052847;
    font-family: var(--thm-font);
    font-size: 48px;
    font-weight: 600;
    margin: 0
}

.about-funfact__box h3 b {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #009ee2, #01caf2);
    bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    margin-left: 5px;
    position: relative
}

.about-funfact__box p {
    color: #223543;
    font-size: 16px;
    font-weight: 500;
    margin: 0
}

.about-three__content .thm-btn {
    background-image: linear-gradient(90deg, #009ce1, #00c7f1 51%, #009de1);
    background-size: 200% auto;
    border-radius: 28px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 49px
}

.about-three__content .thm-btn:hover {
    background-position: 100%
}

@media screen and (max-width:600px) {
    .thm-btn-desktop {
        display: none
    }
}

@media screen and (min-width:600px) {
    .thm-btn-mobile {
        display: none
    }
}

.btn-fixed-demo {
    display: none
}

.endsection {
    color: #fff;
    display: block;
    padding: 144px 0;
    position: relative;
    z-index: 1
}

.endsection-svg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.view-trigger {
    position: relative
}

.endsection h3 {
    color: #fff;
    max-width: 720px
}

.endsection p {
    max-width: 440px
}

.about-four {
    padding-bottom: 50px
}

.about-four .about-two__content {
    padding-left: 60px;
    padding-top: 125px
}

.about-four__title {
    background-color: #23205f;
    box-shadow: 0 4px 35px 0 rgba(57, 57, 57, .24);
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 45px;
    padding-bottom: 36px;
    padding-top: 36px
}

.about-four__title b {
    color: #ff5e12;
    font-weight: 700
}

.about-four__title span {
    font-weight: 300
}

.about-four__spacer {
    height: 180px;
    width: 100%
}

[class*=col-]:nth-child(2) .about-four__box {
    margin-top: 180px
}

.about-four__box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 35px 0 rgba(57, 57, 57, .24);
    margin-bottom: 30px;
    padding: 40px 42px 35px;
    text-align: center
}

.about-four__icon {
    background-color: #f2f2f6;
    height: 121px;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 121px
}

.about-four__icon,
.about-four__icon i {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.about-four__icon i {
    background-image: linear-gradient(90deg, #ff9723, #ff5b11);
    color: #fff;
    font-size: 35px;
    height: 70px;
    text-align: center;
    width: 70px
}

.about-four__box.color-2 .about-four__icon i {
    background-image: linear-gradient(90deg, #e73d8e, #fda4ce)
}

.about-four__box.color-3 .about-four__icon i {
    background-image: linear-gradient(90deg, #232490, #5b5cfb)
}

.about-four__box h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px
}

.about-four__box h3 a {
    color: inherit
}

.about-four__box p {
    color: #3a505f;
    font-size: 15px;
    line-height: 24px;
    margin: 0
}

.about-four__icon-bubble {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation: service_hexagon 3s linear infinite;
    animation: service_hexagon 3s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.about-four__box:hover .about-four__icon-bubble {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.about-four__icon-bubble:before {
    background-color: #ff9021;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all .5s ease;
    width: 16px
}

.about-four__box.color-2 .about-four__icon-bubble:before {
    background-color: #fda4ce
}

.about-four__box.color-3 .about-four__icon-bubble:before {
    background-color: #00aeef
}

.about-four__icon-bubble:after {
    background-color: #ff34c2;
    border-radius: 50%;
    bottom: 10px;
    content: "";
    height: 16px;
    position: absolute;
    right: 10px;
    transition: all .5s ease;
    width: 16px
}

.about-four__box.color-2 .about-four__icon-bubble:after {
    background-color: #e73d8e
}

.about-four__box.color-3 .about-four__icon-bubble:after {
    background-color: #052847
}

.about-four__box-wrap {
    margin-top: -225px;
    position: relative
}

.about-four__box-wrap:before {
    background-image: url(bc2532b4dfae586bec24.png);
    bottom: calc(100% - 335px);
    content: "";
    height: 472px;
    position: absolute;
    right: -385px;
    width: 1425px
}

@media (min-width:1200px) {
    .brand-one .container {
        padding-left: 85px;
        padding-right: 85px
    }
}

.brand-one__carousel {
    padding-bottom: 71px;
    padding-top: 71px
}

.brand-one__carousel img {
    opacity: .2;
    transition: all .5s ease
}

.brand-one__carousel img:hover,
.brand-one__home-two .brand-one__carousel img {
    opacity: 1
}

.brand-one__home-two .brand-one__carousel {
    padding-top: 5px
}

.Home__Progress {
    align-items: center;
    background: #f5f7fb;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 5%
}

.Home__Progress__Calculate {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 120%;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase
}

.Home__Progress__Label {
    color: rgba(0, 0, 0, .8);
    font-size: 44px;
    font-weight: 900;
    line-height: 110%;
    margin-bottom: 24px;
    max-width: 800px;
    text-align: center
}

.Home__Progress__BarWrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(112, 0, 246, .15);
    margin: 32px auto;
    max-width: 844px;
    padding: 24px 32px;
    position: relative;
    width: 100%
}

.Home__Progress__BarWrapper--Heading {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    width: 100%
}

.Home__Progress__BarWrapper--Bar {
    margin: 24px auto;
    position: relative
}

.Home__Progress__BarWrapper--Bar--Line {
    align-items: center;
    background-color: #eee;
    border-radius: 7.5px;
    height: 15px;
    padding: 5px;
    width: 100%
}

.Home__Progress__BarWrapper--Bar--Line--Slider {
    -webkit-appearance: none;
    background: linear-gradient(90deg, #009ae0, #3e91da);
    border-radius: 2.5px;
    display: block;
    height: 5px;
    outline: 0;
    width: 100%
}

.Home__Progress__BarWrapper--Bar--Line--Slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: url(e274b6382ec8c65f8e6b.svg);
    background-position: 50%;
    border-radius: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px
}

.Home__Progress__BarWrapper--Bar--Line--Slider::-webkit-slider-thumb:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25), 0 1px 3px rgba(0, 154, 224, .15)
}

.Home__Progress__BarWrapper--Bar--Markings {
    color: #777;
    display: grid;
    font-size: 14px;
    grid-template-columns: .2fr .8fr 1fr 1fr 1fr 1fr;
    left: 1%;
    line-height: 19px;
    list-style-type: none;
    margin: 10px auto 20px;
    position: relative;
    width: 98.5%
}

.Home__Progress__BarWrapper--Bar--Markings li {
    align-items: flex-end;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.Home__Progress__BarWrapper--Bar--Markings li:focus {
    background-color: transparent
}

.Home__Progress__BarWrapper--Bar--Markings li:hover {
    color: #009ae0;
    font-weight: 700
}

.Home__Progress__BarWrapper--Bar--Markings--Numbers {
    margin-right: 8%
}

.Home__Progress__BarWrapper--Bar--Average {
    color: #f62f62;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: -220px;
    line-height: 120%;
    position: relative;
    text-align: center
}

.Home__Progress__BarWrapper--Details {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.Home__Progress__BarWrapper--Details--Col {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.Home__Progress__BarWrapper--Details--Col--Heading,
.Home__Progress__BarWrapper--Details--Col--Heading2 {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize
}

.Home__Progress__BarWrapper--Details--Col--Info {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize
}

.Home__Progress__BarWrapper--Details--Col--Info2 {
    color: #052847;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 100%;
    text-align: end
}

.mrgn-btn {
    margin-bottom: 10rem;
    position: relative
}

.Home-Stats-Numbers-Item {
    margin: 30px auto 40px
}

.Home-Stats-Numbers-Item .Home-Stats-Value {
    color: #062948;
    font-size: 70px;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 0;
    text-align: center
}

.Home-Stats-Numbers-Item .Home-Stats-Text {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 0;
    text-align: center
}

.mrgn-minus {
    margin-top: -100px
}

.meetpro,
.saarthi-app {
    margin: auto;
    max-width: 80vw;
    padding-top: 40px;
    text-align: center
}

.meetpro-app-head {
    align-items: center;
    display: flex;
    height: 52px;
    justify-content: center;
    margin: auto auto 40px;
    width: 210.6px
}

.meetprologo {
    height: 100%;
    width: 100%
}

.fankonnnect-app {
    margin: auto;
    max-width: 80vw;
    padding-top: 20px;
    text-align: center
}

.fankonnnect-app-head,
.saarthi-app-head {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 40px !important;
    max-width: 300px
}

.fankonnnect-app-head img,
.saarthi-app-head img {
    margin-right: 10px;
    width: 75px
}

.saarthi-app-text-one {
    margin-bottom: 15px !important
}

.saarthi-app-link {
    margin-top: 5px !important
}

.saarthi-app-link a {
    color: blue;
    text-decoration: none
}

.fankonnnect-app-link {
    margin-top: 5px !important
}

.fankonnnect-app-link a {
    color: blue;
    text-decoration: none
}

.fankonnnect-mb,
.saarthi-mb {
    margin-bottom: 0 !important
}

.new_testimonials-two__shape-2 {
    bottom: -4%;
    left: 365px;
    width: 800px
}