body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    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: "Montserrat", sans-serif;
}

h1, .h1 {
    font-size: 40px;
    line-height: 115%;
}
h2,
.h2 {
    font-size: 32px;
    line-height: 115%;
}

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

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

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

h6,
.h6 {
    font-size: 16px;
    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: 60px 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;
    border: 1px solid #1B6FFF;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s;
    line-height: 100%;
    border-radius: 30px;
	text-transform:capitalize
}

.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: 22px;
}

.fs_24 {
    font-size: 18px
}

.fs_40 {
    font-size: 30px
}

.fs_60 {
    font-size: 40px
}

.fs_18 {
    font-size: 16px
}

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

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

.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: 110px
}

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

.pt_50 {
    padding-top: 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: #F7FBFE;
    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: #00102B;
    font-size: 13px;
    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: 16px;
    position: relative
}

.header-action a span:not(.icon) {
    position: relative
}
.header-logo {
    width: 200px;
}
.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: 40px;
    height: 40px;
    display: inline-flex;
    font-size: 15px;
    border-radius: 50%;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

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

.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: -500px;
    right: 0;
    width: 390px;
    height: 400px;
    border-radius: 40px;
    background: #5690F4;
}
.hero-phone-mockup {
    position: absolute;
    z-index: 1111;
    width: 380px;
    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: 400px;
    right: 18%;
    z-index: 11111;
    top: 40%;
    transform: scale(0.8);
    will-change: transform;
}

img.hero-mobile-part-small {
    position: absolute;
    top: 31%;
    right: 20%;
    width: 290px;
    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: 85px;
    right: 35px;
    animation-delay: 0s;
}

.hero-bubble.v2 {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #5690F4;
    top: 50px;
    right: -4px;
    animation-delay: 0.7s;
}
.hero-bubble.v3 {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #5690F4;
    top: -12px;
    right: 10px;
    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: -1px;
    width: 100%;
    height: 65px;
    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: 35px
}

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

.hero-meta .title {
    display: block;
    color: #fff;
    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: 120px;
    padding-top: 120px;
    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: 0;
    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: 55px;
    z-index: 1
}
.page-banner .banner-white-bg{
	bottom:-1px
}
.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: 40px 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: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px
}
.icon-teaser.style1 .single-icon img {
    width: 120px;
    max-height: 70px;
    object-fit: contain;
}
.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;
}

.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 {
    border: 5px solid #5690f4;
    border-radius: 10px;
    padding: 25px;
    line-height: normal;
    color: #00102B;
}
.testimonial-box .quotes {
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    font-family: 'Montserrat', sans-serif;
    color: #00102B;
    display: inline-block;
    color: #5690f4;
    height: 50px;
}
.testimonial-box .v_quote_icon {
    height: 50px;
    margin-bottom: 20px;
}
.video_meta {
    display: flex;
    align-items: center;
    margin-top: 35px;
    font-size: 14px;
}
.video_meta img {
    min-width: 70px;
    width: 70px;
    min-height: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #5690f4;
    margin-right: 15px;
}
.video_meta  .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.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: 20px;
    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: 85%;
    height: 100%;
    right: 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: 110px;
    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;
    transition: all 0.3s;
}

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

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

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

.content-box.style4:hover {
    border-radius: 20px;
    z-index: 99
}



.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: 18px;
    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;
}

.icon-teaser.style3.v2 .icon img {
    margin: 0 auto 20px;
    width: 60px;
}
.icon-teaser.style3.v2 .title{
	margin-top:0
}
.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: "Montserrat", sans-serif;
    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: 550px;
    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 {
    height: 60px;
    margin-bottom: 30px;
}
.tsn_arrows.custom_arrows.testimonial-arrows.v3 {
    justify-content: center;
}
.list_check li,
.list_cross li {
    position: relative;
    padding-left: 35px;
    margin: 15px 0;
    color: #0A0A0A
}

.list_check li::before,
.list_cross 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
}

.list_cross li::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path  d="M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C240.4 221.6 255.6 221.6 264.9 231L319.9 286L374.9 231C384.3 221.6 399.5 221.6 408.8 231C418.1 240.4 418.2 255.6 408.8 264.9L353.8 319.9L408.8 374.9C418.2 384.3 418.2 399.5 408.8 408.8C399.4 418.1 384.2 418.2 374.9 408.8L319.9 353.8L264.9 408.8C255.5 418.2 240.3 418.2 231 408.8C221.7 399.4 221.6 384.2 231 374.9L286 319.9L231 264.9C221.6 255.5 221.6 240.3 231 231z"/></svg>') no-repeat scroll 0 0/cover;
    opacity: 0.4
}

.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: auto;
    height: 60px;
    margin-bottom: 20px
}



.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;
	font-style:normal
}

.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:30%;
    background: linear-gradient(0deg, rgba(0, 16, 43, 1) 0%, rgba(0, 16, 43, 0) 100%);
    transition: all 0.4s
}

.team-box:hover::after {
    opacity: 0;
    visibility: hidden
}

.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: 20px;
    margin: 0  0 5px;
}

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

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

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

.pt_180 {
    padding-top: 180px
}

.pb_180 {
    padding-bottom: 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: 18px
}

.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: -30px;
    left: 60%;
    width: 400px;
    z-index: 9;
}
.page-banner-image.style2.ver3 {
    position: absolute;
    bottom: 0;
    left: 52%;
    width: 320px;
    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: 350px
}

.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,
.paginations ul li span {
    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,
.paginations ul li.active span {
    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
}

.stats-box.style2 .num {
    color: #00102B;
	font-style:normal;
	font-size:50px
}

.stats-box.style2 {
    position: relative;
	font-weight:700;
	font-style:italic
}
.stats-box.style2 > div {
    display: flex;
    align-items: flex-end;
}
.stats-box.style2 .arrow {
    font-size: 24px;
    transform: rotate(-40deg);
    color: #5690F4;
    position: relative;
    bottom: 20px;
    margin-left: 10px;
}

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

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

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

.content-text .inner-notes::before {
    position: absolute;
    content: "";
    top: 28px;
    left: 20px;
    width: 34px;
    height: 40px;
    border-radius: 50%;
    background: url(../img/speech-buble.webp) no-repeat scroll 0 0/contain;
    display: none
}

.content-text .inner-notes .dbubble {
    left: 34px;
    top: -98px;
}

.content-text .inner-notes .dbubble .d-bubble.v3 {
    width: 25px;
    height: 25px;
    top: 118px;
    left: -25px;
}

.content-text .inner-notes .dbubble .d-bubble.v2 {
    width: 19px;
    height: 19px;
    top: 150px;
    left: 2px;
}

.content-text .inner-notes .dbubble .d-bubble.v1 {
    width: 13px;
    height: 13px;

}


.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: 400px;
    right: auto;
    left: 60%;
}
.bg_white {
    background: #fff
}

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

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

.icon-teaser.style1.alt .single-icon {
    background:transparent
}
.bg_white .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;
    transition: all 0.4s
}

.icon-teaser.style55:hover {
    transform: rotate(-1deg);
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.36);
    border: 1px solid #5690F4;
}

.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 button {
    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;
	width:100%;
	transition:all 0.4s
}
.map-location-box iframe {
    height: 380px;
	width:100%
}
.location_links li button:hover {
    background: #071626;
    color: #fff
}

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

.location_links li button::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);
	display:none
}

.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;
    margin-bottom: 30px
}

.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: #2C8FF4; 
    /* border: 1px solid #2C8FF4;
    /* border-radius: 10px;
    /* padding: 50px; */
    margin-top: 0px;
}

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

.content-form.style1 input {
    width: 100% !important;
    padding: 15px 10px !important;
    border-radius: 10px !important;
    border: none !important;
	height:55px !important
}
.gform-theme--foundation .gform_fields{
	row-gap:15px !important
}
.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% !important
}

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

.content-form.style1 .cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:#63BB5A !important;
    padding: 20px 30px !important;
    border: 1px solid #63BB5A !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all 0.3s !important;
    line-height: 100% !important;
    border-radius: 30px !important;
	width:auto !important
}
.content-form.style1 .gform_footer {
	justify-content:center !important
}
.paginations  ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginations  ul li{
	margin:0 3px
}
.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;
	height:auto
}

.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, .mainmenu ul li > 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;
	position:relative
}

