@font-face {
    font-family: AvantGardeCERegular;
    src: url(../fonts/AvantGardeCERegular.ttf)
}

@font-face {
    font-family: AvantGardeCEBold;
    src: url(../fonts/AvantGardeCEBold.ttf)
}


.accordion-button{
    font-family: Poppins, sans-serif !important;
}
a {
    text-decoration: none;
    color: #65B2D9
}


    #header{
      font-family:   var(--bs-body-font-family);
        line-height: 24px;
        vertical-align: none;
    }

    #header ul {
     font-family: AvantGardeCERegular, sans-serif !important;
     box-sizing: border-box;
     line-height: 24px;
     outline-color: none;
     vertical-align: none;
     border-color: none;
    }

    #header ul li a {
   line-height: 22.5px;
    }

a:hover {
    color: #65B2D9;
    text-decoration: none
}

p {
    font-family: "Poppins", sans-serif !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "AvantGardeCERegular", sans-serif
}



main#main section {
    background: #fff;
    padding: 50px 0
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / .05)
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

#header .logo a {
    color: #2A4A69
}

#header .logo img {
    max-height: 40px
}



.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative;
    margin-left: 30px;
    font-family: AvantGardeCERegular, sans-serif;
}

.navbar a:hover::before {
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
    background: #65B2D9
}

.navbar a::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: var(--white);
    height: 2px;
    clip-path: polygon(50% 100%, 50% 100%, 50% 0, 50% 0);
    transition: .7s
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #2A4A69;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px
}

.navbar .dropdown a:hover::before,
a.contact-button:hover::before {
    clip-path: unset;
    background: #fff
}

.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: #65B2D9
}

.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: 0 0 30px rgb(127 137 161 / .25);
    transition: 0.3s
}

.navbar .dropdown ul li {
    min-width: 200px;
    margin-left: 0px !important
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500
}

.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: #65B2D9
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

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

.contact-button {
    background: #90CA35;
    color: #fff !important;
    padding: 10px 15px 10px 15px !important;
    margin-left: 15px;
    border-radius: 4px
}

.contact-button:hover {
    background: #76C7ED
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #2A4A69;
    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: rgb(7 25 33 / .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: #2A4A69
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #65B2D9
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

footer a{
    font-family: AvantGardeCERegular, sans-serif;
}
.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: 0 0 30px rgb(127 137 161 / .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: #65B2D9
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

#hero {
    width: 100%;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover
}

#hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #65B2D9;
    text-transform: uppercase
}

#hero h2 {
    color: #90CA35;
    margin: 10px 0 0 0;
    font-size: 20px
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 25px;
    color: #fff;
    background: #90CA35;
    text-transform: uppercase
}

#hero .btn-get-started:hover {
    background: #76c7ed
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 75px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b8e386 0%, #90CA35 100%);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgb(0 0 0 / .15);
    transition: all 0.3s ease;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    transform: scale(.8)
}

.back-to-top svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.back-to-top:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgb(0 0 0 / .15), 0 3px 5px rgb(0 0 0 / .1)
}

.back-to-top:focus {
    outline: 2px solid #5cb85c;
    outline-offset: 2px
}

#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    visibility: hidden
}

a.btn-get-started .bi {
    transition: 0.3s
}

a.btn-get-started:hover .bi {
    transform: translate(5px, 0)
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.two {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.five {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (min-width:990px) {
    #hero {
        padding-top: 55px
    }
}

@media (max-width:990px) {
    #hero {
        text-align: center
    }

    #hero .hero-img img {
        width: 50%
    }
}

.lottie-player {
    width: 600px;
    height: 450px;
}


@media (max-width:768px) {
    main#main section {
        padding: 25px 0
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px
    }

    #hero .lottie-player {
        width: 400px;
        height: auto
    }
}

@media (max-width:479px) {
    #hero .lottie-player {
        width: 300px
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.gallery,
.contact {
    background: #fff;
    padding: 50px 0px;
}

.section-bg {
    background-color: #f4fbfe
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    color: #65B2D9
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0
}

.section-title p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #111
}

.about .details .row h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2A4A69
}

