@import url("popups-min.css");
@import url("cookies.css");

:root {
    --primary-color: #e85627;
    --secondary-color: #72499d;
    --section-bg-color: #faf4ff
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x: hidden;
}

a {
    color: var(--primary-color);
    text-decoration: none
}

a:hover {
    color: #f1775d;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif
}

.top-bar {
    background-color: #e85627;
    padding: 10px 0;
}

.bar-ctm {
    display: flex;
    justify-content: end
}

.top-ctm {
    display: flex;
    margin-right: 0;
    align-items: center;

}

.top-ctm img {
    width: 14px;
    right: 10px;
    position: relative;
}

.top-ctm span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px
}

.navbar.landing-page .top-ctm a {
    color: #FF6D00;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.cl-orange{
    color: #FF6D00 !important;
}

.top-ctm a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
    .top-ctm {
        display: flex;
        justify-content: center;
        padding: 2px
    }

    .bar-ctm {
        display: flex;
        justify-content: center
    }
}

.mission-content{
    background-color: #FCF8FF;
    padding: 20px;
    position: relative;
}

.mission-content i.top{
    position: absolute;
    height: 20px;
    width: 20px;
    top: -10px;
    left: -10px;
}
.mission-content i.bottom{
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -2px;
    right: -2px;
}
.mission-content p{
    font-size: 16px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--primary-color);
    border-top-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 0
}

#header.header-scrolled {
    padding: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1)
}

#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

#header .logo a {
    color: #0b2341
}

#header .logo img {
    max-height: 40px
}

.navbar {
    padding: 10px 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-size: 15px;
    color: #0b2341;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--primary-color)
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: var(--secondary-color);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    min-height: 50px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #333
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    pointer-events: none;
}

.navbar .dropdown ul ul {
    pointer-events: inherit;
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--primary-color)
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: inherit;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0b2341
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--primary-color)
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--primary-color)
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    height: 85vh;
    background-color: rgba(4, 12, 21, 0.8);
    overflow: hidden;
    position: relative
}

.lp-banner {
    height: 96vh !important;
}

@media (max-width: 1600px) {
    .lp-banner.banner p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lp-banner.sty-1 {
        height: 100vh !important;
        margin-top: 70px;

    }

}

@media (max-width: 991px) {
    .lp-banner .banner-content p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 2;
    }

    .lp-banner {
        height: auto !important;
    }


    .lp-banner .banner-content p {
        text-align: left;
    }

    .lp-banner .banner-content p span {
        display: inline !important;
    }

    .lp-banner.banner {
        padding: 30px 0 100px 0;
        margin-top: 0;
    }
}


#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

#hero .carousel-item::before {
    content: ""
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px
}

#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 50px;
    font-weight: 700
}

@media (max-width: 1600px) {
    #hero h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    #hero {
        height: 910px !important;
    }

}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    margin-top: 10px
}

@media (min-width: 1200px) {
    #hero p {
        width: 100%
    }
}

.slide-title span {
    padding: 0 12px
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8)
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--primary-color)
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: var(--primary-color);
    margin-top: 15px
}

#hero .btn-get-started:hover {
    background: #1d71b8
}

@media (max-width: 992px) {
    #hero {
        height: 100vh
    }

    #hero .carousel-container {
        text-align: center;
        top: 74px
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 30px
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh
    }
}

.form-main-wrap {
    padding: 35px 15px;
    position: relative;
    overflow: hidden;
}

.slide-form {
    max-width: 785px;
    margin: 0 auto;
    margin-top: -30vh;
    z-index: 9;
    position: relative;
    background: white;
    padding: 25px 23px;
    box-shadow: 0px 0px 40px 0px rgba(29, 113, 184, 0.21);
    border-radius: 10px
}

.slide-form input,
.slide-form select {
    height: 50px
}

.slide-form h3 {
    font-weight: 700;
    color: var(--secondary-color)
}
@media (max-width: 1600px) {
    .slide-form h3 {
       font-size: 22px;
    }
    .slide-form.home .register-btn{
        font-size: 16px;
    }
    .slide-form.home h4{
        font-size: 17px !important;
    }
    .slide-form.home .signin-link{
        font-size: 16px !important;
    }
}


.ctm-btn-submit {
    max-width: 180px;
    margin: 0 auto;
    padding: 12px 10px;
    margin-top: 19px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.navbar img.btn-icon {
    width: 32px !important;
    margin-right: 8px
}

.btn11 {
    padding: 20px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
    border: 1px solid transparent;
    min-width: 200px;
    z-index: 1;
    margin-top: 12px;
}

.btn11:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important
}

.btn11::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--secondary-color);
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1)
}

.btn11::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--primary-color);
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1)
}

.btn11:hover::before,
.btn11:hover::before {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.btn11:hover::after,
.btn11:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn12 {
    padding: 20px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
    border: 1px solid transparent;
    min-width: 200px;
    z-index: 1;
    margin-top: 12px;
}

.btn12:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color) !important
}

.btn12::before {
    content: '';    
    width: 100%;
    height: 100%;
    display: block;
    background: var(--primary-color);
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1)
}

.btn12::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--primary-color);
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1)
}

.btn12:hover::before,
.btn12:hover::before {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.btn12:hover::after,
.btn12:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

section {
    padding: 60px 0
}

.section-bg {
    background-color: var(--section-bg-color)
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f38b74;
    margin: 4px 10px
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color)
}

.section-title .cl-black {
    color: #000000
}

.bold-title-main {
    font-weight: bold
}

.sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: #8a8a8a
}

.step-box h3 {
    font-weight: bold;
    color: var(--secondary-color);
    bottom: 5px;
    font-size: 28px
}

.step-title {
    position: relative;
    padding-top: 70px;
}

.step-title span {
    font-size: 80px;
    color: #72499d1c;
    font-weight: 700;
    position: absolute;
    top: 0;
}

/* .step-title h3 {
    position: absolute;
    bottom: 0
} */

.step-box {
    padding: 15px;
    min-height: 261px;
    transition: 0.5s
}

.step-box:hover {
    box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%)
}

.oc-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0 80px
}

.pos-right {
    position: absolute;
    right: 81px;
    top: -30px;
    z-index: 0
}

.pos-left {
    position: absolute;
    left: 47px;
    bottom: -28px;
    z-index: 0
}

