body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #241F21;
    font-weight: 400;
    line-height: 150%;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #00102B;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #000B1D;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00102B;
    margin-bottom: 12px;
    font-family: 'Gotham';
}

h1,
.h1 {
    font-size: 50px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 45px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.long {
    max-width: 1400px;
}

.container.wide {
    max-width: 1320px;
}

.container.smalls {
    max-width: 1080px
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(115, 164, 250, 1) 0%, rgba(77, 142, 255, 1) 100%);
    padding: 20px 30px;
    border: 1px solid #1B6FFF;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
    line-height: 100%;
    border-radius: 30px
}

.cta-btn .icon {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    transition: all 0.4s;
    left: 0
}

.cta-btn:hover {
    color: #fff
}

.cta-btn:hover .icon {
    left: 3px
}

.btn_secondary{
    background: #63BB5A;
    border-color: #63BB5A
}

.fs_30 {
    font-size: 30px
}

.fs_24 {
    font-size: 24px
}

.fs_40 {
    font-size: 40px
}

.fs_60 {
    font-size: 60px
}

.fs_18 {
    font-size: 18px
}

.fw_500 {
    font-weight: 500
}

.fw_700 {
    font-weight: 700
}

.text_white {
    color: #fff
}

.text_blue {
    color: #0B2036
}

.color_blue {
    color: #5690F4
}

.text_light {
    color: #616677
}

.relative {
    position: relative;
    z-index: 1
}

.mb_30 {
    margin-bottom: 30px
}

.mb_50 {
    margin-bottom: 50px
}

.mt_30 {
    margin-top: 30px
}

.mt_50 {
    margin-top: 50px
}

.bg_dark {
    background: #071626
}

.bg_blue_light {
    background: rgba(149, 188, 255, 0.22)
}

.bg_light {
    background: #F8FBFF
}

.bg_deep_blue {
    background: #0A234E
}

.z-99 {
    position: relative;
    z-index: 11
}

.over_hidden {
    overflow: hidden
}

.pb_170 {
    padding-bottom: 170px
}

.pb_140 {
    padding-bottom: 140px
}

.pt_140 {
    padding-top: 140px
}

.pb_100 {
    padding-bottom: 100px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_50 {
    padding-bottom: 50px
}

.p_100 {
    padding: 100px 0
}

.text_italic {
    font-style: italic
}

/*Common CSS From Here*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.header-top {
    background: #0A234E;
    padding: 10px 0
}

.header-top-text {
    display: flex;
    justify-content: center;
    align-items: center
}

.header-top-text .register-btn {
    background: #5690F4;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    margin-left: 20px
}

.header-top-text .text {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.header-main {
    padding: 20px 0
}

.herader-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 20px
}

.header-menu ul li a {
    color: rgba(255, 255, 255, 0.52);
    display: block;
    font-size: 15px;
    padding: 0 10px;
    text-transform: capitalize
}

.header-menu ul li a:hover {
    color: #fff
}

.header-menu ul li:last-child {
    margin-right: 0
}

.header-action a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    position: relative
}

.header-action a span:not(.icon) {
    position: relative
}

.header-action a span:not(.icon)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s;
}

.header-action a:hover span:not(.icon)::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.header-action .icon {
    color: #fff;
    background: #5690F4;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
}

.hero-area {
    position: relative;
    background: #000B1D;
    z-index: 9;
    padding-bottom: 200px;
    padding-top: 260px;
}

.hero-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000B1D;
    left: 0;
    top: 0px;
    opacity: 0.6;
}

.hero-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #000b1d 0%, rgba(0, 11, 29, 0) 100%);
    left: 0;
    bottom: 0;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -9
}

.hero-dark-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: color-dodge
}

.hero-area .container {
    position: relative;
    z-index: 99
}

.hero-image {
    position: relative;
    z-index: 1
}

.hero-image::after {
    position: absolute;
    content: "";
    bottom: -613px;
    right: 0;
    width: 390px;
    height: 495px;
    border-radius: 40px;
    background: #5690F4;
}

.hero-phone-mockup {
    position: absolute;
    z-index: 1111;
    width: 360px;
    right: 20%;
    bottom: 20px;
    animation: phoneFloat 3s ease-in-out infinite;
}

@keyframes phoneFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-mobile-part {
    position: absolute;
    width: 450px;
    right: 18%;
    z-index: 11111;
    top: 40%;
    transform: scale(0.8);
    will-change: transform;
}

img.hero-mobile-part-small {
    position: absolute;
    top: 31%;
    right: 24%;
    width: 300px;
    z-index: 11111;
}

.hero-bubble {
    opacity: 0;
    animation: bubblePop 3.5s ease-in-out infinite;
}

.hero-bubble.v1 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5690F4;
    top: 170px;
    left: -20px;
    animation-delay: 0s;
}

.hero-bubble.v2 {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #5690F4;
    top: 165px;
    left: 12px;
    animation-delay: 0.7s;
}

.hero-bubble.v3 {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #5690F4;
    top: 92px;
    left: -25px;
    animation-delay: 1.4s;
}

@keyframes bubblePop {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.6);
    }

    20% {
        opacity: 1;
        transform: translateY(-6px) scale(1);
    }

    60% {
        opacity: 1;
        transform: translateY(-18px) scale(1.05);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.8);
    }
}

.hero-circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -9;
}

.hero-circle-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
}

.hero-white-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 111
}


.hero-text .hero-heading {
    color: #fff;
    font-weight: 700;
}

.hero-text .hero-heading span {
    color: #5690F4
}

.hero-text .sub-title {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 140%;
}

.hero-text {
    color: #FFFFFF
}

.hero-meta {
    margin-top: 50px
}

.hero-text .cta-btn {
    margin-top: 20px
}

.hero-meta .title {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px
}

.hero-meta ul {
    display: flex;
    align-items: center
}

.hero-meta ul li {
    display: inline-block;
    margin-right: 15px;
    width: auto
}

.hero-meta ul li:last-child {
    margin-right: 0
}

.page-banner {
    position: relative;
    background: #000B1D;
    z-index: 9;
    padding-bottom: 200px;
    padding-top: 150px;
    overflow: hidden
}

.page-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #000b1d 0%, rgb(0 11 29 / 0%) 100%);
    left: 0;
    top: 50px;
}

.page-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #000b1d 0%, rgba(0, 11, 29, 0) 100%);
    left: 0;
    bottom: 0;
    z-index: -1
}

.page-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -9
}

.banner-dark-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: color-dodge
}

.banner-circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -9;
    opacity: 0.19;
    width: 400px;
}

.banner-circle-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
    opacity: 0.59;
}

.banner-white-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 1
}

.banner-text .heading {
    color: #fff;
    font-weight: 700;
}

.banner-text .sub-title {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
    line-height: 140%;
}

.banner-menu li:first-child {
    margin-left: 0
}

.banner-menu li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    line-height: 100%
}

.banner-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5690F4;
    left: -19px;
    bottom: 6px;
}

.banner-menu li:first-child::before {
    display: none
}

.banner-menu {
    font-size: 14px
}

.banner-menu .banner-link {
    color: rgba(255, 255, 255, 0.43);
    font-weight: 400;
}

.banner-menu .banner-link.active {
    color: #fff
}

.banner-menu .banner-link:hover {
    color: #fff
}

.page-banner .banner-top {
    margin-bottom: 100px;
    color: #fff;
    font-size: 14px
}

.page-banner-image.style1 {
    position: absolute;
    bottom: -160px;
    left: 54%;
    width: 840px;
    z-index: -1;
}

.footer-area {
    padding-top: 70px;
    background: #00102B;
    position: relative;
    z-index: 9
}

.footer-circle-right {
    position: absolute;
    right: 0;
    top: -200px;
    width: 300px;
    z-index: -9;
}

.footer-link a {
    color: #9DA0AB
}

.footer-link a:hover {
    color: #fff
}

.footer-link li {
    margin-bottom: 20px;
}

.footer-link li:last-child {
    margin-bottom: 0
}

.footer-link .icon {
    color: #fff;
    background: #5690F4;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 16px;
    text-align: center;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}


.footer-logo {
    display: inline-block;
    margin-bottom: 20px
}

.footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px 0;
    margin-top: 50px
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-copyright .text {
    color: #fff;
    font-size: 14px
}

.footer-copyright .text .link {
    color: #fff
}

.footer-copyright ul li {
    display: inline-block;
    color: #fff;
    margin-right: 8px
}

.footer-copyright ul li:last-child {
    margin-right: 0
}

.footer-copyright ul .link {
    color: #fff;
    font-size: 14px
}

/*Content CSS From Here*/

.icon-teaser.style1 {
    border: 5px solid #DEEBFF;
    border-radius: 10px;
    position: relative;
    padding: 90px 20px 30px;
    margin-top: 90px;
    background: #F7FBFE;
    font-size: 16px;
    transition: all 0.3s;
    display: block
}

.icon-teaser.style1 .single-icon {
    background: #F7FBFE;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px
}

.icon-teaser.style1 .single-icon img {
    width: 120px;
}

.icon-teaser.style1 .title {
    margin-bottom: 20px
}

.icon-teaser.style1 .action {
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid rgba(31, 31, 31, 0.2);
    transition: all 0.3s;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700
}

.service-area {
    background: #F7FBFE
}

.icon-teaser.style1:hover {
    border: 5px solid #5690F4;
}

.icon-teaser.style1:hover .action {
    background: #00102B;
    border: 1px solid #00102B;
    color: #fff;
    font-weight: 600
}

.location-searching-area {
    position: relative;
    padding: 170px 0;
    overflow: hidden;
}

.location-searching-area .heading {
    margin-bottom: 20px;
    font-size: 60px
}

.location-searching-area .cta-btn {
    margin-top: 20px
}

.city-view-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1
}

.loacation-shape1 {
    position: absolute;
    left: -15%;
    top: 10%;
}

.loacation-shape2 {
    position: absolute;
    right: 10%;
    top: 10%;
}

.icon-teaser.style2 {
    display: block;
    border: 2px solid #DEEBFF;
    text-align: center;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    z-index: 9;
    height: 100%
}

.icon-teaser.style2:hover {
    transform: translateY(-10px)
}

.icon-teaser.style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/box-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: -1;
}

.icon-teaser.style2 .icon {
    margin-bottom: 20px
}

.icon-teaser.style2 .icon img {
    width: 100px;
    margin: 0 auto
}

.icon-teaser.style2 .action {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5690F4;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%
}

.icon-teaser.style2 .action img {
    width: 16px !important;
    margin-left: 10px;
}

.icon-teaser.style3 {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    text-align: center;
    border: 5px solid #2B415E;
    border-radius: 10px;
    padding: 30px 20px;
    transition: all 0.3s;
    height: 100%;
    background: rgba(86, 144, 244, 0.03)
}

.icon-teaser.style3 .title {
    color: #fff;
    margin-top: 30px
}

.icon-teaser.style3 .icon img {
    margin: 0 auto;
    width: 100px;
    opacity: 0.9
}

.icon-teaser.style3:hover {
    border: 5px solid #5690F4
}

.icon-teaser.style3:hover img {
    opacity: 1
}

.blue-shape2 {
    position: absolute;
    right: -11%;
    top: -34%;
    z-index: 1;
    width: 500px;
}

.content-box.videobox1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.content-box.videobox1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(11, 32, 54, 0.6);
    border-radius: 10px
}

.videobox1 .video-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.videobox1 .video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #5690f4;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    border-radius: 35%;
}

.videobox1 .text {
    display: block;
    margin-top: 8px
}

.testimonial-info {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.testimonial-info .author-image img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #5690f4;
    margin-right: 30px;
}

.content-box.testimonial-box {
    font-size: 20px;
    border: 5px solid #5690f4;
    border-radius: 10px;
    padding: 30px 40px;
    line-height: normal;
    color: #00102B;
}

.testimonial-box .quotes {
    font-size: 115px;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #00102B
}

.testimonial-info .author-info .h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-info .author-info .title {
    font-size: 16px
}

.testimonial-bg {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.testimonial-slider {
    position: relative
}

.icon-progress,
.ticon-progress {
    position: relative;
    width: 500px;
    height: 2px;
    margin-top: 50px;
    background: rgba(89, 89, 89, 0.2);
    flex: 1 1 0%;
}

.ticon-progress {
    width: 100%;
    background: #EBEBEB
}

.icon-progress span,
.ticon-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: rgb(51, 51, 51);
    transition: width 0.3s;
}

.ticon-progress span {
    background: #5690F4
}

.content-text.style1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.content-text.style1 ul li:last-child {
    margin-bottom: 0
}

.content-text.style1 ul li img {
    width: 24px;
    margin-right: 10px
}

.content-text.style1 .title {
    font-size: 24px;
    margin-bottom: 20px
}

.content-text.style1 ul {
    margin-bottom: 20px
}

.content-text.style1 .link {
    font-weight: 600
}

.flow-chart-bg {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding: 70px 0;
    ;
    z-index: -1
}

.blue-shape3 {
    position: absolute;
    left: -10%;
    top: 5%;
    width: 400px;
    z-index: -1
}

.blue-shape4 {
    position: absolute;
    right: -10%;
    bottom: 5%;
    width: 400px;
    z-index: -1
}

.content-box.style2 {
    position: relative;
    padding: 50px 30px;
    display: block;
    margin-bottom: 30px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    height: calc(100% - 30px)
}

.content-box.style2 .content-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -9;
    border-radius: 10px;
}

.content-box.style2 .inner-content .text {
    width: 60%;
}

.content-box.style2 .top-icon {
    width: 180px;
    margin-bottom: 30px
}

.content-box.ver2 .top-icon {
    width: 100px;
    margin-bottom: 87px;
}

.content-box.ver3 .top-icon {
    width: 100px;
    margin-bottom: 60px;
}

.content-box.ver4 .top-icon {
    width: 180px;
    margin-bottom: 80px;
}

.content-box.style2 .text .title {
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
    line-height: 120%;
}

.content-box.style2 .cta-btn {
    margin-top: 50px;
    width: 100%
}

.call-to-action.style1 {
    position: relative;
    background: #081E45;
    padding: 70px;
    border-radius: 10px;
    z-index: 99
}

.call-to-action.style1 .content-text {
    color: #fff
}

.cta-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.cta-image-bubble {
    position: absolute;
    width: 60px;
    top: -95px;
    left: 28%;
}

.footer-cta-bg {
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0
}

.flow-chart-bg.style2 {
    z-index: 1;
    padding: 0;
    bottom: 0;
}

.content-box.style3 {
    position: relative
}

.icon-teaser.style4 {
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 14px 61px 0px rgba(32, 67, 128, 0.1);
}

.icon-teaser.style4 .icon img {
    width: 60px;
    margin-right: 20px
}