.about .details .row h2 span {
    color: #65B2D9
}

.about .details .row p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400
}

.about .icon-box {
    margin-top: 40px
}

.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #d0ecf9;
    border-radius: 50px;
    transition: 0.5s
}

.about .icon-box .icon i {
    color: #65B2D9;
    font-size: 32px
}

.about .icon-box:hover .icon {
    background: #65B2D9;
    border-color: #65B2D9
}

.about .icon-box:hover .icon i {
    color: #fff
}

.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.about .icon-box .title a {
    color: #343a40;
    transition: 0.3s
}

.about .icon-box .title a:hover {
    color: #65B2D9
}

.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px
}

.about .video-box {
    background: url(../img/about.jpg) center center no-repeat;
    background-size: cover;
    min-height: 500px
}

@media (min-width:1200px) {
    .about .video-box {
        margin-left: 15px;
        margin-right: -15px
    }
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#65B2D9 50%, rgb(73 181 231 / .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(73 181 231 / .7);
    top: -15%;
    left: -15%;
    background: #fff0
}

.about .play-btn:hover::after {
    border-left: 15px solid #65B2D9;
    transform: scale(20)
}

.about .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 #fff0;
    border-bottom: 10px solid #fff0;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

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

section#counts {
    padding-top: 0px !important
}

.counts {
    background-size: cover;
    padding: 80px 0 60px 0;
    position: relative;
    background-color: #f9f9f9 !important
}

.counts .container {
    padding: 61px 0
}

.counts .title {
    position: relative;
    color: #2A4A69;
    margin-bottom: 40px
}

.counts .title h3 {
    font-size: 36px;
    font-weight: 700
}

.counts .counters span {
    font-size: 44px;
    font-weight: 700;
    display: block;
    color: #65B2D9
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #444
}

@media (min-width:1200px) {
    .counts {
        background-attachment: fixed
    }
}

.clients .clients-wrap {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee
}

.clients h2 {
    font-size: 32px;
    color: #65B2D9;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase
}

.clients .client-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    height: 120px
}

.clients .client-logo img {
    height: 75%;
    filter: grayscale(100%);
    transition: 0.3s
}

.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.2)
}

.clients img {
    transition: all 0.4s ease-in-out
}

section#services {
    padding-bottom: 0px !important
}

.services .icon-box {
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
    transition: all 0.3s ease-in-out;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    text-align: center; 
}

.services .icon-box:hover {
    transform: scale(.95)
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s
}

.services .title {
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 25px;
    color: #111;
    text-transform: initial
}

.services .title a {
    color: #111
}

.services .icon-box:hover .title {
    color: #65B2D9
}

.services .description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
    font-weight: 400
}

@media (max-width: 1199px) {
    .col-lg-4 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .col-lg-4 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}

.icon-box {
    position: relative;
    padding: 30px 60px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / .4);
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 700 30px consolas;
    overflow: hidden;
    border-radius: 8px !important
}

.icon-box a.services-border-animation {
    position: relative;
    padding: 15px 30px; 
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 30px consolas;
    overflow: hidden;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;
    align-items: flex-start;
}