.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
}
.mainmenu ul li > ul > li > ul{
	left:100%;
	top:0
}

.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: 70%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    z-index: -1;
    opacity: 0.5;
}

.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 button::after {
    transition: all 0.4s
}

.location_links li button:hover::after {
    right: 20px;
	border-color:#fff

}

.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: 115px;
    background: #5690F4;
    top: 237px;
    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: 1;
}

.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:#081E45;
    border-color:#081E45;
    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: 20px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all 0.4s;
	text-transform:capitalize
}

.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 {
    max-height: 50px;
    margin: 0 auto 20px;
}

.icon-teaser.v1 .title {
    font-size: 16px;
    margin: 0;
	font-weight:400
}

.content-num-box .num {
    font-family: "Montserrat", sans-serif;
    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 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: 25px;
    border-radius: 30px;
}
.playbook-quote .cta-btn {
    padding: 12px 15px;
    font-size: 14px;
}
.playbook-quote .title {
    font-weight: 800
}

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

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

.playbook-area .quote_icon {
    position: absolute;
    width: 50px;
    left: 1px;
    top: 25px;
    transform: rotate(16deg);
}

.playbook-quote-wrap {
    overflow: hidden;
    position: absolute;
    width: 425px;
    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: "Montserrat", sans-serif;
    font-size: 22px;
    color: #00102B;
    line-height: 130%;
    margin: 40px 0;
}

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

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

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

.testimonial-meta .title {
    margin: 0;
    font-size: 18px;
    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: 60px
}

.testimonial-area .testimonial_shape1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1);
    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: 0px;
    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: 100%;
    position: relative;
    transition: all 0.4s;
}

.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: 18px
}

.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: "Montserrat", sans-serif;
    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: 22px;
    margin-bottom: 20px;
}

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

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

.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: 18px;
}

.icon-teaser.v3 .icon img {
    max-height: 50px;
    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: 100%;
}

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

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



.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: 20px
}

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

.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: 288px;
    width: 100%;
    object-fit: cover;
}

.testimonial-v3 {
    padding: 15px;
    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: 40px;
    margin-bottom: 15px;
    filter: grayscale(1) opacity(0.3);
    transition: all 0.4s;
}

.testimonial-v3 .inner {
    font-family: "Montserrat", sans-serif;
    color: #00102B;
    min-height: 130px
}

.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: "Montserrat", sans-serif;
    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;
	display:none
}

.content-box.style2 .text .title {
    font-size: 24px;
    font-weight: 700;
    min-height: 60px
}

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

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

.footer_title {
    color: #fff;
    font-size: 16px;
    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:22px
}

.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: #081E45;
    margin-bottom: 70px;
    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, .section-inner-cta .links li span {
    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;
    transform: rotate(0);
    transition: 0.3s all;
}

.section-inner-cta .links li:nth-child(1).act a, .section-inner-cta .links li:nth-child(1).act span {
    transform: rotate(3deg);
    animation: pulseOnce1 1.2s ease-out;
}

.section-inner-cta .links li:nth-child(2).act a, .section-inner-cta .links li:nth-child(2).act span {
    transform: rotate(-2deg);
    animation: pulseOnce2 1.2s ease-out;
}

.section-inner-cta .links li:nth-child(3).act a, .section-inner-cta .links li:nth-child(3).act span {
    transform: rotate(2.5deg);
    animation: pulseOnce3 1.2s ease-out;
}

.section-inner-cta .links li:nth-child(4).act a, .section-inner-cta .links li:nth-child(4).act span {
    transform: rotate(-3deg);
    animation: pulseOnce4 1.2s ease-out;
}

@keyframes pulseOnce1 {
    0% {
        transform: rotate(3deg) scale(1);
    }

    40% {
        transform: rotate(3deg) scale(1.12);
    }

    60% {
        transform: rotate(3deg) scale(0.96);
    }

    100% {
        transform: rotate(3deg) scale(1);
    }
}

@keyframes pulseOnce2 {
    0% {
        transform: rotate(-2deg) scale(1);
    }

    40% {
        transform: rotate(-2deg) scale(1.12);
    }

    60% {
        transform: rotate(-2deg) scale(0.96);
    }

    100% {
        transform: rotate(-2deg) scale(1);
    }
}

@keyframes pulseOnce3 {
    0% {
        transform: rotate(2.5deg) scale(1);
    }

    40% {
        transform: rotate(2.5deg) scale(1.12);
    }

    60% {
        transform: rotate(2.5deg) scale(0.96);
    }

    100% {
        transform: rotate(2.5deg) scale(1);
    }
}

@keyframes pulseOnce4 {
    0% {
        transform: rotate(-3deg) scale(1);
    }

    40% {
        transform: rotate(-3deg) scale(1.12);
    }

    60% {
        transform: rotate(-3deg) scale(0.96);
    }

    100% {
        transform: rotate(-3deg) scale(1);
    }
}

.section-inner-cta .links li {
    position: relative;
}

.section-inner-cta .links li img[src*="line-1"] {
    width: 350px;
    max-width: inherit;
}

.section-inner-cta .links li img[src*="line-2"] {
    width: 140px;
    max-width: inherit;
}
.section-inner-cta .links li img[src*="line-4"] {
    width: 350px;
    max-width: inherit;
}

.section-inner-cta .links li img[src*="line-3"] {
    width: 140px;
    max-width: inherit;
}

.section-inner-cta .links li > div {
    position: absolute;
    bottom: 70px;
    opacity: 1;
    transition: 0.3s all;
}

.section-inner-cta .links li.act > div {
    opacity: 1;
    transition: 0.3s all;
}

.section-inner-cta .links li:first-child > div {
    left: calc(50% - 5px);
}

.section-inner-cta .links li:nth-child(2) > div {
    left: calc(50% - 5px);
}

.section-inner-cta .links li:nth-child(3) > div {
    left: calc(50% - 70px);
}

.section-inner-cta .links li:nth-child(4) > div {
    left: calc(50% - 370px);
}

.section-inner-cta .links li:nth-child(3) > div img,
.section-inner-cta .links li:nth-child(4) > div img {
    transform: scaleX(-1);
}

@media (min-width: 768px) {

    .section-inner-cta .link_path {
        opacity: 0;
    }

}

@media(min-width: 768px) and (max-width: 991px) {

    .section-inner-cta .links li > div {
        bottom: 91px;
    }

}

.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 {
/*     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:  30px;
    border-right: 5px solid #DEEBFF;
    border-bottom: 5px solid #DEEBFF;
    height: 100%;
    display: flex;
    align-items: center
}

.box.v5 .title {
    font-size: 18px;
}

.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: -30px;
    width: 250px;
    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: 350px;
    bottom: 0;
    z-index: 1111;
}

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

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

.hero-mobile-part {
    right: 18%;
    top: 5%;
}

.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: 30px 0
}

.location-searching-area .container {
    padding: 70px 15px;
}
.location-searching-area .text-center{
	position:relative;
	z-index:1
}
.n_top_450 {
    margin-top: -450px;
    padding-top: 440px;
}

.awards-wrapper {
    position: relative;
    z-index: 11;
    width: 70%;
    margin: 0 auto;
}
.z999{
	z-index:111;
	position:relative
}
.awards-wrapper img {
    transform: scale(0.7);
    will-change: transform;
    transform-origin: center center;
}

.award-area {
    position: relative;
    z-index: 11;
    padding-top: 50px;
}

.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: 190px;
    right: auto;
    transform: rotate(1deg);
}

.playbook-quote-wrap.alt {
    right: auto;
    z-index: 11;
    left: 205px;
}

.local-seo-photos {
    position: absolute;
    left: 59%;
    width: 500px;
    height: 700px;
    bottom: 75px;
    z-index: 1111;
}

.local-seo-photos .page-banner-image.style2 {
    bottom: -50px;
    left: 0px;
    width: 250px;
    min-width: 250px;
}
.local-seo-banner.page-banner .dog_shape {
    left: 0;
    width: 450px;
}
.local-seo-photos .seo-pin {
    left: 0;
    top: 53%;
    width: 100px;
}
.multi-location-seo-photos {
    position: absolute;
    left: 59%;
    width: 600px;
    height: 700px;
    bottom: 0px;
    z-index: 1111;
}

.multi-location-seo-photos .page-banner-image.style2.ver3 {
    left: 0;
	width:350px
}

.multi-location-seo-photos .seo-pin {
    left: 0px;
    top: 45%;
}
.page-banner.multi-location-seo-banner .dog_shape {
    left: 59%;
	width:500px
}

.page-banner::before {
    width: 100%;
    height: 100%;
    background: #000B1D;
    top: 0px;
    opacity: 0.6;
}

.page-banner-image.style1 {
    z-index: 0
}

.page-banner .container {
    position: relative;
    z-index: 1
}

.memorial-banner .container {
    position: inherit;
    z-index: inherit
}

.team-dog {}

.team-dog {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.team-dog img {
    width: calc(100% + 5px) !important;
    max-width: inherit;
    position: relative;
    left: -2px !important;
}

.box.style2.active .icon {
    max-height: 135px
}

.box.style2.active {
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.34);
    border-color: #5690F4;
}

.box.style7.post-style {
    padding: 0;
    margin-top: 10px;
    background: rgba(198, 212, 234, 0.13);
    box-shadow: none
}

.box.style7.post-style .text {
    padding: 30px;
}

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

.content-text .inner-notes.bg_white {
    background: #fff
}

.process-box {
    min-height: 275px;
}

.cta-quote-wrap .arrow {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(.22, .61, .36, 1);
}

.cta-quote-wrap.act .arrow {
    clip-path: inset(0 0 0 0);
}


.cta-quote {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1s cubic-bezier(.22, .61, .36, 1);
    transition-delay: 0.45s;
    /* starts after arrow */
}