.icon-teaser.style4 .title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}

.icon-teaser.style4 .text {
    font-weight: 500
}

.icon-teaser.style4.ver1 {
    position: absolute;
    bottom: 115px;
    z-index: 1;
    left: 70px;
}

.icon-teaser.style4.ver2 {
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: 130px;
}

.icon-teaser.style4.ver3 {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 455px;
}

.icon-teaser.style4.ver4 {
    position: absolute;
    bottom: 160px;
    z-index: 1;
    right: 50px;
}

.icon-teaser.style4.ver5 {
    position: absolute;
    bottom: -70px;
    z-index: 1;
    right: 100px;
}

.white-bottom-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%
}

.content-box.style4 {
    transition: all 0.3s;
    padding: 30px;
    position: relative;
    z-index: 9;
    background: #fff
}

.content-box.style4.box-end::before {
    display: none !important
}

.content-box.style4::before {
    position: absolute;
    content: "";
    width: 96%;
    height: 1px;
    background: rgba(86, 144, 244, 0.37);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -9;
    transition: all 0.2s
}

.content-box.style4 .icon img {
    height: 60px;
    filter: grayscale(1);
    transition: all 0.3s;
}

.content-box.style4:hover .icon img {
    filter: none
}

.content-box.style4 .text {
    font-weight: 500;
    font-size: 20px
}

.content-box.style4 .year {
    font-weight: 600;
    font-size: 20px
}

.content-box.style4:hover {
    box-shadow: 0px 13px 50px 0px rgba(32, 67, 128, 0.11);
    border-radius: 20px;
    bottom: 1px;
    z-index: 99
}

.content-box.style4:hover::before {
    display: none
}

.mission-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.icon-teaser.style5 {
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    font-size: 16px;
    line-height: 150%;
    color: #717182;
    box-shadow: 0px 24px 50px 0px rgba(198, 212, 234, 0.13);
    transition: all 0.3s;
    position: relative;
    bottom: 0
}

.icon-teaser.style5 .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px
}

.icon-teaser.style5:hover {
    bottom: 5px;
    box-shadow: 0px 24px 50px 0px rgba(198, 212, 234, 0.3);
}

.text-box.style1 {
    border: 1px solid rgba(0, 16, 43, 0.15);
    display: block;
    padding: 70px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 30px;
    transition: all 0.3s;
    position: relative;
    bottom: 0
}

.text-box.style1 .title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}

.text-box.style1 .cta-btn .icon {
    display: none;
}

.text-box.style1 .cta-btn {
    background: linear-gradient(0deg, #5690f4 0%, rgb(86 144 244 / 0%) 0%);
    ;
    border: 1px solid #0B2036;
    color: #00102B;
    margin-top: 50px;
    line-height: 100%;
    align-items: center;
    display: flex;
    transition: all 0.3s
}

.text-box.style1:hover .cta-btn .icon {
    display: inline-block;
    transition: all 0.3s
}

.text-box.style1:hover .cta-btn {
    background: linear-gradient(0deg, #5690f4 0%, rgb(86 144 244 / 75%) 95%);
    border: 1px solid #1B6FFF;
    color: #fff;
}

.text-box.style1:hover {
    background: #fff;
    bottom: 10px;
    box-shadow: 35px 30px 50px 0px rgba(197, 205, 218, 0.46);
    ;
    border: none
}

.srevice-icon-box {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 21px 36px 0 #2452A124;
    position: absolute
}

.services-lines {
    position: relative;
    margin-top: 100px
}

.services-lines > img {
    width: 100%
}

.srevice-icon-box.sib-1 {
    top: 230px;
    left: -60px;
    transform: rotate(20deg);
}

.srevice-icon-box.sib-2 {
    top: 0px;
    left: 78px;
    transform: rotate(-12deg);
}

.srevice-icon-box.sib-3 {
    top: 95px;
    left: 360px;
    transform: rotate(11deg);
}

.srevice-icon-box.sib-4 {
    bottom: -72px;
    right: 380px;
    transform: rotate(6deg);
}

.srevice-icon-box.sib-5 {
    top: -15px;
    right: 290px;
    transform: rotate(-11deg);
}

.srevice-icon-box.sib-6 {
    bottom: 70px;
    right: -30px;
    transform: rotate(14deg);
}

.service-people {
    margin-top: 200px;
    position: relative
}

.service-people .inner {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative
}

.service-people .inner .circle-shape {
    position: absolute;
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
}

.service-people .people-lines {
    margin: 0 auto;
    display: block;
    margin-top: 34px;
}

.service-people-img.large {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -90px;
    mix-blend-mode: multiply
}

.service-people-img.medium {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -90px;

}

.service-people-img.people2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: normal;
}

.service-people-img.people3 {
    position: absolute;
    bottom: 0;
    right: 0%;
}

.service-people-img.people4 {
    position: absolute;
    bottom: 134px;
    left: 23%;
}

.service-people-img.people5 {
    position: absolute;
    right: 23%;
    bottom: 134px;
}

.core_service_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.highlight-shape {
    position: absolute;
    top: -225px;
    min-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.services-lines .circle_shape {
    position: absolute;
    bottom: -210px;
    width: 600px;
}

.service-people .line-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 340px;
    z-index: -1;
}

.content_tabs .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    margin-bottom: 40px
}

.content_tabs .nav-tabs li {
    margin: 0 5px !important;
    flex: 1;

}

.content_tabs .nav-tabs button {
    border: 5px solid #DEEBFF;
    border-radius: 7px;
    margin: 0 !important;
    font-weight: 700;
    color: #00102B;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 20px 10px
}

.content_tabs .nav-tabs button.active {
    margin: 0 !important;
    border-color: #5690F4;
    background: transparent !important
}

.content_tabs .nav-tabs button img {
    max-width: 100px;
    margin: 0 auto 20px;
}

.tab_shape {
    position: absolute;
    width: 450px;
    right: 180px;
    z-index: -1;
    top: 40px;
}

.white-bottom-shape2 {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 70px
}

.animal-shape.style1 {
    position: absolute;
    left: 52%;
    bottom: -200px;
    width: 550px;
    z-index: -1;
}

.blue-shape5 {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 450px;
    z-index: -1
}

.page-banner-image.style2 {
    position: absolute;
    bottom: -100px;
    left: 49%;
    width: 870px;
    z-index: 9;
}

.content-box.style4.ver2:hover {
    bottom: 0;
    box-shadow: none;
}

.content-box.style4.ver2 {
    padding: 30px 0;
    border-bottom: 1px solid rgba(86, 144, 244, 0.37);
    background: #F8FBFF;
    border-radius: 0
}

.content-box.style4.ver2 .icon img {
    filter: none;
}

.content-box.style4.ver2::before {
    display: none
}

.content-box.style4.ver2.box-end {
    border-bottom: none
}

.content-box.style4.ver2 .text {
    font-size: 16px;
    color: #0A0A0A;
}

.content-box.style4.ver2 .sub-title {
    font-size: 20px;
    margin-bottom: 8px
}

.content-box.style4.ver2 .plain-text {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 150%
}

.content-box.style4.ver2 .title {
    font-size: 28px;
    font-weight: 700;
}

.text-box.style2 {
    padding: 30px;
    border-radius: 10px;
    border: 5px solid #DEEBFF;
    background: #fff;
    height: calc(100% - 30px);
    margin-top: 30px;
    transition: all 0.3s
}

.text-box.style2:hover {
    border: 5px solid #5690f4;
    transform: rotate(-2deg)
}

.text-box.style2 .title {
    font-size: 20px;
    font-weight: 700
}

.text-box.style2.ver2 {
    border: none;
    background: #0A234E;
    padding: 50px;
    display: block
}

.text-box.style2.ver2 .title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px
}

.content-text.style1.ver2 {
    padding: 50px;
    border-radius: 10px;
    font-size: 16px;
    height: 100%
}

.content-text.style1.ver2 .title {
    margin-bottom: 30px;
    font-size: 32px
}

.content-text.style1.ver2 li {
    margin-bottom: 20px
}

.icon-teaser.style3.v2 {
    text-align: left;
    display: block;
    border: 2px solid rgba(86, 144, 244, 0.03);
    position: relative;
    padding-bottom: 50px
}

.icon-teaser.style3.v2 .icon img {
    margin: 0 0;
    width: 60px;
}

.icon-teaser.style3.v2 .action {
    display: flex;
    align-items: center;
    line-height: 100%;
    font-size: 18px;
    position: absolute;
    bottom: 30px
}

.icon-teaser.style3.v2 .action img {
    margin-left: 10px;
    position: relative;
    left: 0;
    transition: all 0.3s
}

.icon-teaser.style3.v2:hover .action img {
    left: 3px
}

.icon-teaser.style3.v2 .title {
    font-size: 18px;
    font-weight: 600
}

.icon-teaser.style3.v2:hover {
    border: 2px solid #5690f4;
    transform: rotate(-2deg)
}

.section-heading-border {
    width: 100%;
    display: block;
    height: 3px;
    background: rgba(86, 144, 244, 0.11)
}

.gps-tracking-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%
}

.content-text.style1.ver3 li {
    margin-bottom: 20px
}

.text-box.style2.ver3 .number {
    font-size: 70px;
    font-weight: 700;
    color: #5690f4;
    font-family: 'Open Sans';
    display: block;
    margin-bottom: 30px;
    line-height: 100%
}

.text-box.style2.ver3 .title {
    font-weight: 700;
    font-size: 24px
}

.text-box.style2.ver3 {
    border-left: 2px solid rgba(0, 16, 43, 0.11) !important;
    border: none;
    border-radius: 0;
    padding: 0 50px;
    background: #F8FBFF
}

.text-box.style2.ver3.box-start {
    border-left: none !important;
}

.white-bottom-shape3 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0
}

.content-text.style2.ver2 ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 20px;
}

.content-text.style2.ver2 ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #5690f4;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.content-text.style2.ver2 ul li:last-child {
    margin-bottom: 0
}

.blue-shape6 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 500px;
    z-index: -1
}

.content-text.style2.ver2 .ver3 li::before {
    background: #00102B;
    border-radius: 0;
    width: 5px;
    height: 5px;
    top: 10px
}

.content-text.style2.ver2 .sub-title {
    margin-bottom: 10px;
    display: block;
    line-height: 100%
}

.banner-text .sub-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.page-banner .dog_shape {
    position: absolute;
    width: 555px;
    bottom: 0;
    left: 56%;
    mix-blend-mode: lighten;
    z-index: -9;
}

.seo-pin {
    position: absolute;
    width: 125px;
    left: 57%;
    z-index: 11;
    top: 32%;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
        /* start at original position */
    }

    50% {
        transform: translateY(-10px);
        /* move up 10px */
    }

    100% {
        transform: translateY(0);
        /* back to original */
    }
}

.box.style2 {
    padding: 40px;
    border: 7px solid #DEEBFF;
    border-radius: 7px;
    height: 100%;
    transition: all 0.4s
}

.box.style2:hover {
    border-color: #5690F4
}

.box.style2 .icon {
    max-height: 100px;
    margin-bottom: 30px;
}

.list_check li {
    position: relative;
    padding-left: 35px;
    margin: 15px 0;
    color: #0A0A0A
}

.list_check li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.8379 12.4577C22.8379 6.72418 18.19 2.07629 12.4566 2.07629C6.72308 2.07629 2.0752 6.72418 2.0752 12.4577C2.0752 18.1911 6.72308 22.839 12.4566 22.839C18.19 22.839 22.8379 18.1911 22.8379 12.4577Z" fill="%235690F4" stroke="%235690F4" stroke-width="1.5572"/><path d="M8.30469 13.2363C8.30469 13.2363 9.9657 14.1836 10.7962 15.5721C10.7962 15.5721 13.2877 10.1219 16.6098 8.30518" stroke="white" stroke-width="1.5572" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll 0 0/cover
}

.section-notes {
    font-size: 16px;
    margin-top: 40px;
}

.divider .line {
    margin: 0;
    height: 7px;
    border-radius: 5px;
    background: #DEEBFF
}

.inner-list-icon .list {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #C3D5F0;
    border-radius: 7px;
    font-size: 13px;
    margin-top: 15px;
}

.inner-list-icon .list img {
    min-width: 23px;
    width: 23px;
    margin-right: 8px;
}

.content-img.max-map img {
    max-width: 1000px;
    position: relative;
    top: -65px;
    left: -85px;
    z-index: -1;
}

.note-box {
    padding: 40px;
    background: rgba(222, 235, 255, 0.5);
    border-radius: 10px;
    margin-top: -60px
}

.note-box .title {
    font-size: 20px
}

.section-action {
    margin-top: 40px
}

.text-box.style2.alt .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px
}

.text-box.style2.alt {
    font-size: 14px;
    line-height: 22px;
    color: #717182
}

.text-box.style2.alt .title {
    font-weight: 700
}

.line.smalls {
    width: 300px;
    margin: 0 auto
}

.process-slider .slide {
    padding: 0 50px
}

.process-slider .slick-list {
    margin-right: -300px
}

.process-box .num {
    font-size: 70px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(153, 153, 153, 0.46);
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

.process-box .title {
    font-weight: 700;
    font-size: 24px
}

.cta-box.style1 {
    background: #081E45;
    padding: 70px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1
}

.pb_270 {
    padding-bottom: 270px
}

.ntop_200 {
    margin-top: -200px
}

.circle-shape-left {
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: -1;
    width: 1000px;
}

.box.style4 {
    background: #fff;
    border-radius: 13px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.box.style4 .title {
    font-size: 20px
}

.box.style4 .date {
    display: flex;
    align-items: center;
    color: #717182
}

.box.style4 .date img {
    width: 18px;
    margin-right: 5px
}

.box.style4 .top {
    font-size: 13px;
    margin-bottom: 30px;

}

.box.style4 .tags {
    padding: 10px 10px;
    border-radius: 5px;
    background: #E4EEFF;
    text-align: center;
    line-height: normal
}

.box.style4 ul {
    column-count: 2
}

.box.style4 ul li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #717182
}

.box.style4 ul li img {
    width: 16px;
    margin-right: 5px
}

.box.style4 .action-btn {
    display: block;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid rgba(0, 16, 43, 0.16);
    font-size: 16px;
    font-weight: 700;
    color: #00102B;
    margin-top: 30px;
    border-radius: 13px
}

.box.style4 .action-btn:hover {
    background: #00102B;
    color: #fff
}

.team-box {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden
}

.team-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 16, 43, 1) 0%, rgba(0, 16, 43, 0) 100%);
}

.team-box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.71)
}

.team-box .info .title {
    font-size: 24px;
    margin: 0
}

.team-box:hover {
    transform: translateY(-10px)
}

.icon-teaser.style3 .title {
    font-size: 18px
}