@media (min-width:990px) {

    .icon-box:hover a.services-border-animation .span-animation1 {
        position: absolute;
        top: 0; 
        right: 0;
        width: 400px;
        height: 3px;
        background: linear-gradient(to right, #FFFFFF, #65B2D9);
        animation: animate1 2s linear infinite;
        -moz-animation: animate1 2s linear infinite;
    }

   
    .icon-box:hover a.services-border-animation .span-animation2 {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 3px;
        background: linear-gradient(to bottom, #FFFFFF, #65B2D9);
        animation: animate2 2s linear infinite;
        -moz-animation: animate2 2s linear infinite;
        animation-delay: 1s;
        -moz-animation-delay: 1s;
    }

    .icon-box:hover a.services-border-animation .span-animation3 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 400px;
        height: 3px;
        background: linear-gradient(to left, #FFFFFF, #65B2D9);
        animation: animate3 2s linear infinite;
        -moz-animation: animate3 2s linear infinite;
    }

    
    .icon-box:hover a.services-border-animation .span-animation4 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 3px;
        background: linear-gradient(to top, #FFFFFF, #65B2D9);
        animation: animate4 2s linear infinite;
        -moz-animation: animate4 2s linear infinite;
        animation-delay: 1s;
        -moz-animation-delay: 1s;
    }


    @keyframes animate1 {
        0% { transform: translateX(-35%) }
        100% { transform: translateX(200%) }
    }
    @-moz-keyframes animate1 {
        0% { -moz-transform: translateX(-35%) }
        100% { -moz-transform: translateX(200%) }
    }

    @keyframes animate2 {
        0% { transform: translateY(-90%) }
        100% { transform: translateY(100%) }
    }
    @-moz-keyframes animate2 {
        0% { -moz-transform: translateY(-90%) }
        100% { -moz-transform: translateY(100%) }
    }

    @keyframes animate3 {
        0% { transform: translateX(100%) }
        100% { transform: translateX(-100%) }
    }
    @-moz-keyframes animate3 {
        0% { -moz-transform: translateX(100%) }
        100% { -moz-transform: translateX(-100%) }
    }

    @keyframes animate4 {
        0% { transform: translateY(100%) }
        100% { transform: translateY(-100%) }
    }
    @-moz-keyframes animate4 {
        0% { -moz-transform: translateY(100%) }
        100% { -moz-transform: translateY(-100%) }
    }
} 

@media (max-width:767px) {
    .services .row div {
        margin: 20px auto !important
    }
}

@media (max-width:479px) {
    .services .icon-box {
        padding: 0rem 1rem 0rem 1rem;
        width: auto
    }

    .icon-box a.services-border-animation {
        padding: 0
    }
}

section#portfolio {
    padding-top: 20px !important
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 10px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px
}

.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: #444;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #65B2D9
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(255 255 255 / .6)
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgb(255 255 255 / .6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #bdc6ca;
    border-left: 3px solid #bdc6ca;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 33px;
    right: 35px;
    border-bottom: 3px solid #bdc6ca;
    border-right: 3px solid #bdc6ca;
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #2A4A69;
    font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #2A4A69;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #65B2D9;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #8dd0f0
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details-banner ol {
    background: #fff;
    padding: 16px 24px !important;
    border-radius: 32px !important;
    margin-top: 0px !important
}

.portfolio-details-banner p {
    background: #fff !important;
    text-align: center;
    margin: 30px auto 0;
    color: #2A4A69 !important;
    padding: 15px 10px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    width: fit-content
}

.portfolio-details-banner ol li,
.portfolio-details-banner ol li a {
    font-size: 20px;
    color: #65B2D9 !important
}

.portfolio-details-banner ol li:last-child,
.breadcrumbs ol li:last-child {
    color: #2A4A69 !important
}

.portfolio-details-banner .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #65B2D9 !important;
    content: "›"
}

.breadcrumbs ol li:last-child::before {
    color: #2A4A69 !important
}

.copy-link {
    height: 52px;
    color: #2A4A69;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    padding: 13px 24px;
    border-radius: 32px;
    pointer-events: all !important
}

.copy-link:hover {
    color: #2A4A69
}

.portfolio-details-banner h2 span {
    background: #fff;
    color: #2A4A69;
    padding: 15px 25px;
    border-radius: 50px
}

.slider-discription {
    position: absolute;
    bottom: 3px;
    background: rgb(42 74 105 / 80%);
    width: 100%;
    color: #fff;
    padding: 10px
}

.slider-discription h2 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 28px;
    font-weight: 500;
    color: #65B2D9
}

.slider-discription p {
    font-size: 16px;
    line-height: 20px
}

.portfolio-detail-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 0 10px rgb(0 91 170 / .2);
    display: flex;
    justify-content: center;
    align-items: center
}

.portfolio-info p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center
}

.portfolio-info h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 5px;
    color: #2A4A69
}

.portfolio-details .details h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2A4A69
}

.portfolio-details .details h2 span {
    color: #65B2D9
}

.portfolio-details .details p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400
}

.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: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #65B2D9
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #65B2D9
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgb(15 57 76 / .08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

#contact-us div p{
    margin-bottom: 16px;
}

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