@-webkit-keyframes rotate-full {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes rotate-full {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes infinite-spinning {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.animated-ctm {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-ctm .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.box1 {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    transform: rotate(0deg)
}

.box1 img {
    max-width: 100%;
    border-radius: 100%
}

.rotate {
    -webkit-animation: rotation-full 5s infinite linear;
    animation: rotation-full 5s infinite linear
}

.rotate-full {
    -webkit-animation: infinite-spinning 8s infinite linear;
    animation: infinite-spinning 8s infinite linear
}

.foo-logo {
    margin-bottom: 20px;
    max-width: 300px;
    width: 100%;
    height: auto;
}

.our-company-sec {
    background-color: var(--section-bg-color);
    padding: 100px 0 50px;
}

.our-about-sec {
    padding: 160px 0 50px;
}

.our-company-sec.sty {
    padding: 50px 0
}

.img-box-oc {
    position: relative
}

.priority-section {
    background-image: url(../img/CTA-bg.webp);
    background-size: cover;
    background-repeat: repeat-x;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: #fff
}

.priority-section h3 {
    margin-bottom: 0;
    font-weight: 700
}

.sub-t {
    display: block;
    margin-bottom: 20px;
    font-size: 22px
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-left: 28px;
    position: relative
}

.about .content ul li li {
    margin-top: 10px
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: var(--primary-color);
    line-height: 1
}

.about .content p:last-child {
    margin-bottom: 0
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: var(--primary-color);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid var(--primary-color)
}

.about .content .btn-learn-more:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none
}

.rounded-circle {
    border-radius: 50% !important
}

.sub-info {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975
}

.display-30 {
    font-size: 0.9rem
}

.icon-image-l {
    border-radius: 50%;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-l 6s ease-in-out infinite;
    animation: float-ani-l 6s ease-in-out infinite;
    position: relative
}

@-webkit-keyframes float-ani-l {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        left: -20px
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px
    }
}

@keyframes float-ani-l {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        left: -20px
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px
    }
}

.icon-image-r {
    border-radius: 50%;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-r 6s ease-in-out infinite;
    animation: float-ani-r 6s ease-in-out infinite;
    position: relative
}

@-webkit-keyframes float-ani-r {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        left: 0px;
        top: 0px
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        right: -20px
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px
    }
}

@keyframes float-ani-r {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        top: -10px;
        right: -20px
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        right: 0px;
        top: 0px
    }
}

.icon-image-cr {
    transition: 0.5s;
    -webkit-animation: float-ani-cr 6s ease-in-out infinite;
    animation: float-ani-cr 6s ease-in-out infinite;
    position: relative
}

@-webkit-keyframes float-ani-cr {
    0% {
        left: 0px;
        top: 0px
    }

    50% {
        top: -10px;
        right: -20px
    }

    100% {
        right: 0px;
        top: 0px
    }
}

@keyframes float-ani-cr {
    0% {
        right: 0px;
        top: 0px
    }

    50% {
        top: -10px;
        right: -20px
    }

    100% {
        right: 0px;
        top: 0px
    }
}

.icon-image-cl {
    transition: 0.5s;
    transform: translatey(0px);
    -webkit-animation: float-ani-cl 6s ease-in-out infinite;
    animation: float-ani-cl 6s ease-in-out infinite;
    position: relative;
    box-shadow: none
}

@-webkit-keyframes float-ani-cl {
    0% {
        left: 0px;
        top: 0px
    }

    50% {
        top: -10px;
        left: -20px
    }

    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes float-ani-cl {
    0% {
        left: 0px;
        top: 0px
    }

    50% {
        top: -10px;
        left: -20px
    }

    100% {
        left: 0px;
        top: 0px
    }
}

.why-chose-us-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color)
}

.purple {
    animation: pulse-purple 6s infinite
}

@keyframes pulse-purple {
    0% {
        transform: scale(0.95)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.95)
    }
}

.ctm-sign {
    font-size: 22px !important;
    margin-left: 0px !important
}

.counts {
    padding-top: 0
}

.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    text-align: center;
}

.counts .count-box i {
    display: block;
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.counts .count-box span {
    font-size: 42px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    color: #0b2341;
    margin-left: 15px;


}

@media (max-width: 1600px) {
    .counts .count-box span {
        font-size: 30px;
    }
}

.counts .count-box p {
    padding: 15px 0 0 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px
}

.counts .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #164682;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s
}

.counts .count-box a:hover {
    color: #2169c4
}

.why-us {
    padding: 0
}

.why-us .content {
    padding: 60px 100px 0 100px
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: var(--primary-color)
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.why-us .content p {
    font-size: 15px;
    color: #848484
}

.why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none
}

.why-us .accordion-list li li {
    margin-top: 15px
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    color: #0b2341;
    cursor: pointer
}

.why-us .accordion-list span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0
}

.why-us .accordion-list .icon-show {
    display: none
}

.why-us .accordion-list a.collapsed {
    color: #0b2341
}

.why-us .accordion-list a.collapsed:hover {
    color: var(--primary-color)
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--primary-color) 50%, rgba(237, 80, 46, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.why-us .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.why-us .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(237, 80, 46, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0)
}

.why-us .play-btn:hover::after {
    border-left: 15px solid var(--primary-color);
    transform: scale(20)
}

.why-us .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px
    }

    .why-us .accordion-list {
        padding-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.services .icon-box {
    text-align: center;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    position: relative;

}

.services .icon-box.sty {
    min-height: 552px;

}

.services .icon-box.lp {
    min-height: 530px;
}

.services .icon-box .btn11 {
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 80%;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: var(--secondary-color);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: var(--primary-color)9c;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
    z-index: 1
}



.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px
}

.services .icon-box h4 a {
    color: #0b2341
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 35px;
}

.services .icon-box:hover {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.services .icon-box:hover .icon {
    background: #fff
}

.services .icon-box:hover .icon i {
    color: var(--primary-color)
}

.services .icon-box:hover .icon::before {
    background: #892d0f
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #fff
}

.testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials.lp {
    padding: 50px 0;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
    position: relative;
    background: #fff
}

.testimonials .testimonial-item .testimonial-img {
    border-radius: 80px;
    border: 4px solid var(--secondary-color);
    position: absolute;
    left: -45px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--secondary-color);
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--secondary-color)
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--secondary-color)
}

.cta-cont {
    max-width: 920px;
    margin: 0 auto
}

.cta {
    padding: 80px 15px;
    ;
    background: #1d71b8;
    background-image: url(../img/CTA-bg-new.webp);
    background-size: cover;
    position: relative
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

@media(max-width: 991px) {
    .cta h3 {
        font-size: 23px;
    }

    .b-box h5 {
        font-size: 20px !important;
    }

    .ul-list.sty li h3 {
        font-size: 21px;
    }
}

.cta h3 span {
    background-color: var(--primary-color);
}

.cta p {
    color: #fff
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff
}

.cta .cta-btn:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color)
}

.apply-section {
    background-color: var(--section-bg-color);
    margin-bottom: 80px;
    padding: 80px 0
}

.apply-section h2 {
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase
}

.apply-section p {
    font-size: 20px;
    font-weight: 300;
    line-height: 41px;
    margin-bottom: 0
}

.apply-cont {
    max-width: 960px;
    margin: 0 auto
}

.tm-list-cont {
    max-width: 700px;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 20px
}

.tm-list-sec-2 {
    background-color: #daedeb;
    padding: 0
}

.tm-list-cont-2 {
    padding-left: 50px;
    padding-right: 20px
}