.top-curve {
    left: 0;
    width: 100%;
    height: 118px;
    position: absolute;
    bottom: 0;
    top: 0px;
    z-index: 11;
}

.pt_180 {
    padding-top: 180px
}

.faqs_accordion {
    border: none
}

.faqs_accordion .accordion-item {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.26)
}

.faqs_accordion .accordion-button {
    border: none;
    border-radius: 0;
    padding: 24px 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #00102B
}

.faqs_accordion .accordion-button::after {
    display: none
}

.faqs_accordion .accordion-button::before {
    position: absolute;
    content: "";
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #242424;
    border-right: 2px solid #242424;
    transform: rotate(45deg);
    opacity: 0.7;
    transition: all 0.4s
}

.faqs_accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(-136deg);
}

.faqs_accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::before {
    display: none
}

.accordion-button .plus-minus {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 25px;
    right: 15px;
}

.accordion-button .plus-minus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.32)
}

.accordion-button .plus-minus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.32);
}

.accordion-body {
    padding: 0px 0px 30px 30px;
    line-height: 30px;
    background: linear-gradient(0deg, rgba(86, 144, 244, 0.09) 0%, rgba(86, 144, 244, 0) 100%);
    color: #00102B
}

.accordion-button:not(.collapsed) .plus-minus::before {
    opacity: 0
}

.link-text-action {
    margin-top: 30px
}

.link-text-action a {
    text-decoration: underline
}

.link-text-action a:hover {
    text-decoration: none
}

.team-banner {
    overflow: hidden
}

.team-banner .banner-inner {
    position: relative;
    min-height: 350px
}

.team-banner .team-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    top: 0px;
}

.team-banner-info {
    color: #fff
}

.team-banner-info a {
    color: #fff;
    font-size: 22px
}

.team-banner-info li {
    position: relative;
    padding-left: 45px;
    margin: 24px 0;
}

.team-banner-info li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
}

.team-sub-heading {
    color: #5690F4;
    font-size: 18px;
    margin-bottom: 15px
}

.team-banner-shape {
    position: absolute;
    z-index: -1;
    width: 500px;
    bottom: -100px;
}

.team-details-content {
    padding-left: 50px;
    position: relative
}

.team-details-content::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 2px;
    height: calc(100% + 100px);
    background: url('data:image/svg+xml,<svg width="2" height="1853" viewBox="0 0 2 1853" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0L1 1853" stroke="%230A234E" stroke-opacity="0.49" stroke-width="2" stroke-dasharray="14 14"/></svg>') no-repeat scroll 0 0/cover;
}

.team-details-content .inner {
    margin-bottom: 50px;
    position: relative
}

.hand-written {
    margin-bottom: 30px
}

.team-details-content .inner::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -70px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.27" cx="20" cy="20" r="20" fill="%235690F4"/><circle cx="20.0003" cy="20" r="10.5882" fill="%235690F4"/></svg>') no-repeat scroll 0 0/cover
}

.team-details-content .inner:first-child::before {
    top: 0
}

.team-details-content .inner .h4 {
    font-size: 26px
}

.team-details-content ul {
    list-style: disc;
    margin-left: 20px
}

.team-details-content ul li {
    display: list-item;
    margin: 10px 0
}

.team-details-content ul li::marker {
    color: #5690F4
}

.box.style7 {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 22px 45px rgba(198, 212, 234, 0.13);
    display: block;
    height: 100%;
    color: #717182;
    font-size: 15px;
    line-height: 22px
}

.box.style7 .title {
    font-size: 22px
}

.box.style7 .link-action {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #00102B
}

.box.style7 .link-action img {
    width: 16px;
    margin-left: 10px
}

.box.style7 .time-read {
    margin-bottom: 15px
}

.filter-tab label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.filter-tab select {
    border-radius: 10px;
    background: #E4EEFF;
    width: 100%;
    height: 60px;
    border: none;
    padding: 10px
}

.filter-tab .result {
    color: #717182;
    margin-top: 15px
}

.filter-tab {
    margin-bottom: 30px
}

.page-banner-image.style2.ver2 {
    position: absolute;
    bottom: -61px;
    left: 50%;
    width: 530px;
    z-index: 9;
}

.page-banner-image.style2.ver3 {
    position: absolute;
    bottom: 0;
    left: 52%;
    width: 380px;
    z-index: 9;
}

.text-box.style2.ver3.bg1 {
    background: #071626;
    border-left: 2px solid rgba(255, 255, 255, 0.1) !important
}

.banner-memorial-shape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.banner-image.style-3 .center-image {
    margin: 0 auto
}

.banner-image.style-3 {
    position: relative;
    margin-bottom: -150px;
    z-index: 99;

}

.pt_450 {
    padding-top: 450px
}

.banner-image.style-3 .top-text {
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 48%;
}

.banner-image.style-3 .top-text {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
}

.banner-image.style-3 .bottom-text {
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
}

.love-shape-left {
    top: 90px;
    left: -50px;
    position: absolute;
    width: 80px;
}

.love-shape-right {
    top: 90px;
    right: -50px;
    position: absolute;
    width: 80px;
}

.animal-shape.style2 {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 400px
}

.listing-section {
    margin-top: 50px
}

.listing-section .heading {
    margin-bottom: 30px
}

.box.style4 .topic-content .title {
    font-size: 16px;
    margin-bottom: 5px
}

.box.style4 .topic-content .subtitle {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px
}

.box.style4 .topic-content {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px
}

.box.style4 .topic-content p {
    margin: 0 0 5px
}

.box.style4.alt .action {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.box.style4.alt .action .learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.box.style4.alt .action .learn-more img {
    width: 9px;
    margin-left: 9px;
}

.box.style4.alt .action .action-btn {
    margin: 0
}

.box.style4.alt .action a {
    font-size: 15px;
    flex: 1
}

.paginations {
    margin-top: 40px;
}

.paginations ul li {
    display: inline-block
}

.paginations ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid #DFE3E8;
    font-weight: 700;
    color: #00102B
}

.paginations ul li a.active,
.paginations ul li a:hover {
    border-color: #2C8FF4;
    color: #2C8FF4
}

.text-box.style2.alt.text-center .icon {
    margin: 0 auto 20px
}

.stats-box .num {
    font-weight: 700;
    font-size: 70px;
    color: #5690F4
}

.box.style2.alt .title {
    font-size: 24px
}

.box.style2.alt .icon {
    max-height: 80px
}

.content-text .inner-notes {
    padding: 30px;
    padding-left: 50px;
    position: relative;
    background: #F8FBFF
}

.content-text .inner-notes::before {
    position: absolute;
    content: "";
    top: 34px;
    left: 27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3307 10.0003C18.3307 5.39795 14.5997 1.66699 9.9974 1.66699C5.39502 1.66699 1.66406 5.39795 1.66406 10.0003C1.66406 14.6027 5.39502 18.3337 9.9974 18.3337C14.5997 18.3337 18.3307 14.6027 18.3307 10.0003Z" fill="%235690F4" stroke="%235690F4" stroke-width="1.25"/><path d="M6.66406 10.6253C6.66406 10.6253 7.9974 11.3857 8.66406 12.5003C8.66406 12.5003 10.6641 8.12533 13.3307 6.66699" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll 0 0/cover
}




.testimonial-box.style3 {
    border: 1px solid rgba(117, 117, 117, 0.3);
    padding: 30px;
    margin: 0 15px;
    background: #fff;
    height: 100%
}

.testimonial-box.style3 .top-text {
    display: flex
}

.testimonial-box.style3 .plain-text {
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
    color: #001305;
    font-size: 18px;
    line-height: 140%;
}

.testimonial-box.style3 .top-text img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.testimonial-box.style3 .author-image img {
    width: 60px;
    height: 60px;
    border: none
}

.testimonial-box.style3 .author-info .h5 {
    font-weight: 500
}


.image-text-shape {
    position: absolute;
    right: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    top: 0;
}


.blue-shape7 {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    z-index: -1;
}


.career-banner-img {
    position: absolute;
    bottom: 0;
    width: 850px;
    right: 0;
}

.bg_white {
    background: #fff
}

.icon-teaser.style1 {
    height: calc(100% - 90px)
}

.icon-teaser.style1.alt {
    background: #fff
}

.icon-teaser.style1.alt .single-icon {
    background: #fff
}

.text_light_white {
    color: rgba(255, 255, 255, 0.62)
}

.icon-teaser.style55 {
    border: 1px solid rgba(217, 217, 217, 0.17);
    border-radius: 19px;
    padding: 35px 20px;
    color: rgba(255, 255, 255, 0.62);
    height: 100%;
    font-size: 14px;
    line-height: 22px
}

.icon-teaser.style55 .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px
}

.icon-teaser.style55 .icon {
    background: rgba(246, 232, 252, 0.05);
    border: 1px solid rgba(248, 248, 250, 0.1);
    width: 75px;
    height: 75px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.icon-teaser.style55 .icon img {
    width: 40px
}

.section-heading {
    margin-bottom: 40px
}

.top_right_shape {
    position: absolute;
    top: -200px;
    right: 0;
    width: 400px
}

.bottom_left_shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 400px
}

.location_links li {
    margin: 10px 0
}

.location_links li a {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(41, 53, 69, 0.09);
    font-weight: 500;
    color: #00102B;
    font-size: 18px;
    position: relative;
    padding-right: 40px
}

.location_links li a img {
    width: 50px;
    min-width: 50px;
    margin-right: 10px
}

.location_links li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #00102B;
    border-right: 1px solid #00102B;
    transform: translateY(-50%) rotate(45deg);
}

.col_purple {
    color: #A1A1C2
}

.animal-shape.style4 {
    position: absolute;
    width: 450px;
    right: 50%;
    bottom: 0;
}

.box.style2.bg-ver2 {
    background: #F8FBFF
}

.content-text.style5 .inner-border {
    position: relative
}

.content-text.style5 .inner-border::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 98%;
    left: 14px;
    bottom: 0;
    background: #5690f4;
    border-radius: 2px;
}

.content-text.style5 .inner {
    margin-top: 30px;
    padding-left: 50px;
    position: relative
}

.content-text.style5 .inner .title {
    font-size: 24px;
    font-weight: 700
}

.content-text.style5 .inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px
}

.text-box.style2.ver4 {
    display: block
}

.text-box.style2.ver4 .action {
    display: inline-flex;
    align-items: center;
    line-height: 100%;
    font-weight: 700;
    font-size: 15px
}

.text-box.style2.ver4 .action img {
    width: 18px;
    margin-left: 10px;
    ;
    position: relative;
    left: 0;
    transition: all 0.3s
}

.text-box.style2.ver4:hover .action img {
    left: 3px
}

.content-form.style1 {
    background: #0D1C2C;
    border: 1px solid #4C596F;
    border-radius: 10px;
    padding: 50px;
    margin-top: -270px;
}

.content-form.style1 label {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px
}

.content-form.style1 input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    border: none
}

.content-form.style1 li {
    margin-bottom: 20px
}

.content-form.style1 li:last-child {
    margin-bottom: 0;
    margin-top: 20px
}

.content-form.style1 .cta-btn {
    width: 100%
}

.content-form.style1 .heading {
    font-size: 20px;
    margin-bottom: 30px
}



.cta-pin-wave {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5b8cff;
    box-shadow: 0 0 0 8px rgba(91, 140, 255, 0.15),
        0 0 0 16px rgba(91, 140, 255, 0.08);
    top: 0;
    left: 0;
    z-index: 1;
}

.cta-pin-wave::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(91, 140, 255, 0.4);
    animation: pulse-ring 2.5s infinite ease-out;
}

.cta-pin-wave::after {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 1px solid rgba(91, 140, 255, 0.35);
    animation: pulse-ring 2.5s infinite ease-out;
    animation-delay: 1.2s;
}

.cta-pin-wave.v2 {
    bottom: 0;
    top: auto;
    left: -150px;
}

.cta-pin-wave.v3 {
    top: auto;
    bottom: -100px;
    left: 300px;
}

.cta-pin-wave.v4 {
    left: auto;
    right: 150px;
    top: -50px;
}

.cta-pin-wave.v5 {
    left: auto;
    right: -200px;
    top: 150px;
}

.cta-pin-wave.v6 {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }

    70% {
        opacity: 0.2;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

.testimonial-arrows {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-arrows > div:not(.pagingInfo) {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, 0.24);
    color: #0D0D0D;
    cursor: pointer;
    transition: all 0.4s
}

.testimonial-arrows > div:not(.pagingInfo):hover {
    color: #fff;
    background: #5690F4;
    border-color: #5690F4
}

.testimonial-arrows .pagingInfo {
    color: #0D0D0D;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 0 10px;
    font-size: 18px;
}

.testimonial-slider-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.testimonial-slider-action .icon-progress {
    margin-top: 0;
    width: 300px;
    margin-right: 40px
}

.dog-line-shape-right {
    position: absolute;
    bottom: -60px;
    width: 2000px;
    right: -1210px;
    object-fit: cover;
    max-width: 2000px;
}

.dog-line-shape-left {
    position: absolute;
    bottom: -60px;
    width: 2000px;
    left: -1908px;
    object-fit: cover;
    max-width: 2000px;
}

.dog-shape-img img {
    transform: translateY(70px)
}

.content-box.style2 .inner-content .text .inner {
    width: 80%;
}

.btn_border_dark {
    border-color: #0B2036;
    background: #fff;
    color: #0B2036
}

.btn_border_dark:hover {
    background: radial-gradient(circle, rgba(115, 164, 250, 1) 0%, rgba(77, 142, 255, 1) 100%);
    color: #fff;
    border-color: #1B6FFF
}

.content-box.style2:hover .btn_border_dark {
    background: radial-gradient(circle, rgba(115, 164, 250, 1) 0%, rgba(77, 142, 255, 1) 100%);
    color: #fff;
    border-color: #1B6FFF
}

.content-box.style2 .cta-btn {
    transition: inherit
}

.link_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0A0A0A;
    font-size: 18px
}

.link_text img {
    margin-left: 10px;
    transition: all 0.4s
}

.link_text:hover img {
    transform: translateX(5px)
}

.link_text:hover,
.footer-copyright ul .link:hover {
    text-decoration: underline
}

.slick-dots {
    position: inherit;
    bottom: 0;
    margin-top: 20px
}

.slick-dots li {
    margin: 0 3px
}

.slick-dots button {
    padding: 0 !important;
    width: 15px !important;
    height: 4px !important;
    border-radius: 5px !important;
    background: #5b8cff !important;
    opacity: 0.2 !important
}

.slick-dots button::before {
    display: none
}

.slick-dots li.slick-active button {
    opacity: 1 !important
}

.slick-dotted {
    margin: 0 !important
}