section.see-more {
    background-color: #f9f9f9 !important;
    min-height: 50vh;
    display: flex;
    align-items: center
}

section.need-more h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2A4A69
}

section.need-more p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #111
}

.get-a-quote-button a {
    background: #90CA35;
    color: #fff !important;
    padding: 10px 15px 10px 15px !important;
    margin-left: 15px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px
}

.get-a-quote-button a:hover {
    background: #76C7ED
}

.get-a-quote-button a svg {
    max-width: 15px
}

@media (max-width:479px) {
    .detail-image img {
        width: inherit !important
    }
}

.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: #444;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out
}

.portfolio .row {
    justify-content: center
}

.portfolio .project {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff
}

.portfolio .project-img:hover img {
    transform: scale(1.05)
}

.portfolio .project-img img {
    transition: all ease-in-out 0.4s;
    max-width: 417px;
    border-radius: 10px
}

.portfolio .project-info {
    padding: 30px 20px 30px 0;
    z-index: 111
}

.portfolio .project-info h4 a {
    color: #2A4A69 !important
}

.portfolio .project-info h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 2.2rem;
    margin-bottom: 12px
}

.portfolio .project-info span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5rem
}

.portfolio .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    gap: .6rem
}

.portfolio .pagination .page-link {
    padding: 12px 15px
}

.portfolio .page-link {
    border-radius: 5px !important;
    border-color: #fff0
}

.portfolio .page-item a {
    font-size: 14px;
    font-weight: 600
}

.portfolio .page-item.active a {
    background: #2A4A69 !important
}

section#testimonials {
    background: #F9F9FA !important
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #e4e6ea;
    font-size: 26px
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #65B2D9 !important
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #65B2D9
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}

.team .member .member-img {
    position: relative;
    overflow: hidden
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center
}

.team .member .social a {
    transition: color 0.3s;
    color: #2A4A69;
    margin: 0 3px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: rgb(73 181 231 / .8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    color: #fff
}

.team .member .social a:hover {
    background: #76c7ed
}

.team .member .social i {
    font-size: 18px;
    line-height: 0
}

.team .member .member-info {
    padding: 25px 15px
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #2A4A69
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaa
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s
}

.gallery .gallery-item:hover img {
    transform: scale(1.1)
}

.contact {
    background-color: #fff !important;
    position: relative;
    background-color: var(--greenshade);
    padding-bottom: 40px
}

.address-details {
    background: #2A4A69;
    z-index: 111;
    padding: 55px 12px
}

.contact .info {
    width: 100%;
    background: #fff
}

.address-details .info {
    background: #2A4A69
}

.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #65B2D9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff
}

.contact .info a,
.footer-top a,
.copyright a {
    text-decoration: none
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .05rem
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #65B2D9;
    color: #fff
}

.phone a{
    color: rgb(255, 255, 255) !important;
}

.contact .php-email-form {
    width: 100%;
    background: #fff
}

.contact .php-email-form h2 {
    font-size: 2.5rem;
    padding-top: 55px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2A4A69
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.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;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: .08rem
}

.contact .php-email-form input {
    height: 50px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}


.contact .php-email-form button[type=submit] {
    background: #90CA35;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: #1da2e0
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (min-width:1024px) {
    .contact::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        min-width: 450px;
        width: calc(50% - 200px);
        background-color: #65B2D9 !important
    }
}

@media (max-width:1024px) {
    .contact .php-email-form h2 {
        padding-top: 0;
        margin-bottom: 3rem
    }
}

.breadcrumbs {
    padding: 15px 0;
    background: #f0f9fd;
    margin-top: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.inner-page-header {
    position: absolute;
    pointer-events: none
}

@media (max-width:992px) {
    .breadcrumbs {
        margin-top: 0
    }
}

.breadcrumbs h2,
.breadcrumbs h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    letter-spacing: .05rem;
    color: var(--white);
    text-align: center;
    margin: 0;
    user-select: none;
    color: #fff
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 20px;
    margin: 20px auto;
    justify-content: center;
    pointer-events: all !important
}

.breadcrumbs ol li+li {
    padding-left: 10px;
    letter-spacing: .05rem
}