.cta-quote-wrap.act .cta-quote {
    clip-path: inset(0% 0 0 0);
}


.cta-quote .title,
.cta-quote p {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.cta-quote .title {
    transition-delay: 0.8s;
}

.cta-quote p {
    transition-delay: 0.9s;
}

.cta-quote-wrap.act .title,
.cta-quote-wrap.act p {
    opacity: 1;
    transform: translateY(0);
}

.animal-shape.style4.team-dog {
    height: 250px;
    transform: rotate(1deg);
}


/*Rakesh*/

.logo-style3 {
    width: 180px;
}

.col_blue {
    color: #5690F4
}

.col_gray {
    color: #717182
}

.border-btm {
    border-bottom: 1px solid rgba(113, 113, 130, 0.5)
}

.list.style5 {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px
}

.list.style5 li {
    color: #717182;
    margin: 10px 0
}
.text_light_white .list.style5 li{
    color: rgba(255, 255, 255, 0.62);
}

.content-text.style6.border-style {
    border-left: 1px solid rgba(113, 113, 130, 0.5)
}

.icon-teaser.style10 .icon-teaser.v10 {
    display: flex;
    align-items: center
}

.icon-teaser.style10 .icon-teaser.v10 .icon {
    margin-bottom: 0
}

.icon-teaser.style10 .icon-teaser.v10 .icon img {
    height: 40px;
    margin-right: 16px;
    object-fit: contain;
    width: auto;
}

.icon-teaser.style10 .icon-teaser.v10 .count {
    font-weight: 700;
    color: #5690F4;
    margin-bottom: 0;
}

.icon-teaser.style10 .icon-teaser.v10 .col_gray {
    font-size: 18px
}

.icon-teaser.style10 {
    background: transparent;
    padding: 45px;
    border-radius: 16px;
    height: 100%;
    border: 6px solid #DEEBFF !important;
}

.icon-teaser.style10 .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px
}

.icon-teaser.style10.v3 {
    position: relative;
    left: 0px;
    margin-top: 30px
}

.icon-teaser.style10.v2 {
    position: relative;
    top: 50px
}

.image-bg-style10 {
    position: absolute;
    width: 64%;
    height: 81%;
    right: -227px;
    bottom: 100px;
    z-index: -1;
    object-fit: contain;
}

.icon-teaser.style11 .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px
}

.icon-teaser.style11 img {
    margin: 0 auto;
    max-height: 80px;
}

.case-study-banner .banner-dark-shape {
    opacity: 0.25;
    mix-blend-mode: luminosity
}

.case-study-banner .shape_gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103deg, rgba(0, 16, 43, 1) 0%, rgba(0, 16, 43, 0) 100%)
}

.case-study-banner .shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    z-index: -1;
    opacity: 0.2;
}

.case-study-banner .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    opacity: 0.2;
	z-index:-1
}

.stats-box.style2.pos_img {
    border-radius: 10px;
    background: #63BB5A;
    color: #fff;
    padding: 20px;
    position: absolute;
    right: -40px;
    bottom: 100px;
}

.stats-box.style2.pos_img .num {
    color: #fff;
    margin-bottom: 0px;
	font-style:normal
}

.stats-box.style2.pos_img .arrow {
    color: #fff;
}

.bg_dark_alt {
    background: #00102B;
}

.dark_section_top {
    position: absolute;
    top: -69px;
    width: 100%;
    height: 69px;
    z-index: -1;
}

.bg_dark_alt .testimonial-content-box .inner-text {
    color: #fff
}

.bg_dark_alt .testimonial-meta .meta_shape {
    display: none
}

.bg_dark_alt .review_person::after {
    display: none
}

.bg_dark_alt .testimonial-meta .title {
    color: #fff
}

.bg_dark_alt .testimonial-meta {
    color: rgba(255, 255, 255, 0.6)
}
.dark_section_bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
}

.bg_dark_alt .testimonial-slider-v2 .slide {
    padding-bottom: 0
}

.border-btm {
    padding-bottom: 70px
}

.icon-teaser.style10.hse {
    border: none;
    transition: all 0.4s
}