.mainmenu ul li {
    position: relative
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -5px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #fff
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 3px solid rgba(10, 112, 194, 0.84);
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1;
    font-size: 16px;
    line-height: 20px
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li a:hover {
    opacity: 1;
}

.mainmenu ul li > ul > li a:hover {
    color: #5690F4
}

.n_top_70 {
    margin-top: -60px
}

.content-list-box .content-box.style4 {
    color: #00102B
}

.content-list-box .content-box.style4:last-child::before {
    display: none
}

.team-slider {
    margin-top: 50px !important;
}

.team-slider .item img {
    filter: grayscale(1);
    transition: all 0.4s ease 0s
}

.team-slider .item:not(.slick-active) img {
    opacity: 0;
}

.team-slider .slick-slide {
    padding: 170px 0 70px;
}

.team-slider .item.slick-slide.slick-current img {
    filter: grayscale(0);
}

.team-slider .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.team-slider .slick-active + .slick-active.slick-current {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    transform: scale(1.7);
    position: relative;
    z-index: 22;
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1) translateY(31px);
    -moz-transform: scale(1) translateY(31px);
    transform: scale(1) translateY(31px);
}

.team-slider .slick-list {
    margin-left: -450px;
    margin-right: -150px
}

.team-area {
    position: relative;
    z-index: 1;
}

.team-meta {
    position: absolute;
    left: 0;
    bottom: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    text-decoration: none;
    min-width: 260px;
    border-radius: 16px;
}

.item.slick-slide.slick-center .team-meta {
    visibility: visible;
    opacity: 1;
    transform: scale(.5);
}

.team-meta span {
    display: block
}

.team-meta span.team-desc {
    color: rgba(255, 255, 255, 0.47);
    font-weight: 400;
    font-size: 20px
}

.team-meta span.team-title {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    margin: 7px 0
}

.team-meta span.team-action {
    display: flex;
    align-items: center;
    color: #5690F4;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}

.team-meta span.team-action img {
    margin-left: 10px;
    width: 22px
}

.team-meta span.team-action em {
    margin-left: 5px
}

.team-slider .slick-slide {
    padding: 0;
    padding-top: 100px;
}

.team-area {
    padding-bottom: 0
}

.team-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.team-area {
    position: relative;
    z-index: 1
}

.team-area .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity
}

.custom_arrows .arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    min-width: 50px;
    min-height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 100px;
    left: 10%;
    cursor: pointer
}

.custom_arrows .arrows.team_next {
    left: auto;
    right: 10%
}

.process_bg_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    z-index: -1
}

.three-col-slider .testimonial-box.style3 {
    margin: 0
}

.testimonial-box.style3 .top-text img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.testimonial-box.style3 {
    border-radius: 15px
}

.three-col-slider .slide {
    padding: 0 15px
}

.three-col-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonial-box.style3 .plain-text {
    margin-left: 20px
}

.location_links li a::after {
    transition: all 0.4s
}

.location_links li a:hover::after {
    right: 20px;

}

.banner-note a:hover {
    text-decoration: underline;
    color: #fff
}

.box.style4.alt .action .learn-more:hover {
    text-decoration: underline
}

.max_width {
    max-width: 800px;
    float: right;
    margin-top: -55px;
}

.right_person_shape {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100px;
    z-index: -1;
}

.v_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 150px;
    background: #5690F4;
    top: 275px;
    opacity: 0.19;
    border-radius: 10px;
}

.text-box.style2.ver4.bg_light {
    background: #F8FBFF;
}

.animal-shape.style2 {
    position: absolute;
    right: 0;
    bottom: -205px;
    width: 540px;
    z-index: 0;
}

.testimonial-style2 .slick-list {
    margin-left: -150px;
    margin-right: -150px
}

.testimonial-style2 {
    font-size: 17px
}

.max-map-alt img {
    max-width: 700px;
    float: right
}

.list_check.text_white li {
    color: #fff
}

.animal-shape.style4 {
    width: 600px;
    right: 41%;
    bottom: -200px;
    z-index: 11;
}

.tabs_drop {
    display: none !important
}

.team-banner-info a {
    position: relative
}

.team-banner-info a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s;
}

.team-banner-info a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.post-box {
    display: block;
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #717182;
    height: 100%
}

.post-box:hover {
    transform: translateY(-10px)
}

.post-box .image {
    margin-bottom: 15px
}

.post-box .title {
    font-size: 18px
}

.post-box .cta-btn {
    background: #030213;
    border-color: #030213;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 15px
}

.post-box .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.post_filter select {
    background: #1E1E1E;
    border-color: #1E1E1E;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff
}

.bg_light_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #F8FBFF;
    z-index: -1;
}

.post_notes_box {
    padding: 15px;
    background: #030213;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.post_notes_box p {
    margin: 0
}

.post_notes_box .btns {
    background: #ECEEF2;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    color: #030213;
    margin-left: 30px
}

.post_notes_box .btns:hover {
    background: #1B6FFF;
    color: #fff
}

.person_left_shape {
    position: absolute;
    width: 100px;
    top: -40px;
    z-index: -1
}

.person_right_shape {
    position: absolute;
    width: 100px;
    right: 0;
    top: -150px;
    z-index: -1
}

.icon-teaser.v1 {
    border: 6px solid #DEEBFF;
    display: block;
    padding: 60px 30px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all 0.4s
}

.icon-teaser.v1::after {
    border-radius: 10px;
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 6px solid #5690F4;
    opacity: 0;
    transition: all 0.4s
}

.icon-teaser.v1:hover::after {
    opacity: 1;
    transform: rotate(-1.5deg);
    background: transparent
}

.icon-teaser.v1:hover {
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.36);
    transform: rotate(-1.5deg)
}

.icon-teaser.v1 img {
    width: 70px;
    margin: 0 auto 20px;
}

.icon-teaser.v1 .title {
    font-size: 23px;
    margin: 0;
}

.content-num-box .num {
    font-family: 'Gotham';
    color: #00102B;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
        width: 50px;
}

.content-num-box .num::before {
    position: absolute;
    content: "";
    top: 0;
    left: -12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(169deg, rgba(86, 144, 244, 1) 0%, rgba(86, 144, 244, 0) 100%);
    opacity: 0.1;
}

.dog-max-img {
    min-width: 750px;
    float: right;
}

.dog-max-img img {
    transform: translateY(50px);
}

.pb_100 {
    padding-bottom: 100px
}

.pt_150 {
    padding-top: 150px
}

.playbook-quote-image {
    position: absolute;
    bottom: -46px;
    width: 235px;
    right: 165px;
    z-index: -1;
    transform: rotate(-2deg);
}

.playbook-quote {
    background: #5690F4;
    box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.04);
    padding: 30px;
    border-radius: 50px;
}

.playbook-quote .title {
    font-weight: 800
}

.playbook-quote p {
    margin: 0 0 10px
}

.playbook-area .content-text {
    padding-bottom: 50px
}

.playbook-area .quote_icon {
    position: absolute;
    width: 50px;
    left: 0px;
    top: 75px;
}

.playbook-quote-wrap {
    overflow: hidden;
    position: absolute;
    width: 340px;
    bottom: -20px;
    right: -85px;
    z-index: -11;
    padding-left: 36px;
}

.playbook-quote {
    clip-path: inset(0 100% 0 0);
    /* hidden from right */
    opacity: 1;
    will-change: clip-path;
}

.testimonial-content-box .inner-text {
    font-family: 'Gotham';
    font-size: 32px;
    color: #00102B;
    line-height: 130%;
    margin: 40px 0
}

.testimonial-content-box img {
    margin: 0 auto
}

.testimonial-meta img:not(.meta_shape) {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    padding: 12px;
    border: 1px solid rgba(86, 144, 244, 0.2);
}

.testimonial-content-box .testimonial-icon {
    width: 100px;
}

.testimonial-meta .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.testimonial_bg_map {
    position: absolute;
    bottom: -30px;
    z-index: -1;
    mix-blend-mode: luminosity;
}

.testimonial-meta {
    position: relative;
    z-index: 1;
    font-size: 14px
}

.testimonial-meta .meta_shape {
    position: absolute;
    bottom: -65px;
    z-index: -1;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-area .container {
    padding-top: 100px
}

.testimonial-area .testimonial_shape1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    z-index: -1;
    top: -40px;
    width: 100%
}

.hero-text,
.hero-meta {
    position: relative;
    /* needed for x movement */
    transition: opacity 0.1s ease;
    /* optional smooth fade when class changes */
}

.hero-text * {
    transition: all 0.4s
}

.review_person.v1 {
    width: 110px;
    left: -65px;
    top: 150px;
}

.review_person.v2 {
    width: 105px;
    left: 175px;
    top: 36px;
}

.review_person.v3 {
    width: 80px;
    left: 36%;
    top: -18%;
}

.review_person.v4 {
    width: 105px;
    top: 0;
    right: 23%;
}

.review_person.v5 {
    width: 90px;
    right: 0;
    top: 79px;
}

.review_person.v6 {
    width: 100px;
    right: -8%;
    top: 50%;
}

.review_person {
    position: absolute;
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    padding: 10px;
    z-index: 1
}

.review_person::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/review-person-wrapper.webp) no-repeat scroll 0 0/cover;
    z-index: -1;
    border-radius: 50%;
}

.review_person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-area .circle_shape_left {
    position: absolute;
    bottom: -100px;
    z-index: -1;
    width: 600px;
    left: 0
}

.testimonial-area .circle_shape_right {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 500px;
    right: 0;
}

.testimonial-area .review_bubble {
    position: absolute;
    top: -70px;
    width: 70px;
    right: 19%;
}

.box.v1 {
    padding: 30px;
    border: 6px solid #DEEBFF;
    display: block;
    border-radius: 10px;
    height: calc(100% - 50px);
    position: relative;
    transition: all 0.4s;
    margin-top: 50px;
}

.box.v1:hover {
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.36);
    transform: rotate(-1.5deg);
}

.box.v1:hover,
.box.v1:hover .num {
    border-color: #5690F4
}

.box.v1 .title {
    font-size: 22px
}

.box.v1 .num {
    border: 6px solid #DEEBFF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00102B;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 46px;
    margin-top: -85px;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.4s
}

.box.v1.cta {
    background: #00102B;
    border-color: #00102B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    height: 100%;
    position: relative;
    z-index: 1
}

.box.v1.cta .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.box.v1.cta .shape1 {
    position: absolute;
    z-index: -1;
    top: -60px;
    right: -60px;
    width: 300px;
}

.box.v1.cta .shape2 {
    position: absolute;
    z-index: -1;
    bottom: -60px;
    left: -60px;
    width: 300px;
}

.icon-teaser.style2.v2 {
    border: 6px solid #2E3C4D30;
    display: block;
    padding: 60px 30px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all 0.4s;
    background: transparent
}

.icon-teaser.style2.v2::after {
    border-radius: 10px;
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 6px solid #5690F4;
    opacity: 0;
    transition: all 0.4s;
}

.icon-teaser.style2.v2::before {
    opacity: 0.3
}

.icon-teaser.style2.v2:hover {
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.36);
    transform: rotate(-1.5deg);
}

.icon-teaser.style2.v2:hover::after {
    opacity: 1;
    transform: rotate(-1.5deg);
    background: transparent;
}

.location-searching-area .notes {
    margin-top: 25px
}

.location-searching-area .notes a {
    font-weight: 700;
    color: #5690F4
}

.location-searching-area .notes a:hover {
    text-decoration: underline;
    color: #fff
}

.location-searching-area .cta_gradient_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.icon-teaser.v3 .title {
    font-size: 20px;
}

.icon-teaser.v3 .icon img {
    width: 100px;
    margin: 0 auto
}

.icon-teaser.v3 .icon {
    margin-bottom: 20px
}

.receipts-cta {
    position: relative;
    z-index: 1;
}

.receipts-cta .cta-person {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: -26px;
    z-index: 1
}

.receipts-cta .cta-person.alt {
    width: 90%;
}

.cta-quote {
    background: #fff;
    border-radius: 60px;
    padding: 30px;
    line-height: 20px;
    font-size: 15px;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.09);
    padding-right: 16px;
    padding-left: 40px;
}

.cta-quote .title {
    font-size: 20px;
}



.receipts-cta .circle-shape {
    position: absolute;
    bottom: 80px;
    z-index: 0;
}

.box.v3 {
    background: #fff;
    display: block;
    height: 100%;
    border-radius: 15px;
    overflow: hidden
}

.box.v3 .text {
    padding: 30px
}

.box.v3 .title {
    font-size: 24px
}

.box.v3 .count-stats {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 14px;
    line-height: normal;
}

.box.v3 .count-stats li {
    padding: 0 8px
}

.box.v3 .count-stats .title {
    font-weight: 700;
    color: #5690F4;
    margin: 0
}