ul.services_text li {
    font-size: 20px;
    list-style: none;
    margin-bottom: 10px
}

ul.services_text {}

ul.services_text i {
    color: var(--primary-color);
    line-height: 22px;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: -33px
}

.tm-reg-img {
    width: 100%
}

.section-tt-ctm h2 {
    font-weight: 700;
    color: var(--primary-color)
}

.ctm-list-cols {
    line-height: 2;
    column-count: 2;
    color: #000
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #0b2341;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: var(--primary-color)
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #0b2341
}

.portfolio .portfolio-item .portfolio-info p {
    color: #1a5298;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #123a6d
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--primary-color)
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #f59f8c
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--primary-color)
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color)
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(114, 73, 157, 0.5);
    text-align: center
}

.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px
}

.team .member .social a:hover {
    color: var(--primary-color)
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(114, 73, 157, 0.8) 0%, rgba(114, 73, 157, 0.6) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s
}

.ctm-box {
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #f45e61;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle
}

.ctm-box:hover {
    background-color: var(--secondary-color) !important;
    color: #000
}

.ctm-box:hover p {
    color: #fff
}

.ctm-box:hover ul {
    color: #fff
}

.ctm-box:hover ul.social {
    color: #fff
}

.ctm-box:hover ul.social span {
    color: var(--primary-color)
}

.ctm-box:hover ul.social i {
    color: var(--secondary-color)
}

.ctm-box:hover h3 {
    color: #fff
}

.ctm-box:hover h4 {
    color: #fff
}

.ctm-box:hover span {
    color: #fff
}

.ctm-box:hover ul i {
    color: #fff
}

.ctm-box:hover .btn11::before {
    background-color: #fff
}

.ctm-box:hover .btn11 {
    color: var(--secondary-color)
}

.ctm-box .btn11:hover {
    border: 1px solid #fff;
    color: #fff !important
}

.list-ctm li {
    font-size: 15px;
    display: flex
}

.ctm-box::before,
.ctm-box::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.draw {
    transition: color 0.25s
}

.draw::before,
.draw::after {
    border: 5px solid transparent;
    width: 0;
    height: 0
}

.draw::before {
    top: 0;
    left: 0
}

.draw::after {
    bottom: 0;
    right: 0
}

.draw:hover {
    color: #05887e;
    box-shadow: 0px 0px 19px 2px #72499d6e !important
}

.draw:hover p {
    color: #fff
}

.draw:hover::before,
.draw:hover::after {
    width: 100%;
    height: 100%
}

.draw:hover::before {
    border-top-color: #05887e;
    border-right-color: #05887e;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}

.draw:hover::after {
    border-bottom-color: #05887e;
    border-left-color: #05887e;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.meet::after {
    top: 0;
    left: 0
}

.meet:hover::before {
    border-top-color: #3f1769;
    border-right-color: #3f1769
}

.meet:hover::after {
    border-bottom-color: #3f1769;
    border-left-color: #3f1769;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s
}

.thick {
    color: #f45e61
}

.thick:hover {
    color: #fff;
    font-weight: 700
}

.thick::before {
    border: 2.5em solid transparent;
    z-index: -1
}

.thick::after {
    mix-blend-mode: color-dodge;
    z-index: -1
}

.thick:hover::before {
    background: #f45e61;
    border-top-color: #f45e61;
    border-right-color: #f45e61;
    border-bottom-color: #f45e61;
    transition: background 0s linear 0.4s, border-top-color 0.15s linear, border-right-color 0.15s linear 0.15s, border-bottom-color 0.15s linear 0.25s
}

.thick:hover::after {
    border-top: 2.5em solid #f45e61;
    border-left-width: 2.5em;
    border-right-width: 2.5em
}

.buttons {
    isolation: isolate
}

.pricing .list-ctm::-webkit-scrollbar {
    width: 8px
}

.pricing .list-ctm::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.pricing .list-ctm::-webkit-scrollbar-thumb {
    background-color: #ffc700;
    outline: 1px solid slategrey
}

.pricing .row {
    padding-top: 40px
}

.pricing .box {
    padding: 80px 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    background: #fff;
    text-align: center;
    transition: 0.5s;
    min-height: 550px
}

.pricing .box.sty2 {
    padding: 80px 20px
}

.pricing .box:hover .addon-pack-box h5 {
    background-color: #000;
    color: #fff
}

.pricing .box:hover .addon-pack-box .addon-list li div p {
    color: #fff
}

.pricing .box:hover .addon-pack-box .addon-list li div p i {
    color: #000
}

.pricing .box:hover .addon-pack-box .addon-list li div i {
    color: #000
}

.pricing .box:hover .addon-pack-selection h6 {
    color: #fff
}

.pricing .box:hover .addon-pack-selection h6 span {
    color: #fff
}

.pricing .box:hover .addon-pack-selection h6 {
    color: #fff
}

.pricing .box:hover .addon-pack-selection .radio-bx label {
    color: #fff
}

.pricing .box .addon-pack-box h5 {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 0
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
    transition: 0.5s
}

.pricing h4 {
    font-size: 46px;
    color: var(--secondary-color);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    transition: 0.5s
}

/* .pricing h4 span {
    color: #000;
    font-size: 15px;
    display: block;
    transition: 0.5s
} */

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
    transition: 0.5s;
    position: relative;
    padding-left: 30px
}

@media (max-width: 991px) {
    .counts .count-box {
        margin: 10px 0;
    }

    .pricing ul {
        width: 100%;
        padding-left: 0
    }
}

.pricing ul li {
    padding-bottom: 12px
}

@media (max-width: 991px) {
    .pricing ul li {
        width: 100%
    }

    .pricing ul li a {
        width: 100%;
        text-align: center
    }
}

.pricing ul i {
    color: var(--secondary-color);
    font-size: 18px;
    padding-right: 4px;
    transition: 0.5s;
    margin-left: -23px
}

.pricing ul .na {
    color: #ccc
}

.pricing ul .na i {
    color: #ccc
}

.ctm-thin-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px
}

.pricing ul .na span {
    text-decoration: line-through
}

.pricing .get-started-btn {
    display: inline-block;
    padding: 10px 40px 11px 40px;
    border-radius: 4px;
    color: #0b2341;
    transition: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #0b2341;
    background: #fff
}

.pricing .get-started-btn:hover {
    background: #0b2341;
    color: #fff
}

.pricing .featured {
    z-index: 10;
    border: 4px solid var(--secondary-color)
}

.pricing .featured .get-started-btn {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.pricing .featured .get-started-btn:hover {
    background: #1d71b8
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto
    }
}

@media (max-width: 767px) {
    .pricing .box {
        margin: 0 auto 30px auto
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto
    }
}

.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e9f1fb
}

.faq .faq-item i {
    color: #669ee5;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
    font-family: "Poppins", sans-serif
}

.faq .faq-item p {
    font-size: 15px
}

.contact .info-box {
    color: #0b2341;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 15px 30px 15px;
    background: #fff;
    min-height: 194px
}