.breadcrumbs ol li:last-child {
    font-weight: 600
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #69C6F0;
    content: "›"
}

.breadcrumbs p {
    font-size: 20px !important;
    line-height: 30px;
    max-width: 1122px
}

.breadcrumbs li,
.breadcrumbs p {
    color: #fff
}

@media (min-width:990px) {
    canvas.particles-js-canvas-el {
        max-height: 436px !important
    }
}

@media (max-width:990px) {
    canvas.particles-js-canvas-el {
        height: 640px !important
    }

    .breadcrumbs-and-link {
        display: block !important;
        width: fit-content;
        margin: auto
    }

    .breadcrumbs h2,
    .breadcrumbs h1 {
        font-weight: 600;
        font-size: 35px
    }
}

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs {
        min-height: auto
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .breadcrumbs ol {
        font-size: 18px
    }

    .breadcrumbs h2,
    .breadcrumbs h1 {
        font-size: 35px
    }
}

@media (max-width:479px) {

    .breadcrumbs h2,
    .breadcrumbs h1 {
        font-size: 23px
    }

    .copy-link {
        font-size: 18px
    }

    .breadcrumbs p {
        font-size: 16px !important;
        max-width: 1122px
    }

    .breadcrumbs li,
    .breadcrumbs p {
        line-height: 28px
    }
}

.section-title h3 {
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 2rem;
    color: #65B2D9
}

.section-title span {
    color: #2A4A69
}

.technologies {
    background: #2A4A69 !important;
    padding: 70px 0
}

.technologies h2 {
    color: #65B2D9
}

.technologies span {
    color: #90CA35
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto
}

.slider .slide-track {
    animation: scroll 15s linear infinite;
    display: flex;
    width: calc(250px * 14)
}

.slider .slide {
    height: 100px;
    width: 250px
}

.slide-track .slide {
    display: flex;
    align-items: end
}

#footer {
    background: #fff;
    padding: 0;
    color: #444;
    font-size: 14px;
    background: #65B2D9
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f0f9fd;
    text-align: center;
    font-size: 15px
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #2A4A69
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1);
    text-align: left
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #65B2D9;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #1da2e0
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #2A4A69
}

.footer-top h3,
.footer-top p {
    color: #fff
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p,
.footer-links a,
.footer-links p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #65B2D9;
    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;
    text-decoration: none
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #65B2D9
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #65B2D9;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: #1da2e0;
    color: #fff;
    text-decoration: none
}

#footer .copyright {
    float: left;
    color: #2A4A69;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px
}

#footer .credits {
    float: right;
    font-size: 13px;
    color: #2A4A69
}

@media (max-width:575px) {

    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center
    }
}

.services-select .title {
    margin: auto
}

.services-details-banner ol {
    background: #fff;
    padding: 16px 24px !important;
    border-radius: 32px !important;
    margin-top: 0px !important
}

.services-select h2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin: 40px 0;
    color: #2A4A69
}

.services-select h2 span {
    color: #65B2D9
}

.services-detail-banner-icon img {
    max-width: 200px;
    max-height: 55px
}

.services-select p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400
}

/* .services-select a {
    padding: .9rem 2.2rem !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 2.8rem !important;
    border-radius: 0.4rem !important;
    overflow: hidden;
    border: 1px solid #2a4a69;
    color: #2A4A69;
    transition: ease 0.2s
} */

.services-select a:hover {
    background-color: #2A4A69;
    color: #fff
}

.case-studies-banner h1 {
    font-size: 65px;
    line-height: 54px;
    font-weight: 700;
    color: #fff !important
}

.case-study h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #90CA35
}

.case-study-attractive {
    background: #65B2D9;
    max-width: 500px;
    padding: 60px 160px;
    margin: auto;
    text-align: center
}

.case-study-attractive:nth-child(odd) {
    margin-left: 0
}

.case-study-attractive h2 {
    font-size: 64px;
    line-height: 90px;
    font-weight: 800;
    color: #fff
}

.case-study-attractive p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 600;
    color: #fff !important
}

.case-study .case-study-performance p {
    color: #1c698c;
    margin: 10px 0 0 0;
    font-size: 20px;
    line-height: 24px
}