.box.v3 img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.testimonial-v3 {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonial-v3 .review_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.testimonial-slider-v3 .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.testimonial-slider-v3 .slide {
    padding: 30px 15px;
    transition: all 0.4s;
    padding-bottom: 40px
}

.testimonial-v3 .icon {
    width: 70px;
    margin-bottom: 20px;
    filter: grayscale(1) opacity(0.3);
    transition: all 0.4s;
}

.testimonial-v3 .inner {
    font-family: 'Gotham';
    color: #00102B;
    font-size: 18px;
    line-height: 150%;
    min-height: 170px
}

.testimonial-v3 .meta {
    margin-top: 100px
}

.testimonial-v3 .meta .title {
    font-size: 26px
}

.testimonial-slider-v3 .slide.slick-current + .slick-active {
    transform: translateY(35px)
}

.testimonial-slider-v3 .slide.slick-current + .slick-active + .slick-active {
    transform: translateY(-25px)
}

.testimonial-slider-v3 .slide.slick-current + .slick-active .testimonial-v3 .icon {
    filter: grayscale(0) opacity(1)
}

.custom_arrows.testimonial-arrows.v3 {
    justify-content: flex-end;
}

.custom_arrows.testimonial-arrows.v3 > div {
    width: 42px;
    height: 42px;
    border: 2px solid #5690F43D;
    margin-left: 8px
}

.custom_arrows.testimonial-arrows.v3 > div:first-child {
    margin-left: 0
}

.white-bottom-shape1.alt {
    z-index: -1
}

.testimonialv3_bg_image {
    position: absolute;
    top: -15%;
    right: 0;
    width: 55%;
    height: 700px;
    z-index: -1;
    mix-blend-mode: luminosity;
    object-fit: cover;
}

.line.xs-smalls {
    width: 60px;
    margin: 0 auto
}

.faqs_accordion.v2 .accordion-item {
    border: 1px solid #00102B26;
    margin-top: 15px;
    border-radius: 15px !important;
    transition: all 0.4s;
    background: #fff
}

.faqs_accordion.v2 .accordion-item.active {
    background: #00102B;
    color: #fff
}

.faqs_accordion.v2 .accordion-button {
    font-size: 18px;
    color: #00102B;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 25px 30px
}
.faqs_accordion.v2 .accordion-item:hover{
    box-shadow: 0 4px 14px rgba(0, 16, 43, 0.23)
}
.faqs_accordion.v2 .accordion-item.active .accordion-button {
    color: #fff;
    font-weight: 700
}

.faqs_accordion.v2 .accordion-body {
    color: #fff;
    padding: 30px;
    padding-top: 0
}

.faqs_accordion.v2 .accordion-body .inner {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.faqs_accordion.v2 .accordion-button::after {
    content: "\f078";
    /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    display: block
}

.faqs_accordion.v2 .accordion-button:not(.collapsed)::after {
    color: #fff;
    transform: rotate(180deg)
}

.content-box.style2:not(.bg_white) {
    background: #FBFCFC
}

.resource_shape {
    position: absolute;
    top: -100px;
    width: 600px;
}

.content-box.style2 .text .title {
    font-size: 34px;
    font-weight: 700;
}

.content-box.style2 .inner-content .text .inner {
    width: 75%;
}

.content-box.style2 {
    align-items: flex-end;
    display: flex
}

.footer_title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.quick_links {
    column-count: 2
}

.quick_links li {
    margin-bottom: 10px
}

.quick_links li a {
    color: #9DA0AB;
    display: block
}

.quick_links li a:hover {
    color: #fff
}

.footer-link li a {
    position: relative;
    padding-left: 44px;
    display: block;
}

.footer-link li a .icon {
    position: absolute;
    left: 0;
    top: -3px;
}

.footer-top {
    color: #9DA0AB;
}

.footer-trusted-logos {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.footer-trusted-logos ul {
    display: flex;
    align-items: center;
}

.footer-trusted-logos ul li {
    padding-left: 15px
}

.copyright-links {
    text-align: center
}

.copyright-links li {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 7px;
}

.copyright-links li a {
    color: #fff;
    display: block;
    line-height: normal;
}

.copyright-links li a:hover {
    text-decoration: underline
}

.footer-end {
    font-size: 14px;
    color: #fff
}

.copyright-links li:last-child {
    border: none
}

.footer-social {
    display: flex;
    justify-content: flex-end
}

.footer-social ul li {
    display: inline-block;
    margin-left: 15px
}

.footer-social ul li a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px
}

.footer-social ul li a:hover {
    color: #fff
}

.footer_text_bg {
    width: 100%
}

.footer-circle-left {
    position: absolute;
    bottom: 100px;
    z-index: -1;
    width: 300px;
}

.page-banner.style1 .banner-dark-shape {
    opacity: 1
}

.banner-text .heading span {
    color: #5690F4;
    font-style: italic
}

.testimonial-slider-v2 .slide {
    padding-bottom: 50px
}

.testimonial-area.alt .white-bottom-shape2 {
    bottom: 0
}

.testimonial-area.alt .testimonial_bg_map {
    bottom: 0
}

.testimonial-area.alt .circle_shape_left {
    bottom: 0
}

.box.v4 {
    padding: 30px;
    position: relative;
    display: block;
    height: 100%;
    background: #F8FBFF;
    border-radius: 15px;
    font-size: 15px;
    line-height: 22px;
    z-index: 1;
    padding-bottom: 300px;
}

.box.v4 .shape_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.box.v4 .title {
    font-size: 30px
}

.box.v4 .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
    mix-blend-mode: luminosity;
    transition: all 0.4s
}

.box.v4:hover .image {
    mix-blend-mode: normal
}

.box.v4:hover {
    color: #fff;
    background: #00102B;
    transform: rotate(-1.5deg)
}

.box.v4:hover .title {
    color: #fff
}

.box.v4 .link_arrow {
    width: 60px;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.4s;
}

.box.v4:hover .link_arrow {
    opacity: 1
}

.box.v4 .bubble {
    position: absolute;
    top: -47px;
    width: 75px;
    right: 15px;
    opacity: 0;
    transition: all 0.4s;
    transform: translateY(30px);
    z-index: -1
}

.box.v4:hover .bubble {
    opacity: 1;
    transform: translateY(0px)
}

.box.v4 .circle_shape {
    position: absolute;
    top: 15%;
    z-index: -1;
    transform: scale(1.3);
    transition: all 0.4s;
    opacity: 0
}

.box.v4:hover .circle_shape {
    opacity: 1
}

.section-inner-cta .inner {
    padding: 40px;
    border-radius: 10px;
    background: rgba(21, 44, 69, 0.29);
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

.section-inner-cta .links {
    display: flex;
    margin-left: -55px;
    margin-right: -55px
}

.section-inner-cta .links li {
    flex: auto;
    padding: 0 15px;
    transition: all 0.4s
}

.section-inner-cta .links li a {
    display: flex;
    text-align: center;
    padding: 20px 30px;
    border-radius: 8px;
    background: #5690F4;
    color: #fff;
    font-weight: 700;
    min-width: 220px;
    line-height: normal;
    min-height: 78px;
    align-items: center;
    justify-content: center
}

.section-inner-cta .links li:nth-child(1) {
    transform: rotate(3deg)
}

.section-inner-cta .links li:nth-child(2) {
    transform: rotate(-2deg)
}

.section-inner-cta .links li:nth-child(3) {
    transform: rotate(2.5deg)
}

.section-inner-cta .links li:nth-child(4) {
    transform: rotate(-3deg)
}

.section-inner-cta .links li:hover {
    transform: rotate(0)
}

.section-inner-cta .link_path {
    position: absolute;
    top: 96%;
    z-index: -1;
    left: 40%;
    transform: translateX(-50%) scale(0.9);
    width: 100%;
}

.inner-content-section {
    padding-top: 70px
}

.cta_circle_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8
}

.banner-text .cta-btn {
    margin-top: 20px
}

.icon-teaser.style1:hover {
    transform: rotate(-1deg);
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.36);
    background: transparent
}

.list_check_circle {
    margin-bottom: 20px
}

.list_check_circle li {
    padding-left: 40px;
    position: relative;
    margin: 15px 0
}

.list_check_circle li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('data:image/svg+xml,<svg width="47" height="47" viewBox="0 0 47 47" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.17" cx="23.0195" cy="23.0195" r="22.8166" stroke="%235690F4" stroke-width="0.405795"/><circle cx="23.0192" cy="23.0189" r="15.0199" fill="%235690F4"/><path d="M18.9089 23.3493L21.0142 26.9958L26.918 19.0083" stroke="white" stroke-width="2.77824" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll center center/cover
}

.list_check_circle li .title {
    font-weight: 700;
    color: #fff
}

.bg_dark .line {
    opacity: 0.17
}

.page-banner.style1.alt {
    overflow: visible;
}

.box.style2:hover {
    transform: rotate(-1deg);
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.34);
}

.box.v5 {
    padding: 60px 30px;
    border-right: 5px solid #DEEBFF;
    border-bottom: 5px solid #DEEBFF;
    height: 100%;
    display: flex;
    align-items: center
}

.box.v5 .title {
    font-size: 22px;
    margin: 0
}

.border-box-v5 .col-md-4 {
    padding: 0
}

.border-box-v5 .col-md-4:nth-child(3n) .box.v5 {
    border-right: none
}

.border-box-v5 .col-md-4:nth-last-child(-n + 3) .box.v5 {
    border-bottom: none
}

.notes-action {
    margin-top: 50px
}

.notes-action strong {
    color: #00102B
}

.curve_long_bg {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 20px);
    object-fit: cover;
    object-position: top
}

.process-box .num.light:before {
    background: #F8FBFF
}

.bg_dark .box.v5 .title {
    color: #717182;
    font-weight: 400
}

.bg_dark .box.v5 {
    border-color: #DEEBFF05
}

.logos-wrapper img,
.logo-carousel {
    mix-blend-mode: multiply;
}

.logo-carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.logo-carousel .item {
    padding: 0 15px
}

.logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.logos-wrapper .item {
    width: 20%;
    min-width: 20%;
    padding: 15px;
}

.bg_dark .box.v3 {
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.54)
}

.bg_dark .box.v3 .text > .title {
    color: #fff
}

.bottom-none {
    bottom: 0
}

.box.style2.alt.text-center .icon {
    margin: 0 auto 30px
}

.three-col-slider .slide {
    padding-bottom: 20px
}

.rv-bubbles {
    position: absolute;
    top: -185px;
    right: 40px;
    opacity: 0;
    transition: all 0.4s
}

.active.review_person .rv-bubbles {
    opacity: 1
}

.cta-quote-wrap {
    position: absolute;
    top: 27px;
    z-index: 0;
    right: -40px;
    width: 280px;
    border-radius: 60px;
    box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.09)
}

.cta-quote {
    clip-path: inset(100% 0 0 0);
    opacity: 1;
    will-change: clip-path;
    box-shadow: none
}

.cta-quote-wrap .arrow {
    position: absolute;
    width: 45px;
    bottom: -49px;
    left: 101px;
}

.location-searching-area .cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
}

.box.v4 .rv-bubbles {
    top: -130px
}

.box.v4:hover .rv-bubbles {
    opacity: 1
}

.three-col-slider .slick-track {
    display: flex
}

.three-col-slider .slide {
    min-height: inherit;
    height: auto
}

.text-box.style2.alt {
    margin-top: 0;
    height: 100%
}

.hero-group-photo {
    position: absolute;
    left: 55%;
    width: 500px;
    height: 400px;
    bottom: 0;
    z-index: 1111;
}

.hero-phone-mockup {
    right: -1%;
    animation: phoneFloat 3s ease-in-out infinite;
}

img.hero-mobile-part-small {
    top: -52%;
}

.hero-mobile-part {
    right: -10%;
    top: -34%;
}

.review_person.v1 {
    left: 130px
}

.review_person.v2 {
    top: 80px;
}

.review_person.v3 {
    top: 3%;
}

.review_person.v4 {
    right: 35%;
}

.review_person.v5 {
    right: 24%;
}

.review_person.v6 {
    right: 7%;
}

.cta-btn {
    overflow: hidden
}

.testimonial-v3 {
    border: 6px solid #DEEBFF;
    transition: all 0.4s
}

.testimonial-v3 .review_bg {
    display: none
}

.testimonial-v3:hover,
.slick-current + .slick-active .testimonial-v3 {
    transform: rotate(-1.5deg);
    border-color: #5690F4;
}

.testimonial-v3:hover .icon {
    filter: grayscale(0) opacity(1);
}

.cta-pin-wave {
    will-change: transform;
}

.box.v3:hover {
    transform: translateY(-10px)
}
.video-wrapper-box video{
    width: 100%
}
.content-box.testimonial-box{
    height: 100%
}
.location-searching-area{
    padding: 20px 0
}
.location-searching-area .container {
    padding: 150px 15px;
}
.n_top_450{
       margin-top: -450px;
    padding-top: 440px; 
}
.awards-wrapper{
    position: relative;
    z-index: 11;
    margin-top: 40px
}
.awards-wrapper img{
    transform: scale(0.7);
      will-change: transform;
  transform-origin: center center;
}
.award-area{
    position: relative;
    z-index: 11;
}
.award-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
}

.index_1.top-curve{
    top: -2px;
        z-index: 1
}
.award-area.bg_dark::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1
}
.award-area.bg_dark .index_1.top-curve{
    top: 50%
}
.award-area.bg_dark .award-shape{
    z-index: 11
}
.playbook-quote-image {
    bottom: -40px;
    width: 225px;
    right: 190px;
    transform: rotate(1deg);
}
.playbook-quote-wrap.alt {
    right: -130px;
    z-index: 11;
}
.block-media .col-sm-6:nth-child(2) .content-box.style2 .text .title{
	color:#fff
}
.block-media .col-sm-6:nth-child(2) .content-box.style2 .inner-content .text .inner{
	color:#fff
}

/*REsponsive*/
#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}


@media (min-width: 1921px) and (max-width: 2133px) {
    .hero-mobile-part {}

    .hero-phone-mockup {}
}

@media (min-width: 2134px) and (max-width: 2400px) {
    .hero-mobile-part {
        right: 26%
    }

    .hero-phone-mockup {
        right: 26%
    }

    img.hero-mobile-part-small {
        right: 26%
    }

    .hero-group-photo {
        left: 59%
    }
}

@media (min-width: 2401px) and (max-width: 2743px) {
    .hero-mobile-part {
        right: 26%
    }

    .hero-phone-mockup {
        right: 26%
    }

    img.hero-mobile-part-small {
        right: 26%
    }

    .hero-group-photo {
        left: 59%
    }
}

@media (min-width: 2744px) {
    .hero-mobile-part {
        right: 30%
    }

    .hero-phone-mockup {
        right: 30%
    }

    img.hero-mobile-part-small {
        right: 30%
    }

    .hero-group-photo {
        left: 59%
    }
}

@media(max-width:1600px) {
    .hero-mobile-part {
        right: 9%
    }

    .hero-phone-mockup {
        right: 9%
    }

    img.hero-mobile-part-small {
        right: 9%
    }

    .hero-image::after {
        bottom: -580px;
        height: 476px;
    }

    .page-banner-image.style1 {
        width: 50%;
        bottom: 0
    }

}