.contact .info-box i {
    font-size: 32px;
    color: var(--primary-color);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--primary-color)
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: var(--primary-color);
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s
}

.contact .php-email-form button[type=submit]:hover {
    background: #1d71b8
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.breadcrumbs {
    padding: 15px 0;
    background: #f6f9fd;
    min-height: 118px;
    margin-top: 124px;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 75px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0b2341;
    line-height: 1
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li li {
    padding-left: 10px
}

.breadcrumbs ol li li::before {
    display: inline-block;
    padding-right: 10px;
    color: #123a6d;
    content: "/"
}

#footer {
    background: #071527;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

#footer {
    margin-top: -150px
}

#footer .footer-top {
    padding: 150px 0 30px 0
}


#footer.footer-web .footer-info {
    background-color: #05101E;
    border-top: 3px solid #E75627;
}

#footer.footer-web .footer-info p {
    padding: 0 30px;
    padding-bottom: 30px !important;

}

#footer.footer-web .social-links-area ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#footer.footer-web .social-links-area ul li {
    width: 33.33333%;
    list-style: none;
    /* padding: 10px 20px; */
}

#footer.footer-web .social-links-area ul li img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

#footer.footer-web .footer-top h4 {
    font-size: 16px;
}

#footer.footer-web .footer-top .footer-links {
    padding-top: 0;
    min-height: 150px;
    padding-bottom: 0;
}

#footer.footer-web .footer-top .footer-links:before {
    display: none;
}

#footer.footer-web .footer-top .footer-links ul li {
    padding-bottom: 0;
}


#footer.footer-web .copyright {
    display: block;
}


#footer .footer-top .footer-info {
    margin-bottom: 15px;
    text-align: center;
    padding: 30px 20px
}


#footer.footer-web .footer-top .footer-info {
    padding: 30px 40px;
    padding-bottom: 15px;

}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #0a1e38
}

#footer .footer-top .social-links a:hover {
    color: #fff;
    background: var(--primary-color);
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin: 0
}

#footer .footer-top .footer-links {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1d71b8;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #1d71b8
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px)
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: var(--primary-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #1d71b8
}

#footer .copyright {
    border-top: 1px solid #0f2f57;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

#footer .copyright {
    border-top: 1px solid #0f2f57;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

#footer .copyright #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

@media (max-width: 575px) {

    /* #footer.footer-web .social-links-area ul li {
        padding: 20px 45px;
    } */
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0
    }
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative
}

.nav-pills-custom .nav-link.active {
    color: #ffffff;
    background: var(--primary-color)
}

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid var(--primary-color);
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1
}

.tab-content h4 {
    color: var(--primary-color);
    margin-bottom: 12PX;
    font-weight: 700
}

.bg-light-green {
    background-color: #daedeb
}

.error-field {
    border-color: red !important
}

.iti {
    width: 100%
}

.package-tab-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%
}

.package-tab-list>li {
    padding: 0 10px;
    display: inline-block
}

.package-tab-list>li a {
    font-size: calc(14px (16 - 14) * (100vw - 320px) / (1920 - 320));
    padding: 12px 35px;
    background-color: #fff;
    display: inline-block;
    color: var(--secondary-color);
    transition: all 0.35s ease-in-out;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 5px 25px 0pxrgba(11, 38, 71, 0.2)
}

@media (max-width: 1600px) {
    .package-tab-list>li a {
        padding: 10px 20px
    }
}

@media (max-width: 991px) {}

.package-tab-list>li a:hover,
.package-tab-list>li a .is-active {
    background-color: var(--secondary-color);
    color: #fff
}

.package-tab-list>li .is-active {
    background-color: var(--secondary-color);
    color: #fff
}

@media (max-width: 991px) {
    .package-tab-list {
        flex-direction: column
    }
}

.tabs-content>.is-active {
    display: block
}

.tabs-content>* {
    display: none
}

.addon-pack-selection {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%
}

@media(max-width:991px) {
    .addon-pack-selection {
        position: relative
    }
}

.addon-pack-selection h6 {
    font-size: calc(14px (20 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 700
}

.addon-pack-selection h6 span {
    background-color: var(--primary-color);
    padding: 0px 6px;
    color: #fff;
    line-height: 1.4;
    font-size: calc(14px (18 - 14) * (100vw - 320px) / (1920 - 320))
}

.addon-pack-selection .radio-bx {
    display: flex;
    align-items: center
}

.addon-pack-selection .radio-bx input {
    margin-right: 5px
}

.addon-pack-selection .radio-bx label {
    margin: 0;
    font-size: calc(13px (16 - 13) * (100vw - 320px) / (1920 - 320))
}

.addon-pack-selection .radio-bx a {
    font-weight: 700;
    color: #000;
    text-decoration: underline !important
}

.addon-pack-selection a {
    font-weight: 700;
    color: #000
}

.pack-height {
    min-height: 600px;
    max-height: 100%
}

.pack-height.sm {
    height: 400px;
    position: relative;
    z-index: 9
}

.pack-height.lr {
    height: 800px
}

.fs-25 {
    font-size: 25px !important
}

.addon-main {
    height: 240px;
    position: relative
}

@media(max-width:991px) {
    .addon-main {
        height: auto
    }
}

.addon-list {
    padding: 20px
}

.addon-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.addon-list li div {
    display: flex;
    align-items: center;
    flex: 1
}

.addon-list li div p {
    margin: 0;
    font-size: calc(12px (14 - 12) * (100vw - 320px) / (1920 - 320));
    justify-content: space-between
}

.addon-list li div p i {
    color: red;
    margin: 0
}

.addon-list li div i {
    color: var(--primary-color)
}

.addon-list li span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: calc(11px (13 - 11) * (100vw - 320px) / (1920 - 320));
    flex: 0 0 35%;
    max-width: 35%
}

.cus-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 4px
}

@media (max-width: 991px) {
    .cus-tooltip {
        position: static
    }
}

.cus-tooltip i {
    color: #fd1434;
    font-size: 9px
}

.cus-tooltip i.custome {
    position: relative
}

.cus-tooltip .tooltiptext {
    visibility: hidden;
    width: 480px;
    background-color: #fff;
    color: #000;
    border: solid 1px;
    text-align: left;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateX(-49%);
    position: absolute;
    z-index: 5;
    font-weight: 500
}

@media (max-width: 1600px) {
    .cus-tooltip .tooltiptext {
        width: 400px
    }
}

.cus-tooltip .tooltiptext.tables {
    width: 720px
}

@media (max-width: 991px) {
    .cus-tooltip .tooltiptext {
        width: 75vw;
        max-width: 480px;
        top: auto;
        left: 0;
        transform: none
    }
}

.cus-tooltip .tooltiptext .custom-table ul {
    display: flex
}

.cus-tooltip .tooltiptext .custom-table ul li {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center
}

.cus-tooltip .tooltiptext .custom-table ul li:before {
    display: none
}