.case-study-icons {
    padding-top: 80px !important
}

.case-study-icons .container .row {
    gap: 55px;
    display: flex;
    justify-content: center
}

.case-study-icons .icon-card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #f2f2f2;
    width: 30%
}

.case-study-icons .icon-card-caption {
    position: relative;
    bottom: 110px
}

.case-study-icons .icon-card p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    bottom: 110px
}

.case-study-icons .icon-card h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    color: #2A4A69;
    margin-bottom: 25px
}

.case-study-detail-paragraphs .details p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400
}

.case-study-detail-paragraphs .details h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2A4A69
}

.case-study-detail-paragraphs .details h2 span {
    color: #65B2D9
}

.see-more {
    background-color: #f9f9f9 !important;
    min-height: 50vh;
    display: flex;
    align-items: center
}

section.see-more h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2A4A69
}

section.see-more p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #111
}

.schedule-now-button a {
    background: #90CA35;
    color: #fff !important;
    padding: 10px 15px 10px 15px !important;
    margin-left: 15px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px
}

.schedule-now-button a:hover {
    background: #76C7ED
}

.schedule-now-button a svg {
    max-width: 15px
}

@media (max-width:989px) {
    .case-study-icons .container .row {
        display: block
    }

    .case-study-icons .icon-card {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .case-study-icons .icon-card:not(:last-child) {
        margin-bottom: 110px
    }
}

.privacy-policy h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.privacy-policy p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 31px
}

.privacy-policy h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #111
}

.privacy #contact {
    display: none
}

.terms-of-use h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #2A4A69
}

.terms-of-use p,
.terms-of-use li {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 31px
}

.terms-list li {
    list-style-type: circle;
    margin-left: 20px;
    font-family: "Poppins", sans-serif !important
}

.terms-of-use h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #111
}

.terms-of-use strong {
    font-weight: 600 !important
}

.terms #contact {
    display: none
}

.contact-address-and-form h3 {
    color: #90CA35
}

.testimonials {
    padding: 60px 0;
    background: #f8f9fa
}

.testimonials .section-title {
    text-align: center;
    margin-bottom: 40px
}

.testimonials .section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px
}

.testimonials .section-title p {
    font-size: 1.1rem;
    color: #6c757d
}

.testimonials-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden
}

.testimonials-wrapper {
    position: relative;
    min-height: 350px
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease-in-out
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.testimonial-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / .1);
    text-align: center;
    position: relative
}

.quote-icon {
    color: #007bff;
    margin-bottom: 20px;
    opacity: .3
}

.quote-icon svg {
    width: 40px;
    height: 40px
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
    min-height: 120px
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px
}

.testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #007bff;
    transition: transform 0.3s ease
}

.testimonial-img:hover {
    transform: scale(1.05)
}

.author-info {
    text-align: left
}

.author-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 5px 0
}

.author-info h4 {
    font-size: .95rem;
    color: #6c757d;
    font-weight: 400;
    margin: 0
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10
}

.testimonial-nav .nav-btn {
    pointer-events: all;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #007bff
}

.testimonial-nav .nav-btn:hover {
    background: #007bff;
    color: #fff;
    transform: scale(1.1)
}

.testimonial-nav .nav-btn:active {
    transform: scale(.95)
}

.testimonial-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0
}

.dot:hover {
    background: #007bff;
    transform: scale(1.2)
}

.dot.active {
    background: #007bff;
    width: 30px;
    border-radius: 6px
}

@media (max-width:768px) {
    .testimonials {
        padding: 40px 0
    }

    .testimonial-item {
        padding: 30px 20px
    }

    .testimonial-text {
        font-size: .95rem;
        min-height: auto
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center
    }

    .author-info {
        text-align: center
    }

    .testimonial-img {
        width: 70px;
        height: 70px
    }

    .testimonial-nav .nav-btn {
        width: 40px;
        height: 40px
    }

    .testimonial-nav .nav-btn.prev {
        margin-left: -10px
    }

    .testimonial-nav .nav-btn.next {
        margin-right: -10px
    }
}

.testimonial-img.lazy {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}