@media(max-width:1400px) {
    .header-logo {
        max-width: 200px;
    }

    .header-menu ul li {
        margin-right: 10px;
    }

    .header-menu ul li a {
        font-size: 14px;
        padding: 0px 5px;
    }

    .header-action .icon {
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

    .header-action a {
        font-size: 16px
    }

    .hero-area {
        padding-bottom: 170px;
        padding-top: 190px;
    }

    .fs_30 {
        font-size: 24px;
    }

    .location-searching-area {
        padding: 80px 0
    }

    .icon-teaser.style3 .icon img {
        width: 58px;
    }

    .content-box.testimonial-box {
        font-size: 16px;
        padding: 20px;
    }

    .testimonial-box .quotes {
        font-size: 54px
    }

    .dog-line-shape-right {
        max-width: 1850px;
        bottom: -50px
    }

    .dog-line-shape-left {
        bottom: -50px
    }

    .dog-shape-img img {
        transform: translateY(50px);
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 115%;
    }

    h1,
    .h1 {
        font-size: 42px;
        line-height: 115%;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 115%;
    }

    .location-searching-area .heading {
        font-size: 46px;
    }

    .footer-circle-right {
        width: 250px
    }

    .n_top_70 {
        margin-top: 0;
    }

    .icon-teaser.style4.ver4 {
        bottom: 270px
    }

    .icon-teaser.style4.ver3 {
        bottom: 120px
    }

    .content-box.style4 .text {
        font-size: 18px
    }

    .text-box.style1 {
        padding: 40px
    }

    .text-box.style1 .title {
        font-size: 26px
    }

    .process-slider .slide {
        padding: 0 15px
    }

    .process-box .title {
        font-size: 20px
    }

    .career-banner-img {
        width: 55%
    }

    .page-banner .banner-top {
        margin-bottom: 50px;
    }

    .page-banner {
        padding-bottom: 140px
    }

    .box.style4 .action-btn {
        font-size: 14px
    }

    .box.style4 .tags {
        font-size: 12px
    }

    .box.style4.alt .action a {
        font-size: 13px
    }

    .page-banner-image.style2.ver2 {
        left: auto;
        width: 40%;
        right: 0;
    }

    .page-banner .dog_shape {
        width: 40%
    }

    .max_width {
        max-width: 100%;
        float: none;
        margin-top: 0;
    }

    .right_person_shape {
        width: 50px
    }

    .animal-shape.style2 {
        width: 38%
    }

    .page-banner-image.style2.ver3 {
        width: 350px
    }

    .box.v4 .title {
        font-size: 22px;
    }

    img.hero-mobile-part-small {
        right: 18%;
        top: 26%
    }

    .hero-mobile-part {
        top: 32%
    }

    .playbook-quote-wrap {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        z-index: 1;
        margin-left: auto;
        margin-top: -100px;
        border-top-right-radius: 0;
        padding: 0;
        padding-top: 150px;
    }

    .playbook-quote {
        min-height: 190px;
        border-top-right-radius: 0;
    }

    .playbook-quote-image {
        bottom: auto;
        width: 160px;
        right: 0px;
        transform: rotate(-1deg);
        top: 0;
    }

    .playbook-area .quote_icon {
        width: 60px;
        left: 150px;
        top: 120px;
        transform: rotate(116deg);
        z-index: -1;
    }

    .review_person.v1 {
        left: 0
    }

    .review_person.v6 {
        right: 0
    }

    .receipts-cta .cta-person {
        width: 80%
    }

    .box.v3 .title {
        font-size: 18px;
    }

    .box.v3 .text {
        padding: 20px;
    }

    .box.v3 img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .testimonialv3_bg_image {
        object-position: top left
    }

    .page-banner-image.style2 {
        bottom: -40px;
        left: 49%;
        width: 600px;
    }
    .n_top_450 {
    margin-top: -350px;
    padding-top: 340px;
}
    .location-searching-area .container{
        padding: 0 20px
    }

}

@media(max-width:991px) {
    br {
        display: none
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #00102B;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 18px;
        opacity: 1;
        font-weight: 500
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "-";
        font-size: 30px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a > span:not(.icon) {
        display: none
    }

    .header-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    .header-logo {
        width: 200px;
    }

    .header-action .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        background: transparent
    }

    .testimonial-slider .slide {
        padding: 0 10px
    }

    .testimonial-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 115%;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 115%;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 120%;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 115%;
    }

    .fs_30 {
        font-size: 22px;
    }


    .hero-text .hero-heading {
        font-size: 36px
    }

    .hero-text .sub-title {
        font-size: 18px;
        margin-bottom: 30px
    }

    .hero-area .hero-image {
        width: 60%
    }

    .header-top-text .text {
        font-size: 12px;
        flex: 1;
    }

    .hero-area {
        padding-bottom: 170px;
        padding-top: 180px;
    }

    .hero-white-bg {
        height: auto
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .location-searching-area .heading {
        font-size: 36px;
    }

    .location-searching-area {
        padding: 70px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .cta-pin-wave.v1 {
        top: -30px;
        left: 30px
    }

    .icon-teaser.style2 .icon img {
        width: 60px;
    }

    .icon-teaser.style3 .icon img {
        width: 60px
    }

    .content-box.videobox1 {
        margin-bottom: 20px
    }

    .videobox1 .video-btn {
        width: 60px;
        height: 60px
    }

    .content-box.testimonial-box {
        font-size: 16px;
        border: 3px solid #5690f4;
        padding: 20px;
    }

    .testimonial-box .quotes {
        font-size: 80px
    }

    .testimonial-info .author-info .h5 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .dog-line-shape-right,
    .dog-line-shape-left {
        display: none
    }

    .p_100 {
        padding: 50px 0;
    }

    .content-box.style2 {
        padding: 20px
    }

    .content-box.style2 .top-icon {
        width: 70px;
        margin-bottom: 20px
    }

    .content-box.style2 .text .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cta-image-left {
        width: 44%;
        z-index: -1;
    }

    .footer-circle-right {
        width: 250px
    }

    .dog-shape-img img {
        transform: translateY(0px);
    }

    .header-action .icon {
        font-size: 18px
    }



    .team-slider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .team-slider .slick-slide {
        padding: 60px 0 0;
    }

    .team-meta {
        bottom: 22px;
        padding: 12px;
        left: 0%;
        width: auto;
        max-width: inherit;
    }

    .team-meta span.team-desc {
        font-size: 16px;
    }

    .team-meta span.team-title {
        font-size: 22px;
        margin: 0;
    }

    .team-meta span.team-action {
        font-size: 14px;
    }

    .team-slider .slick-active,
    .team-slider .slick-active + .slick-active {
        transform: scale(1);
    }

    .team-slider {
        margin-top: 0px !important;
    }

    .team-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .text-box.style1 {
        padding: 30px;
        height: calc(100% - 30px)
    }

    .page-banner .banner-top {
        margin-bottom: 50px;
    }

    .page-banner-image.style1 {
        left: auto;
        width: 60%;
        right: -50px;
    }

    .page-banner {
        padding-bottom: 135px
    }

    .banner-circle-right {
        width: 50%
    }

    .n_top_70 {
        margin-top: 0px;
    }

    .icon-teaser.style4 {
        max-width: 300px
    }

    .icon-teaser.style4 .icon img {
        min-width: 60px;
    }

    .icon-teaser.style4.ver1 {
        bottom: 170px;
        left: 35px;
    }

    .icon-teaser.style4.ver2 {
        left: 0
    }

    .icon-teaser.style4.ver4 {
        bottom: auto;
        left: 200px;
        top: 10px;
    }

    .icon-teaser.style4.ver3 {
        bottom: 160px;
        left: auto;
        right: 0;
    }

    .text-box.style1 .title {
        font-size: 24px;
    }

    .banner-menu {
        font-size: 12px
    }

    .stats-box .num {
        font-size: 44px
    }

    .stats-box {
        font-size: 14px;
        line-height: 22px;
    }

    .box.style2 {
        padding: 20px;
        border: 4px solid #DEEBFF;
    }

    .process-box .title {
        font-size: 18px
    }

    .box.style4 .action-btn {
        font-size: 14px
    }

    .career-banner-img {
        width: 60%;
        right: -35px;
    }

    .page-banner.style1.career-banner .banner-white-bg {
        height: 50px
    }

    .page-banner.style1.career-banner {
        padding-bottom: 90px
    }

    .box.style4 .date {
        font-size: 10px
    }

    .box.style4 .date img {
        width: 13px
    }

    .box.style4 .title {
        font-size: 18px;
    }

    .icon-teaser.style55 .title {
        font-size: 15px
    }

    .icon-teaser.style55 .icon {
        width: 55px;
        height: 55px
    }

    .icon-teaser.style55 .icon img {
        width: 26px;
    }

    .icon-teaser.style55 {
        padding: 20px
    }

    .blue-shape5 {
        width: 50%
    }

    .filter-tab select {
        height: 48px
    }

    .listing-section {
        margin-top: 30px;
    }

    .box.style4 .tags {
        font-size: 12px
    }

    .box.style4.alt .action {
        display: block
    }

    .box.style4.alt .action .learn-more {
        margin-top: 15px
    }

    .box.style4 ul {
        column-count: 1;
    }

    .text-box.style2.ver3 .title {
        font-size: 20px
    }

    .blue-shape6 {
        width: 50%
    }

    .content-text.style2.ver2 ul li {
        font-size: 16px
    }

    .page-banner-image.style2.ver2 {
        width: 50%;
        left: auto;
        right: -30px;
    }

    .page-banner .dog_shape {
        width: 50%
    }

    .text-box.style2.ver3 {
        padding: 0 20px
    }

    .pb_140 {
        padding-bottom: 100px;
    }

    .max_width {
        max-width: 100%;
        float: none;
        margin-top: 0;
    }

    .right_person_shape {
        width: 50px
    }

    .content-img.max-map img {
        max-width: 100%;
        position: inherit;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .page-banner-image.style2 {
        width: 70%
    }

    .seo-pin {
        width: 60px;
        left: 69%;
        top: 50%;
    }

    .box.style2 .icon {
        max-height: 60px;
    }

    .note-box {
        padding: 20px;
        margin-top: 20px
    }

    .circle-shape-left {
        width: 50%
    }

    .page-banner .dog_shape {
        opacity: 0.5
    }

    .testimonial-style2 .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .banner-image.style-3 {
        width: 200px;
        margin: 0 auto;
    }

    .banner-image.style-3 .top-text {
        top: -30px;
    }

    .banner-image.style-3 .bottom-text {
        bottom: -47px;
    }

    .love-shape-left {
        top: 35px;
        left: -42px;
        width: 54px;
    }

    .love-shape-right {
        top: 35px;
        right: -42px;
        width: 54px;
    }

    .pt_450 {
        padding-top: 165px;
    }

    .v_line {
        height: 100px;
        top: 48px;
    }

    .animal-shape.style2 {
        bottom: -100px;
        width: 52%;
    }

    .pt_140 {
        padding-top: 50px;
    }

    .content-box.style4.ver2 .title {
        font-size: 20px;
    }

    .page-banner-image.style2.ver3 {
        width: 40%;
        left: auto;
        right: 0
    }

    .content-box.style4.ver2 .plain-text {
        font-size: 15px;
        line-height: 150%;
        margin-top: 20px;
    }

    .content-box.style4.ver2 .icon img {
        margin-bottom: 20px
    }

    .content-text.style1.ver2 .title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .content-text.style1.ver2 {
        padding: 20px;
        height: 100%
    }

    .max-map-alt img {
        max-width: 100%;
        float: none;
    }

    .blue-shape2 {
        width: 50%
    }

    .content-text.style5 .inner .title {
        font-size: 18px;
    }

    .animal-shape.style4 {
        width: 300px;
        bottom: -100px;
    }

    .srevice-icon-box {
        width: 90px;
        height: 90px
    }

    .srevice-icon-box.sib-1 {
        left: 0
    }

    .content_tabs .nav-tabs button img {
        max-width: 44px;
    }

    .content_tabs .nav-tabs button {
        border: 2px solid #DEEBFF;
        font-size: 12px;
        padding: 10px;
        line-height: normal;
    }

    .animal-shape.style1 {
        bottom: -100px;
        width: 300px;
    }

    .team-details-content .inner .h4 {
        font-size: 22px;
    }

    .team-details-content::before {
        left: 10px;
        height: 100%
    }

    .team-details-content .inner::before {
        left: -57px;
        width: 34px;
        height: 34px;
    }

    .team-banner-info a {
        font-size: 16px
    }

    .team-banner-info li {
        padding-left: 35px;
        margin: 20px 0;
    }

    .team-banner .team-banner-img {
        top: 0
    }

    .team-banner .banner-white-bg {
        height: auto
    }

    .page-banner.team-banner.style1 {
        padding-bottom: 50px;
    }

    .team-box .info {
        padding: 15px
    }

    .team-box .info .title {
        font-size: 20px;
    }

    .team-box .info {
        padding: 15px;
        font-size: 12px;
    }

    .person_right_shape {
        width: 40px;
        top: 0;
        z-index: -1
    }

    .person_left_shape {
        width: 40px;
        top: 0;
        z-index: -1
    }

    .dog-max-img {
        min-width: 100%;
        float: none;
    }

    .pt_150 {
        padding-top: 70px;
    }

    .content-num-box .num {
        font-size: 32px
    }



    .testimonial-v3 .meta .title {
        font-size: 20px;
    }

    .footer-circle-right {
        top: 0
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 115%;
    }

    .hero-image::after {
        bottom: -600px;
        right: -150px;
        width: 350px;
        height: 490px;
    }

    .hero-mobile-part {
        right: 40%;
        width: 300px;
        top: auto;
        bottom: 210px;
    }

    img.hero-mobile-part-small {
        right: 45%;
        width: 270px;
        top: auto;
        bottom: 340px;
    }

    .hero-phone-mockup {
        right: 35%;
        width: 290px;
        bottom: 0;
    }

    .hero-area {
        overflow: hidden;
        padding-bottom: 120px
    }

    .icon-teaser.v1 {
        padding: 30px
    }

    .icon-teaser.v1 .title {
        font-size: 16px;
        margin: 0;
    }

    .service-area {
        padding-bottom: 50px
    }

    .pt_150 {
        padding-top: 120px;
    }

    .content-num-box .num {
        font-size: 24px;
    }

    .content-num-box {
        font-size: 14px;
        line-height: 20px;
    }

    .content-num-box .num::before {
        width: 30px;
        height: 30px;
    }

    .playbook-quote-wrap {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        z-index: 1;
        margin-left: auto;
        margin-top: -100px;
        border-top-right-radius: 0;
        padding: 0;
        padding-top: 150px;
    }

    .playbook-quote {
        min-height: 190px;
        border-top-left-radius: 0;
    }

    .playbook-quote-image {
        bottom: auto;
        width: 160px;
        right: 0px;
        transform: rotate(-1deg);
        top: 0;
    }

    .playbook-area .quote_icon {
        width: 60px;
        left: 160px;
        top: 120px;
        transform: rotate(-245deg);
        z-index: -1;
    }


    .testimonial-content-box .inner-text {
        font-size: 18px;
        margin: 30px 0
    }

    .testimonial-content-box .testimonial-icon {
        width: 70px;
    }

    .review_person.v1 {
        width: 60px;
        left: -5px;
        top: 0;
    }

    .review_person.v2 {
        width: 65px;
        left: 80px;
    }

    .review_person.v3 {
        width: 60px;
        top: -76px;
    }

    .review_person.v4 {
        width: 80px;
    }

    .testimonial-area .review_bubble {
        width: 50px
    }

    .review_person.v5 {
        width: 65px;
        right: 0;
        top: -50px;
    }

    .review_person.v6 {
        width: 70px;
        right: 0;
        top: 70px;
    }

    .playbook-area .content-text {
        padding-bottom: 0;
    }

    .testimonial-slider-v2 .slide {
        padding-bottom: 0
    }

    .testimonial-meta .meta_shape {
        bottom: 0
    }

    .pb_100 {
        padding-bottom: 50px;
    }

    .box.v1 {
        padding: 20px;
        border: 4px solid #DEEBFF;
        margin-top: 50px;
    }

    .box.v1 .num {
        border: 4px solid #DEEBFF;
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-top: -60px;
    }

    .box.v1 .title {
        font-size: 18px;
    }

    .box.v1.cta .title {
        font-size: 20px;
    }

    .cta-btn {
        padding: 15px;
        font-size: 14px;
    }

    .icon-teaser.style2.v2 {
        padding: 30px
    }

    .fs_30 {
        font-size: 20px;
    }

    .icon-teaser.v3 .icon img {
        width: 80px;
    }

    .icon-teaser.v3 .title {
        font-size: 18px;
    }

    .box.v3 .title {
        font-size: 20px;
    }

    .call-to-action.style1 {
        padding: 30px
    }

    .footer-trusted-logos {
        display: block;
        width: 70%;
    }

    .footer-trusted-logos ul {
        margin-top: 15px
    }

    .footer-trusted-logos ul li:first-child {
        padding-left: 0
    }

    .footer-content {
        font-size: 14px;
        line-height: 20px;
    }

    .footer_title {
        font-size: 18px;
    }

    .footer-end {
        text-align: center;
        font-size: 13px
    }

    .footer-social span {
        display: none
    }

    .footer-social {
        justify-content: center;
        margin-top: 15px
    }

    .footer-area {
        padding-top: 30px
    }

    .page-banner-image.style1 {
        width: 60%;
        bottom: 0;
    }

    .box.v4 .image {
        height: 350px
    }

    .box.v4 .title {
        font-size: 26px;
    }

    .section-inner-cta .links {
        margin-left: 0;
        margin-right: 0;
    }

    .section-inner-cta .links li {
        padding: 0 10px;
    }

    .section-inner-cta .links li a {
        padding: 15px;
        min-height: 100%;
        min-width: inherit
    }

    .section-inner-cta .inner {
        padding: 30px;
        margin-bottom: 80px;
    }

    .page-banner .heading {
        font-size: 26px;
        line-height: 115%;
    }

    .icon-teaser.v1 img {
        width: 50px
    }

    footer a {
        font-size: 14px
    }

    .review_person {
        width: 80px !important;
        height: 80px;
        padding: 7px;
    }

    .box.v5 .title {
        font-size: 18px;
    }

    .box.v5 {
        padding: 30px
    }

    .text-box.style2 {
        padding: 20px
    }

    .text-box.style2 .title {
        font-size: 18px;
    }

    .box.style2.alt .title {
        font-size: 18px;
    }
        .cta-pin-wave{
        z-index: -1
    }
    .cta-pin-wave.v2 {
    left: 30px;
}
    .cta-pin-wave.v5 {
    right: 20px;
}
    .n_top_450 {
    margin-top: -240px;
    padding-top: 250px;
}
    .playbook-quote-wrap.alt{
        right: auto
    }
    

}

@media(max-width:767px) {
    .footer-trusted-logos {
        width: 100%
    }

    .content_tabs .nav-tabs button {
        font-size: 16px
    }

    .box.style4.alt .action .learn-more {
        margin-top: 0
    }

    .box.style4.alt .action {
        display: flex
    }

    body {
        font-size: 14px;
        line-height: 22px
    }

    .icon-teaser.style4 {
        max-width: 100%
    }

    .n_top_70 {
        margin-top: 0px;
    }

    .icon-teaser.style1 {
        padding: 45px 20px 20px;
    }

    .icon-teaser.style1 .single-icon img {
        width: 75px;
    }

    .container {
        padding: 0 20px
    }

    .icon-teaser-slider-mobile .slide {
        padding: 0 15px
    }

    .icon-teaser-slider-mobile .slick-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .location-searching-area .heading {
        font-size: 36px;
    }

    .location-searching-area {
        padding: 50px 0;
        font-size: 16px;
        line-height: 26px;
    }

    .icon-teaser.style2 .icon img {
        width: 60px
    }

    .icon-teaser.style2 {
        padding: 20px
    }

    .icon-teaser.style2 .title {
        font-size: 18px
    }

    .icon-teaser.style2 .action {
        font-size: 14px
    }

    .icon-teaser.style3 {
        font-size: 13px;
        text-align: center;
        border: 3px solid #2B415E;
        padding: 15px;
        height: 100%;
        line-height: 20px;
    }

    .icon-teaser.style3 .icon img {
        width: 50px
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .videobox1 .video-btn {
        height: 60px;
        width: 60px
    }

    .content-box.testimonial-box {
        padding: 20px;
        font-size: 16px
    }

    .testimonial-box .quotes {
        font-size: 80px
    }

    .section-action {
        margin-top: 20px;
    }

    .mb_30 {
        margin-bottom: 20px;
    }

    .hero-meta ul {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero-area {
        padding-bottom: 100px;
        padding-top: 180px;
    }

    .hero-meta {
        margin-top: 30px;
    }

    .hero-area .hero-image {
        bottom: -50px;
        width: 50%;
    }

    .hero-circle-right {
        width: 50%
    }

    .hero-white-bg {
        height: auto
    }

    .header-top-text .text {
        font-size: 10px;
        line-height: 16px;
        flex: 1
    }

    .testimonial-slider .content-box.videobox1 {
        margin-bottom: 20px
    }

    .blue-shape4 {
        display: none
    }

    .dog-line-shape-left,
    .dog-line-shape-right {
        display: none
    }

    .pb_100 {
        padding-bottom: 50px;
    }

    .pb_170 {
        padding-bottom: 100px;
    }

    .p_100 {
        padding: 50px 0;
    }

    .call-to-action.style1 {
        padding: 30px;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    .cta-image-left {
        display: none
    }

    .cta-image-bubble {
        display: none
    }

    .footer-cta-bg {
        height: 160px
    }



    .banner-text .sub-title {
        font-size: 16px
    }

    .banner-white-bg {
        height: auto
    }

    .text-box.style1 .title {
        font-size: 22px
    }

    .page-banner-image.style1 {
        left: auto;
        width: 50%;
        right: -50px;
    }

    .page-banner .banner-top {
        margin-bottom: 50px;
    }

    .page-banner {
        padding-bottom: 100px
    }

    .banner-circle-right {
        width: 50%
    }

    .icon-teaser.style4 {
        position: inherit !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        margin-top: 20px;
        padding: 15px !important;
    }

    .icon-teaser.style4 .icon img {
        width: 50px;
        min-width: 50px;
    }

    .icon-teaser.style4 .title {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .content-box.style4 .text {
        font-size: 16px
    }

    .stats-box .num {
        font-size: 38px
    }

    .stats-box {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .line.smalls {
        width: 200px
    }

    .box.style2 {
        padding: 20px;
        border: 3px solid #DEEBFF;
    }

    .box.style2.alt .icon {
        max-height: 50px;
    }

    .box.style2.alt .title {
        font-size: 20px;
    }

    .process-slider .slick-list {
        margin-right: 0;
        padding-right: 0px;
    }

    .process-slider .slide {
        padding: 0 20px;
    }

    .process-box .title {
        font-size: 20px;
    }

    .testimonial-box.style3 .author-image img {
        width: 53px;
        height: 53px;
        margin-right: 10px;
    }

    .testimonial-box.style3 .top-text {
        flex-direction: column
    }

    .testimonial-box.style3 .plain-text {
        margin-left: 0;
        margin-top: 20px;
        font-size: 16px
    }

    .testimonial-box.style3 {
        padding: 20px
    }

    .top_right_shape {
        width: 50%
    }

    .footer-cta-area {
        padding-top: 0
    }

    .box.style4.alt .action a {
        font-size: 13px;
        flex: 1;
        padding: 15px;
        white-space: nowrap
    }

    .text-box.style2.alt {
        padding: 20px
    }

    .text-box.style2.ver3 .number {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .max_width {
        max-width: 100%;
        float: none;
        margin-top: 0;
    }

    .text-box.style2.ver3 {
        border-left: none !important;
        padding: 0;
    }

    .pb_270 {
        padding-bottom: 245px;
    }

    .content-box.style4.ver2 .icon img {
        margin-left: 0;
        max-width: 60px;
    }

    .text-box.style2.ver2 .title {
        font-size: 22px
    }

    .content-text.style1.ver2 {
        padding: 20px;
        font-size: 14px;
    }

    .content-text.style1.ver2 .title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .max-map-alt img {
        max-width: 100%;
        float: none;
    }

    .text-box.style2.ver2 {

        padding: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blue-shape2 {
        display: none
    }

    .text-box.style2.ver3.bg1 {
        border-left: 0 !important
    }

    .service-people .inner {
        width: 200px;
        height: 200px;
    }

    .service-people .inner .circle-shape {
        bottom: -113px;
        width: 400px;
        height: 400px;
    }

    .service-people-img.large {
        width: 90px;
        height: 90px
    }

    .service-people-img.medium {
        width: 70px;
        height: 70px;
    }

    .highlight-shape {
        max-width: 500px
    }

    .service-people .line-shape {
        top: 213px
    }

    .service-people .people-lines {
        width: 100%
    }

    .srevice-icon-box {
        padding: 10px;
        width: 70px;
        height: 70px;
    }

    .srevice-icon-box.sib-1 {
        left: 0
    }

    .srevice-icon-box.sib-5 {
        right: 60px
    }

    .srevice-icon-box.sib-3 {
        top: -30px;
        left: -17px;
    }

    .srevice-icon-box.sib-4 {
        right: 0
    }

    .srevice-icon-box.sib-1 {
        top: 100px
    }

    .service-people {
        margin-top: 100px
    }

    .dropdown-tabs {
        position: relative;
        margin-bottom: 20px;
    }

    .dropdown-tabs > button {
        padding: 20px;
        background: #00102B;
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: 18px;
        position: relative;
        font-weight: 700
    }

    .dropdown-tabs > button::after {
        position: absolute;
        content: "";
        top: 47%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .tabs_dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #00102B;
        width: 100%;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        display: none;
        z-index: 22
    }

    .tabs_dropdown li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        display: block !important
    }

    .tabs_dropdown li:last-child {
        border: none !important
    }

    .tabs_dropdown li button {
        border: none !important;
        padding: 10px 20px !important;
        color: #fff !important;
        background: transparent !important;
        text-align: left !important;
        margin: 0 !important;
        font-size: 18px
    }

    .tabs_drop {
        display: block !important
    }

    .content_tabs .dropdown-tabs .nav-tabs button img {
        display: none
    }

    .cta-btn {
        padding: 15px
    }

    .animal-shape.style1 {
        left: auto;
        bottom: 0;
        width: 200px;
        right: 0;
    }

    .team-banner-info li {
        padding-left: 33px;
        margin: 15px 0;
    }

    .team-banner-info li img {
        width: 20px;
    }

    .team-banner-info a {
        font-size: 16px
    }

    .team-sub-heading {
        font-size: 14px
    }

    .page-banner.team-banner.style1 {
        padding-bottom: 0
    }

    .team-banner .team-banner-img {
        width: 45%;
        top: 0;
    }

    .top-curve {
        height: 40px;
        object-fit: cover;
    }

    .pt_180 {
        padding-top: 80px;
    }

    .faqs_accordion .accordion-button {
        padding: 15px;
        font-size: 14px;
    }

    .accordion-button .plus-minus {
        width: 11px;
        height: 11px;
        position: absolute;
        top: 22px;
        right: 11px;
    }

    .fs_24 {
        font-size: 15px;
    }

    .content-form.style1 .heading {
        font-size: 16px
    }

    .content-form.style1 li:last-child {
        margin-top: 0
    }

    .post_notes_box {
        display: block;
        text-align: center
    }

    .post_notes_box .btns {
        margin-left: 0;
        margin-top: 15px
    }

    .content-form.style1 {
        padding: 30px;
        margin-top: -100px;
    }

    .icon-teaser.v1 .title {
        font-size: 18px;
        margin: 0;
    }

    .box.v1 {
        padding: 20px;
        border: 4px solid #DEEBFF;
        height: calc(100% - 30px);
        margin-top: 30px;
    }

    .box.v1 .num {
        border: 4px solid #DEEBFF;
        width: 65px;
        height: 65px;
        font-size: 26px;
        margin-top: -65px;
    }

    .box.v1 .title {
        font-size: 18px;
    }

    .box.v1.cta .title {
        font-size: 24px;
    }

    .icon-teaser.style2.v2 {
        border: 4px solid #2E3C4D30;
        padding: 30px;
    }

    .cta-pin-wave.v4 {
        top: -30px
    }

    .icon-teaser.v3 .icon img {
        width: 60px;
    }

    .icon-teaser.v3 .title {
        font-size: 18px;
    }

    .faqs_accordion.v2 .accordion-button {
        font-size: 16px;
        padding: 20px;
    }



    .cta-btn {
        font-size: 14px
    }

    .service-area {
        padding-bottom: 0
    }

    .pt_150 {
        padding-top: 120px;
    }



    .receipts-cta {
        width: 70%;
        margin: 0 auto;
    }

    .box.v3 img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .box.v3 .title {
        font-size: 18px;
    }

    .box.v3 .text {
        padding: 20px;
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer-trusted-logos {
        display: block;
        margin-top: 15px
    }

    .footer-trusted-logos ul {
        margin-top: 15px
    }

    .footer-trusted-logos ul li:first-child {
        padding-left: 0
    }



    .hero-image::after {
        bottom: -600px;
        right: -150px;
        width: 250px;
        height: 500px;
    }

    .hero-mobile-part {
        right: 13%;
        width: 200px;
        top: auto;
        bottom: 150px;
    }

    img.hero-mobile-part-small {
        right: 19%;
        width: 200px;
        top: auto;
        bottom: 250px;
    }

    .hero-phone-mockup {
        right: 5%;
        width: 230px;
        bottom: 0;
    }

    .testimonial-slider-v3 .slide {
        padding: 0 15px;
    }

    .box.v4 .title {
        font-size: 22px;
    }

    .box.v4 .image {
        height: 360px
    }

    .box.v4 .text {
        min-height: 220px;
    }

    .slick-active .box.v4 {
        color: #fff;
        background: #00102B;
        transform: rotate(-1.5deg);
    }

    .slick-active .box.v4 .title {
        color: #fff
    }

    .slick-active .box.v4 img {
        mix-blend-mode: normal
    }

    .box.v4 .link_arrow {
        width: 40px
    }

    .slick-active .box.v4 .link_arrow {
        opacity: 1
    }

    .slick-active .box.v4 .rv-bubbles {
        transform: translateY(0);
        opacity: 1;
        top: -30px
    }


    .four-col-slide .slick-list {
        padding-right: 60px
    }

    .four-col-slide .slide {
        padding: 0 8px
    }

    .section-inner-cta .inner {
        padding: 20px;
        margin-bottom: 30px
    }

    .section-inner-cta .links {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }

    .section-inner-cta .links li {
        flex: auto;
        padding: 5px;
        transition: all 0.4s;
        min-width: 50%;
        width: 50%;
        transform: rotate(0) !important;
    }

    .section-inner-cta .links li a {
        padding: 15px;
        min-width: 100%;
        min-height: 100%;
    }

    .inner-content-section {
        padding-top: 50px;
    }

    .location-searching-area .heading {
        font-size: 26px;
    }

    .location-searching-area {
        font-size: 14px;
        line-height: 24px;
    }

    .resource_shape {
        display: none
    }

    .box.v5 {
        padding: 20px
    }

    .box.v5 .title {
        font-size: 15px;
        margin: 0;
    }

    .review_person {
        width: 70px !important;
        height: 70px;
        padding: 6px;
    }

    .rv-bubbles {
        transform: scale(0.6);
        top: -110px
    }

    .box-card-v4 .slide {
        padding-top: 50px
    }

    .slick-active .box.v4 .rv-bubbles {
        transform: translateY(0);
        opacity: 1;
        top: 35px;
        right: 90px;
    }

    .hero-group-photo {
        left: 50%;
        bottom: 0;
        width: 100%;
        transform: translateX(-50%);
    }

    .playbook-quote-image {
        left: 0px;
    }

    .playbook-area .quote_icon {
        transform: rotate(70deg);
    }

    .review_person.v2 {
        top: 35px;
    }
    .testimonial_bg_map {
    height: 320px;
    object-fit: cover;
}
    .location-searching-area{
        padding: 20px 0
    }
    .location-searching-area .container {
    padding: 80px 15px;
}
    .n_top_450 {
    margin-top: -130px;
    padding-top: 150px;
}
    .awards-wrapper {
    margin-top: 10px;
}
    .award-area.bg_dark .index_1.top-curve {
    top: 60%;
}
    .award-area.bg_dark::after{
        height: 60%
    }

}

@media(max-width:575px) {
    .rv-bubbles {
        top: 0;
        opacity: 0;
        transform: scale(0.6);
    }

    .receipts-cta {
        width: 100%
    }

    .post_filter select {
        width: 100%;
        margin-top: 20px
    }

    .team-box .info {
        font-size: 12px;
        padding: 15px;
        line-height: 20px
    }

    .team-box .info .title {
        font-size: 14px
    }

    .banner-image {
        margin-top: 30px
    }

    .page-banner {
        padding-top: 190px;
        padding-bottom: 100px
    }

    .page-banner .banner-top {
        margin-bottom: 40px;
        font-size: 12px;
    }

    .call-to-action.style1 {
        padding: 20px
    }

    .hero-text {
        text-align: center
    }

    .header-top-text {
        flex-direction: column;
        text-align: center;
    }

    .header-top-text .text {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .hero-meta {
        margin-top: 30px;
        text-align: center
    }



    .hero-area {
        padding-bottom: 50px;
        padding-top: 220px;
    }

    .hero-area .hero-image {
        position: relative;
        right: 0;
        bottom: -20px;
        width: 100%;
        margin-top: 30px;
    }

    .cta-btn {
        width: 100%
    }

    .hero-white-bg {
        height: 50px
    }


    .icon-teaser.style3 .title {
        font-size: 14px;
    }

    .testimonial-bg {
        object-fit: cover;
        height: 100%
    }

    .content-box.videobox1 {
        margin-bottom: 30px
    }

    .testimonial-slider-action {
        flex-direction: column;
        justify-content: center
    }

    .testimonial-slider-action .icon-progress {
        margin-top: 0;
        width: 250px;
        margin: 0 auto 20px;
    }

    .content-img {
        margin-bottom: 30px
    }

    .blue-shape4 {
        display: none
    }




    .footer-circle-right {
        width: 250px
    }

    .footer-inner {
        display: block
    }

    .footer-content {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-copyright {
        display: block
    }

    .footer-area {
        padding-top: 40px
    }

    .page-banner-image.style1 {
        left: auto;
        width: 65%;
        right: -40px;
    }

    .cta-btn {
        padding: 15px 10px;
        font-size: 14px;
    }


    .n_top_70 {
        margin-top: 0;
    }



    .content-box.style4 {
        padding: 20px
    }

    .content-box.style4 .icon img {
        max-width: 96px;
        margin: 0 auto 20px;
    }

    .content-box.style4 .text {
        font-size: 16px;
        line-height: normal;
    }

    .content-box.style4 .text .year {
        margin-bottom: 15px
    }

    .team-slider .slick-active {
        transform: scale(1)
    }

    .team-slider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .team-meta {
        left: 0;
        bottom: 150px;
        padding: 20px;
    }

    .team-area .team_bg {
        height: 100%
    }

    .team-meta span.team-title {
        font-size: 28px
    }

    .team-slider .slick-slide {
        padding-top: initial;
        padding-bottom: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-slider {
        margin-top: 0px !important;
    }

    .team-meta {
        left: 0;
        bottom: 70px;
        padding: 20px;
        opacity: 1;
        visibility: visible;
        left: 50%;
        transform: translateX(-50%);
    }

    .team-meta span.team-desc {
        color: rgb(255 255 255 / 84%);
        font-weight: 400;
        font-size: 16px;
    }

    .team-title {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .team-meta span.team-action {
        font-size: 14px
    }

    .custom_arrows.team_arrows .arrows {
        position: relative;
        margin: 0 5px;
        left: auto;
        right: auto;
        bottom: auto
    }

    .custom_arrows.team_arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .mission-shape {
        object-fit: cover
    }

    .text-box.style1 {
        padding: 20px
    }

    .content-list-box .content-box.style4 {
        text-align: center
    }

    .page-banner.style1.career-banner {
        padding-bottom: 300px;
    }

    .page-banner.style1.career-banner .banner-text {
        text-align: center
    }

    .career-banner-img {
        width: 100%;
    }

    .white-bottom-shape2 {
        bottom: -26px;
        height: auto;
    }

    .pt_140 {
        padding-top: 80px;
    }



    .top_right_shape {
        width: 50%
    }

    .icon-teaser.style55 .icon img {
        width: 26px;
    }

    .icon-teaser.style55 .icon {
        width: 55px;
        height: 55px;
    }

    .icon-teaser.style55 {
        padding: 20px
    }

    .icon-teaser.style55 .title {
        font-size: 16px
    }

    .map-location-box {
        margin-bottom: 30px
    }

    .career-banner-img {
        width: 100%;
        height: 285px;
        object-fit: contain;
    }

    .banner-text {
        text-align: center;
    }

    .page-banner.style1.alt {
        padding-bottom: 300px
    }

    .page-banner.style1.alt .page-banner-image.style2.ver2 {
        left: auto;
        width: 100%;
        right: 0;
        height: 300px;
        object-fit: contain;
    }

    .page-banner .dog_shape {
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .text-box.style2.ver3 {
        border-bottom: 2px solid rgba(0, 16, 43, 0.11) !important;
        border-left: 0 !important;
        border: none;
        padding: 0;
        padding-bottom: 30px;
        text-align: center
    }

    .pb_140 {
        padding-bottom: 50px;
    }

    .white-bottom-shape3 {
        object-fit: cover
    }

    .page-banner-image.style2 {
        left: auto;
        width: 100%;
        right: 0;
        height: 300px;
        object-fit: contain;
    }

    .seo-pin {
        width: 45px;
        left: 18%;
        top: auto;
        bottom: 161px;
    }

    .note-box {
        padding: 20px;
        margin-top: 20px;
    }

    .cta-box.style1 {
        padding: 30px
    }

    .animal-shape.style2 {
        bottom: -115px;
        width: 150px;
    }

    .page-banner-image.style2.ver3 {
        left: auto;
        width: 100%;
        height: 260px;
        object-fit: contain;
    }

    .text-box.style2.ver2 {
        padding: 20px;
        text-align: center
    }

    .animal-shape.style4 {
        width: 200px;
        bottom: -70px;
    }

    .team-banner .banner-text {
        text-align: left
    }

    .team-banner .team-banner-img {
        left: auto;
        width: 60%;
        height: auto;
        top: auto;
        bottom: -87px;
        right: -20px;
    }

    .team-banner-shape {
        bottom: 0
    }

    .page-banner.team-banner.style1 {
        padding-bottom: 50px
    }

    .top-curve {
        height: 65px;
    }

    .content-form.style1 {
        padding: 20px;
        margin-top: -100px
    }

    .hero-area .hero-image {
        margin-top: 0;
        height: 400px;
    }

    .hero-bubble.v1 {
        top: 0;
        left: 0;
    }

    .hero-bubble.v2 {
        top: 0;
        left: 40px;
    }

    .hero-bubble.v3 {
        width: 36px;
        height: 36px;
        top: -54px;
        left: 9px;
    }

    .hero-mobile-part {
        right: 30%;
        width: 50%;
        top: auto;
        bottom: 150px;
    }

    img.hero-mobile-part-small {
        right: 50%;
        top: auto;
        bottom: 250px;
        width: 50%;
    }

    .hero-phone-mockup {
        right: 50%;
        width: 50%;
        right: auto;
        left: 24%;
    }

    .hero-image::after {
        bottom: -80px;
        width: 90%;
        height: 350px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-area {
        overflow: hidden
    }

    .hero-meta {
        margin-bottom: 40px
    }

    .hero-text .cta-btn {
        margin-top: 10px;
    }

    .icon-teaser.v1 {
        padding: 30px
    }

    .icon-teaser.v1 img {
        width: 48px;
        margin: 0 auto 15px;
    }

    .icon-teaser.v1 .title {
        font-size: 15px;
    }

    .icon-teaser.v1 {
        padding: 20px;
        border-width: 3px
    }


    .pt_180 {
        padding-top: 100px;
    }

    .pb_170 {
        padding-bottom: 80px;
    }

    .pt_150 {
        padding-top: 50px;
    }

    .custom_arrows.centered.testimonial-arrows.v3 {
        justify-content: center;
    }

    .receipts-cta .cta-person {
        width: 90%
    }


    .service-area {
        padding-bottom: 50px
    }

    .icon-teaser.style2.v2 {
        padding: 15px
    }

    .faqs_accordion.v2 .accordion-button {
        padding-right: 45px;
    }

    .cta-btn {
        text-align: center
    }

    .page-banner-image.style1 {
        width: auto;
        bottom: 0;
        height: 300px;
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .page-banner.large_mobile {
        padding-bottom: 300px
    }

    .seo-pin {
        width: 65px;
        left: 18%;
        top: auto;
        bottom: 100px;
    }

    .header-logo {
        width: 160px;
    }

    .box.v5 {
        border-width: 3px
    }

    .border-box-v5 .col-md-4:nth-child(3n) .box.v5 {
        border-right: 3px solid #DEEBFF;
    }

    .border-box-v5 .col-md-4:nth-last-child(-n + 3) .box.v5 {
        border-bottom: 3px solid #DEEBFF;
    }

    .border-box-v5 .col-md-4:nth-child(2n) .box.v5 {
        border-right: none;
    }

    .border-box-v5 .col-md-4:nth-last-child(-n + 2) .box.v5 {
        border-bottom: none;
    }

    .bg_dark .border-box-v5 .col-md-4:nth-child(3n) .box.v5 {
        border-right: 3px solid #DEEBFF05;
    }

    .bg_dark .border-box-v5 .col-md-4:nth-last-child(-n + 3) .box.v5 {
        border-bottom: 3px solid #DEEBFF05;
    }

    .bg_dark .border-box-v5 .col-md-4:nth-child(2n) .box.v5 {
        border-right: none;
    }

    .bg_dark .border-box-v5 .col-md-4:nth-last-child(-n + 2) .box.v5 {
        border-bottom: none;
    }

    .box.v1 .title {
        font-size: 16px;
    }

    .text-box.style2 .title {
        font-size: 16px;
    }



}

@media(max-width:420px) {
    .hero-area .hero-image {
        height: 350px;
    }
}

#text-slider-wrap {
    min-height: 100vh;
}

.text-slider-outer-wrap {
    width: 100%;
    margin-top: -203px;
    max-height: 100vh;
    overflow: hidden;
}

.text-slider-outer-wrap svg {
    position: absolute;
    bottom: 280px;
}

.text-slider-outer {
    width: 3500px;
    position: relative;
    min-width: 3500px;
}

.text-slider {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

.text-slider .slide {
    padding: 0 60px 85px;
    width: 14.28571%;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}

.process-box .num {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.text-slider .slide.active .process-box .num {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5690f4;
}

.process-box .num em {
    font-style: normal;
    position: absolute;
    left: 0;
    color: #5690f4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5690f4;
    white-space: nowrap;
    width: 0%;
    overflow: hidden;
    transition: 0.3s all;
}

.text-slider .slide.active .process-box .num em {
    width: 100%;
    transition: 2s all;
}

.process-box .num:before {
    content: "";
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -22px;
    left: -17px;
}

.process-box .title,
.process-box p {
    position: relative;
    z-index: 2;
}

@media(max-width: 991px) {

    body #text-slider-wrap {
        display: none !important;
    }

    .process-box .num {
        margin-bottom: 20px;
    }

    .process-box .num {
        color: #5690f4;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #5690f4;
    }

}
#seq-img{
  backface-visibility: hidden;
}
.dog-max-img {
    position: relative;
}

.dog-max-img #seq-wrapper {
    position: absolute;
    bottom: -71px;
    z-index: 1;
    left: 71px;
    width: 100%;
    overflow: hidden;
}

.dog-max-img #seq-wrapper img {
    width: calc(100% + 5px);
    max-width: inherit;
    position: relative;
    left: -2px;
	z-index:1
}

#dbars .bar {
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform 0.9s cubic-bezier(.25, .8, .25, 1);
}

#dbars.animate .bar {
    transform: scaleY(1);
}

#dbars {
    width: 100%;
    height: auto;
}

.dbubble {
    position: absolute;
    left: 56%;
    top: -23px;
}

.d-bubble {
    opacity: 0;
    animation: dbubblePop 2s ease-in-out infinite;
    position: relative;
}

.d-bubble.v1 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5690F4;
    top: 170px;
    left: -20px;
    animation-delay: 0s;
}

.d-bubble.v2 {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #5690F4;
    top: 165px;
    left: 12px;
    animation-delay: 0.7s;
}

.d-bubble.v3 {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #5690F4;
    top: 92px;
    left: -25px;
    animation-delay: 1.4s;
}

@keyframes dbubblePop {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.6);
    }

    20% {
        opacity: 1;
        transform: translateY(-6px) scale(1);
    }

    60% {
        opacity: 1;
        transform: translateY(-18px) scale(1.05);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.8);
    }
    
}

@media(max-width: 991px) {

    .dog-max-img #seq-wrapper {
        bottom: -43px;
        left: 0;
    }

    .dbubble {
        left: 46%;
        top: -23px;
        transform: scale(0.6);
    }

}