.cus-tooltip .tooltiptext .custom-table .table-head .cl-white>li {
    color: #fff
}

.cus-tooltip:hover .tooltiptext {
    visibility: visible
}

.cus-tooltip.sty2 {
    top: -5px
}

@media (max-width: 767px) {
    .cus-tooltip.sty2 {
        position: static !important
    }
}

.package-box ul li span {
    display: inline
}

.tooltip-wrap .tooltip.lfr {
    left: 0;
    right: 0
}

.tooltip-wrap>i {
    margin-left: 0px !important;
    color: red !important
}

.cus-tooltip>i {
    margin-left: 0px !important;
    color: red !important
}

.yScroll {
    overflow-y: auto;
    max-height: 100%
}

.toltipoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tooltip-wrap i {
    position: relative;
    top: 0
}

.cus-tooltip i {
    position: relative;
    top: 0
}

.tooltip-wrap>.tooltip {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
    box-shadow: 0 29px 50px 0 rgb(35 35 35 / 17%);
    border-radius: 10px;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    pointer-events: none;
    right: 0
}

@media (min-width: 992px) {
    .tooltip-wrap:hover>.tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        pointer-events: inherit;
        -webkit-transition-delay: 0s, 0s, 0.3s;
        transition-delay: 0s, 0s, 0.3s;
        padding: 10px
    }
}

.tooltiptext ul li span {
    font-size: 10px;
    color: #007bff;
    text-decoration: underline !important
}

.pricing ul.social {
    padding-left: 20px;
    width: 100%
}

.pricing ul.social li {
    margin-bottom: 0
}

.ctm-box:hover span.tooltiptext {
    color: #202020
}

@media (max-width: 1600px) {
    .pricing .box.sty2 ul {
        padding-left: 10px
    }

    .addon-list li span {
        font-size: 10px
    }

    .pricing .box.sty2 .list-ctm li {
        font-size: 12px
    }

    .pricing .box.sty2 ul i {
        font-size: 14px
    }

    .pricing .box.sty2 .addon-list li {
        margin-bottom: 0
    }

    .pricing .box.sty2 .list-ctm li {
        font-size: 12px
    }

    .addon-list li span {
        flex: 0 0 33%;
        max-width: 33%
    }

    .pack-height {
        min-height: 700px;
        max-height: 100%
    }

    .pack-height.sm {
        height: 300px
    }
}

@media (max-width:991px) {
    .pack-height {
        min-height: auto;
        max-height: 100%
    }

    .pack-height.sm {
        height: auto;
        z-index: inherit
    }

    .pricing .box.sty2 .list-ctm li {
        font-size: 15px
    }

    .pricing .box.sty2 .list-ctm li {
        font-size: 15px
    }
}

@media (max-width:575px) {
    .pricing .box.sty2 .list-ctm li {
        font-size: 12px
    }
}

.pricing .box.sty2 ul.addon-list {
    z-index: 11
}

.tooltiptext img {
    width: 100%
}

.portfolio-box img {
    width: 100%
}

.defaultOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .35s ease;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .20)
}

.package-box.sty1 ul li .tooltip-wrap i {
    position: relative
}

.package-box.sty1 ul li i {
    left: 3px;
    top: 2px
}

.package-box ul li span {
    display: inline
}

.tooltip-wrap .tooltip.lfr {
    left: 0;
    right: 0
}

.yScroll {
    overflow-y: auto;
    max-height: 100%
}

.toltipoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.min-wdpx-23 {
    min-width: 235px
}

.tooltip-wrap i {
    position: relative;
    top: 0
}

.cus-tooltip i {
    position: relative;
    top: 0
}

@media (min-width: 992px) {
    .tooltip-wrap:hover>.tooltip {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        pointer-events: inherit;
        -webkit-transition-delay: 0s, 0s, 0.3s;
        transition-delay: 0s, 0s, 0.3s;
        padding: 10px
    }
}

.tooltiptext ul li span {
    font-size: 10px;
    color: #007bff;
    text-decoration: underline !important
}

.tooltiptext {
    flex: 0 0 100%;
    max-width: 100%
}

.tool-right {
    right: 0px
}

@media (max-width: 1600px) {
    .tooltip-wrap>i {
        font-size: 11px
    }
}

@media (max-width: 991px) {
    .tooltip-wrap>.tooltip {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 300px;
        max-width: 100%;
        transform: translate(-50%, -50%);
        pointer-events: unset
    }

    .tooltip-wrap>.tooltip.is--active {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }

    .body-mobile-tooltip .defaultOverlay {
        visibility: visible;
        opacity: 1;
        pointer-events: inherit
    }
}

.text-right {
    text-align: right
}

.minht-100 {
    height: 100%
}

.minht-400p {
    min-height: 400px
}

.service-box {
    position: relative;
    margin-bottom: 25px;
    display: flex
}

.service-box p {
    color: #000;
    line-height: 1.8;
    font-size: 15px
}

.service-box h6 {
    font-weight: 700;
    margin-bottom: 13px
}

.service-box .icon-box {
    display: flex;
    max-width: 100px;
    flex: 0 0 100px
}