.icon-teaser.style10.hse::after {
    display: none
}
.icon-teaser.style10.hse:hover{
        box-shadow:none;
    transform: rotate(0deg);
}
.icon-teaser.style10.hse.alt{
    top: auto
}
.inner-case-box{
    margin-bottom: 30px
}
.inner-case-box .icon-teaser.style10{
    padding: 35px
}
.inner-case-box .icon-teaser.style10 .title {
    margin-bottom: 15px;
	font-size:18px
}
.inner-case-box .icon-teaser.style10 .count{
    font-size: 34px
}
.image-bg-style10.alt {
    width: 70%;
    height: 81%;
    right: -280px;
    bottom: 70px;
    z-index: 1;
}
.icon-teaser.style10.hse.pos {
    position: absolute;
    width: 300px;
    left: 53%;
    top: -25px;
}
.icon-teaser.style10.hse.pos .icon-teaser.v10 {
    justify-content: center;
}
.inner-case-box{
    position: relative
}
.gfield_required_text{
	display:none !important
}
.column_two{
	column-count:2
}
.team-details-content ul.column_two li{
	margin-top:0;
	margin-bottom:12px
}
.team-details-content p a, .team-details-content li a{
	text-decoration:underline
}
.team-details-content p a:hover, .team-details-content li a:hover{
	text-decoration:none
}
.banner-menu a {
    color: #fff;
}
.banner-menu a:hover {
    text-decoration:underline
}
.banner-menu span.last{
	opacity:0.7
}
body.error404 .header-area{
	background:#00102B
}
.error-page {
    padding-top: 260px;
}
.error-page .h3 {
    font-size: 120px;
    font-weight: 700;
}
.plain-content ul{
	    list-style: disc;
    margin-left: 20px;
}
.plain-content ul li{
	display: list-item;
    margin: 10px 0;
}
.plain-content ul li::marker {
    color: #5690F4;
}
.plain-content ol{
	    list-style: decimal;
    margin-left: 20px;
}
.plain-content ol li{
	display: list-item;
    margin: 10px 0;
}
.plain-content ol li::marker {
    color: #5690F4;
}
.banner-menu {
    font-size: 12px;
}
.team-banner .team-banner-img {
    top: -70px;
}
.team-banner-shape {
    bottom: -40px;
}
.hero-meta-alt{
	    position: relative;
}
.hero-meta-alt .title {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}
.hero-meta-alt ul {
    display: flex;
    align-items: center;
}
.hero-meta-alt ul li {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.call-to-action.style1 {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hide-shape img.banner-white-bg {
    display: none;
}
.ptm-0 section{
	padding-top:0
}
.call-to-action.style1 .row{
	width:100%
}
.z11 .relative{
	z-index:11
}

.bg_light .icon-teaser.style1.alt .single-icon::after {
    background: #F7FBFE;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:51%;
	content:"";
	z-index:-1
}
.pb_0 .pt_140 {
    padding-bottom: 0;
}
.pt_450 .section-heading{
	margin-bottom:0
}
.page-banner .banner-top{
	opacity:0;
	margin-bottom:60px
}
.logos-wrapper img, .logo-carousel {
    max-height: 100px;
    margin: 0 auto;
}
.post-box .image img {
    height: 190px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.single-blog-banner {
    padding-bottom: 170px;
}
.single-blog-banner .banner-menu{
	color:#fff
}
.single-blog-banner .post-meta{
	margin-top:15px
}
.single-blog-banner .post-meta a {
    color: #fff;
}
.single-blog-banner .post-meta a:hover{
	text-decoration:underline
}
body.single-post .footer-cta-area {
    background: #F8FBFF;
}
.post-featured-img{
	width:100%;
	margin-bottom:20px;
	height:auto;
	display:none
}
.plain-text img{
	margin:20px 0
}
body.single-post .plain-text h2, body.single-post .plain-text h3{
	font-size:34px
}
body.single-post .plain-text h4, body.single-post .plain-text h5{
	font-size:30px
}
.team-banner-imgs img {
    position: absolute;
    left: 0;
    width: 40%;
    bottom: -150px;
    border-radius: 20px;
}
.about-hero .page-banner-image.style1 {
    bottom: -20px;
    right: 0;
    width: 700px;
    left: auto;
}
.post-box p{
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.content-box.style2.onimg{
	padding:0;
	margin:0;
	height:100%
}
.content-box.style2.onimg img{
		position:inherit; 
	width:100%
}
.content-box.style2.onimg:hover{
	transform:translatey(-10px)
}
.stats-box.style2 .arrow.arrow-down {
    transform: rotate(40deg);
}
.hero-meta li img {
    height: 60px;
	object-fit:contain;

}
.page-banner .hero-meta li img{
		padding:2px;
	border-radius:2px
}
.playbook-area {
padding-top:120px
}
.testimonial_v2_meta {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.testimonial_v2_meta img {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    margin-right: 13px;
}
.testimonial_v2_meta .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.footer-cta-area{
	padding-top:30px
}
.footer-trusted-logos ul li img {
    height: 34px;
}
.box.v3 .text p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
img.banner-logo {
    width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.banner-form.content-form.style1 {
    margin: 0;
    padding: 30px;
}
.hero-meta.text-center.not-anim ul{
	justify-content:center
}
.video_stars {
    display: flex;
    align-items: center;
	margin-bottom:20px
}
.video_stars li {
    display: inline-block;
    color: #5690f4;
}
.testimonial-box .v_quote_icon, .testimonial-v3 .icon {
    margin-bottom: 0;
    margin-right: 20px;
}
.testimonial-v3 .video_stars li {
    color: #c8d4e7;
    filter: grayscale(1);
}
 .slick-current + .slick-active .testimonial-v3 .video_stars li{
	color: #5690f4;
	 filter: grayscale(0);
}
.popup_modal .modal-body{
	padding:0
}
.popup_modal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
.popup_modal .btn-close {
    font-size: 23px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1111;
    color: #fff;
    opacity: 1 !important;
    background: transparent !important;
    cursor: pointer;
}
.process_arrows{
	justify-content:center !important
}
.footer-area.style2 {
	text-align:center
}
.footer-area.style2 .footer-trusted-logos {
    margin-top: 30px;
    justify-content: center;
    flex-direction: column;
}
.footer-area.style2 .footer-trusted-logos ul{
	margin-top:20px
}
.footer-area.style2 .footer-link li {
    margin-bottom: 0px;
    display: inline-block;
    margin: 0 20px;
}
.counter_text_area   .gradient_top_shape {
    position: absolute;
    top: -40px;
    z-index: -1;
    width: 100%;
}
.counter_text_area  .content-img img{
	box-shadow:-19px 19px 90px 0 rgba(0, 0, 0, 0.06);
	border-radius:10px
}
body.job-template-default .post-meta span{
	margin:0 5px
}
.post-meta em{
	margin-right:5px
}
body.job-template-default .footer-cta-area{
	background:#F8FBFF
}
body.job-template-default .main-wrapper{
	overflow-x:visible
}
body.job-template-default .c_form{
	position:sticky;
	top:20px
}
.gfield--input-type-fileupload label, .gfield--input-type-fileupload span.gform_fileupload_rules{
	color:#fff !important
}
.playbook-quote-wrap.alt .cta-btn {
    margin-top: 15px;
    padding: 15px;
}
.custom_arrows.testimonial-arrows.v3{
	justify-content:center
}
section.content-area.pb_140.bg_dark.award-area.relative{
	padding-bottom:70px
}
.box.v3 .cta-btn {
    width: 100%;
    margin-top: 30px;
}
.section-notes.text-center.testimonial-style {
    width: 60%;
    margin: 40px auto 0;
    padding: 40px;
    position: relative;
    padding-top: 80px;
	padding-bottom:0
}
.section-notes.text-center.testimonial-style::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: url(../img/testimonial-icon-alt.webp) no-repeat scroll center center/contain;
    z-index: -1;
}
.page-id-851 .counter_text_area .gradient_top_shape, .page-id-1490 .counter_text_area .gradient_top_shape{
	display:none
}

.team-dog.animal-shape.style2 {
    width: 400px;
    bottom: -95px;
}
.dark-top-curve{
	top:-60px;
	z-index:-1
}
.c_form.embed {
    padding: 0;
 /* background: #fff;*/
    border: 1px solid #5690f436;
}
.custom-ts-area .white-bottom-shape1.alt{
	display:none
}
.custom-ts-area .content-area {
    background: linear-gradient(180deg,rgba(248, 251, 255, 1) 0%, rgba(248, 251, 255, 0.78) 73%, rgba(248, 251, 255, 0) 100%);
}
.page-template-full-width-page-template header.header-area {
    position: relative;
    background: #00102B;
}
/* ===== Video Hub Layout ===== */
.wistia-video-hub {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}


/* Channel container styling */
.wistia_channel {
  width: 100%;
  min-height: 600px;
  border-radius: 0;
  overflow: hidden;
}
.wistia-video-hub h3{
	font-size:20px !important;
	font-weight:700 !important;
	color: #00102B !important;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

/* Optional: better spacing on mobile */
@media (max-width: 768px) {
  .wistia-video-hub {
    padding: 0;
  }
}
.video-box .image{
	position:relative
}
.video-box .play_icon{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:#5690f4e0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    border-radius: 35%;
	transition:all 0.4s;
	opacity:0;
	visibility:hidden
}
.video-box:hover .play_icon{
	opacity:1;
	visibility:visible
}
.banner-logo.smalls {
    width: 140px;
    padding: 12;
}
.pt_30 section {
    padding-top: 30px !important;
}
.py_70 section{
	padding:70px 0
}
.content-text:not(.plain-content) ul:not(.list_check):not(.list_cross):not(.list_check_circle):not(.list.style5):not(.nav) li {
    position: relative;
    padding-left: 35px;
    margin: 15px 0;
}

.content-text:not(.plain-content) ul:not(.list_check):not(.list_cross):not(.list_check_circle):not(.list.style5):not(.nav) 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;
}
.popup_modal  form label{
	color:#fff !important
}
.popup_modal .c_form input, .popup_modal .c_form textarea, .popup_modal .c_form select {
    height: 50px !important;
}
.full-width-image{
	margin-bottom:30px
}
.full-width-image img{
	width:100%
}
.gform_validation_errors{
	display:none !important
}
.gform_confirmation_message{
	color:#fff !important;
	margin-top:15px
}
.gform_heading{
	display:none !important
}
.testimonial-v3.no-hover:hover, .slick-current + .slick-active .testimonial-v3.no-hover {
    transform: rotate(0deg);
    border-color: #DEEBFF;
}
.testimonial-v3.no-hover .icon {
    filter: grayscale(0) opacity(1);
}
.testimonial-v3.no-hover .video_stars li{
	color:#5690f4;
	    filter: grayscale(0);
}
.box.v1:not(.cta):hover {
    box-shadow:none;
    transform: rotate(0);
	border-color: #DEEBFF;
}
.icon-teaser.style1:hover, .box.style2:hover {
    transform: rotate(0deg);
    box-shadow: none;
    background: transparent;
	border-color:#DEEBFF
}

.zoom-img-gsap img {
    transform: scale(0.7);
    will-change: transform;
    transform-origin: center center;
}
.page-id-1840 .counter_text_area   .gradient_top_shape, .page-id-1922 .counter_text_area   .gradient_top_shape {
    top: 0;
}
.lead-compare .col-sm-6{
	position:relative;

}
.lead-compare .col-sm-6 .fa-solid {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
    color: #5690F4;
}
.lead-compare .col-sm-6:last-child .fa-solid{
	display:none
}
.content-text.sticky-text.mob.team-cta-box {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    transform: translateX(-5px);
}
.page-id-1423 .curve_long_bg{
	top:0
}
.content-area.pt_140.over_hidden.custom-text-section {
    padding-top: 80px ;
}
.dark-alt-icon-teaser .icon-teaser.style55 {
    border: 3px solid #DEEBFF;
    color: #241F21;
}
.dark-alt-icon-teaser .icon-teaser.style55 .title {
    color: #00102B;
}
.award-box {
    border: 6px solid #DEEBFF;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}
.award-box .icon {
    margin-bottom: 30px;
}
.award-box .icon img {
    margin: 0 auto;
    height: 80px;
}
.award-box .year {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #00102B;
    font-size: 22px;
    margin-bottom: 15px;
}
.location-pin-curve-wrapper .top_curve, .location-pin-curve-wrapper .bottom_curve{
	height:50px;
	width:100%
}
.location-pin-curve-wrapper .location-searching-area .container {
    padding: 40px 15px;
}
.location-searching-area .cta_gradient_shape_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleY(-1);
}
.page-id-3477 .text-slider-outer-wrap svg {
    top: 0;
}
.post-box .post-meta {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.post-box .post-meta .post-category{
	margin-right:10px
}
.post-box .post-meta i{
	color:#5690F4;
	margin-right:5px
}
.post-box .title {
    min-height: 60px;
}
.sm_py_140 section{
    padding: 60px 0 100px;
}
.page-id-1387 .text-slider-outer-wrap svg {
    position: absolute;
    bottom: 162px;
    height: 100px;
}
.checklist-module-no-shape .banner-white-bg{
	display:none
}
.icon-teaser.style-v13 {
    color: rgba(255, 255, 255, 0.62);
    height: 100%;
    position: relative;
    padding-left: 27px;
}
.icon-teaser.style-v13 .title{
font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
	font-family:"Montserrat", sans-serif;
	margin-bottom:5px
}
.icon-teaser.style-v13::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5690F4;
}
body.job-template-default .page-banner-bg, body.blog .page-banner-bg, .case-study-banner .page-banner-bg, body.single-post .page-banner .page-banner-bg, .page-banner.color-dodge .page-banner-bg{
    mix-blend-mode: color-dodge;
	z-index:1
}
body.job-template-default .page-banner::before, body.single-post .page-banner::before, .page-banner.color-dodge::before{
	display:none
}
.banner-dark-shape{
	opacity:1
}
/*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) {
.about-hero .page-banner-image.style1 {
    width: 700px;
}

}

@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%
    }
.about-hero .page-banner-image.style1 {
    width: 700px;
}
}

@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%
    }
.about-hero .page-banner-image.style1 {
    width: 34%;
}
}

@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%
    }
.about-hero .page-banner-image.style1 {
    width: 36%;
    bottom: -100px;
}
}

@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: -475px;
    height: 350px;
}
    .page-banner-image.style1 {
        width: 50%;
        bottom: 0
    }
	
	.hero-group-photo {
    bottom: 50px;
}
	.hero-phone-mockup {
    bottom: -50px;
}
	
	

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

    h2,
    .h2 {
        font-size: 30px;
        line-height: 115%;
    }
	h3,
    .h3 {
        font-size: 26px;
        line-height: 115%;
    }
	h4,
    .h4 {
        font-size: 22px;
        line-height: 115%;
    }
	h5,
    .h5 {
        font-size: 18px;
        line-height: 115%;
    }
	h6,
    .h6 {
        font-size: 16px;
        line-height: 115%;
    }
	.hero-white-bg {
    height: 50px;
}
	.hero-phone-mockup {
    width: 350px;
}
	.playbook-quote-image {
    bottom: -30px;
    width: 190px;
    right: auto;
    left: 0;
    transform: rotate(-1deg);
}
	.playbook-quote-wrap.alt {
    right: auto;
    z-index: 11;
    left: 150px;
    width: calc(100% - 150px);
}
	.dog-max-img #seq-wrapper {
    bottom: -35px;
}
	.testimonial-box .v_quote_icon {
    height: 30px;
}
	.video_meta {
    margin-top: 30px;
}
	.section-heading {
    margin-bottom: 40px;
}
	.box.v1 .title {
    font-size: 16px;
}
	.box.v1 {
    padding: 25px;
}
	.box.v1.cta .title {
    font-size: 18px;
}
.cta-quote-wrap {
    top: 30px;
    right: -40px;
    width: 255px;
}
	.receipts-cta .cta-person.alt {
    width: 100%;
}
	.call-to-action.style1 {
    min-height: 380px;
		padding:50px
}
.about-hero .page-banner-image.style1 {
    width: 600px;
}
	.cta-image-left {
    width: 44%;
}
	.hero-phone-mockup {
    right: 10%;
}
	
}

@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: 120px;
        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);
    }

    

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

    .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: 350px;
    left: auto;
    right: 50px;
}

    .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: 400px;
        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: 300px
    }
	.page-banner.multi-location-seo-banner .dog_shape {
    left: 56%;
    width: 400px;
}

    .box.v4 .title {
        font-size: 20px;
    }

    img.hero-mobile-part-small {
        right: 18%;
        top: -15%
    }

    .hero-mobile-part {
        top: 32%
    }



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

    .local-seo-banner .local-seo-photos {
        width: 730px;
    }

    .local-seo-banner .dog_shape {
        width: 55%;
    }

    .local-seo-banner .local-seo-photos .seo-pin {
        left: -25px;
        width: 90px;
        top: 50%;
    }

    .local-seo-photos .page-banner-image.style2 {

        min-width: 740px;
    }
    .stats-box.style2.pos_img {
    right: 30px;
    bottom: 30px;
}
	.team-banner .team-banner-img {
    top: 0;
}
	.team-banner-imgs img {
    width: 38%;
    bottom: -125px;
}
	.local-seo-photos .page-banner-image.style2 {
    min-width: inherit;
    width: 200px;
    left: 0%;
		bottom:0
}
	.local-seo-banner.page-banner .dog_shape {
    left: 0;
    width: 380px;
}
	

}

@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 > li > ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }
nav#menu ul > li > ul.sub-menu.active > li > ul{
        overflow: hidden;
        max-height: 0;
	opacity:0;
	padding-left:15px
    }
	nav#menu ul > li > ul.sub-menu.active > li.active > ul{
     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: 30px;
        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%;
    }
	 h6,
    .h6 {
        font-size: 15px;
        line-height: 115%;
    }

    .fs_30 {
        font-size: 18px;
    }


    .hero-text .sub-title {
        margin-bottom: 30px
    }

    .hero-area .hero-image {
        width: 60%
    }

    .header-top-text .text {
        font-size: 11px;
        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: 26px;
    }

    .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: 90px;
}
	.stats-box.style2 .num{
		font-size:40px
	}

    .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: 350px;
    right: 50px;
    left: auto;
}

    .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: 300px;
    left: auto;
    right: 0;
}

    .page-banner .dog_shape {
        width: 400px
    }

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

   

    .hero-image::after {
        bottom: -600px;
        right: -150px;
        width: 350px;
        height: 490px;
    }

.hero-mobile-part {
    right: 40%;
    width: 290px;
    top: auto;
    bottom: 80px;
}
img.hero-mobile-part-small {
    right: 45%;
    width: 230px;
    top: auto;
    bottom: 270px;
}

.hero-phone-mockup {
    right: 35%;
    width: 240px;
    bottom: 0;
}

    .hero-area {
        overflow: hidden;
        padding-bottom: 120px
    }

.icon-teaser.v1 {
    padding: 20px;
}
    .icon-teaser.v1 .title {
        font-size: 16px;
        margin: 0;
    }

    .service-area {
        padding-bottom: 50px
    }

.pt_150 {
    padding-top: 80px;
}
    .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%;
      
    }

    .playbook-quote {
        min-height: 190px;
        border-top-left-radius: 0;
    }

.playbook-quote-image {
    bottom: auto;
    width: 160px;
    right: auto;
    transform: rotate(-1deg);
    top: 0;
    top: auto;
    left: -70px;
    bottom: -60px;
}

.playbook-area .quote_icon {
    width: 45px;
    left: 55px;
    top: 101px;
    transform: rotate(0deg);
    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: 4px;
        top: -30px;
    }

    .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: 14px;
    }

    .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: 22px;
    }

    .section-inner-cta .links {
        margin-left: 0;
        margin-right: 0;
    }

    .section-inner-cta .links li {
        padding: 0 10px;
    }

    .section-inner-cta .links li a, .section-inner-cta .links li span {
        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
    }

    .local-seo-photos {
        position: inherit;
        left: auto;
        width: 100%;
        height: auto;
        bottom: auto;
    }

    .local-seo-photos .page-banner-image.style2 {
        bottom: -50px;
        left: 50%;
        width: 70%;
    }

    .local-seo-banner.page-banner .dog_shape {
        left: 50%;
    }

    .local-seo-photos .seo-pin {
        left: 62%;
    }

    .pt_140 {
        padding-top: 120px;
    }

    .content-text .inner-notes .dbubble {
        left: 34px;
        top: -40px;
    }

    .local-seo-photos .page-banner-image.style2 {
        min-width: inherit
    }

    .local-seo-banner .local-seo-photos .seo-pin {
        left: 59%
    }

    .process-box .num:before {
        display: none
    }

    .process-box .num {
        font-size: 30px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #fff
    }

    .border-btm {
        padding-bottom: 50px
    }
    .stats-box.style2 .arrow {
    top: auto;
    font-size: 24px;
}
    .icon-teaser.style10.hse .title{
        font-size: 18px;
        margin-bottom: 15px
    }
	.inner-case-box .icon-teaser.style10 .count {
    font-size: 26px;
}
    .icon-teaser.style10.hse{
        padding: 20px
    }
    .image-bg-style10 {
    height: 30%;
    right: -150px;
    bottom: 120px;
}
    .icon-teaser.style11 img {
    max-height: 58px;
}
      .icon-teaser.style10.hse.pos {
    position: inherit;
    width: 50%;
    left: auto;
    top: auto;
    margin-bottom: 30px;
}
   
    .image-bg-style10.alt {
    width: 70%;
    height: 81%;
    right: -150px;
    bottom: auto;
    z-index: 1;
    top: -100px;
}
    .error-page {
    padding-top: 220px;
}
	.error-page .h3 {
    font-size: 80px;
}
	.team-banner-info li {
    padding-left: 0;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}
	.team-banner-info a {
    font-size: 16px;
    display: block;
    width: 20px;
}
	.team-banner-info li img {
    width: 20px;
    position: inherit;
    top: auto;
    left: auto;
}
	.team-banner-shape {
    bottom: auto;
    width: 315px;
    min-width: 315px;
}
	.call-to-action.style1{
		min-height:inherit;
		display:block
	}
	nav#menu ul ul > li a{
		position:relative;
		border:none !important
	}
	nav#menu ul ul, nav#menu ul ul ul{
		border:none
	}
	nav#menu > ul > li > ul > li >span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
}
	
	body.single-webinar .plain-text h2, body.single-webinar .plain-text h3 ,
	body.single-post .plain-text h2, body.single-post .plain-text h3 {
    font-size: 26px;
}

	body.single-webinar .plain-text h4, body.single-webinar .plain-text h5 ,
	body.single-post .plain-text h4, body.single-post .plain-text h5 {
    font-size: 22px;
}
	.team-banner-imgs img {
    width: 100%;
    position:inherit;
		bottom:auto
}
	.page-banner.team-banner.style1 {
    padding-bottom: 90px;
}
	.local-seo-photos .page-banner-image.style2 {
    min-width: inherit;
    width: 200px;
    left: 60%;
		bottom:0
}
	.header-main {
    padding: 12px 0;
}
	body{
		font-size:14px
	}
	.white-bottom-shape2 {
    bottom: -40px;
    height: 40px;
}
	.cta-pin-wave {
    width: 10px;
    height: 10px;
}
	
	.location-searching-area .cta-btn{
		margin-top:0
	}
	.playbook-quote-wrap.alt{
		left:0
	}
.playbook-quote {
    border-radius: 30px;
    width: 85%;
    margin-left: auto;
}
	.testimonial-slider-v3 .slick-dots{
		margin-top:0 !important;
		margin-bottom:20px !important;
	}
	.box.v1 {
    height: 100%;
    margin-top: 0px;
}
	.box.v1.cta .title {
    font-size: 18px;
}
	.testimonial-box .v_quote_icon {
    height: 30px;
}
	.content-box.testimonial-box {
    font-size: 14px;
}
	.video_meta {
    margin-top: 20px;
}
	.video_meta  .name {
    font-size: 16px;
}
	.video_meta img {
    min-width: 55px;
    width: 55px;
    min-height: 55px;
    height: 55px;
}
	.testimonial-slider-v3 .slide {
    padding: 0px 15px;
    padding-bottom: 40px;
}
	.playbook-quote-wrap.alt {
    left: 0;
    width: 100%;
}
	.animal-shape.style2 {
    width: 28%;
}
	.post-box .image img{
		height:auto
	}
	.post-box .title {
    font-size: 16px;
}
	.about-hero .page-banner-image.style1 {
    width: 50%;
}
	.team-details-content .inner .h4 {
    font-size: 16px;
}
	.footer-area.style2 .footer-trusted-logos{
		width:100%
	}
	.footer-area.style2 .footer-trusted-logos ul{
		justify-content:center
	}
	.footer-area.style2 .footer-link li{
		margin:8px
	}
	body.job-template-default .main-wrapper{
	overflow-x:hidden
	}
	.spacer{
		height:30px
	}
	.py_70 section{
		padding:40px 0
	}


}

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

    .pb_180 {
        padding-bottom: 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: 15px;
    }

    .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: 20px;
    }

    .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, .section-inner-cta .links li span {
        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: 30px 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%
    }

    .testimonial-area .container {
        padding-top: 0;
    }

    .person_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 70%;
        margin: 0 auto;
    }

    .review_person {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        bottom: auto !important;
    }

    .icon-teaser.style1 .action {
        padding: 10px 20px;
        font-size: 14px;
    }

    .content-box.style2 {
        overflow: hidden
    }

    .content-box.style2 .content-image {
        top: auto;
        height: auto;
        right: 0;
        bottom: 0px;
        object-fit: cover;
        width: 90%;
        height: 100%;
        object-position: top
    }

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

    .stats-box.style2 .arrow {
        right: auto;
        top: auto;
        font-size: 20px;
        transform: rotate(-40deg);
    }

    .pb_70 {
        padding-bottom: 30px;
    }

    .icon-teaser.style10.v3 .title,
    .icon-teaser.style10.v2 .title,
    .icon-teaser.style10.v1 .title {
        font-size: 20px
    }

    .icon-teaser.style10.hse .title {
        margin-bottom: 15px
    }

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

    .icon-teaser.style11 img {
        width: auto;
        margin: 0 auto;
        max-height: 40px
    }

    .stats-box.style2.pos_img {
        right: 0;
        bottom: 20px
    }

    .stats-box.style2.pos_img .arrow {
        top: 35px;
    }
    .icon-teaser.style10.hse{
        padding: 25px
    }
    .image-bg-style10 {
    width: 55%;
    height: 64%;
    right: -100px;
    bottom: 0;
}
    .stats-box.style2 > div{
        justify-content: center
    }
    .inner-case-box .icon-teaser.style10 .count {
    font-size: 34px;
}
    .inner-case-box .section-heading{
        margin-bottom: 0
    }
	.team-banner-shape {
    bottom: auto;
}
	
	.team-banner .team-banner-img {
    top: 0;
}
	.team-banner-shape {
    width: 250px;
    min-width: 250px;
}
	.team-banner-info li{
		padding-left:0;
		margin-right:15px
	}
	.page-banner .heading{
		margin-bottom:10px !important
	}
	.team-details-content-area{
		padding-top:20px !important
	}
	.team-banner .banner-inner {
    min-height: 300px;
}
	.team-banner-info li:last-child{
		margin-right:0
	}
.bg_light .icon-teaser.style1.alt .single-icon::after {
    height: 80%;
}
	.section-inner-cta .links li img{
		display:none
	}
	.section-inner-cta .links{
		position:relative;
		z-index:1
	}
	.section-inner-cta .link_path{
		left:50%
	}
	h1,
    .h1 {
        font-size: 30px;
    }

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

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

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

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

    .fs_30 {
        font-size: 22px;
    }
	.box.v1 .title {
        font-size: 18px;
    }
	.playbook-area .quote_icon {
    width: 45px;
    left: 175px;
    top: 121px;
    transform: rotate(0deg);
    z-index: -1;
}
	.playbook-quote-wrap.alt {
    right: auto;
    z-index: 11;
    left: 150px;
    width: 100%;
    padding-top: 150px;
    left: 0;
    padding-left: 0;
}
	.playbook-quote-image {
    left: 0px;
    bottom: 145px;
}
	.playbook-quote {
    border-radius: 30px;
    width: 100%;
    margin-left: auto;
}
	.playbook-area .quote_icon {
    transform: rotate(70deg);
}
	.stats-box.style2 .num {
    font-size: 32px;
}
	.banner-form.content-form.style1{
		margin-top:30px
	}
	.counter_text_area .gradient_top_shape{
		top:0
	}
	.box.v1 {
    height: 100%;
    margin-top: 0;
}
	.section-notes.text-center.testimonial-style{
		width:100%
	}
	.page-banner .dog_shape {
    left: 39%;
}
	.content-text.sticky-text.mob.team-cta-box{
		padding:30px
	}
	.icon-teaser.style-v13 .title {
    font-size: 16px;
}
	
}

@media(max-width:575px) {
	.dark-top-curve {
    top: -30px;
}
	.award-area.bg_dark::after {
    height: 90%;
}
	.award-area.bg_dark .index_1.top-curve {
    top: 80%;
}
	.cta-quote-wrap {
    right: -25px;
}
	.award-shape{
		display:none
	}
	.testimonial-text-slider .testimonial-box.style3{
		margin:0
	}
	.testimonial-text-slider{
		margin-top:30px !important
	}
    .person_wrapper {
        width: 90%
    }

    .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: 11px;
        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: -38px;
    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;
    left: 50%;
    transform: translateX(-50%);
}

    .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: 70%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .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: 42%;
    width: 50%;
    top: auto;
    bottom: 90px;
}

    img.hero-mobile-part-small {
        right: 50%;
        top: auto;
        bottom: 250px;
        width: 50%;
    }

    .hero-phone-mockup {
        right: 50%;
        width: 45%;
        right: auto;
        left: 26%;
    }

    .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_180 {
        padding-bottom: 100px;
    }

    .pb_170 {
        padding-bottom: 80px;
    }

    .pt_150 {
        padding-top: 100px;
    }

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

    .local-seo-photos .page-banner-image.style2 {
        left: auto;
        width: 100%;
        right: 0;
        height: 300px;
        object-fit: contain;
        bottom: -40px;
        min-width: inherit
    }

    .local-seo-banner.page-banner .dog_shape {
        left: 50%;
    }

    .local-seo-banner.page-banner .seo-pin {
        left: 22%;
        top: auto;
        width: 60px
    }

    .multi-location-seo-photos {
        position: absolute;
        left: 50%;
        width: 100%;
        height: auto;
        bottom: 0px;
        z-index: 1111;
        transform: translateX(-50%);
    }

    .multi-location-seo-photos .seo-pin {
        left: 23%;
    }

    .team-banner .banner-inner {
        min-height: 440px
    }

    .logo-style3 {
        width: 130px;
    }

    .content-text.style6.border-style {
        margin-top: 50px;
        border-top: 1px solid rgba(113, 113, 130, 0.5);
        border-left: 0;
    }

    .icon-teaser.style10 {
        padding: 20px
    }

    .icon-teaser.style10 .icon-teaser.v10 .icon img {
        margin-right: 20px;
        min-width: 40px;
        height: auto;
        max-width: 40px;
    }

    .icon-teaser.style10.hse {
        top: auto;
        left: auto;
        margin-top: 20px;
        height: calc(100% - 20px);
        border: none
    }

    .image-bg-style10 {
        position: relative;
        width: 64%;
        height: auto;
        right: -200px;
        bottom: auto;
        z-index: -1;
        object-fit: contain;
    }

    .dark_section_top {
        top: -60px;
        height: 60px;
    }
    .dark_section_bottom {
    bottom: -60px;
    height: 60px;
}
 .icon-teaser.style11 img {
        width: 45px;
        margin: 0 auto;
        max-height: max-content;
    }
    .icon-teaser.style10.hse.pos{
        width: 100%
    }
 .image-bg-style10.alt {
    width: 70%;
    height: 81%;
    right: -200px;
    bottom: 0;
    z-index: 1;
     top: auto
}
	.testimonial-area.pt_150 {
    padding-top: 50px;
}
	.team-banner .banner-text {
    text-align: center;
}
	
	.team-banner.page-banner .heading {
    font-size: 34px;
    line-height: 115%;
}
	.team-banner .team-banner-img {
    left: auto;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.team-banner .banner-inner {
    min-height: 570px;
}
.team-banner .team-banner-img {
    top: auto;
    height: auto;
    object-fit: contain;
    width: 100%;
    position: inherit;
    left: auto;
    right: auto;
    transform: translate(0,50px);
    margin: 0 auto;
}
	.team-banner-shape {
    bottom: 0;
    width: 100%;
}
.content-text.sticky-text.mob {
    padding: 20px;
    background: #081e450d;
    border-radius: 10px;
	margin-top:20px
}
	.about-hero .page-banner-image.style1 {
    width: auto;
    right: auto;
    left: 50%;
    bottom: -50px;
		object-fit:contain
}
	.pt_150 {
    padding-top: 60px;
}
	
.cta-quote-wrap {
    right: 9px;
    width: 235px;
    top: 35px;
}
	.local-seo-photos .page-banner-image.style2{
		bottom:15px
	}
	.page-banner-image.style2.ver2{
		bottom:0
	}
	.white-bottom-shape2 {
    height: 38px;
}
	.footer-area.style2 .footer-link li{
		margin:0;
		margin-bottom:20px
	}
	.footer-area.style2 .footer-link{
		text-align:left;
		width:70%;
		margin:0 auto
	}
	body.job-template-default .c_form{
		margin-top:30px
	}
	section.content-area.pb_140.bg_dark.award-area.relative {
    padding-bottom: 50px;
}
	.award-area.bg_dark .index_1.top-curve {
    top: 67%;
    height: 50px;
}
	.award-area.bg_dark::after {
    height: 70%;
}
	.multi-location-seo-photos .page-banner-image.style2.ver3{
		width:100%
	}
	.multi-location-seo-photos .seo-pin {
    left: 23%;
    bottom: auto;
    top: -200px;
}
	.hero-group-photo {
    bottom: 15px;
}
	.page-banner {
    padding-top: 170px;
    padding-bottom: 50px;
}
	.sm_py_140 section{
    padding: 50px 0;
}
}

@media(max-width:420px) {
    .hero-area .hero-image {
        height: 350px;
    }
.team-banner .banner-inner {
    min-height: 510px;
}
}

#text-slider-wrap {
    min-height: inherit;
}

#text-slider-wrap > section{
	height:100%
}
.text-slider-outer-wrap {
    width: 100%;
    margin-top: 0;
    max-height: inherit;
    overflow: hidden;
}

.text-slider-outer-wrap svg {
    position: absolute;
    bottom: 190px;
    height: 100px;
}

.text-slider-outer {
    width: 3500px;
    position: relative;
    min-width: 3500px;
}

.text-slider {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding-top: 25px;
}

.text-slider .slide {
    padding: 0 0px 30px 60px;
    width: 14.28571%;
    display: flex;
    align-items: flex-end;
    height: auto;
}

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

}

.dog-max-img {
    position: relative;
}



.dog-max-img #seq-wrapper {
    position: absolute;
    bottom: -55px;
    z-index: 1;
    left: 14px;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.dog-max-img #seq-wrapper img {
    min-width: calc(100% + 5px);
    max-width: inherit;
    position: relative;
    left: -2px !important;
}



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

}

@media(min-width: 992px) {

    .text-slider .slide:last-child {
        padding-right: 30px;
    }

}

.process-box {
    min-height: 150px
}

/*New CSS*/
.filter-flex .custom-select{
    display: inline-block
}
.filter-flex .custom-select select {
    border: 1px solid #00102b3b;
    height: 42px;
    border-radius: 10px;
    padding: 10px;
    background: #E4EEFF;
}
.event-listing .row .col-md-4:first-child .tags{
    font-weight: 600
}
.event-listing .row .col-md-4:nth-child(2) .tags {
    background: #60A5FA;
    color: #fff;
}

.event-listing .row .col-md-4:nth-child(3) .tags{
    background: #63BB5A;
    color: #fff;
}

.event-listing .row .col-md-4:nth-child(4) .tags{
    background: #D4AF37;
    color: #fff;
}

.event-listing .row .col-md-4:nth-child(5) .tags{
    background: #F4A261;
    color: #fff;
}

.event-listing .row .col-md-4:nth-child(6) .tags{
    background: #4E342E;
    color: #fff;
}


/*Contact CSS*/
.contact-area .c_info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.contact-area .c_info .icon {
    margin-right: 22px;
    width: 60px;
    min-width: 60px;
    background: #5690F4;
    min-height: 60px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-area .c_info .title {
    font-weight: 700;
    font-size: 20px;
    color: #143843;
    margin-bottom: 5px;
}
.contact-area .c_info a {
    display: block;
}
.contact-area .c_info a:hover{
    text-decoration: underline
}
.n_top_320 {
    margin-top: -250px;
}
.c_form {
    border-radius: 10px; 
    background: #081E45;
    padding: 40px; 
    position: relative;
    z-index: 11
}
.c_form li {
    margin-bottom: 20px;
}
.c_form input, .c_form textarea, .c_form select {
    width: 100% !important;
    height: 65px !important;
    border: none !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.59) !important;
    color: #fff !important;
	border-radius:0 !important;
	padding:10px 0 !important;
	font-size:16px !important
}
.c_form input:focus, .c_form textarea:focus, .c_form select:focus{
	outline:none !important;
	box-shadow:none !important
}
.c_form input::placeholder, .c_form textarea::placeholder, .c_form select::placeholder, .gf_placeholder{
	opacity:0.6 !important
}
.c_form select option{
	color:#000
}
.c_form .cta-btn{
	width:100% !important
}
.c_form textarea {
    min-height: 120px !important;
}
.map-area{
        background: #F8FBFF;
}
.map-area iframe{
    width: 100%;
    height: 550px;
    position: relative;
    top: 10px
}
@media(max-width:991px){
     .map-area iframe{
        height: 400px
    }
      .contact-area .c_info .title{
        font-size: 20px
    }
    .contact-area .c_info a{
        font-size: 16px
    }
     .contact-area .c_info {
    margin-bottom: 30px;
}
	.c_info br{
		display:block
	}
	.playbook-quote-wrap.alt .cta-btn {
    margin-left: 50px;
}
	.icon-teaser.v3 .icon img {
    width: auto;
}
	.text-box.style2.alt .icon {
    height: 40px;
}
}

@media(max-width:767px){
   
    .c_form{
        padding: 30px
    }
	
   
      
}
@media(max-width:575px){
    .c_form.n_top_320 {
    margin-top: 24px;
}
    .contact-area{
        padding-top: 30px !important
    }
	.contact-banner .page-banner.style1.career-banner {
    padding-bottom: 100px;
}
	.page-banner .banner-top {
    margin-bottom: 10px;
}
	.team-dog.animal-shape.style2 {
    width: 150px;
    bottom: -115px;
}
	.playbook-quote-wrap.alt .cta-btn {
    margin-left: 0;
}
	.playbook-quote {
    min-height: inherit;
}
	.icon-teaser.style10 .icon-teaser.v10 .col_gray {
    font-size: 14px;
}
	.inner-case-box .icon-teaser.style10 .count {
    font-size: 26px;
}
	.icon-teaser.style10.v1 .title {
    font-size: 16px;
}
	.icon-teaser.style10.hse {
    padding: 18px;
}
	.lead-compare .col-sm-6 .fa-solid{
		top:57%
	}
	.location-pin-curve-wrapper .top_curve, .location-pin-curve-wrapper .bottom_curve {
    height: 20px;
}
	.location-pin-curve-wrapper .location-searching-area .container {
    padding: 15px ;
}
	.hero-phone-mockup{
		width:70%;
		        left: 50%;
        transform: translateX(-50%) !important;
        right: auto;
	}

}
.gform_footer .cta-btn{
	display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #63BB5A !important;
    padding: 20px 30px !important;
    border: 1px solid #63BB5A !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all 0.3s !important;
    line-height: 100% !important;
    border-radius: 30px !important;
}

@media(min-width: 991px) {
	
.dog-max-img #seq-wrapper {
    bottom: -101px;
}	
	.hero-group-photo{
		right:9%
	}
}
@media(max-width:575px){
	.post-box .title {
    min-height: inherit;
}
}
.banner-image.style-3 .center-image {
    border-radius: 50%;
}

.c_form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  color: #fff !important;

  padding-right:  40px   !important; /* space for arrow */

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 24px !important;
}
.modal-dialog{
	max-width:600px
}
.box.style2.active:hover {
    box-shadow: 0 4px 50px 0 rgba(86, 144, 244, 0.34);
    border-color: #5690F4;
}
.text-box.style2:hover {
    border: 5px solid #DEEBFF;
    transform: rotate(0);
}
.icon-teaser.style1.alt:hover {
    background: #fff;
}
.icon-teaser.style55:hover {
    transform: rotate(0deg);
    box-shadow: none;
    border: 1px solid rgba(217, 217, 217, 0.17);
}
.icon-teaser.style3.v2:hover {
    border: 2px solid rgba(86, 144, 244, 0.03);
    transform: rotate(0deg);
}
.icon-teaser.style3:hover{
	border:5px solid #2B415E
}
.icon-teaser.style1, .box.style2, .testimonial-v3, .text-box.style2.ver4.bg_light, .icon-teaser.style3.v2, .icon-teaser.style55, .text-box.style2.alt, .text-box.style2, .box.v1{
	transform:rotate(0deg)
}

.single-post .content-text .ratio {
    margin-bottom: 20px;
}

.single-post .content-text.plain-text h2 {
    font-size: 28px;
}

.single-post .content-text.plain-text h3 {
    font-size: 24px;
}

body.single-post .podcast-info {
    margin-bottom: 20px;
}

body.single-post .podcast-info h5 {
    font-size: 18px;
    margin: 0 0 8px;
}

body.single-post .podcast-info > div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.single-post .podcast-info > div  img {
    margin: 0;
}

.single-post .tve-cb {
  display: none !important;
}

.custom-form-popup .c_form {
    padding: 0 !important;
    overflow: hidden;
}

.custom-form-popup .c_form iframe {
    min-width: calc(100% + 15px);
    height: 94vh !important;
    overflow: auto !important;
}

.blog-category-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
}

.blog-category-filter .filter-label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #030213;
}

.blog-category-filter .filter-select {
    min-width: 220px;
    padding: 11px 40px 11px 18px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #fff;
    color: #030213;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23030213' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.blog-category-filter .filter-select:hover,
.blog-category-filter .filter-select:focus {
    border-color: #030213;
    box-shadow: 0 0 0 3px rgba(3, 2, 19, 0.08);
    outline: none;
}

.page-id-2302  .banner-image.style-3 .bottom-text {
	display: none;
}

.meta-info{
	    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #081E45;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease;
}

/* Prevent content jump when header leaves the flow */
body:has(.header-area.is-sticky) {
  padding-top: 90px; /* adjust to your header's actual height */
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}

body .modal {
    z-index: 9999999999;
}

.single-webinar .content-text li > br {
    display: none;
}

.single-webinar .content-text .ratio {
    margin-bottom: 20px;
}

.single-webinar .content-text.plain-text h2 {
    font-size: 28px;
}

.single-webinar .content-text.plain-text h3 {
    font-size: 24px;
}

body.single-webinar .plain-text ul + h2,
body.single-webinar .plain-text ul + h3,
body.single-webinar .plain-text ul + h4 {
	margin-top: 25px;
}