.service-box .ser-img1 {
    background-image: url(../img/mix/services-icon1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.service-box .ser-img2 {
    background-image: url(../img/mix/services-icon2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.service-box .ser-img3 {
    background-image: url(../img/mix/services-icon3.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.service-box .ser-img4 {
    background-image: url(../img/mix/services-icon4.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.service-box .ser-img5 {
    background-image: url(../img/mix/services-icon5.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.service-box .ser-img6 {
    background-image: url(../img/mix/services-icon6.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 75px;
    height: 75px
}

.trustpilot-widget.btn11 {
    cursor: pointer !important;
    background-color: #ffffff !important
}

.trustpilot-widget.btn11::before {
    background-color: #ffffff !important
}

.trustpilot-widget.btn11:hover::before,
.trustpilot-widget.btn11:hover::before {
    background-color: #ffffff !important;
    transform: translateX(0%)
}

@media(max-width:991px) {
    #header {
        padding: 10px 0;
    }

    #header.header-scrolled {
        padding: 5px 0;
    }

    .top-bar {
        display: none;
    }

    .services .icon-box.sty {
        min-height: auto;
    }

    .services .icon-box .btn11 {
        position: relative;
        bottom: 0;
    }
}

.successmsg {
    padding: 5px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    background-color: #28a71a;
    color: #fff;
    margin: 10px 0 0 0;
    display: none;
}

.is--fform.is--slideDone .slide-form-main,
.is--fform.is--slideDone .slide-form {
    max-width: 100%;
    margin-top: 0;
}

.is--fform.is--slideDone .requestlp-form {
    right: 65px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    background-color: rgba(0, 0, 0, .5);
}

.floating-icons a img {
    width: 65px;
}

.banner-box {
    border-top: 1px solid #fff;
    padding: 25px 0;
    position: relative;
    margin-top: 35px
}


.banner-box.sty2 {
    padding: 40px 0 0;
    margin-top: 60px;

}
.banner.sty2 .requestlp-form{
    max-width: 485px;
    margin: 0 0 0 auto;
}

.banner-box>ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 0;
}

.bgc-purple {
    background: #72499D;
    opacity: 0.05;
}

.banner-box.sty {
    margin-top: 0px;
    top: 130px;
}

@media (max-width:991px) {
    .banner-box.sty ul {
        overflow-y: hidden;
        display: -webkit-inline-box;
        width: 100%;
        overflow-x: auto;
        padding-left: 0;
    }

    .banner-box.sty ul::-webkit-scrollbar {
        height: 8px;
    }

    /* Track */
    .banner-box.sty ul::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .banner-box.sty ul::-webkit-scrollbar-thumb {
        background: #e85627;
    }

    /* Handle on hover */
    .banner-box.sty ul::-webkit-scrollbar-thumb:hover {
        background: var(--secondary-blue);
        ;
    }


    .banner-box.sty ul li {
        padding-left: 0;
        margin-left: 20px;
    }

    .banner-box.sty ul li:first-child {
        margin-left: 0;
    }
}


.banner-box>ul>li {
    color: #fff;
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
    padding-left: 15px;
    list-style: none;
    position: relative;
}

.banner-box>ul>li:first-child {
    padding-left: 0
}

/* .banner-box>ul>li:last-child {
    color: #000
} */

@media (max-width: 992px) {
    .banner-box>ul>li:last-child {
        color: #fff
    }
}

@media (max-width: 991px) {
    .banner-box>ul {
        display: block;
        padding-left: 0;
    }

    .banner-box>ul>li {
        position: relative;
        line-height: 2.2;
        list-style: none;
        padding-left: 0px;
        text-align: left;
    }

    .banner-box>ul>li:first-child {
        padding-left: 0px
    }

    /* .banner-box>ul>li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 50%
    } */
}

@media (max-width: 1600px) {
    .banner-box {
        margin-top: 30px;

    }
}

@media (max-width: 320px) {
    .banner-box {
        margin-top: 30px;
        display: flex;
        align-items: center;
        text-align: center;

    }

    .slide-form {

        margin-top: -20vh;
    }
}

@media (max-width: 991px) {
    .banner-box {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .back-to-top {
        display: none !important;
    }

    .is--fform.is--slideDone .slide-form {
        margin-top: -26vh;
    }

    #hero .carousel-container {
        left: 20px;
        right: 20px;
    }

}

@media (max-width: 992px) {
    #hero .carousel-container {
        top: -50px;
    }

    .section-title p {
        font-size: 33px;
        line-height: 1.2;
    }
}

.img-area img {
    width: 100%;
}

@media(max-width: 575px) {
    #header a>img {
        width: 180px;
        height: auto;
    }

    section {
        padding: 20px 0;
    }

    .step-box {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        margin-bottom: 30px;
    }

    .section-title p {
        font-size: 22px;
        line-height: 1.3;
    }

    .pricing .box {
        padding: 30px 40px;
        min-height: auto;
    }

    .step-box {
        min-height: 200px;
    }

    .box1.animated-ctm.infinite.rotate-full.pos-left {
        display: none;
    }

    .content-oc>ul {
        padding-top: 20px;
    }

    .services .icon-box {
        padding: 40px 20px;
    }

    ul.justify-content-center.package-tab-list.mb-5 {
        margin-bottom: 20px !important;
    }

    .pricing .row {
        padding-top: 20px;
    }

    .section-title {
        padding-bottom: 40px;
    }

    .testimonials .testimonial-item {
        margin: 0;
    }

    .our-company-sec {
        padding-bottom: 20px;
    }

    .our-about-sec {
        padding-bottom: 20px;

    }

    .btn11 {
        width: 100%;
        padding: 15px;
    }
}

#footer .footer-top.lp {
    padding: 150px 0 0 0;
}

@media (max-width:991px) {
    .our-about-sec {
        padding: 100px 0 50px 0;
    }

    #footer .footer-top.lp {
        padding: 150px 0 30px 0;
    }

    .our-company-sec {
        padding-top: 20px;
    }
}

@media (max-width:1600px) {
    .form-slide.lp .slide-form {
        margin-top: -18vh;
    }
}

#footer .footer-top .footer-links:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background: #D9D9D9;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer .footer-top .no-bef:before {
    content: none;
}

@media (max-width:1600px) {
    #footer .footer-top .footer-links {
        padding: 40px 0;
    }
}


@media (max-width:991px) {
    #footer .footer-top .footer-links {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 40px;
        min-height: auto !important;

    }

    #footer .footer-top .footer-links:before {
        content: none;
    }

    #footer .copyright {
        padding-bottom: 100px;
        display: block;
    }
}

#footer .footer-top .footer-links .btn11:hover {
    border: 1px solid #ffffff;
    color: #fff !important;
}

.copyright p a {
    color: #fff;

}

.copyright p a:hover {
    text-decoration: underline;

}

.ffflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:1399px) {
    .ffflex {
        text-align: center;
        padding: 10px 0;
    }

    .ffflex .navbar a {
        font-size: 14px;
    }

}

@media (max-width:1199px) {
    .counts .count-box span {
        font-size: 23px;
    }

    .ffflex .navbar a {
        font-size: 9px;
    }

    .ffflex .navbar .getstarted,
    .fflex .navbar .getstarted:focus {
        min-height: 50px;
        margin-left: 15px;
    }

}


.box-choose {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 20px);
    padding: 30px 0;
    margin: 10px 0;
}

.box-choose .box-content h4 {
    font-size: 27px;
    font-weight: 800;
    color: #000;
    padding-top: 30px;
}

.box-choose .box-content p {
    color: #000;
}

.process-sec {
    position: relative;
}

.process-sec .btn-wrap {
    position: absolute;
    top: 85%;
    left: 0;
}

.ic-content {
    text-align: center;
}

.ic-content p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.process-box .icon {
    height: 80px;
    width: 80px;
    background: #72499D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.process-box .box-head {
    height: 60px;
    align-content: center;
    background: #72499D;
    border-radius: 100px;
    margin-top: 20px;
}

.process-box .box-head h5 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.process-box .box-head h5 span {
    font-size: 20px;
    font-weight: 800;
}

.process-box .box-content {
    /* box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3); */
    border: 1px solid #000;
    padding: 50px 30px 30px 30px;
    position: relative;
    z-index: -1;
    margin-top: -25px;
}

.process-box .box-content:before {
    content: "";
    position: absolute;
    clip-path: polygon(47% 73%, 0 15%, 100% 17%);
    top: 94%;
    width: 80px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
}

.process-box .box-content::after {
    content: "";
    position: absolute;
    clip-path: polygon(47% 73%, 0 15%, 100% 17%);
    top: 93%;
    width: 81px;
    height: 61px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.process-box .box-content.sty::before {
    top: 95%;
}

.process-box .box-content.sty::after {
    top: 94%;

}

.process-box .box-content.sty1::before {
    top: 98%;
    width: 78px;
    height: 58px;
}

.process-box .box-content.sty1::after {
    top: 97%;

}


.process-box .box-content p {
    font-size: 16px;
}

.process-box .box-dot {
    margin: 20px auto 0 auto;
    height: 120px;
    width: 1px;
    background: #CCCCCC;
    position: relative;
}

.process-box .box-dot.sty {
    height: 72px;
}

.process-box .box-dot.sty1 {
    height: 80px;
}

.process-box .box-dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #72499D;
}

.process-box .box-dot:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #000;
}

.process-box .line {
    position: relative;
}

.process-box .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 1px;
    width: 330px;
    background-color: #000;
}

.process-box .line.sty::before {
    width: 305px;
}

.process-box .line.sty1::before {
    left: -25px;
}

.process-box .line.sty::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 1px;
    height: 178px;
    background-color: #000;
}

@media (max-width:1399px) {
    .process-box .line.sty::before {
        width: 260px;
    }

    .process-box .line.sty::after {
        height: 225px;
    }

}

@media (max-width:1199px) {
    .process-box .line::before {
        display: none;
    }

    .process-box .line.sty::after {
        display: none;
    }

    .process-box {
        margin: 15px 0;
    }

    .process-box .box-content.sty1::before {
        top: 97%;
    }

    .process-box .box-content.sty1::after {
        top: 96%;
    }

    .process-box .box-content::after {
        top: 92%;
    }

    .process-box .box-content:before {
        top: 93%;
    }

    .process-sec .btn-wrap {
        position: static;
        text-align: center;
    }

}

@media (max-width:767px) {
    .process-box {
        margin: 10px 0;
    }

    .process-box .box-dot {
        height: 100px !important;
    }
}

.process-box:hover .icon {
    transition: 0.2 ease;
}

.process-box:hover .icon {
    background-color: #E85627;
}

.process-box:hover .box-head {
    background-color: #E85627;
}

.process-box:hover .box-dot::before {
    background-color: #E85627;
}

.text-left {
    text-align: left;
}

#hero .carousel-container.lp {
    position: relative;
    display: block;
    align-items: center;
    top: 25%;
    left: 0;
    right: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* z-index: -1; */
}

.banner {
    position: relative;
    height: 90vh;
    display: flex;
    align-items: center;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.sm {
    position: relative;
    height: 260px;
    padding: 135px 0 10px 0;
    margin-top: 0;
}
.banner.sm h2 {
text-transform: uppercase;
font-size: 38px;

}

@media (max-width:1600px) {
    .banner.sm h2 {
        text-transform: uppercase;
        font-size: 21px;
    } 
}
.banner h2 {
    color: #fff;
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 35px;
}

.app-box .img-area img{
    min-height: 300px;

}
.banner.sty2 {
    padding: 120px 0 0 0;
}

.banner.sty2 .banner-content p {
    line-height: 1.6;
}

.banner.sty2 h2 {
    font-size: 42px;
}



.banner.sty2 .form-main-wrap {
    padding: 25px 15px 15px;
}

.banner-content {
    position: relative;
}

.banner-content p {
    color: #fff;
    margin-top: 0;
    position: relative;
    /* padding-left: 25px; */
    font-size: 18px;
}

.register-btn {
    padding: 15px 30px;
    background-color: #FFC632;
    color: #72499D;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 5px;
    display: inline-block;
}

.signup-btn{
    padding: 6px 0;
    background-color: #F4F4F4;
    color: #000;
    min-width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.slide-form.home .register-btn {
    padding: 5px 0;
    width: 100%;
    display: block;
    border-radius: 5px;
}
.slide-form.home h4{
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.slide-form.home .signin-link{
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    width: 100%;
    display: block;
}

.signup-btn i{
    margin-right: 10px;
}

/* .banner-content p::before{
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
} */

.banner .slide-form {
    margin-top: 0;
}

.banner h2 span {
    background-color: inherit;  
    color: #fff;
}

@media (max-width:1600px) {
    .banner-box.sty {
        top: 90px;
    }
}

@media (max-width:1199px) {
    .banner {
        height: auto;
        padding: 60px 0;
        margin-top: 90px;
    }

    .banner h2 {
        font-size: 35px;
    }

    .banner-box.sty {
        top: 50px;
    }
}

@media (max-width:1366px) {

    .banner.sty2 h2 {
        font-size: 36px;
    }

    .banner.sty2 {
        padding: 100px 0 25px;
        height: auto !important;
    }

    .banner.landing-page {
        padding: 50px 0 80px;
        margin-top: 90px;
        height: 100vh;
    }

    .banner h2 {
        font-size: 39px;
    }

    .banner-box.sty {
        top: 45px;
    }


}

.shape.position-8 {
    position: absolute;
    left: 0;
    bottom: 75px;
    z-index: -1;
}

.shape.position-8 span {
    color: #F4F4F4;
    font-weight: 700;
    font-size: 165px;
    line-height: 16px;
}

@media (max-width:991px) {
    .shape.position-8 {
        display: none;
    }
}

.pricing .section-title h2:after , .testimonials .section-title h2:after{
    display: none;
}

.our-service h2:after{
    display: none;
}

.content-sec{
    padding:20px 30px;
    /* text-align: center; */
}

.content-sec h2 {
    font-size:24px;
}

.content-sec p {
    font-size: 14px;
}

.box-service{
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    margin: 15px 0;
}

.content-sec h4{
    font-size: 24px;
    color:#0B2341 ;
    font-weight: 800;
}

.content-sec p{
    font-size: 14px;
}

@media (max-width: 1600px) {

    .banner.sty2 .slide-form input,
    .banner.sty2 .slide-form input select {
        height: 40px;
    }

    .banner.sty2 .form-main-wrap {
        padding: 15px 0;
    }

    .banner.sty2 .btn11 {
        padding: 13px 15px;
    }

    .banner {
        margin-top: 70px;
        padding: 30px 0 160px;
    }

    .content-sec p {
        font-size: 16px;
    }

    .btn11 {
        font-size: 13px;
    }

    .box-choose {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .box-service{
        height: auto;
    }
    .banner {
        margin-top: inherit;
        padding: 105px 0 140px;
    }

    .lp-banner.banner h2 {
        font-size: 22px;
    }
}

.cta.lp {
    padding: 50px 0;
}

#footer-lp {
    margin-top: 0;
}

.lp-page #footer {
    margin-top: 0;
}

.lp-page #footer .footer-top.lp {
    padding-top: 50px;
}

.lp-page .priority-section {
    min-height: 300px;
}

.lp-page .priority-section h3 {
    font-size: 45px;
    margin-bottom: 20px;
}

.lp-page .priority-section h3 span {
    color: #e85627;
}

.lp-page .priority-section p {
    font-size: 21px;
}

section.landing-page {
    padding: 50px 0;
}

h2 span {
    color: #e85627;
}


.box-choose:hover {
    background-color: #e85627;
}

.box-choose:hover .box-content h4 {
    color: #fff;
}

.slide-form.home {
    background-color: #72499D;
    max-width: 100%;
}

.box-choose:hover .box-content p {
    color: #fff;
}

.box-choose:hover .icon img {
    filter: brightness(0) invert(1);
}


@media (max-width: 991px) {
    .flex-r {
        flex-direction: row-reverse !important;
    }
}

.cl-iPrimary {
    color: #e85627 !important;
}

.cl-iSecondary {
    color: var(--secondary-color) !important;
}

.top-heading h3 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.top-heading p {
    font-size: 18px;
}

.section-title.sty-1 {
    padding-bottom: 10px;
}

.box-wrap.sty1 {
    box-shadow: 0px 0px 20px -12px #999;
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 70px;
    height: calc(100% - 100px);
    margin-bottom: 30px;
}

.box-wrap.sty1 .box-content h4 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.box-wrap.sty1 .box-img {
    margin-top: -70px;
    position: relative;
    width: 80%;
    margin-bottom: 40px;
}

.box-wrap.sty1 .box-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e85627;
    z-index: -1;
    right: -8px;
    bottom: -8px;
    border-radius: 12px;
}

.box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.box-wrap.sty1 .box-content h4 span {
    color: #73499D;
}

.cta-content p {
    font-size: 30px;
    font-weight: 600;
}

.cta-content p span {
    background: var(--primary-color);
    padding: 0 5px;
}

.choose-title h3 {
    font-size: 32px;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif
}

.choose-list {
    padding: 0;
    margin-top: 20px;
}

.choose-list li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
}

.choose-list strong {
    color: var(--primary-color);
}

.support-sec {
    padding: 50px 0;
}

.heading-area {
    margin-bottom: 50px;
}

.heading-area h3 {
    color: var(--secondary-color);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;

}

.support-box {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.20);
    background: white;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 15px;
    position: relative;
}

.support-box::before {
    content: '';
    position: absolute;
    height: 20%;
    width: 100%;
    background: #FF6D00;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    z-index: -1;
    /* visibility: hidden;
    opacity: 0; */
    transition: all .3s ease-in-out;
}

.support-box:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: -7px;

}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.support-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.support-content p {
    margin-bottom: 0;
}

.flex-sec {
    position: relative;
    height: 100%;
}

.flex-abs {
    position: absolute;
    width: 100%;
    display: flex;
    height: 74%;
    top: 50%;
    transform: translateY(-50%);
}

.flex-left {
    flex: 0 0 auto;
    width: 65%;
}

.flex-right {
    flex: 1;

}

.advance-heading h3 {
    font-size: 36px;
    font-weight: 700;
}

.advance-heading h3 span {
    color: #72499d;
    
}

.advance-list {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 0;
}

.advance-list li {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: calc(50% - 15px);
}

.advance-list li:nth-child(1) {
    margin-left: -30px;
}

.advance-box {
    background: white;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.20);
    height: 100%;
    padding: 25px;
}

.advance-box h4 {
    font-size: 22px;
    font-weight: 700;
}

.advance-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #575757;
}

.advance-box h4 span {
    color: #E85627;
}

.h-100 {
    height: 100%;
}

.img-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1600px) {
    .box-wrap.sty1 .box-img {
        width: 100%;
    }

}



@media(max-width: 991px) {

    .support-ic img {
        height: 60px;
        width: 60px;

    }

    .support-content h4 {
        font-size: 18px;

    }

    .heading-area h3 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .img-box-oc {
        margin: 20px 0;
    }

    .cta-content p {
        font-size: 20px;
    }

    br {
        display: none;
    }

    .flex-abs {
        display: none;
    }

    .advance-box h4 {
        font-size: 16px;
    }

    .advance-box p {
        font-size: 12px;
    }

    .advance-list li:nth-child(1) {
        margin-left: 0;
    }
}

@media(max-width: 767px) {

    /* #footer.footer-web .social-links-area ul li {
        padding: 20px 15px;
    } */
    .advance-list li {
        width: 100%;
    }

    .flex-sec {
        padding-top: 0;
    }

    .advance-heading {
        text-align: center;
    }

}

@media(max-width: 575px) {
    .heading-area h3 {
        font-size: 20px;
    }

    .support-box {
        flex-direction: column;
    }

}

.f-29 {
    font-size: 29px !important;
}

/* .f-15{
    font-size: 15px !important;
} */
.logo-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .lp-banner .ic-tik {
    background-image: url(/assets/img/packages/tik.png);
    width: 14px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
} */



.banner-box ul li::before {
    background-image: url(../img/icons/tick-2.png);
    width: 20px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    content: '';
}

@media(max-width: 575px) {

    .lp-banner .banner-box>ul>li {
        padding-left: 25px !important;
    }

    .banner-box ul li::before {
        top: 7px;
        width: 15px;
    }
}

.lp-banner .banner-box>ul>li {
    color: #fff;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    padding-left: 15px;
    padding-left: 30px;
    position: relative;
    list-style: none;
}

.sml-txt {
    font-size: 16px !important;
    color: #444444 !important;
}

.banner.logo-design h2 {
    margin-bottom: 10px;
    font-size: 91px;
}


.banner.logo-design h3 {
    margin-bottom: 10px;
    font-size: 63px;
}


.banner.logo-design p {
    padding-top: 10px;
    display: inline-block;

}


@media(max-width: 1600px) {
    .banner.logo-design h2 {
        font-size: 71px;
    }

    .banner.logo-design h3 {
        font-size: 43px;
    }
}

@media(max-width: 991px) {
    .banner.logo-design h2 {
        font-size: 61px;
    }

    .banner.logo-design h3 {
        font-size: 33px;
    }

    .banner.logo-design p {
        font-size: 23px !important;
    }
}

.tuse p, .tuse li{
    font-size: 16px;
}

@media(max-width: 575px) {
    .banner.logo-design h2 {
        font-size: 41px;
    }

    .banner.logo-design h3 {
        font-size: 23px;
    }

    .banner.logo-design p {
        font-size: 17px !important;
    }

    .sub-heading {
        font-size: 16px;
    }

    .breadcrumbs h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .choose-title h3 {
        font-size: 20px;
    }

    .top-heading h3 {
        font-size: 25px;
    }

    .box-wrap.sty1 .box-content h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .banner h2 {
        font-size: 26px;
    }

    .lp-page .priority-section h3 {
        font-size: 30px;
    }
    .content-sec h4{
        font-size: 20px;
    }
    .tuse p, .tuse li{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .banner.sty2 .requestlp-form{
        margin: 30px auto 0 auto;
    }
}
.ul-list-box {
    padding-left: 10px;

}
.ul-list-box li{
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;

}


.ul-list-box li strong{
color: #FF6D00;
}