:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #E41779;
    --bs-secondary: #1A1A1A;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #A0A0A0;
    --bs-dark: #0D0D0D;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.white-bg {
    background: #fff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.theme-bg {
    background: #ff5f13
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #ff5f13
}

.boxed-btn {
    background: #fff;
    color: #ff5f13 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: Barlow, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff5f13;
    letter-spacing: 3px;
    text-align: center;
    color: #ff5f13;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #ff5f13;
    color: #fff !important;
    border: 1px solid #ff5f13
}

.boxed-btn:focus {
    outline: 0
}

.boxed-btn.large-width {
    width: 220px
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

[data-opacity="1"]::before {
    opacity: .1
}

[data-opacity="2"]::before {
    opacity: .2
}

[data-opacity="3"]::before {
    opacity: .3
}

[data-opacity="4"]::before {
    opacity: .4
}

[data-opacity="5"]::before {
    opacity: .5
}

[data-opacity="6"]::before {
    opacity: .6
}

[data-opacity="7"]::before {
    opacity: .7
}

[data-opacity="8"]::before {
    opacity: .8
}

[data-opacity="9"]::before {
    opacity: .9
}

body {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-style: normal
}

body,
html {
    max-width: 100%;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Barlow, sans-serif;
    color: #0b1c39;
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: Barlow, sans-serif;
    color: grey;
    font-size: 16px;
    line-height: 26px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400
}

.bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg)
}

.bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg)
}

.cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg)
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.button,
a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

a,
button {
    color: #1696e7;
    outline: medium none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2e2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.separator {
    border-top: 1px solid #f2f2f2
}

.mb-90 {
    margin-bottom: 90px
}

@media (max-width:767px) {
    .mb-90 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mb-90 {
        margin-bottom: 45px
    }
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -6px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #ff3500
}

.btn {
    background: #ff5f13;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 19px 22px;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 5px
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #e25311;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.red-btn2 {
    text-transform: uppercase;
    font-family: Teko, sans-serif;
    padding: 30px 51px;
    font-size: 16px
}

.white-btn {
    background: #fff;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #161e46;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 22px;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0
}

.white-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #ff5f13;
    z-index: 1;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.white-btn:hover::before {
    transform: scaleY(1);
    color: #161e46 !important;
    z-index: -1
}

.btn.hero-btn {
    position: relative;
    box-shadow: -8px 8px 0 #ca611b
}

.btn.hero-btn:hover {
    box-shadow: 8px 8px 0 #ca611b
}

.arrow-btn {
    background: #f27420;
    padding: 19px 15px;
    display: inline-block;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.breadcrumb>.active {
    color: #888
}

#scrollUp {
    background: #ff5f13;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 170px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent
}

@media (max-width:575px) {
    #scrollUp {
        right: 16px
    }
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 9999;
    -webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: #fff
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-260 {
    padding-top: 260px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ff5f13;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, .15);
    background-color: #fff;
    -webkit-animation: zoom 2s infinite ease;
    animation: zoom 2s infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-padding2 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding2 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-padding2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .section-padding2 {
        padding-top: 35px;
        padding-bottom: 50px
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

.section-padding30 {
    padding-top: 183px;
    padding-bottom: 170px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .section-padding30 {
        padding-top: 183px;
        padding-bottom: 170px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-padding30 {
        padding-top: 150px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding30 {
        padding-top: 100px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-padding30 {
        padding-top: 70px;
        padding-bottom: 20px
    }
}

@media (max-width:575px) {
    .section-padding30 {
        padding-top: 70px;
        padding-bottom: 20px
    }
}

.testimonial-padding {
    padding-top: 157px;
    padding-bottom: 157px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .testimonial-padding {
        padding-top: 157px;
        padding-bottom: 157px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .testimonial-padding {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .testimonial-padding {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

@media (max-width:575px) {
    .testimonial-padding {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

.footer-padding {
    padding-top: 130px;
    padding-bottom: 100px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .footer-padding {
        padding-top: 130px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-padding {
        padding-top: 50px;
        padding-bottom: 0
    }
}

@media (max-width:575px) {
    .footer-padding {
        padding-top: 50px;
        padding-bottom: 0
    }
}

.section-tittle {
    position: relative
}

@media (max-width:575px) {
    .section-tittle {
        margin-bottom: 0
    }
}

.section-tittle .front-text {
    position: relative;
    z-index: 2
}

.section-tittle .front-text h2 {
    color: #0e132a;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Teko, sans-serif
}

@media (max-width:575px) {
    .section-tittle .front-text h2 {
        font-size: 40px;
        line-height: 1.4
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle .front-text h2 {
        font-size: 40px;
        line-height: 1.4
    }
}

.section-tittle span.back-text {
    font-size: 140px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-114%);
    right: 0;
    left: 12px
}

@media (max-width:575px) {
    .section-tittle span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-tittle span.back-text {
        font-size: 127px
    }
}

.section-tittle.section-tittle2 .front-text h2 {
    font-size: 100px
}

@media (max-width:575px) {
    .section-tittle.section-tittle2 .front-text h2 {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle2 .front-text h2 {
        font-size: 40px
    }
}

.section-tittle.section-tittle2 span.back-text {
    transform: translateY(-123%)
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 119px
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 119px
    }
}

@media only screen and (min-width:1441px) and (max-width:1800px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 112px
    }
}

@media (max-width:575px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 117px;
        transform: translateY(-128%)
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-tittle.section-tittle2 span.back-text {
        font-size: 117px;
        transform: translateY(-118%)
    }
}

.section-tittle.section-tittle3 .front-text h2 {
    font-size: 70px
}

@media (max-width:575px) {
    .section-tittle.section-tittle3 .front-text h2 {
        font-size: 40px
    }
}

.section-tittle.section-tittle3 span.back-text {
    transform: translateY(-114%)
}

@media (max-width:575px) {
    .section-tittle.section-tittle3 span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle3 span.back-text {
        font-size: 98px;
        transform: translateY(-131%)
    }
}

.section-tittle.section-tittle4 .front-text h2 {
    font-size: 70px;
    color: #fff
}

@media (max-width:575px) {
    .section-tittle.section-tittle4 .front-text h2 {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle4 .front-text h2 {
        font-size: 40px
    }
}

.section-tittle.section-tittle4 span.back-text {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-113%)
}

@media (max-width:575px) {
    .section-tittle.section-tittle4 span.back-text {
        font-size: 56px;
        transform: translateY(-129%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle4 span.back-text {
        font-size: 56px;
        transform: translateY(-130%)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-tittle.section-tittle4 span.back-text {
        font-size: 117px;
        transform: translateY(-118%)
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-tittle.section-tittle4 span.back-text {
        font-size: 117px;
        transform: translateY(-113%)
    }
}

.section-tittle.section-tittle6 .front-text h2 {
    font-size: 70px;
    color: #fff
}

@media (max-width:575px) {
    .section-tittle.section-tittle6 .front-text h2 {
        font-size: 40px
    }
}

.section-tittle.section-tittle6 span.back-text {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-113%)
}

@media (max-width:575px) {
    .section-tittle.section-tittle6 span.back-text {
        font-size: 56px;
        transform: translateY(-136%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-tittle.section-tittle6 span.back-text {
        font-size: 83px;
        transform: translateY(-137%)
    }
}

.small-section-tittle h4 {
    color: #0e132a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}

.white-bg {
    background: #fff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.theme-bg {
    background: #ff5f13
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #ff5f13
}

.header-area .header-top {
    padding: 13px 100px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-area .header-top {
        padding: 13px 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area .header-top {
        padding: 13px 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-top {
        padding: 13px 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .header-top {
        padding: 13px 20px
    }
}

@media (max-width:575px) {
    .header-area .header-top {
        padding: 13px 20px
    }
}

.header-area .header-bottom {
    padding: 0 100px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-area .header-bottom {
        padding: 0 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area .header-bottom {
        padding: 0 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .header-bottom {
        padding: 10px 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .header-bottom {
        padding: 10px 20px
    }
}

@media (max-width:575px) {
    .header-area .header-bottom {
        padding: 10px 20px
    }
}

.header-area {
    background: rgba(25, 26, 51, .7)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
    }
}

@media (max-width:575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
    }
}

.header-area .header-top {
    border-bottom: 1px solid #3e4160
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 45px;
    font-family: Barlow, sans-serif;
    font-size: 14px
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #fff;
    font-size: 14px;
    padding-left: 25px
}

.header-area .header-top .header-info-right .header-social li a:hover {
    color: #ff5f13
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #fff;
    font-weight: 500;
    padding: 39px 19px;
    display: block;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-header .main-menu ul li a {
        padding: 39px 14px
    }
}

.main-header .main-menu ul li:hover>a {
    color: #ff5f13
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    padding: 17px 0;
    border-top: 5px solid #ff5f13;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #ff5f13;
    background: 0 0
}

.main-header .logo .small-logo {
    display: none
}

@media (max-width:575px) {
    .main-header .logo .small-logo {
        display: unset
    }
}

@media (max-width:575px) {
    .main-header .logo .big-logo {
        display: none
    }
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0)
}

.header-area .header-top .header-info-right .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.header-sticky.sticky-bar.sticky {
    background: #191a33
}

.header-sticky ul li a {
    padding: 10px 19px
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
    padding: 26px 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-sticky.sticky-bar.sticky .main-menu ul>li>a {
        padding: 39px 14px
    }
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ff5f13 !important
}

.slicknav_nav {
    margin-top: 0
}

.header-area .slicknav_btn {
    top: -45px
}

.slicknav_menu .slicknav_nav a:hover {
    background: 0 0;
    color: #ff5f13
}

.slicknav_menu {
    background: 0 0;
    margin-top: 4px !important
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99
}

.slider-height {
    min-height: 900px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .slider-height {
        min-height: 800px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-height {
        min-height: 700px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-height {
        min-height: 600px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-height {
        min-height: 440px !important
    }
}

@media (max-width:575px) {
    .slider-height {
        min-height: 360px !important
    }
}

@media (max-width:400px) {
    .slider-height {
        min-height: 320px !important
    }
}

@media (min-width:992px) and (max-height:800px) {
    .slider-height {
        min-height: 620px !important
    }
}

@media (max-width:767px) and (max-height:500px) {
    .slider-height {
        min-height: 280px !important
    }
}

.slider-height2 {
    min-height: 590px;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-height2 {
        min-height: 500px
    }
}

@media (max-width:575px) {
    .slider-height2 {
        min-height: 350px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-height2 {
        min-height: 350px
    }
}

.btn1 {
    padding: 25px 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn1 {
        padding: 25px 0
    }
}

.slider-area {
    margin-top: -1px
}

.slider-area .hero__caption {
    margin-left: 27px;
    padding-top: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .hero__caption {
        padding-top: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero__caption {
        padding-top: 70px
    }
}

@media (max-width:575px) {
    .slider-area .hero__caption {
        padding-top: 40px
    }
}

@media (max-width:400px) {
    .slider-area .hero__caption {
        padding-top: 24px
    }
}

.slider-area .hero__caption h1,
.slider-area .hero__caption .hero-headline {
    font-size: 140px;
    font-weight: 900;
    color: #fff;
    font-family: Barlow, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #ff5f13;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider-area .hero__caption h1,
.slider-area .hero__caption .hero-headline {
        font-size: 135px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .hero__caption h1,
.slider-area .hero__caption .hero-headline {
        font-size: 110px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero__caption h1,
.slider-area .hero__caption .hero-headline {
        font-size: 72px
    }
}

@media (max-width:575px) {
    .slider-area .hero__caption h1,
.slider-area .hero__caption .hero-headline {
        font-size: 42px
    }
}

.slider-area .hero__caption .stock-text {
    position: relative;
    left: 285px;
    top: -15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider-area .hero__caption .stock-text {
        top: -29px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .hero__caption .stock-text {
        top: -19px;
        left: 205px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero__caption .stock-text {
        top: -12px;
        left: 40px
    }
}

@media (max-width:575px) {
    .slider-area .hero__caption .stock-text {
        top: 0;
        left: 0
    }
}

.slider-area .hero__caption .stock-text h2 {
    font-size: 140px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 110px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 60px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 52px
    }
}

@media (max-width:575px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 27px;
        margin-bottom: 25px
    }
}

.slider-area .hero__caption .stock-text h2:first-child {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent
}

.slider-area .hero__caption .stock-text h2:nth-child(2) {
    color: #ff5f13;
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

.slider-area .hero__caption .hero-text1 a,
.slider-area .hero__caption .hero-text1 span,
.slider-area .hero__caption .hero-text2 a,
.slider-area .hero__caption .hero-text2 span {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
    display: block
}

.slider-area .hero__caption .hero-text1 a::before,
.slider-area .hero__caption .hero-text1 span::before,
.slider-area .hero__caption .hero-text2 a::before,
.slider-area .hero__caption .hero-text2 span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff5f13
}

@media (max-width:575px) {

    .slider-area .hero__caption .hero-text1 a,
    .slider-area .hero__caption .hero-text1 span,
    .slider-area .hero__caption .hero-text2 a,
    .slider-area .hero__caption .hero-text2 span {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 56px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 50px
    }
}

@media (max-width:575px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 26px
    }
}

@media (max-width:400px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 18px
    }
}

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

.hero-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat
}

.slider-area .hero-cap h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero-cap h1 {
        font-size: 50px
    }
}

@media (max-width:575px) {
    .slider-area .hero-cap h1 {
        font-size: 50px
    }
}

.slider-area .hero-cap nav {
    margin: 7px 0;
    padding-left: 95px;
    position: relative
}

.slider-area .hero-cap nav::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    background: #ff5f13;
    left: 0;
    top: 52%;
    transform: translateY(-50%)
}

.slider-area .hero-cap .breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0
}

.slider-area .hero-cap .breadcrumb a {
    color: #ff5f13;
    font-size: 17px;
    text-transform: uppercase
}

.slider-area .hero-cap .breadcrumb-item+.breadcrumb-item::before {
    color: #ff5f13
}

@media (max-width:575px) {
    .slider-area .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

.slider-area .hero-cap.hero-cap2 h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-area .hero-cap.hero-cap2 h2 {
        font-size: 37px
    }
}

@media (max-width:575px) {
    .slider-area .hero-cap.hero-cap2 h2 {
        font-size: 26px
    }
}

.services-area1 .single-service-cap {
    overflow: hidden
}

.services-area1 .single-service-cap .service-img {
    overflow: hidden
}

.services-area1 .single-service-cap .service-img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.services-area1 .single-service-cap .service-cap {
    padding: 20px 30px 20px 30px;
    background: #fcfdff
}

.services-area1 .single-service-cap .service-cap h4 {
    margin-bottom: 35px
}

.services-area1 .single-service-cap .service-cap h4 a {
    color: #0e132a;
    font-size: 24px;
    font-weight: 700
}

@media (max-width:575px) {
    .services-area1 .single-service-cap .service-cap h4 a {
        font-size: 18px
    }
}

.services-area1 .single-service-cap .service-cap h4 a:hover {
    color: #ff5f13
}

.services-area1 .single-service-cap .service-icon img {
    width: 100%
}

.single-service-cap:hover .service-img img {
    transform: scale(1.1)
}

.single-service-cap:hover .more-btn i {
    color: #fff;
    background: #ff5f13
}

.more-btn {
    color: #161e46;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.more-btn i {
    color: #161e46;
    background: 0 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.more-btn:hover {
    color: #161e46
}

.more-btn:hover i {
    color: #fff;
    background: #ff5f13
}

.support-company-area .support-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper {
        display: block
    }
}

.support-company-area .support-wrapper .left-content {
    width: 54%;
    padding-left: 366px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .support-company-area .support-wrapper .left-content {
        width: 49%
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .support-company-area .support-wrapper .left-content {
        padding-left: 30px;
        width: 49%
    }
}

@media only screen and (min-width:1441px) and (max-width:1800px) {
    .support-company-area .support-wrapper .left-content {
        padding-left: 200px;
        width: 49%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .left-content {
        width: 100%;
        padding-left: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-company-area .support-wrapper .left-content {
        width: 100%;
        padding-left: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .support-company-area .support-wrapper .left-content {
        width: 100%;
        padding-left: 30px
    }
}

@media (max-width:575px) {
    .support-company-area .support-wrapper .left-content {
        width: 100%;
        padding-left: 30px
    }
}

.support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 144px
}

@media (max-width:575px) {
    .support-company-area .support-wrapper .left-content .support-caption {
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .support-company-area .support-wrapper .left-content .support-caption {
        padding-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .left-content .support-caption {
        padding-right: 70px
    }
}

.support-company-area .support-wrapper .left-content .support-caption p {
    margin-bottom: 46px;
    font-size: 15px
}

.support-company-area .support-wrapper .left-content .support-caption p.pera-top {
    font-size: 17px;
    font-weight: 700;
    color: #0b0b2b
}

.support-company-area .support-wrapper .right-content {
    width: 40%;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .support-company-area .support-wrapper .right-content {
        width: 49%
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .right-content {
        width: 80%;
        margin-left: 119px;
        padding-top: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-company-area .support-wrapper .right-content {
        width: 80%;
        padding-top: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-company-area .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .support-company-area .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px
    }
}

@media (max-width:575px) {
    .support-company-area .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px
    }
}

.support-company-area .support-wrapper .right-content .right-img img {
    width: 100%
}

.support-company-area .support-wrapper .right-content .support-img-cap {
    position: absolute;
    bottom: 0;
    background: #1f2b7b;
    padding: 59px 28px;
    border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .right-content .support-img-cap {
        padding: 27px 18px
    }
}

@media (max-width:575px) {
    .support-company-area .support-wrapper .right-content .support-img-cap {
        padding: 35px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .support-company-area .support-wrapper .right-content .support-img-cap {
        padding: 35px 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-company-area .support-wrapper .right-content .support-img-cap {
        padding: 35px 18px
    }
}

.support-company-area .support-wrapper .right-content .support-img-cap span {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Barlow, sans-serif;
    line-height: 1.2
}

@media (max-width:575px) {
    .support-company-area .support-wrapper .right-content .support-img-cap span {
        padding: 6px 40px;
        font-size: 38px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .support-company-area .support-wrapper .right-content .support-img-cap span {
        font-size: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-company-area .support-wrapper .right-content .support-img-cap span {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .support-company-area .support-wrapper .right-content .support-img-cap span {
        font-size: 35px
    }
}

.support-company-area .support-wrapper .right-content .support-img-cap P {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em
}

.count-area {
    margin-top: -134px
}

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

    .count-area .col-lg-4:first-child .count-clients .single-counter,
    .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
        padding-bottom: 0;
        text-align: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .count-area .col-lg-4:first-child .count-clients .single-counter,
    .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
        padding-bottom: 0;
        text-align: center
    }
}

@media (max-width:575px) {

    .count-area .col-lg-4:first-child .count-clients .single-counter,
    .count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
        padding-bottom: 0;
        text-align: center
    }
}

.count-area .count-clients {
    display: flex;
    justify-content: center
}

.count-area .count-clients .single-counter {
    padding: 60px 0;
    display: flex
}

.count-area .count-clients .single-counter:last-child {
    margin-right: 0
}

.count-area .count-clients .single-counter .count-number span {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
    display: block
}

.count-area .count-clients .single-counter p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 0
}

.count-area .count-clients .single-counter .count-text {
    padding-left: 20px
}

.count-area .count-clients .single-counter .count-text p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.count-area .count-clients .single-counter .count-text h5 {
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block
}

.count-bg {
    background-size: cover;
    background-repeat: no-repeat
}

.single-team .team-img {
    overflow: hidden;
    margin-bottom: 19px
}

.single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all .6s ease-out 0s
}

.single-team .team-caption span {
    color: #ff5f13;
    font-size: 14px;
    font-weight: 500;
    font-family: Teko, sans-serif;
    display: block;
    position: relative;
    margin-left: 30px;
    margin-bottom: 10px
}

.single-team .team-caption span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff5f13
}

.single-team .team-caption h3 {
    color: #0e132a;
    font-weight: 700;
    font-size: 25px;
    font-family: Teko, sans-serif
}

.single-team:hover .team-img img {
    transform: scale(1.1)
}

.latest-news-area .single-news {
    background: #00235b
}

.latest-news-area .single-news .news-img {
    position: relative;
    overflow: hidden
}

.latest-news-area .single-news .news-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .7s ease-out 0s;
    -moz-transition: all .7s ease-out 0s;
    -ms-transition: all .7s ease-out 0s;
    -o-transition: all .7s ease-out 0s;
    transition: all .7s ease-out 0s
}

.latest-news-area .single-news .news-img .news-date {
    background: #ff5f13;
    padding: 15px 34px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-news-area .single-news .news-img .news-date {
        padding: 8px 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news-area .single-news .news-img .news-date {
        padding: 8px 20px
    }
}

@media (max-width:575px) {
    .latest-news-area .single-news .news-img .news-date {
        padding: 8px 20px
    }
}

.latest-news-area .single-news .news-img .news-date span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-news-area .single-news .news-img .news-date span {
        font-size: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news-area .single-news .news-img .news-date span {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .latest-news-area .single-news .news-img .news-date span {
        font-size: 22px
    }
}

.latest-news-area .single-news .news-img .news-date p {
    color: #fff;
    margin: 0
}

.latest-news-area .single-news .news-caption {
    padding: 40px 57px 40px 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-news-area .single-news .news-caption {
        padding: 10px 10px 10px 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .latest-news-area .single-news .news-caption {
        padding: 10px 10px 10px 10px
    }
}

@media (max-width:575px) {
    .latest-news-area .single-news .news-caption {
        padding: 10px 10px 10px 10px
    }
}

.latest-news-area .single-news .news-caption .david-info li {
    display: inline-block;
    margin-right: 14px;
    padding-right: 14px;
    line-height: 1;
    margin-bottom: 16px;
    color: #a4acc3
}

@media (max-width:575px) {
    .latest-news-area .single-news .news-caption .david-info li {
        margin-right: 1px;
        padding-right: 5px;
        padding-right: 12px
    }
}

.latest-news-area .single-news .news-caption .david-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.latest-news-area .single-news .news-caption h2 a {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    padding-right: 56px;
    margin-bottom: 17px;
    text-decoration: none;
    display: block
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-news-area .single-news .news-caption h2 a {
        padding-right: 6px
    }
}

@media (max-width:575px) {
    .latest-news-area .single-news .news-caption h2 a {
        padding-right: 0
    }
}

.latest-news-area .single-news .news-caption a {
    color: #ff5f13;
    font-size: 16px
}

.latest-news-area .single-news .news-caption a:hover {
    color: #ff5f13
}

.latest-news-area .single-news .news-caption a.d-btn {
    position: relative;
    text-transform: uppercase
}

.latest-news-area .single-news .news-caption a.d-btn::before {
    content: "";
    position: absolute;
    background: #282828;
    width: 100%;
    height: 1px;
    bottom: -1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.latest-news-area .single-news .news-caption a:hover::before {
    background: #ff5f13
}

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

.about-area .project-caption .single-project,
.contact-section .project-caption .single-project,
.project-area .project-caption .single-project {
    position: relative
}

.about-area .project-caption .single-project .project-img img,
.contact-section .project-caption .single-project .project-img img,
.project-area .project-caption .single-project .project-img img {
    width: 100%
}

.about-area .project-caption .single-project .project-cap,
.contact-section .project-caption .single-project .project-cap,
.project-area .project-caption .single-project .project-cap {
    padding: 20px 20px;
    background: #fafafa;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative
}

.about-area .project-caption .single-project .project-cap h4,
.contact-section .project-caption .single-project .project-cap h4,
.project-area .project-caption .single-project .project-cap h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 700
}

.about-area .project-caption .single-project .project-cap h4 a,
.contact-section .project-caption .single-project .project-cap h4 a,
.project-area .project-caption .single-project .project-cap h4 a {
    color: #0e132a
}

.about-area .project-caption .single-project .project-cap h4 a:hover,
.contact-section .project-caption .single-project .project-cap h4 a:hover,
.project-area .project-caption .single-project .project-cap h4 a:hover {
    color: #ff5f13
}

.about-area .project-caption .single-project .plus-btn,
.contact-section .project-caption .single-project .plus-btn,
.project-area .project-caption .single-project .plus-btn {
    position: absolute;
    right: 16px;
    top: -22px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-area .project-caption .single-project .plus-btn i,
.contact-section .project-caption .single-project .plus-btn i,
.project-area .project-caption .single-project .plus-btn i {
    color: #161e46;
    background: 0 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.about-area .project-caption .single-project:hover .project-cap,
.contact-section .project-caption .single-project:hover .project-cap,
.project-area .project-caption .single-project:hover .project-cap {
    background: #00235b
}

.about-area .project-caption .single-project:hover .project-cap h4 a,
.contact-section .project-caption .single-project:hover .project-cap h4 a,
.project-area .project-caption .single-project:hover .project-cap h4 a {
    color: #fff
}

.about-area .project-caption .single-project:hover .plus-btn,
.contact-section .project-caption .single-project:hover .plus-btn,
.project-area .project-caption .single-project:hover .plus-btn {
    opacity: 1;
    visibility: visible
}

.about-area .project-caption .single-project:hover .plus-btn i,
.contact-section .project-caption .single-project:hover .plus-btn i,
.project-area .project-caption .single-project:hover .plus-btn i {
    color: #fff;
    background: #ff5f13
}

.about-area .properties__button,
.contact-section .properties__button,
.project-area .properties__button {
    float: right
}

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

    .about-area .properties__button,
    .contact-section .properties__button,
    .project-area .properties__button {
        float: left
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .about-area .properties__button,
    .contact-section .properties__button,
    .project-area .properties__button {
        float: left
    }
}

@media (max-width:575px) {

    .about-area .properties__button,
    .contact-section .properties__button,
    .project-area .properties__button {
        float: left
    }
}

.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link,
.project-area .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 10px 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .about-area .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link,
    .project-area .nav-tabs .nav-link {
        padding: 10px 10px
    }
}

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

    .about-area .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link,
    .project-area .nav-tabs .nav-link {
        padding: 10px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .about-area .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link,
    .project-area .nav-tabs .nav-link {
        padding: 10px 15px
    }
}

@media (max-width:575px) {

    .about-area .nav-tabs .nav-link,
    .contact-section .nav-tabs .nav-link,
    .project-area .nav-tabs .nav-link {
        padding: 10px 15px
    }
}

.about-area .nav-tabs .nav-item.show .nav-link,
.about-area .nav-tabs .nav-link.active,
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active,
.project-area .nav-tabs .nav-item.show .nav-link,
.project-area .nav-tabs .nav-link.active {
    color: #ff5f13;
    background: 0 0
}

.about-area .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item,
.project-area .nav-tabs .nav-item {
    display: block;
    color: #161e46;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px
}

.about-area .nav-tabs,
.contact-section .nav-tabs,
.project-area .nav-tabs {
    margin-bottom: 9px;
    padding-bottom: 0;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center
}

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

    .about-area .nav-tabs,
    .contact-section .nav-tabs,
    .project-area .nav-tabs {
        justify-content: start
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    .about-area .nav-tabs,
    .contact-section .nav-tabs,
    .project-area .nav-tabs {
        justify-content: start
    }
}

@media (max-width:575px) {

    .about-area .nav-tabs,
    .contact-section .nav-tabs,
    .project-area .nav-tabs {
        justify-content: start
    }
}

.tab-pane {
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.contact-with-area {
    padding-top: 150px;
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .contact-with-area {
        padding-top: 70px;
        padding-bottom: 180px
    }
}

@media (max-width:575px) {
    .contact-with-area {
        padding-top: 70px;
        padding-bottom: 180px
    }
}

.contact-with-area .contact-us-caption p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.testimonial-area {
    position: relative;
    overflow: hidden
}

.testimonial-area::after {
    position: absolute;
    content: "";
    background-image: url(../img/gallery/arrow_testimonial.avif);
    left: 0;
    right: 0;
    bottom: 0;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    animation: slide1 1s ease-in-out infinite
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(5px, 0);
        -webkit-transform: translate(5px, 0);
        -moz-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        -o-transform: translate(5px, 0)
    }
}

.testimonial-area .testimonial-caption .testimonial-top-cap svg {
    margin-bottom: 17px
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
    color: #a4acc3;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 3px;
    margin-bottom: 50px;
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .testimonial-area .testimonial-caption .testimonial-top-cap p {
        margin-bottom: 30px
    }
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
    padding-left: 20px;
    border-left: 2px solid #ff5f13
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
    color: #fff
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
    color: #677294;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px
}

.h1-testimonial-active button.slick-arrow {
    position: absolute;
    right: 0;
    border: 0;
    padding: 0;
    z-index: 2;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #616373;
    background: 0 0;
    margin: 0 auto;
    bottom: 0;
    border: 1px solid #616373
}

.h1-testimonial-active button.slick-next {
    right: -40px;
    color: #fff;
    border: 1px solid #fff
}

.h1-testimonial-active button i {
    font-size: 13px;
    position: relative;
    top: -3px
}

.t-bg {
    background: #00235b
}

.slick-initialized .slick-slide {
    outline: 0
}

.blog-area .single-blog {
    box-shadow: 1.395px 19.951px 38px 0 rgba(0, 0, 0, .05);
    transition: .4s
}

.blog-area .single-blog:hover .blog-img img {
    transform: rotate(1deg) scale(1.1)
}

.blog-area .single-blog .blog-img {
    overflow: hidden
}

.blog-area .single-blog .blog-img img {
    width: 100%;
    transform: rotate(0) scale(1);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.blog-area .single-blog .blog-caption {
    padding: 22px 40px 20px 40px
}

@media (max-width:575px) {
    .blog-area .single-blog .blog-caption {
        padding: 22px 22px 20px 20px
    }
}

.blog-area .single-blog .blog-caption .blog-cap-top span {
    color: #fff;
    background: #ff5f13;
    padding: 4px 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px
}

.blog-area .single-blog .blog-caption .blog-cap-top ul li {
    color: #c7c7c7;
    font-size: 14px;
    font-family: Lato, sans-serif
}

.blog-area .single-blog .blog-caption .blog-cap-top ul li a {
    color: #ff5f13;
    font-size: 14px
}

.blog-area .single-blog .blog-caption .blog-cap-mid p a {
    color: #444;
    font-size: 18px;
    font-family: Lato, sans-serif;
    line-height: 28px;
    margin-bottom: 30px
}

@media (max-width:575px) {
    .blog-area .single-blog .blog-caption .blog-cap-mid p a {
        font-size: 14px
    }
}

.blog-area .single-blog .blog-caption .blog-cap-mid p a:hover {
    color: #ff5f13
}

.blog-area .single-blog .blog-caption .blog-cap-bottom {
    padding-top: 20px;
    border-top: 1px solid #f9f9f9
}

.blog-area .single-blog .blog-caption .blog-cap-bottom span {
    color: #adadad;
    font-size: 14px
}

.blog-area .single-blog .blog-caption .blog-cap-bottom span img {
    margin-right: 5px
}

.pb-168 {
    padding-bottom: 168px
}

.footer-area {
    background: #070b11;
    position: relative;
    overflow: hidden
}

.footer-area::after {
    position: absolute;
    content: "";
    background-image: url(../img/gallery/arrow_testimonial.avif);
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    animation: slide1 1s ease-in-out infinite
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(5px, 0);
        -webkit-transform: translate(5px, 0);
        -moz-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        -o-transform: translate(5px, 0)
    }
}

.footer-area .footer-logo {
    margin-bottom: 30px
}

.footer-area .footer-pera .info1 {
    margin-bottom: 10px;
    line-height: 1.8;
    padding-right: 40px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0
    }
}

@media (max-width:575px) {
    .footer-area .footer-pera .info1 {
        padding-right: 0
    }
}

.footer-area .footer-pera .info2 {
    margin-bottom: 50px;
    line-height: 1.8
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 29px;
    font-weight: 500;
    font-family: Teko, sans-serif
}

.footer-area .footer-tittle ul li {
    color: #9fa6bd;
    margin-bottom: 15px
}

.footer-area .footer-tittle ul li a {
    color: #868c98;
    font-weight: 300
}

.footer-area .footer-tittle ul li a:hover {
    color: #ff5f13;
    padding-left: 5px
}

.footer-area .footer-tittle p {
    color: #9fa6bd
}

.footer-area .footer-form {
    margin-bottom: 30px
}

.footer-area .footer-form form {
    position: relative
}

.footer-area .footer-form form input {
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border: 0;
    background: #1e293a;
    color: #fff
}

.footer-area .footer-form form input::placeholder {
    color: #9fa6bd
}

.footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 14px 22px;
    background: #0a0f17;
    line-height: 1;
    color: #fff
}

.footer-area .info.error {
    color: #ff5f13
}

.footer-area .footer-social a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #fafafa;
    background: #fafafa;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #949eb2;
    margin-right: 5px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.footer-area .footer-copy-right {
    padding-top: 20px
}

@media (max-width:575px) {
    .footer-area .footer-copy-right {
        padding-top: 0
    }
}

.footer-area .footer-copy-right p {
    color: #9fa6bd;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px
}

.footer-area .footer-copy-right p i {
    color: #ff5f13
}

.footer-area .footer-copy-right p a {
    color: #ff5f13
}

.footer-area .footer-copy-right p a:hover {
    color: #ff5f13
}

.footer-social a:hover {
    background: #ff5f13
}

.footer-social a:hover i {
    color: #fff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.map-footer img {
    width: 100%
}

.hero-caption span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    padding-left: 95px;
    position: relative
}

.hero-caption span::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 3px;
    background: #ff5f13;
    left: 0;
    top: 52%;
    transform: translateY(-50%)
}

.hero-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700
}

.single-services .details-img img {
    width: 100%
}

.single-services .details-caption h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    font-family: Teko, sans-serif
}

.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.blog_area a {
    color: "Barlow", sans-serif !important;
    text-decoration: none;
    transition: .4s
}

.blog_area a :hover,
.blog_area a:hover {
    background: -webkit-linear-gradient(131deg, #ff5f13 0, #ff5f13 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

.single-blog:hover {
    box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
}

.single-blog .thumb {
    overflow: hidden;
    position: relative
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px
}

.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.single-blog .date {
    color: #666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px
}

@media (max-width:1199px) {
    .single-blog .tag {
        margin-right: 8px
    }

    .single-blog .tag:after {
        display: none
    }
}

.single-blog .likes {
    margin-right: 16px
}

@media (max-width:800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px
}

@media (max-width:1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:1199px) {
    .single-blog h4 {
        transition: all .3s linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }

    .single-blog h4 a {
        font-size: 18px
    }
}

.full_image.single-blog {
    position: relative
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (min-width:992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px
    }
}

.full_image.single-blog h4 {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-bottom: none;
    padding-bottom: 5px
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.full_image.single-blog .date {
    color: #fff
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, .5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0;
    color: #fff;
    padding: 0 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eee;
    background: #fff;
    font-size: 14px
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all .7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0 13px;
    transition: all .3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, .75);
    color: #fff;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

.categories_post .categories_details .border_line {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, .85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3)
}

@media (min-width:768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #242b5e
}

.blog_details a:hover {
    color: #ff5f13
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #ff5f13;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #ff5f13;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all .3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all .3s ease 0s;
    color: #888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff5f13;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #ccc;
    padding: 7px;
    font-size: 14px;
    transition: all .2s linear
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, .1);
    padding: 15px;
    line-height: 1.733;
    color: #888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width:768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, .8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width:600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width:600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #ff5f13
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width:767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width:991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0
    }
}

.comments-area {
    background: 0 0;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width:414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width:413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0
}

@media (max-width:767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0
}

@media (max-width:991px) {
    .comment-form .email {
        padding-left: 0
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999
}

.comment-form .form-control::placeholder {
    color: #777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999
}

.form-contact textarea {
    border-radius: 0;
    height: 100% !important
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0;
    max-width: 500px;
    width: 100%
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    color: #fff;
    opacity: 1;
    cursor: pointer
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width:991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn_2:hover {
    background-color: #1f2b7b
}

.breadcam_bg {
    background-image: url(../img/banner/bradcam.png)
}

.breadcam_bg_1 {
    background-image: url(../img/banner/bradcam2.png)
}

.breadcam_bg_2 {
    background-image: url(../img/banner/bradcam3.png)
}

.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 160px 0;
    background-position: bottom;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .bradcam_area {
        padding: 150px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bradcam_area {
        padding: 150px 0
    }
}

.bradcam_area h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    font-family: Barlow, sans-serif;
    text-transform: capitalize
}

@media (max-width:767px) {
    .bradcam_area h3 {
        font-size: 30px
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bradcam_area h3 {
        font-size: 40px
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

.popup_box {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
    padding: 60px 40px
}

@media (max-width:767px) {
    .popup_box {
        width: 320px;
        padding: 45px 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .popup_box {
        width: 420px !important;
        padding: 45px 30px
    }
}

.popup_box h3 {
    text-align: center;
    font-size: 22px;
    color: #1f1f1f;
    margin-bottom: 46px
}

.popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize
}

.popup_box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    width: 100% !important;
    line-height: 50px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px !important;
    font-size: 16px;
    font-weight: 400;
    color: #919191
}

.popup_box .nice-select::after {
    content: "\f0d7";
    display: block;
    height: 5px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 3px;
    transition: all .15s ease-in-out;
    width: 5px;
    font-family: fontawesome;
    color: #919191;
    font-size: 15px
}

.popup_box .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: 200px;
    overflow-y: scroll
}

.popup_box .nice-select.list {
    height: 200px;
    overflow-y: scroll
}

#test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    #test-form {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#test-form .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none !important
}

#test-form button.mfp-close {
    display: none !important
}

@media (max-width:767px) {
    #test-form button.mfp-close {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }
}

#test-form button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    background: #4a3600;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -6px;
    color: #fff !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4a3600;
    opacity: .6
}

@media (max-width:767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px !important
    }
}

@media (max-width:767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0 !important
    }
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0, #000 100%)
}

.hero-overly::before {
    background-image: -moz-linear-gradient(0deg, rgba(2, 8, 52, .74902) 0, rgba(2, 8, 52, .14902) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(2, 8, 52, .74902) 0, rgba(2, 8, 52, .14902) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(2, 8, 52, .74902) 0, rgba(2, 8, 52, .14902) 100%);
    background-image: linear-gradient(180deg, rgba(2, 8, 52, .72) 0, rgba(2, 8, 52, .42) 50%, rgba(2, 8, 52, .72) 100%)
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
del,
sub,
sup,
u {
    color: #1f2b7b
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: 0;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.genric-btn:focus {
    outline: 0
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, .3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0 30px 0;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: flex
}

.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex
}

.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: 0 0
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: 0
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: 0
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: 0;
    border: 1px solid #1f2b7b
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: 0;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: 0;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: 0;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1f2b7b;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.primary-switch input:checked+label:after {
    left: 19px
}

.primary-switch input:checked+label:before {
    background: #1f2b7b
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-radius: 8.5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
    background: url(../img/elements/primary-check.avif) no-repeat center center/cover;
    border: none
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
    background: url(../img/elements/success-check.avif) no-repeat center center/cover;
    border: none
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-checkbox input:checked+label {
    background: url(../img/elements/disabled-check.avif) no-repeat center center/cover;
    border: none
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
    background: url(../img/elements/primary-radio.avif) no-repeat center center/cover;
    border: none
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
    background: url(../img/elements/success-radio.avif) no-repeat center center/cover;
    border: none
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-radio input:checked+label {
    background: url(../img/elements/disabled-radio.avif) no-repeat center center/cover;
    border: none
}

.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: 0 0
}

.default-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: 0 0
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: 0 0
}

.form-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: 0 0
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}

.about {
    padding: 100px 0 0
}

.section-title.st-center {
    text-align: center
}

.section-title.st-center::before {
    margin: auto
}

.section-title::before {
    content: "";
    display: block;
    width: 150px;
    height: 51px;
    background-image: url(../img/title-top.avif);
    background-repeat: no-repeat
}

.section-title h3 {
    font-family: Oswald;
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 48px;
    display: inline-block;
    clear: both;
    position: relative;
    padding: 0 10px
}

.section-title p {
    font-family: Oswald;
    text-transform: uppercase;
    color: #ff5f13;
    font-size: 38px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: 3px
}

.btn-group-vertical>.btn-group::after,
.btn-group-vertical>.btn-group::before,
.btn-toolbar::after,
.btn-toolbar::before,
.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.dl-horizontal dd::after,
.dl-horizontal dd::before,
.form-horizontal .form-group::after,
.form-horizontal .form-group::before,
.modal-footer::after,
.modal-footer::before,
.nav::after,
.nav::before,
.navbar-collapse::after,
.navbar-collapse::before,
.navbar-header::after,
.navbar-header::before,
.navbar::after,
.navbar::before,
.pager::after,
.pager::before,
.panel-body::after,
.panel-body::before,
.row::after,
.row::before {
    display: table;
    content: " "
}

.about {
    padding: 100px 0 0
}

.st-member {
    position: relative;
    overflow: hidden
}

.st-member .st-member-info {
    width: 100%;
    height: 100%;
    padding: 70px 35px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgb(255, 95, 19, .85);
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s
}

.st-member .st-member-info .progress-bar {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease .2s;
    transition: transform .5s ease .2s
}

.st-member .st-member-info .st-member-name {
    font-family: Oswald;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 20px
}

.st-member .st-member-info .st-member-name:after {
    content: '';
    display: block;
    height: 2px;
    width: 35px;
    background-color: #4ecdc4;
    margin: 0 auto
}

.st-member .st-member-info .st-member-pos {
    display: block;
    font-family: Oswald;
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    font-style: italic;
    margin-bottom: 40px
}

.st-member .st-member-info .st-member-social {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 70px
}

.st-member .st-member-info .st-member-social ul {
    margin: 0;
    padding: 0
}

.st-member .st-member-info .st-member-social ul li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.st-member .st-member-info .st-member-social ul li a {
    display: block;
    width: 70px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: background-color .3s, opacity .3s ease, -webkit-transform .5s ease;
    transition: background-color .3s, opacity .3s ease, transform .5s ease
}

.st-member .st-member-info .st-member-social ul li a.facebook:hover {
    background-color: #3c5b9b
}

.st-member .st-member-info .st-member-social ul li a.twitter:hover {
    background-color: #2daae1
}

.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
    background-color: #ea4c88
}

.st-member:hover {
    cursor: pointer
}

.st-member:hover .st-member-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.st-member:hover .st-member-info .st-member-social ul li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.st-member:hover .st-member-info .st-member-social ul li a.facebook {
    -webkit-transition: background-color .3s, opacity .3s ease .2s, -webkit-transform .5s ease .2s;
    transition: background-color .3s, opacity .3s ease .2s, transform .5s ease .2s
}

.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
    background-color: #3c5b9b
}

.st-member:hover .st-member-info .st-member-social ul li a.twitter {
    -webkit-transition: background-color .3s, opacity .3s ease .3s, -webkit-transform .5s ease .3s;
    transition: background-color .3s, opacity .3s ease .3s, transform .5s ease .3s
}

.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
    background-color: #2daae1
}

.st-member:hover .st-member-info .st-member-social ul li a.dribbble {
    -webkit-transition: background-color .3s, opacity .3s ease .4s, -webkit-transform .5s ease .4s;
    transition: background-color .3s, opacity .3s ease .4s, transform .5s ease .4s
}

.st-member:hover .st-member-info .st-member-social ul li a.dribbble:hover {
    background-color: #ea4c88
}

.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.st-member:hover .progress-bar {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.skill {
    text-align: left
}

.skill strong {
    font-weight: 400
}

.skill span {
    float: right
}

.progress {
    height: 11px;
    padding: 0 3px;
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 6px;
    box-shadow: none
}

.progress-bar {
    height: 3px;
    margin-top: 3px;
    border-radius: 2px;
    position: relative;
    box-shadow: none;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation-name: process;
    animation-name: process;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.progress-bar-sept {
    background-color: #191a33
}

@-webkit-keyframes process {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes process {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.funfacts {
    background-image: url(../img/funfact4.avif);
    background-color: #191a33;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0
}

.funfacts .funfact {
    font-family: Oswald;
    text-align: center;
    color: #ff5f13
}

.funfacts .funfact .st-funfact-icon {
    font-size: 42px;
    line-height: 90px
}

.funfacts .funfact .st-funfact-counter {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 3px
}

.funfacts .funfact .funfact-title {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 300
}

.funfacts .funfact:after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #4ecdc4;
    margin: 0 auto
}

.service .service-item {
    position: relative;
    overflow: hidden
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: .5s
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(145deg, #0b3c8a 0%, #1f6fff 100%);
    opacity: 0;
    transition: .5s
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1)
}

.service .service-item .service-inner .service-title .service-content p {
    color: #fff
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: .5s
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    opacity: 0
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1
}

.service .service-item .service-inner .service-img img {
    transition: .5s
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3)
}

@media (max-width:991px) {
    .service .service-item .service-inner .service-title .service-title-name {
        display: none
    }

    .service .service-item .service-inner .service-title .service-content {
        position: static;
        bottom: auto;
        opacity: 1;
        margin-left: 20px;
        margin-right: 20px
    }
}

#why-choose-us .service-img {
    width: 350px;
    height: 350px;
    margin: 70px auto;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #0b3c8a;
    background: #fff;
    box-shadow: 0 15px 40px rgba(11, 60, 138, .18);
    position: relative;
    flex-shrink: 0;
    object-fit: contain !important
}

#why-choose-us .service-img img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block
}

#why-choose-us .service-item:hover .service-img {
    transform: translateY(-8px);
    transition: .4s ease;
    box-shadow: 0 25px 55px rgba(11, 60, 138, .25)
}

#why-choose-us .service-item:hover .service-img img {
    transform: scale(1.08);
    transition: .4s ease
}

@media (max-width:991px) {
    #why-choose-us .service-img {
        width: 220px;
        height: 220px
    }
}

@media (max-width:767px) {
    #why-choose-us .service-img {
        width: 180px;
        height: 180px;
        margin-bottom: 30px
    }
}

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .8)), url(../img/breadcrumb.avif);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
    background: #fff
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #191a33
}

.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, .5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
    color: #ef5a15
}

.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, .5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%)
}

.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all .3s ease
}

.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary)
}

@media screen and (max-width:1200px) {
    .counter-facts .counter {
        margin-bottom: 40px
    }
}

.clients {
    padding: 100px 0
}

.clients-carousel {
    margin: 0;
    padding: 0;
    list-style: none
}

.clients-carousel li {
    padding: 0 20px;
    opacity: .8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.clients-carousel li:hover {
    opacity: 1
}

.call-2-acction {
    padding: 100px 0;
    background-image: url(../img/c2a.avif);
    background-attachment: fixed;
    background-color: #000
}

.call-2-acction {
    position: relative;
    background: url('../img/c2a.avif') center center/cover no-repeat;
    padding: 100px 0;
    overflow: hidden
}

.call-2-acction::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 28, 63, .55);
    z-index: 1
}

.call-2-acction .container {
    position: relative;
    z-index: 2
}

.c2a {
    margin: auto;
    padding: 50px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25)
}

.c2a h2,
.c2a h3,
.c2a p {
    color: #fff
}

.c2a p {
    font-size: 17px;
    line-height: 30px;
    opacity: .95
}

.c2a {
    margin: 0 auto;
    text-align: center;
    color: #fff !important
}

.c2a h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px
}

.c2a h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #4ecdc4;
    margin: 15px auto 20px
}

.c2a p {
    margin-bottom: 40px
}

.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin: 15px 0
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, .1);
    z-index: -1;
    transition: .5s
}

.features .feature-item:hover::after {
    height: 100%
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: .5s
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important
}

.features .feature-item .feature-icon i {
    transition: .5s
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all .5s ease
}

.bg-grey {
    background: linear-gradient(180deg, #f8faff 0, #eef4ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.bg-grey::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: rgba(11, 60, 138, .06);
    border-radius: 50%
}

.bg-grey::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 260px;
    height: 260px;
    background: rgba(11, 60, 138, .04);
    border-radius: 50%
}

.bg-grey .container {
    position: relative;
    z-index: 2
}

.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden
}

.service-item .service-img {
    position: relative;
    display: inline-block
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1
}

.service-item.service-item-left {
    border-radius: 500px 24px 24px 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark))
}

.service-item.service-item-right {
    border-radius: 24px 500px 500px 24px;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark))
}

@media (max-width:767.98px) {

    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 24px 24px;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center
    }
}

.align-items-center {
    align-items: center !important
}

.industry-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #0b3c8a;
    padding: 4px;
    background: #fff
}

.feature-item {
    height: 100%;
    transition: .4s
}

.feature-item:hover {
    transform: translateY(-8px)
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

@media (min-width:1799.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px
    }
}

.roadmap-area {
    background: #031b69;
    overflow: hidden
}

.single-roadmap-img img {
    width: 120px;
    height: 120px
}

.roadmap-text h5 {
    font-size: 18px;
    font-weight: 700
}

.single-roadmap.road-right .col-5,
.single-roadmap.road-right .col-7 {
    padding: 0
}

.single-roadmap {
    padding: 20px 15px
}

.single-roadmap.road-left {
    position: relative;
    z-index: 2;
    padding-left: 24%
}

.single-roadmap.road-left::before {
    position: absolute;
    content: "";
    height: 73.5%;
    width: 1px;
    background: #004cff;
    bottom: 3.5%;
    left: 1%;
    z-index: -1
}

.single-roadmap.road-left::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 120%;
    background: #004cff;
    top: 23%;
    right: -21%;
    z-index: -1
}

.single-roadmap.road-right {
    position: relative;
    z-index: 2;
    padding-top: 29%;
    padding-left: 0;
    padding-right: 0
}

.single-roadmap.road-right::before {
    position: absolute;
    content: "";
    height: 74.5%;
    width: 1px;
    background: #004cff;
    bottom: 0;
    left: 12.5%;
    z-index: -1
}

.single-roadmap.road-right::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 97.5%;
    background: #004cff;
    bottom: 0;
    right: -10%;
    z-index: -1
}

.owl-carousel .owl-item .single-roadmap-img img {
    width: auto;
    display: inline-block
}

.roadmap-area .owl-nav div {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #fff
}

.roadmap-area .owl-nav .owl-prev {
    left: auto;
    right: 5%
}

.roadmap-area .owl-nav div:hover {
    color: #fa758e
}

.roadmap-area .owl-carousel .owl-stage-outer {
    overflow: visible
}

.portfolio {
    padding: 100px 0 0
}

.filter {
    text-align: center;
    margin-bottom: 40px
}

.filter .btn {
    font-weight: 500
}

.filter input[type=radio] {
    display: none
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 0
}

.grid figure {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: calc(25% - 15px);
    border-radius: 15px;
    box-sizing: border-box;
    height: 263px
}

.grid figure img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    opacity: 1;
    transition: all .4s ease
}

.grid figure figcaption {
    position: absolute;
    inset: 0;
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden
}

.grid figure figcaption>a {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 40px);
    opacity: 0;
    transition: .35s;
    z-index: 5
}

.grid figure h2 {
    position: absolute;
    top: 30px;
    left: 25px;
    right: 25px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
    transition: .35s
}

.grid figure h2 span {
    font-weight: 700
}

.grid figure h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    background: #4ecdc4;
    transform: translateY(20px);
    opacity: 0;
    transition: .35s
}

.grid figure p {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 100px;
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    opacity: 0;
    transform: translateY(30px);
    transition: .35s
}

.grid figure:hover img {
    opacity: .35;
    transform: scale(1.12)
}

.grid figure:hover h2 {
    opacity: 1;
    transform: translateY(0)
}

.grid figure:hover h2::after {
    opacity: 1;
    transform: translateY(0)
}

.grid figure:hover p {
    opacity: 1;
    transform: translateY(0)
}

.grid figure:hover figcaption>a {
    opacity: 1;
    transform: translate(-50%, 0)
}

@media(max-width:1199px) {
    .grid figure {
        width: calc(33.333% - 14px)
    }
}

@media(max-width:991px) {
    .grid figure {
        width: calc(50% - 10px)
    }
}

@media(max-width:575px) {
    .grid figure {
        width: 100%
    }
}

.mb40 {
    margin-bottom: 40px !important
}

.call-us {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    text-align: center;
    background: url("../img/call-us.avif") center center/cover no-repeat fixed
}

.call-us::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(226, 236, 252, .16), rgba(255, 255, 255, .12));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1
}

.call-us>* {
    position: relative;
    z-index: 2
}

.call-us-inner {
    max-width: 760px;
    margin: auto;
    padding: 55px 45px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .45);
    transition: .4s
}

.call-us-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(11, 60, 138, .18), inset 0 1px 0 rgba(255, 255, 255, .45)
}

.call-us-kicker {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff5f13;
    margin-bottom: 18px
}

.call-us h3 {
    color: #102542;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 20px
}

.call-us-sub {
    font-size: 18px;
    line-height: 32px;
    color: #4b5563;
    margin-bottom: 38px
}

.call-us-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap
}

.call-us-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 50px;
    background: #0b3c8a;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 15px 35px rgba(11, 60, 138, .28);
    transition: .35s
}

.call-us-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(11, 60, 138, .38)
}

.call-us-btn i {
    font-size: 15px
}

.call-us-number {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #0b3c8a;
    text-decoration: none;
    transition: .35s
}

.call-us-number::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #ff6b35;
    transition: .35s
}

.call-us-number:hover {
    color: #ff6b35
}

.call-us-number:hover::after {
    background: #0b3c8a
}

@media (max-width:991px) {
    .call-us {
        padding: 90px 0;
        background-attachment: scroll
    }

    .call-us-inner {
        margin: 0 20px;
        padding: 40px 30px
    }

    .call-us h3 {
        font-size: 36px
    }

    .call-us-number {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .call-us {
        padding: 70px 0
    }

    .call-us-inner {
        padding: 35px 22px
    }

    .call-us h3 {
        font-size: 28px;
        line-height: 40px
    }

    .call-us-sub {
        font-size: 16px;
        line-height: 28px
    }

    .call-us-actions {
        flex-direction: column;
        gap: 18px
    }

    .call-us-number {
        font-size: 22px
    }
}

.training .training-item .training-inner {
    position: relative
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: .5s
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, .5)
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0
}

.training .training-item .training-inner img {
    transition: .5s
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3)
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: .5s
}

.training .training-item:hover .training-content {
    bottom: 0
}

#our-client .owl-theme .owl-dots .owl-dot span,
#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
.theme-main-menu .navbar-nav>li a,
.tran3s {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#about-us .icon,
#about-us .single-about-content a.more,
#contact-section .contact-address-content .left-side ul li .icon,
#contact-section .send-message form button,
#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
#pricing-section .single-price-table a,
#project-section .project-menu ul li.active,
#project-section .project-menu ul li:hover,
#service-section .single-service-content:hover,
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
.banner .project-button,
.blog-details-post-wrapper .post-comment form button,
.blog-details-post-wrapper .post-comment input:focus,
.blog-details-post-wrapper .post-comment textarea:focus,
.page-middle-banner .opacity a,
.sidebar-tags ul li a:hover {
    border-color: #d73e4d;
    border-style: solid
}

#blog-section .single-news-item .img img,
#project-section .project-gallery .single-img img,
#skill-section .img img,
#team-section .team-member-wrapper .single-team-member .img img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#blog-section .single-news-item:hover .img img,
#project-section .project-gallery .single-img:hover img,
#skill-section:hover .img img,
#team-section .team-member-wrapper .single-team-member:hover .img img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    -moz-transform: scale3d(1.15, 1.15, 1);
    -ms-transform: scale3d(1.15, 1.15, 1);
    -o-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1)
}

#team-section .team-member-wrapper {
    margin: 60px 0 0 0
}

#team-section .team-member-wrapper .float-left {
    width: 33.333333333%;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 30px
}

#team-section .team-member-wrapper .single-team-member,
#team-section .team-member-wrapper .single-team-member .img {
    overflow: hidden;
    position: relative;
    text-align: center
}

#team-section .team-member-wrapper .single-team-member .img .opacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230, 230, 230, .9);
    padding: 55px 0 20px 0;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity span {
    color: #696f78;
    text-transform: capitalize
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4 {
    line-height: 40px;
    padding: 0 18px;
    border-width: 1px;
    display: inline-block
}

#team-section .team-member-wrapper .single-team-member .img .opacity span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 22px 0 15px 0
}

#team-section .team-member-wrapper .single-team-member .img .opacity p {
    color: #373a3f;
    padding: 0 40px
}

#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity p,
#team-section .team-member-wrapper .single-team-member .img .opacity span {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#team-section .team-member-wrapper .single-team-member:hover .img .opacity {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#team-section .team-member-wrapper .single-team-member:hover .img .opacity h4,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity p,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity span {
    opacity: 1
}

#team-section .team-member-wrapper .single-team-member .member-name {
    background: #e6e6e6;
    overflow: hidden;
    position: relative;
    min-height: 70px
}

#team-section .team-member-wrapper .single-team-member .member-name h6 {
    text-transform: capitalize;
    color: #696f78;
    margin-top: 12px
}

#team-section .team-member-wrapper .single-team-member .member-name p {
    color: #373a3f;
    margin: 5px 0 8px 0
}

#team-section .team-member-wrapper .single-team-member:hover .member-name h6,
#team-section .team-member-wrapper .single-team-member:hover .member-name p {
    visibility: hidden;
    -webkit-transform: translate3D(0, -100px, 0);
    -moz-transform: translate3D(0, -100px, 0);
    -ms-transform: translate3D(0, -100px, 0);
    -o-transform: translate3D(0, -100px, 0);
    transform: translate3D(0, -100px, 0)
}

#team-section .team-member-wrapper .single-team-member .member-name ul li {
    display: inline-block;
    margin-top: 13px
}

#team-section .team-member-wrapper .single-team-member .member-name ul li a {
    width: 47px;
    line-height: 45px;
    font-size: 18px;
    margin: 0 7px;
    border: 1px solid transparent
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:first-child a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a {
    color: #677fb5;
    border-color: #677fb5
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a {
    color: #70c2e9;
    border-color: #70c2e9
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a {
    color: #d8545d;
    border-color: #d8545d
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(4) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(5) a {
    color: #007ab9;
    border-color: #007ab9
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:first-child a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a:hover {
    background: #677fb5
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a:hover {
    background: #70c2e9
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a:hover {
    background: #d8545d
}

#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(4) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(5) a:hover {
    background: #007ab9
}

#team-section .team-member-wrapper .single-team-member .member-name ul li a:hover {
    color: #fff !important
}

#team-section .team-member-wrapper .single-team-member .member-name ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate3D(0, 100px, 0);
    -moz-transform: translate3D(0, 100px, 0);
    -ms-transform: translate3D(0, 100px, 0);
    -o-transform: translate3D(0, 100px, 0);
    transform: translate3D(0, 100px, 0)
}

#team-section .team-member-wrapper .single-team-member:hover .member-name ul {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    background: var(--bs-light);
    transition: .5s
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, .3)
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.contact .office .office-item .office-img img {
    transition: .5s
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3)
}

.contact .office .office-item .office-content a.text-muted,
.contact .office .office-item .office-content a.text-secondary {
    transition: .5s
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important
}

.newsletter-section {
    padding: 100px 0;
    background: #f7f9fc
}

.newsletter-wrapper {
    position: relative;
    overflow: hidden;
    padding: 70px;
    border-radius: 25px;
    background: linear-gradient(135deg, #0b3c8a, #155dd8);
    box-shadow: 0 20px 60px rgba(11, 60, 138, .2)
}

.newsletter-wrapper:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
    top: -150px;
    right: -120px
}

.newsletter-wrapper:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    bottom: -120px;
    left: -100px
}

.newsletter-content,
.newsletter-form {
    position: relative;
    z-index: 2
}

.newsletter-tag {
    display: inline-block;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-size: 14px
}

.newsletter-content h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px
}

.newsletter-content h2 span {
    color: #ffd54f
}

.newsletter-content p {
    color: rgba(255, 255, 255, .9);
    line-height: 30px;
    font-size: 17px
}

.newsletter-list {
    margin-top: 30px;
    padding: 0;
    list-style: none
}

.newsletter-list li {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px
}

.newsletter-list i {
    color: #7cfc00;
    margin-right: 10px
}

.newsletter-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px
}

.newsletter-form h4 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700
}

.newsletter-form .form-group {
    margin-bottom: 20px
}

.newsletter-form .form-control {
    height: 58px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 0 25px;
    box-shadow: none
}

.newsletter-form .form-control:focus {
    border-color: #0b3c8a
}

.btn-subscribe {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 50px;
    background: #0b3c8a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .4s
}

.btn-subscribe:hover {
    background: #ffd54f;
    color: #0b3c8a
}

.subscribe-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0
}

.subscribe-social li {
    margin: 0
}

.subscribe-social .social {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

.subscribe-social .social i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .15);
    font-size: 18px
}

.subscribe-social .social {
    padding-right: 22px;
    min-height: 46px
}

.subscribe-social .social:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

.subscribe-social .facebook {
    background: #1877f2
}

.subscribe-social .github {
    background: #24292f
}

.subscribe-social .linkedin {
    background: #0a66c2
}

.subscribe-social .instagram {
    background: linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4)
}

.subscribe-social .youtube {
    background: red
}

@media(max-width:991px) {
    .newsletter-wrapper {
        padding: 45px 30px
    }

    .newsletter-content {
        text-align: center;
        margin-bottom: 40px
    }

    .newsletter-content h2 {
        font-size: 34px
    }

    .newsletter-list {
        text-align: left
    }
}

.subscribe {
    padding: 120px 0;
    background-image: url(../img/subscribe2.avif);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000
}

.subscribe .subscribe-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300
}

.subscribe .subscribe-or {
    font-family: Oswald;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
    margin: 0;
    text-transform: uppercase
}

.subscribe .subscribe-social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: center
}

.subscribe .subscribe-social li {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block
}

.subscribe-form {
    max-width: 500px;
    margin: 0 auto
}

.slider-height2 {
  min-height: clamp(360px, 70vh, 520px) !important;
  background-size: cover;
}

.subscribe-form .form-control {
    border-radius: 30px 2px 2px 30px !important;
    padding: 14px 20px 14px 30px !important
}

.input-group .form-control {
    border-radius: 30px 2px 2px 30px !important;
    padding: 21px !important
}

a.social {
    font-family: Oswald;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #4ecdc4;
    color: #fff;
    padding: 8px 20px 8px 65px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color .3s, text-indent .3s, padding .3s;
    transition: background-color .3s, text-indent .3s, padding .3s
}

a.social i {
    display: block;
    background-color: #31ada4;
    width: 50px;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    border-radius: 50px 0 0 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 10px;
    -webkit-transition: text-indent .3s;
    transition: text-indent .3s
}

a.social:hover {
    background-color: #31ada4;
    text-indent: -10px;
    padding: 8px 30px 8px 65px
}

a.social:hover i {
    text-indent: 29px
}

a.social.twitter {
    background-color: #2daae1
}

a.social.twitter i {
    background-color: #1a87b7
}

a.social.twitter:hover {
    background-color: #1a87b7
}

a.social.facebook {
    background-color: #3c5b9b
}

a.social.facebook i {
    background-color: #2b416f
}

a.social.facebook:hover {
    background-color: #2b416f
}

a.social.rss {
    background-color: #fca73a
}

a.social.rss i {
    background-color: #f58b04
}

a.social.rss:hover {
    background-color: #f58b04
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    a.social:hover {
        padding: 8px 20px 8px 65px
    }
}

.contact {
    padding: 120px 0
}

.contact form input,
.contact form textarea {
    margin-bottom: 30px
}

input[type=email].formFieldError,
input[type=text].formFieldError,
textarea.formFieldError {
    border-color: #e34444 !important
}

footer.site-footer {
    background-color: #fcfcfc;
    padding: 10px 0;
    color: #9f9f9f;
    font-size: 13px;
    text-align: center
}

footer.site-footer a {
    color: grey
}

footer.site-footer a:hover {
    color: #4ecdc4
}

@media (min-width:768px) {
    .navbar-nav>li>a {
        padding-top: 41px;
        padding-bottom: 41px
    }

    .st-navbar-mini .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width:1440px) {
    .grid {
        width: 100%;
        padding: 0
    }

    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        background: #000;
        text-align: center;
        cursor: pointer;
        width: 24%
    }
}

.btn.btn-main.btn-lg.sub-btn {
    right: 2px;
    bottom: 0;
    border-radius: 0 20px 20px 0;
    height: 6px !important;
    padding: 19px 22px
}

#blog-section .single-news-item .img {
    overflow: hidden;
    position: relative
}

#blog-section .single-news-item {
    margin-top: 55px
}

#blog-section .single-news-item .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 28px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

#blog-section .single-news-item .img a i {
    position: relative;
    top: 50%;
    display: block;
    margin-top: -14px
}

#blog-section .single-news-item:hover .img a {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#blog-section .single-news-item .post h6 a {
    display: block;
    line-height: 26px;
    text-transform: none;
    color: #292929;
    margin: 40px 0 15px 0
}

#blog-section .single-news-item .post>a {
    color: #292929;
    font-size: 15px;
    margin-bottom: 18px
}

#blog-section .single-news-item .post p a {
    color: #292929
}

.blog-details-page aside .sidebar-search-box {
    height: 60px;
    margin-bottom: 55px;
    position: relative
}

.blog-details-page aside .sidebar-search-box input {
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    padding: 0 67px 0 20px
}

.blog-details-page aside .sidebar-search-box button {
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 18px
}

.blog-details-page aside .sidebar-archives ul li a,
.blog-details-page aside .sidebar-news-list ul li a {
    color: #6f6f6f;
    margin-bottom: 12px
}

.blog-details-page aside .sidebar-archives ul li a i,
.blog-details-page aside .sidebar-news-list ul li a i {
    margin-right: 8px
}

.blog-details-page aside .sidebar-archives ul,
.blog-details-page aside .sidebar-news-list ul {
    margin: 32px 0 40px 0
}

#blog-calendar {
    margin: 12px 0 60px 0
}

#blog-calendar .monthly-day,
.monthly-day-blank {
    box-shadow: none;
    text-align: center
}

#blog-calendar .monthly-day-title-wrap {
    padding-bottom: 15px
}

.monthly-reset {
    display: none
}

.monthly-header-title {
    font-size: 15px;
    text-transform: capitalize
}

.monthly-header {
    padding: 20px;
    height: 60px
}

.monthly-day-pick>.monthly-day-number {
    font-size: 15px;
    font-weight: 400
}

.recent-single-post .post {
    width: 81%;
    padding-left: 20px
}

.recent-single-post .post a {
    color: #292929;
    margin-bottom: 4px
}

.sidebar-recent-post .recent-single-post {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf
}

.sidebar-recent-post h6,
.sidebar-tags h6 {
    margin-bottom: 35px
}

.sidebar-recent-post {
    margin-bottom: 40px
}

.sidebar-recent-post .recent-single-post:last-child {
    border: none
}

.sidebar-tags ul li {
    display: inline-block;
    margin: 0 8px 10px 0
}

.sidebar-tags ul li a {
    color: #6f6f6f;
    line-height: 35px;
    padding: 0 12px;
    border: 1px solid #dfdfdf;
    border-radius: 5px
}

.blog-details-post-wrapper .post-heading h4 {
    margin: 53px 0 13px 0;
    text-transform: none
}

.blog-details-post-wrapper .post-heading {
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px
}

.blog-details-post-wrapper>h6 {
    margin: 23px 0 28px 0;
    text-transform: none
}

.blog-details-post-wrapper>.row {
    margin-top: 35px;
    margin-bottom: 25px
}

.blog-details-post-wrapper>.row p {
    font-style: italic;
    color: #292929;
    padding-left: 18px
}

.blog-details-post-wrapper>.row p i {
    color: #9d9f9f;
    margin: 0 4px
}

.blog-details-post-wrapper>.row p i.fa-quote-left {
    margin-left: -16px
}

.blog-details-post-wrapper .list-img-wrapper {
    margin: 34px 0 40px 0
}

.blog-details-post-wrapper .list-img-wrapper img {
    width: 48%
}

.blog-details-post-wrapper .list-img-wrapper ul {
    padding-left: 30px
}

.blog-details-post-wrapper .list-img-wrapper ul li a {
    color: #292929;
    margin-bottom: 12px
}

.blog-details-post-wrapper .list-img-wrapper ul li a i {
    margin-right: 8px
}

.blog-details-post-wrapper .post-share-area .share li {
    display: inline-block;
    margin-top: 5px
}

.blog-details-post-wrapper .post-share-area .share li a {
    color: #6f6f6f
}

.blog-details-post-wrapper .post-share-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf
}

.blog-details-post-wrapper .post-share-area .share-icon li {
    display: inline-block;
    text-align: center
}

.blog-details-post-wrapper .post-share-area .share-icon li a {
    width: 32px;
    line-height: 30px;
    margin: 0 5px;
    border: 1px solid transparent
}

.blog-details-post-wrapper .post-share-area .share-icon li:first-child {
    margin-right: 15px
}

.blog-details-post-wrapper .post-share-area .share-icon li a:hover {
    color: #fff
}

.blog-details-post-wrapper .comment-area h4 {
    margin: 55px 0 42px 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #dfdfdf
}

.blog-details-post-wrapper .comment-area .single-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px
}

.blog-details-post-wrapper .comment-area .single-comment.reply-comment {
    margin-left: 100px
}

.blog-details-post-wrapper .comment-area .single-comment img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.blog-details-post-wrapper .comment-area .single-comment .comment {
    width: 90%;
    width: calc(100% - 60px);
    padding-left: 30px
}

.blog-details-post-wrapper .comment-area .single-comment .comment h6 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 5px
}

.blog-details-post-wrapper .comment-area .single-comment .comment p {
    margin: 17px 0 22px 0
}

.blog-details-post-wrapper .comment-area .single-comment .comment button {
    width: 70px;
    line-height: 30px;
    color: #292929;
    background: #dfdfdf;
    text-transform: uppercase;
    font-size: 13px
}

.blog-details-post-wrapper .comment-area .single-comment .comment button:hover {
    color: #fff
}

.blog-details-post-wrapper .post-comment h4 {
    margin: 70px 0 40px 0
}

.blog-details-post-wrapper .post-comment span {
    text-transform: uppercase;
    display: block
}

.blog-details-post-wrapper .post-comment input {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    padding: 0 15px
}

.blog-details-post-wrapper .post-comment textarea {
    width: 100%;
    max-width: 100%;
    height: 170px;
    border: 1px solid #dfdfdf;
    padding: 20px 15px
}

.blog-details-post-wrapper .post-comment .single-input {
    margin: 10px 0 25px 0
}

.blog-details-post-wrapper .post-comment form button {
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    border-width: 1px;
    border-radius: 15px
}

.blog-details-post-wrapper .post-comment form button:hover {
    background: #fff
}

#about-us .single-about-content:hover h5 a,
#blog-section .single-news-item .img a,
#blog-section .single-news-item .post h6:hover a,
#blog-section .single-news-item:hover .post p a,
#contact-section .contact-address-content .left-side ul li:hover .icon,
#contact-section .send-message form button:hover,
#pricing-section .single-price-table a:hover,
#service-section .single-service-content:hover .icon-heading .icon,
#service-section .single-service-content:hover .icon-heading h6 a,
.blog-details-page aside .sidebar-archives ul li a i,
.blog-details-page aside .sidebar-archives ul li a.active,
.blog-details-page aside .sidebar-archives ul li a:hover,
.blog-details-page aside .sidebar-news-list ul li a i,
.blog-details-page aside .sidebar-news-list ul li a.active,
.blog-details-page aside .sidebar-news-list ul li a:hover,
.blog-details-post-wrapper .list-img-wrapper ul li a i,
.blog-details-post-wrapper .list-img-wrapper ul li a:hover,
.blog-details-post-wrapper .post-comment form button:hover,
.blog-details-post-wrapper .post-share-area .share li a.active,
.blog-details-post-wrapper .post-share-area .share li a:hover,
.inner-page-banner .opacity ul li:last-child,
.monthly-header-title,
.p-color,
.recent-single-post .post a:hover,
.sidebar-tags ul li a:hover,
.theme-main-menu .navbar-nav>li.active>a,
.theme-main-menu .navbar-nav>li>a:hover,
.theme-main-menu.navbar .nav>li ul li a:hover {
    color: #d73e4d
}

#about-us .single-about-content:hover .icon,
#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
#skill-section .codeconSkillbar .skillBar,
.blog-details-post-wrapper .comment-area .single-comment .comment button:hover,
.p-color-bg,
.theme-title h2:before {
    background: #d73e4d
}

#about-us .icon,
#about-us .single-about-content a.more,
#contact-section .contact-address-content .left-side ul li .icon,
#contact-section .send-message form button,
#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
#pricing-section .single-price-table a,
#project-section .project-menu ul li.active,
#project-section .project-menu ul li:hover,
#service-section .single-service-content:hover,
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
.banner .project-button,
.blog-details-post-wrapper .post-comment form button,
.blog-details-post-wrapper .post-comment input:focus,
.blog-details-post-wrapper .post-comment textarea:focus,
.page-middle-banner .opacity a,
.sidebar-tags ul li a:hover {
    border-color: #d73e4d;
    border-style: solid
}

.faq-section {
    padding: 100px 0;
    background: #f8f9fc
}

.faq-wrapper {
    max-width: 900px;
    height: 827px;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scroll-behavior: smooth
}

.faq-wrapper::-webkit-scrollbar {
    width: 8px
}

.faq-wrapper::-webkit-scrollbar-track {
    background: #edf2f7;
    border-radius: 10px
}

.faq-wrapper::-webkit-scrollbar-thumb {
    background: #0b3c8a;
    border-radius: 10px
}

.faq-wrapper::-webkit-scrollbar-thumb:hover {
    background: #1f6fff
}

.faq-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s
}

.faq-item.active {
    border-left: 5px solid #0b3c8a
}

.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    cursor: pointer
}

.faq-title h5 {
    margin: 0;
    color: #222;
    font-size: 18px;
    font-weight: 600
}

.faq-icon {
    width: 42px;
    height: 42px;
    background: #0b3c8a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.faq-item.active .faq-icon {
    background: #1f6fff
}

.faq-content {
    display: none;
    padding: 0 25px 25px
}

.faq-content p {
    color: #666;
    line-height: 30px;
    margin: 0
}

@media (max-width:991px) {
    .faq-wrapper {
        height: auto;
        max-height: 700px
    }
}

@media (max-width:767px) {
    .faq-section {
        padding: 60px 0
    }

    .faq-wrapper {
        max-height: 500px;
        height: auto
    }

    .faq-title {
        padding: 18px
    }

    .faq-title h5 {
        font-size: 16px
    }

    .faq-content {
        padding: 0 18px 20px
    }
}

.testimonials {
    padding: 100px 0;
    background-image: url(../img/testimonials.avif);
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    color: #fff
}

.testimonial .testimonial-img {
    float: left;
    margin-right: 30px;
    position: relative
}

.testimonial .testimonial-img:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #4ecdc4;
    position: absolute;
    bottom: 5%;
    left: 5%
}

.testimonial .testimonial-img:before {
    font-family: Oswald;
    content: '\201C';
    font-size: 40px;
    position: absolute;
    bottom: 1%;
    left: 12%;
    z-index: 99
}

.testimonial .testimonial-img img {
    border-radius: 50%
}

.testimonial blockquote {
    border-width: 0
}

.testimonial blockquote p {
    font-style: italic;
    font-weight: 300
}

.testimonial blockquote .small,
.testimonial blockquote footer,
.testimonial blockquote small {
    color: #fff
}

.testimonials-carousel {
    max-width: 800px;
    margin: 0 auto
}

.testimonials-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.testimonials-carousel ul li {
    margin: 0;
    padding: 0;
    display: block
}

.testimonials-carousel .owl-item {
    padding: 10px
}

.testimonials-carousel .owl-dots {
    text-align: center;
    margin-top: 35px
}

.testimonials-carousel .owl-dot {
    display: inline-block
}

.testimonials-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    display: block;
    border-radius: 50%;
    background: #fff;
    opacity: .4;
    transition: .3s
}

.testimonials-carousel .owl-dot.active span {
    background: #4ecdc4;
    opacity: 1
}

.testimonial {
    display: flex;
    align-items: center;
    gap: 35px
}

.testimonial-img img {
    width: 122px !important;
    height: 120px;
    border-radius: 50%;
    object-fit: cover
}

.testimonial blockquote {
    margin: 0
}

.testimonial blockquote p {
    font-size: 18px;
    line-height: 30px
}

.testimonial footer {
    margin-top: 20px;
    color: #fff
}

@media(max-width:768px) {
    .testimonial {
        display: block;
        text-align: center
    }

    .testimonial-img {
        margin: 0 auto 25px
    }

    .testimonial blockquote p {
        font-size: 16px
    }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-border {
    position: relative;
    height: 100%;
    min-height: 400px
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px
}

.ps-4 {
    padding-left: 1.5rem !important
}

.signature {
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    font-weight: 400;
    color: #0b3c8a;
    line-height: 1;
    margin: 0
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center
}

.site-blocks-cover.overlay {
    position: relative
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .4)
}

.site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%
}

.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh)
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover .row {
    min-height: 600px;
    height: calc(30vh)
}

.site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #fff
}

@media (max-width:991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem
    }
}

.site-blocks-cover p {
    color: rgba(255, 255, 255, .5);
    font-size: 1.2rem;
    line-height: 1.5
}

.site-blocks-cover .btn {
    border: 2px solid transparent
}

.site-blocks-cover .btn:hover {
    color: #fff !important;
    background: 0 0;
    border: 2px solid #fff
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5
}

@media (max-width:991.98px) {
    .site-blocks-cover .display-1 {
        font-size: 3rem
    }
}

.site-block-subscribe .btn {
    padding-left: 20px;
    padding-right: 20px
}

.site-block-subscribe .form-control {
    font-weight: 300;
    border-color: #fff !important;
    height: 80px;
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px
}

.site-block-subscribe .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-weight: 200;
    font-style: italic
}

.site-block-subscribe .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-weight: 200;
    font-style: italic
}

.site-block-subscribe .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-weight: 200;
    font-style: italic
}

.site-block-subscribe .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-weight: 200;
    font-style: italic
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.play-single-big:hover {
    width: 120px;
    height: 120px
}

.overlap-to-top {
    margin-top: -150px
}

.icon-play::before {
    content: "\f04b"
}

.service {
    padding: 100px 0
}

.st-feature {
    text-align: center
}

.st-feature .st-feature-icon {
    width: 102px;
    line-height: 100px;
    font-size: 42px;
    color: #fff;
    margin: 0 auto 20px;
    background-color: #4ecdc4;
    border-radius: 50%;
    position: relative;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: color .3s, border-color .3s, background-color .3s, -webkit-transform .3s;
    transition: color .3s, border-color .3s, background-color .3s, transform .3s
}

.st-feature .st-feature-title {
    display: block;
    font-family: Oswald;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 10px
}

.st-feature:hover .st-feature-icon {
    color: #4ecdc4;
    border-color: #4ecdc4;
    background-color: transparent;
    -webkit-transform: rotate(360deg) scale(1.8);
    -ms-transform: rotate(360deg) scale(1.8);
    transform: rotate(360deg) scale(1.8)
}

.features-desc {
    padding: 100px 0;
    background-color: #fcfcfc
}

ul.styled-list li {
    list-style: none;
    padding-left: 0
}

ul.styled-list li:before {
    content: '\f00c';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #4ecdc4
}

ul.styled-list.list-caret li:before {
    content: '\f0da'
}

ul.styled-list.list-hand li:before {
    content: '\f0a4'
}

ul.styled-list.list-chevron li:before {
    content: '\f054'
}

ul.styled-list.list-times li:before {
    content: '\f00d'
}

ul.styled-list.list-star li:before {
    content: '\f006'
}

.about-photo-frame {
    max-width: 470px;
    aspect-ratio: 1323/1189
}

.about-img {
    width: 100%;
    height: 100%;
    max-width: 470px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(11, 60, 138, .15);
    transition: all .5s ease;
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg) scale(1);
    border: 6px solid #fff
}

.about-img:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0) scale(1.03);
    box-shadow: 0 30px 60px rgba(11, 60, 138, .25)
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.about-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 500
}

.about-list i {
    color: #0b3c8a;
    margin-right: 10px
}

.btn-main {
    background: #0b3c8a;
    color: #fff;
    padding: 14px 35px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: .3s
}

.btn-main:hover {
    background: #072b63;
    color: #fff
}

.section-title h3 {
    font-size: 34px;
    line-height: 44px;
    color: #073965
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    color: #5a6472
}

@media (max-width:991px) {
    .section-title h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:767px) {
    .section-title h3 {
        font-size: 24px;
        line-height: 34px
    }

    .section-title p {
        font-size: 16px;
        line-height: 26px
    }
}

.counter-facts .counter h3 {
    color: #0b3c8a
}

.counter-facts .counter .counter-value {
    font-size: 34px;
    color: #14213d
}

#team-section .team-member-wrapper .single-team-member .member-name h6 {
    color: #14213d
}

#team-section .team-member-wrapper .single-team-member .member-name p {
    color: #8a8f98
}

.call-2-acction::before {
    background: rgba(8, 28, 63, .42)
}

.call-2-acction .section-title h3 {
    color: #ff8a3d
}

.call-2-acction .section-title p {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35)
}

.c2a {
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .25)
}

.c2a,
.c2a h2,
.c2a h3,
.c2a p {
    color: #fff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .3)
}

.funfacts .funfact {
    color: #14213d
}

.funfacts .funfact .st-funfact-icon {
    color: #ff5f13
}

.funfacts .funfact .st-funfact-counter {
    color: #0b3c8a;
    font-weight: 700
}

.funfacts .funfact .funfact-title {
    color: #5b6472
}

.funfacts .section-title p {
    color: #14213d
}

.subscribe {
    background-color: #eef3fb
}

.subscribe .subscribe-or,
.subscribe .subscribe-title {
    color: #14213d
}

.subscribe .section-title p {
    color: #14213d
}

.testimonials {
    background-image: none;
    background-color: #f5f8fd;
    color: #14213d
}

.testimonial .testimonial-img:before {
    color: #ff5f13
}

.testimonial blockquote p {
    color: #3d4759
}

.testimonial blockquote .small,
.testimonial blockquote footer,
.testimonial blockquote small,
.testimonial footer {
    color: #14213d
}

.testimonials-carousel .owl-dot span {
    background: #0b3c8a;
    opacity: .25
}

.testimonials-carousel .owl-dot.active span {
    background: #ff5f13;
    opacity: 1
}

.testimonials .section-title p {
    color: #14213d
}

.service-item.service-item-left,
.service-item.service-item-right {
    box-shadow: 0 15px 40px rgba(11, 60, 138, .1);
    transition: transform .4s ease, box-shadow .4s ease
}

.service-item.service-item-left {
    background: linear-gradient(to right, #fff, #f2f6fc)
}

.service-item.service-item-right {
    background: linear-gradient(to left, #fff, #f2f6fc)
}

.service-item.service-item-left:hover,
.service-item.service-item-right:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(11, 60, 138, .18)
}

@media (max-width:767.98px) {

    .service-item.service-item-left,
    .service-item.service-item-right {
        background: linear-gradient(to bottom, #fff, #f2f6fc);
        padding: 0 0 50px 0
    }
}

.service-item .service-img::before {
    border-color: rgba(11, 60, 138, .15);
    transition: border-color .4s ease, transform .4s ease
}

.service-item:hover .service-img::before {
    border-color: rgba(255, 95, 19, .35)
}

.service-item .service-img img {
    transition: transform .5s ease
}

.service-item:hover .service-img img {
    transform: scale(1.08)
}

.why-choose-us .btn-outline-primary {
    color: #0b3c8a;
    border-color: #0b3c8a
}

.why-choose-us .btn-outline-primary:hover {
    color: #fff;
    background-color: #ff5f13;
    border-color: #ff5f13
}

.roadmap-area {
    background: radial-gradient(circle at 15% 20%, rgba(255, 95, 19, .14), transparent 40%), radial-gradient(circle at 85% 75%, rgba(11, 60, 138, .35), transparent 45%), linear-gradient(135deg, #0b1c39 0, #0e2a52 55%, #0b3c8a 100%);
    position: relative
}

.roadmap-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none
}

.roadmap-area .heading h5 {
    color: #ff9152;
    letter-spacing: 2px
}

.roadmap-area .heading h1,
.roadmap-area .heading .roadmap-heading-title {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.process-flow {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.process-step {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0 10px
}

.process-chevron {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin: 0 0 26px -34px;
    padding: 0 34px 0 46px;
    clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%, 18% 50%);
    box-shadow: 0 12px 26px rgba(8, 20, 45, .35)
}

.process-step:first-child .process-chevron {
    margin-left: 0;
    clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
    padding-left: 20px
}

.process-step:first-child .process-chevron {
    background: linear-gradient(135deg, #14213d, #0b3c8a);
    z-index: 4
}

.process-step:nth-child(2) .process-chevron {
    background: linear-gradient(135deg, #0b3c8a, #2f6fd6);
    z-index: 3
}

.process-step:nth-child(3) .process-chevron {
    background: linear-gradient(135deg, #2f6fd6, #ff8a3d);
    z-index: 2
}

.process-step:nth-child(4) .process-chevron {
    background: linear-gradient(135deg, #ff8a3d, #ff5f13);
    z-index: 1
}

.process-num {
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .65)
}

.process-icon {
    font-size: 26px;
    color: #fff;
    margin: 6px 0
}

.process-title {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff
}

.process-desc h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.process-desc p {
    color: #b9c4d9;
    font-size: 14px;
    line-height: 24px
}

@media (max-width:991px) {
    .process-flow {
        display: flex
    }

    .process-step {
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 22px;
        padding: 0;
        position: relative;
        padding-bottom: 40px
    }

    .process-step:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 64px;
        left: 31px;
        width: 2px;
        height: calc(100% - 64px)
    }

    .main-header .logo a img {
        right: 50px;
        position: relative
    }

    .process-chevron {
        clip-path: none;
        flex-direction: row;
        gap: 12px;
        width: 64px;
        height: 64px;
        min-width: 64px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        box-shadow: 0 10px 22px rgba(8, 20, 45, .35)
    }

    .process-step:first-child .process-chevron {
        clip-path: none;
        padding-left: 0
    }

    .process-num {
        display: none
    }

    .process-icon {
        margin: 0;
        font-size: 22px
    }

    .process-title {
        display: none
    }

    .process-step {
        padding-bottom: 26px
    }

    .process-step:not(:last-child)::before {
        top: 64px;
        height: calc(100% - 38px)
    }
}

.process-step {
    cursor: pointer
}

.process-step .process-chevron {
    transition: transform .35s ease, filter .35s ease
}

.process-step:hover .process-chevron {
    filter: brightness(1.08)
}

.process-step.is-active .process-chevron {
    transform: scale(1.05);
    filter: brightness(1.15)
}

.process-step.is-active .process-num {
    color: #fff
}

@media (max-width:991px) {
    .process-step.is-active .process-chevron {
        transform: scale(1.12);
        box-shadow: 0 0 0 4px rgba(255, 255, 255, .25), 0 10px 22px rgba(8, 20, 45, .35)
    }
}

.laptop-mockup {
    max-width: 860px;
    margin: 56px auto 0
}

.laptop-screen {
    position: relative;
    background: #0b1220;
    border-radius: 16px 16px 4px 4px;
    padding: 6px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .08)
}

.laptop-browser-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px
}

.laptop-browser-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block
}

.dot-red {
    background: #ff5f56
}

.dot-yellow {
    background: #ffbd2e
}

.dot-green {
    background: #27c93f
}

.laptop-url {
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .06);
    border-radius: 20px;
    padding: 4px 18px
}

.laptop-screen-glass {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 300px;
    background: radial-gradient(circle at 15% 20%, rgba(255, 95, 19, .16), transparent 45%), radial-gradient(circle at 85% 80%, rgba(47, 111, 214, .25), transparent 50%), linear-gradient(135deg, #14213d 0, #0b1c39 100%)
}

.laptop-shine {
    position: absolute;
    inset: -20%;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .1) 48%, transparent 62%);
    background-size: 250% 250%;
    animation: laptopMirrorShine 7s ease-in-out infinite;
    pointer-events: none;
    z-index: 2
}

@keyframes laptopMirrorShine {
    0% {
        background-position: 220% -20%
    }

    50% {
        background-position: -20% 120%
    }

    100% {
        background-position: 220% -20%
    }
}

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

.laptop-slide {
    text-align: center;
    padding: 46px 60px 54px
}

.laptop-slide .process-num {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ff8a3d;
    margin-bottom: 8px
}

.laptop-slide .process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px
}

.laptop-slide h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px
}

.laptop-slide p {
    color: #b9c4d9;
    font-size: 15px;
    line-height: 26px;
    max-width: 520px;
    margin: 0 auto
}

.laptop-mockup .owl-carousel {
    padding-bottom: 44px;
    position: relative
}

.laptop-mockup .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    text-align: center;
    z-index: 3
}

.laptop-mockup .owl-nav div {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transform: none;
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.laptop-mockup .owl-nav div:hover {
    background: #ff5f13;
    color: #fff
}

.laptop-mockup .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    text-align: center;
    z-index: 3
}

.laptop-mockup .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .3)
}

.laptop-mockup .owl-dots .owl-dot.active span {
    background: #ff5f13
}

.laptop-base {
    height: 16px;
    background: linear-gradient(180deg, #1c2947, #0b1220);
    border-radius: 0 0 10px 10px;
    position: relative;
    margin: 0 18px
}

.laptop-notch {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 110px;
    height: 6px;
    background: #060a14;
    border-radius: 0 0 8px 8px
}

.laptop-shadow {
    height: 18px;
    max-width: 92%;
    margin: 6px auto 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35), transparent 75%)
}

@media (max-width:767px) {
    .laptop-slide {
        padding: 34px 22px 44px
    }

    .laptop-slide h5 {
        font-size: 18px
    }
}

.row>* {
    margin-top: var(--bs-gutter-y)
}

.training .training-item .training-content {
    bottom: 0;
    transform: translateY(100%)
}

.training .training-item:hover .training-content {
    bottom: 0;
    transform: translateY(0)
}

.testi-mockup {
    max-width: 760px;
    margin: 50px auto 0
}

.testi-glass {
    min-height: 340px
}

.testi-glass .testimonials-carousel {
    max-width: 100%;
    position: relative;
    z-index: 1
}

.testi-glass .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 46px 55px 30px
}

.testi-glass .testimonial-img {
    float: none;
    margin: 0 0 22px
}

.testi-glass .testimonial-img img {
    width: 84px !important;
    height: 84px;
    border: 3px solid rgba(255, 255, 255, .18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35)
}

.testi-glass .testimonial-img:after {
    display: none
}

.testi-glass .testimonial-img:before {
    content: '\201C';
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    font-size: 46px;
    color: #ff8a3d;
    font-family: Georgia, serif
}

.testi-glass blockquote p {
    color: #d7deee;
    font-size: 17px;
    line-height: 28px;
    max-width: 520px;
    margin: 0 auto
}

.testi-glass .testimonial footer {
    margin-top: 20px;
    color: #fff
}

.testi-glass .testimonial footer strong {
    color: #fff;
    font-size: 16px
}

.testi-glass .testimonial footer cite {
    color: #ff8a3d;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .5px
}

.testi-mockup .owl-carousel {
    padding-bottom: 44px;
    position: relative
}

.testi-mockup .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    text-align: center;
    z-index: 3
}

.testi-mockup .owl-nav div {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    transform: none;
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.testi-mockup .owl-nav div:hover {
    background: #ff5f13;
    color: #fff
}

.testi-mockup .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    margin-top: 0;
    text-align: center;
    z-index: 3
}

.testi-mockup .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .3)
}

.testi-mockup .owl-dots .owl-dot.active span {
    background: #ff5f13
}

@media (max-width:767px) {
    .testi-glass .testimonial {
        padding: 40px 24px 26px
    }
}

.phones-carousel {
    margin-top: 50px
}

.phone-mockup {
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.phone-frame {
    position: relative;
    background: #0b1220;
    border-radius: 42px;
    padding: 14px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .08)
}

.phone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 22px;
    background: #0b1220;
    border-radius: 0 0 16px 16px;
    z-index: 5
}

.phone-notch::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 34px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .15)
}

.phone-screen {
    position: relative;
    border-radius: 28px;
    background: #14213d
}

.phone-statusbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0 8px
}

.phone-brand {
    font-family: Oswald, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff
}

.phone-brand::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5f13;
    margin-right: 8px;
    vertical-align: middle
}

.phone-slide {
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 28px 28px
}

.phone-slide-img {
    position: relative;
    overflow: hidden;
    height: 340px
}

.phone-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease
}

.phone-slide:hover .phone-slide-img img {
    transform: scale(1.06)
}

.phone-slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 26px;
    background: linear-gradient(180deg, rgba(11, 28, 57, .75), rgba(11, 28, 57, .94));
    opacity: 0;
    transition: opacity .4s ease
}

.phone-slide:hover .phone-slide-overlay {
    opacity: 1
}

.phone-slide-overlay h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px
}

.phone-slide-overlay span {
    color: #ff8a3d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.phone-slide-overlay p {
    color: #d7deee;
    font-size: 14px;
    line-height: 22px
}

.phone-slide-info {
    padding: 20px 24px 26px;
    text-align: center
}

.phone-slide-info h6 {
    color: #14213d;
    font-size: 16px;
    margin-bottom: 14px
}

.phone-slide-btn {
    display: inline-block;
    background: #0b3c8a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 10px 26px;
    border-radius: 24px;
    text-decoration: none;
    transition: background .3s ease
}

.phone-slide-btn:hover {
    background: #ff5f13;
    color: #fff
}

.phone-home-indicator {
    display: block;
    width: 100px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .25);
    margin: 12px auto 2px
}

.phone-shadow {
    height: 20px;
    max-width: 70%;
    margin: 10px auto 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .3), transparent 75%)
}

.phones-carousel {
    position: relative
}

.phones-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 26px
}

.phones-carousel .owl-dots .owl-dot {
    display: inline-block
}

.phones-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px;
    border-radius: 50%;
    background: #c7cedb;
    opacity: 1;
    transition: background .3s ease
}

.phones-carousel .owl-dots .owl-dot.active span {
    background: #ff5f13
}

.phones-carousel .owl-nav div {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #14213d;
    box-shadow: 0 8px 20px rgba(11, 28, 57, .18);
    display: flex;
    align-items: center;
    justify-content: center
}

.phones-carousel .owl-nav .owl-prev {
    left: -20px
}

.phones-carousel .owl-nav .owl-next {
    right: -20px
}

.phones-carousel .owl-nav div:hover {
    background: #ff5f13;
    color: #fff
}

.phones-carousel .owl-nav .disabled {
    display: none
}

@media (min-width:992px) {
    .phones-carousel .owl-nav .owl-prev {
        left: -46px
    }

    .phones-carousel .owl-nav .owl-next {
        right: -46px
    }
}

@media (max-width:500px) {
    .phone-mockup {
        max-width: 260px
    }

    .phone-slide-img {
        height: 300px
    }
}

.office-carousel {
    padding: 10px 34px 50px
}

@media (min-width:768px) {
    .office-carousel {
        padding: 10px 6px 50px
    }
}

.office-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(11, 28, 57, .08);
    transition: transform .4s ease, box-shadow .4s ease
}

.office-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(11, 28, 57, .16)
}

.office-img {
    position: relative;
    overflow: hidden;
    height: 200px
}

.office-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease
}

.office-item:hover .office-img img {
    transform: scale(1.08)
}

.office-icon {
    position: absolute;
    right: 18px;
    bottom: -22px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b3c8a, #ff5f13);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 10px 22px rgba(11, 28, 57, .3);
    border: 3px solid #fff
}

.office-content {
    padding: 34px 24px 26px
}

.office-content h4 {
    color: #14213d;
    font-size: 19px;
    margin-bottom: 10px
}

.office-content p {
    color: #6b7280;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.office-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 6px 0 4px
}

.office-carousel .owl-nav div {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #14213d;
    box-shadow: 0 8px 20px rgba(11, 28, 57, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease, color .3s ease
}

.office-carousel .owl-nav .owl-prev {
    left: -14px
}

.office-carousel .owl-nav .owl-next {
    right: -14px
}

.office-carousel .owl-nav div:hover {
    background: #ff5f13;
    color: #fff
}

@media (min-width:992px) {
    .office-carousel .owl-nav .owl-prev {
        left: -22px
    }

    .office-carousel .owl-nav .owl-next {
        right: -22px
    }
}



.office-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    border-radius: 50%;
    background: #d7dce6;
    transition: background .3s ease, transform .3s ease
}

.office-carousel .owl-dots .owl-dot.active span {
    background: #ff5f13;
    transform: scale(1.2)
}

.tablets-carousel {
    position: relative;
    margin-top: 40px;
    padding: 6px 34px 50px
}

@media (min-width:768px) {
    .tablets-carousel {
        padding: 6px 30px 50px
    }
}

.tablet-mockup {
    max-width: 340px;
    margin: 0 auto
}

.tablet-frame {
    position: relative;
    background: #14213d;
    border-radius: 26px;
    padding: 16px 14px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .08)
}

.tablet-cam {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    margin: 0 auto 10px
}

.tablet-screen {
    border-radius: 12px;
    overflow: hidden;
    background: #fff
}

.tablet-statusbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    background: #14213d
}

.tablet-slide-img {
    height: 170px;
    overflow: hidden
}

.tablet-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease
}

.tablet-mockup:hover .tablet-slide-img img {
    transform: scale(1.06)
}

.tablet-slide-info {
    padding: 20px 22px 26px
}

.tablet-meta {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #ff5f13;
    margin-bottom: 8px
}

.tablet-slide-info h6 {
    margin-bottom: 10px;
    line-height: 22px
}

.tablet-slide-info h6 a {
    color: #14213d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none
}

.tablet-slide-info h6 a:hover {
    color: #0b3c8a
}

.tablet-slide-info p {
    color: #6b7280;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px
}

.tablet-slide-btn {
    display: inline-block;
    background: #0b3c8a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 9px 22px;
    border-radius: 20px;
    text-decoration: none;
    transition: background .3s ease
}

.tablet-slide-btn:hover {
    background: #ff5f13;
    color: #fff
}

.tablet-home-btn {
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    margin: 12px auto 2px
}

.tablet-shadow {
    height: 18px;
    max-width: 75%;
    margin: 10px auto 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .28), transparent 75%)
}

.tablets-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 6px 0 4px
}

.tablets-carousel .owl-nav div {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #14213d;
    box-shadow: 0 8px 20px rgba(11, 28, 57, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease, color .3s ease
}

.tablets-carousel .owl-nav .owl-prev {
    left: -6px
}

.tablets-carousel .owl-nav .owl-next {
    right: -6px
}

.tablets-carousel .owl-nav div:hover {
    background: #ff5f13;
    color: #fff
}

.tablets-carousel .owl-nav .disabled {
    display: none
}

@media (min-width:768px) {
    .tablets-carousel .owl-nav .owl-prev {
        left: -2px
    }

    .tablets-carousel .owl-nav .owl-next {
        right: -2px
    }
}

.tablets-carousel .owl-dots {
    text-align: center;
    margin-top: 18px;
    display: flex;
    justify-content: center
}

.tablets-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    border-radius: 50%;
    background: #d7dce6;
    transition: background .3s ease, transform .3s ease
}

.tablets-carousel .owl-dots .owl-dot.active span {
    background: #ff5f13;
    transform: scale(1.2)
}

.faq-contact-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 40px
}

.contact-tablet-col,
.faq-tablet-col {
    flex: 1 1 440px
}

.app-tablet {
    margin: 0 auto
}

.app-tablet-frame {
    padding: 18px 16px
}

.app-tablet-screen {
    display: flex;
    flex-direction: column;
    min-height: 730px;
    max-height: 733px
}

.tablet-screen.app-tablet-screen.contact-tab {
    min-height: 560px !important
}

.app-screen-header {
    padding: 22px 24px 6px;
    text-align: center
}

.app-screen-header h4 {
    color: #14213d;
    font-size: 20px;
    margin-bottom: 4px
}

.app-screen-header p {
    color: #8a8f98;
    font-size: 13px;
    margin: 0
}

.app-faq-list.faq-wrapper {
    max-width: 100%;
    margin: 10px 0 0;
    padding: 4px 18px 18px;
    flex: 1;
    overflow-y: auto
}

.app-faq-list .faq-item {
    background: #f5f8fd;
    box-shadow: none;
    margin-bottom: 12px;
    border-radius: 14px
}

.app-faq-list .faq-item.active {
    border-left: 4px solid #ff5f13;
    background: #eef3fb
}

.app-faq-list .faq-title {
    padding: 16px 18px
}

.app-faq-list .faq-title h5 {
    font-size: 14px;
    color: #14213d;
    padding-right: 12px
}

.app-faq-list .faq-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #0b3c8a;
    font-size: 12px
}

.app-faq-list .faq-item.active .faq-icon {
    background: #ff5f13;
    transform: rotate(360deg)
}

.app-faq-list .faq-content {
    padding: 0 18px 16px
}

.app-faq-list .faq-content p {
    font-size: 13px;
    line-height: 22px;
    color: #6b7280
}

.app-faq-list::-webkit-scrollbar {
    width: 5px
}

.app-faq-list::-webkit-scrollbar-thumb {
    background: #d7dce6;
    border-radius: 10px
}

.app-contact-form {
    padding: 14px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .1s ease
}

.app-contact-form.shake {
    animation: appFormShake .45s ease
}

@keyframes appFormShake {

    0%,
    100% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-8px)
    }

    40% {
        transform: translateX(7px)
    }

    60% {
        transform: translateX(-5px)
    }

    80% {
        transform: translateX(3px)
    }
}

.app-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.app-form-group {
    width: calc(50% - 10px);
    margin-bottom: 16px;
    text-align: left;
    box-sizing: border-box
}

.app-form-group.full-width {
    width: 100%
}

.app-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #14213d;
    margin-bottom: 6px
}

.app-form-group input,
.app-form-group textarea {
    width: 100%;
    border: 1.5px solid #e3e8f1;
    background: #f8fafd;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 13px;
    color: #14213d;
    outline: 0;
    resize: none;
    box-sizing: border-box;
    transition: border-color .25s ease, background .25s ease
}

.app-form-group textarea {
    min-height: 140px
}

.app-form-group input:focus,
.app-form-group textarea:focus {
    border-color: #0b3c8a;
    background: #fff
}

.app-form-group.is-valid input,
.app-form-group.is-valid textarea {
    border-color: #22c07a
}

.app-form-group.has-error input,
.app-form-group.has-error textarea {
    border-color: #ff4d4f;
    background: #fff6f6
}

.app-form-error {
    display: none;
    color: #ff4d4f;
    font-size: 11px;
    margin-top: 5px
}

.app-form-group.has-error .app-form-error {
    display: block;
    animation: appFieldErrorIn .25s ease
}

@keyframes appFieldErrorIn {
    from {
        opacity: 0;
        transform: translateY(-4px)
    }

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

.app-form-submit {
    position: relative;
    border: none;
    background: #0b3c8a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 13px 28px;
    border-radius: 24px;
    cursor: pointer;
    margin-top: 6px;
    overflow: hidden;
    transition: background .3s ease, transform .15s ease
}

.app-form-submit:hover {
    background: #ff5f13
}

.app-form-submit:active {
    transform: scale(.97)
}

.app-form-submit:disabled {
    cursor: default;
    opacity: .85
}

.app-form-submit-loader {
    display: none;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: appSpin .7s linear infinite
}

.app-form-submit.is-loading .app-form-submit-text {
    display: none
}

.app-form-submit.is-loading .app-form-submit-loader {
    display: block
}

@keyframes appSpin {
    to {
        transform: rotate(360deg)
    }
}

.app-form-success {
    display: none;
    position: absolute;
    inset: 0;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px
}

.app-form-success i {
    font-size: 46px;
    color: #22c07a;
    margin-bottom: 14px;
    animation: appSuccessPop .5s ease
}

.app-form-success p {
    color: #14213d;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.app-contact-form.is-submitted .app-form-success {
    display: flex;
    animation: appFadeIn .3s ease
}

@keyframes appSuccessPop {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.15);
        opacity: 1
    }

    100% {
        transform: scale(1)
    }
}

@keyframes appFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width:991px) {
    .faq-contact-grid {
        gap: 60px
    }

    .app-form-row {
        gap: 16px
    }

    .app-form-group,
    .app-form-group.full-width {
        width: 100%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    color: #073965
}

.sub-title {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff5f13;
    margin-bottom: 10px
}

.section-title h3 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: none
}

.section-title p {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    max-width: 760px;
    margin: 16px auto 0
}

.hero-tools-carousel .item {
    padding: 6px 10px
}

.hero-tool-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    background: rgba(255, 255, 255, .06);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    padding: 32px 24px;
    color: #fff;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, border-color .25s ease
}

.hero-tool-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../img/hero-tools-bg.svg");
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    opacity: .16;
    transition: opacity .3s ease, transform .6s ease;
    pointer-events: none
}

.hero-tool-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(8, 14, 40, .55);
    pointer-events: none;
    transition: background .3s ease
}

.hero-tool-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 201, 77, .5)
}

.hero-tool-card:hover::before {
    opacity: .26;
    transform: scaleX(-1) scale(1.06)
}

.hero-tool-card:hover::after {
    background: rgba(8, 14, 40, .42)
}

.hero-tool-card>* {
    position: relative;
    z-index: 1
}

.hero-tool-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5f13, #ffc94d);
    font-size: 26px;
    color: #0b1130;
    margin-bottom: 8px
}

.hero-tool-name {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .35)
}

.hero-tool-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .3)
}

.hero-tool-cta {
    margin-top: 10px;
    font-weight: 600;
    font-size: 13.5px;
    color: #ffc94d
}

.hero-tools-carousel .owl-dots {
    margin-top: 20px;
    text-align: center
}

.hero-tools-carousel .owl-dot span {
    background: rgba(255, 255, 255, .3) !important
}

.hero-tools-carousel .owl-dot.active span {
    background: #ffc94d !important
}

@media (max-width:991px) {
    .hero-tools-section {
        padding: 56px 0 60px
    }
}

@media (max-width:767px) {
    .hero-tools-section {
        padding: 46px 0 50px
    }

    .hero-tool-card {
        padding: 26px 20px
    }

    .hero-tool-icon {
        width: 56px;
        height: 56px;
        font-size: 22px
    }

    .hero-tool-name {
        font-size: 17px
    }
}

@media (max-width:575px) {
    .hero-tools-section {
        padding: 40px 0 44px
    }

    .hero-tool-card {
        padding: 24px 18px
    }
}

.app-screen-header h4,
.call-us h3,
.laptop-slide h5,
.office-content h4,
.process-desc h5,
.tablet-slide-info h6 a,
.testi-glass blockquote footer strong {
    font-family: "Playfair Display", serif
}

.simple-process-item {
    text-align: center;
    padding: 10px
}

.simple-process-number {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(7, 57, 101, .22)
}

.simple-process-item h4 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #073965
}

.simple-process-item p {
    color: #6b7280;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.office-item.icon-only .office-img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #0b3c8a 55%, #f85603)
}

.office-item.icon-only .office-img i {
    font-size: 44px;
    color: #fff
}

.office-item.icon-only .office-icon {
    bottom: -22px
}

.section-title.st-start {
    text-align: left
}

.section-title.st-start::before {
    margin: 0 0 20px
}

.section-title.st-start p {
    margin-left: 0;
    margin-right: 0;
    max-width: none
}

.content-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 13px;
    color: #f85603;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 8px
}

.career-phone {
    max-width: 100%
}

.career-phone-banner {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #0b3c8a 55%, #f85603);
    color: #fff;
    font-size: 30px
}

.career-phone-info {
    background: #fff;
    padding: 18px 16px 20px;
    text-align: center
}

.career-phone-info h5 {
    color: #073965;
    font-size: 15px;
    margin-bottom: 12px;
    min-height: 38px
}

.career-phone-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 11px;
    color: #6b7280
}

.career-phone-meta span i {
    color: #f85603;
    width: 14px;
    margin-right: 4px
}

.legal-sidebar-sticky {
    position: sticky;
    top: 110px
}

.legal-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 15px 40px rgba(11, 28, 57, .08);
    margin-bottom: 24px
}

.legal-updated {
    display: inline-flex;
    align-items: center;
    background: #f5f8fd;
    color: #073965;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 22px
}

.legal-sidebar h5 {
    color: #073965;
    font-size: 15px;
    margin-bottom: 14px
}

.legal-toc {
    list-style: none;
    margin: 0;
    padding: 0
}

.legal-toc li {
    border-bottom: 1px solid #f0f2f5
}

.legal-toc li:last-child {
    border-bottom: none
}

.legal-toc a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 2px;
    color: #4b5563;
    font-size: 13px;
    text-decoration: none;
    transition: color .25s ease
}

.legal-toc a i {
    color: #f85603;
    width: 16px;
    flex-shrink: 0
}

.legal-toc a:hover {
    color: #073965
}

.legal-help-card {
    background: linear-gradient(160deg, #073965, #0b3c8a);
    border-radius: 20px;
    padding: 28px 26px;
    text-align: center;
    color: #fff
}

.legal-help-card i {
    font-size: 30px;
    color: #ff8a3d;
    margin-bottom: 12px
}

.legal-help-card h6 {
    color: #fff;
    margin-bottom: 8px
}

.legal-help-card p {
    color: #cfd9ea;
    font-size: 13px;
    margin-bottom: 18px
}

.legal-intro {
    color: #4b5563;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px
}

.legal-section {
    display: flex;
    gap: 20px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #eef1f5;
    scroll-margin-top: 110px
}

.legal-section:last-child {
    border-bottom: none
}

.legal-section-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 19px
}

.legal-section h4 {
    color: #073965;
    margin-bottom: 8px
}

.legal-section p {
    color: #6b7280;
    line-height: 25px;
    margin-bottom: 0
}

.legal-section p a {
    color: #f85603;
    font-weight: 600
}

@media (max-width:991px) {
    .legal-sidebar-sticky {
        position: static
    }
}

@media (max-width:575px) {
    .legal-section {
        flex-direction: column;
        gap: 12px
    }
}

.hero-tools-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-image: url("../img/hero/web-audit-section.avif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.hero-tools-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 20, 52, .82) 0, rgba(8, 40, 95, .68) 45%, rgba(6, 27, 72, .8) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1
}

.hero-tools-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .12), transparent 45%), linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .08) 50%, transparent 80%);
    z-index: 2;
    pointer-events: none
}

.hero-tools-section>.container {
    position: relative;
    z-index: 3
}

.header-area .header-top {
    background: linear-gradient(90deg, rgba(7, 57, 101, .4), rgba(248, 86, 3, .12))
}

.header-area .header-top .header-info-left ul li {
    display: inline-flex;
    align-items: center
}

.header-area .header-top .header-info-left ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(248, 86, 3, .18);
    color: #f85603;
    font-size: 11px;
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social li a {
    transition: transform .3s ease, color .3s ease
}

.header-area .header-top .header-info-right .header-social li a:hover {
    transform: translateY(-2px)
}

.header-bottom,
.header-sticky {
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease
}

.header-sticky.sticky-bar.sticky {
    background: rgba(11, 20, 41, .96);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.main-header .logo a img {
    transition: transform .35s ease
}

.main-header .logo a:hover img {
    transform: scale(1.05)
}

.main-header .main-menu ul li a {
    font-weight: 600;
    letter-spacing: .3px;
    position: relative
}

.main-header .main-menu ul li a::after {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 30px;
    height: 2px;
    background: #f85603;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease
}

.header-sticky.sticky-bar.sticky .main-menu ul li a::after {
    bottom: 17px
}

.main-header .main-menu ul li a.active::after,
.main-header .main-menu ul li:hover>a::after {
    transform: scaleX(1)
}

.main-header .main-menu ul li a.active {
    color: #f85603
}

.header-right-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f85603, #ff8a3d);
    border: none;
    font-weight: 700;
    letter-spacing: .3px;
    box-shadow: 0 10px 24px rgba(248, 86, 3, .35);
    transition: transform .3s ease, box-shadow .3s ease
}

.header-right-btn .btn::after {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 16px;
    margin-left: 8px;
    transition: transform .3s ease
}

.header-right-btn .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(248, 86, 3, .45);
    color: #fff
}

.header-right-btn .btn:hover::after {
    transform: translateX(4px)
}

@media (max-width:991px) {
    .header-area .header-top {
        background: rgba(7, 57, 101, .5)
    }
}

.slicknav_menu .slicknav_nav {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(7, 57, 101, .25);
    padding: 10px 6px;
    overflow: hidden
}

.slicknav_menu .slicknav_nav li {
    border-bottom: 1px solid #f0f2f5
}

.slicknav_menu .slicknav_nav li:last-child {
    border-bottom: none
}

.slicknav_menu .slicknav_nav a {
    color: #073965;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 16px;
    transition: color .25s ease, padding-left .25s ease
}

.slicknav_menu .slicknav_nav a:hover {
    color: #f85603;
    padding-left: 22px
}

.slicknav_btn {
    background: linear-gradient(135deg, #073965, #f85603);
    border-radius: 10px;
    padding: 9px 10px;
    margin: 0
}

.pricing-phone {
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

.pricing-phone--highlight {
    max-width: 320px;
    transform: scale(1.04);
    z-index: 2
}

@media (max-width:991px) {
    .pricing-phone--highlight {
        transform: none
    }
}

.pricing-phone-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff8a3d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 10px 22px rgba(255, 95, 19, .35);
    z-index: 5
}

.pricing-phone-body {
    background: #fff;
    padding: 24px 22px 26px;
    text-align: center
}

.pricing-phone-body--highlight {
    background: linear-gradient(160deg, #073965, #0b3c8a)
}

.pricing-phone-body h4 {
    color: #073965;
    font-size: 18px;
    margin-bottom: 8px
}

.pricing-phone-body--highlight h4 {
    color: #fff
}

.pricing-phone-body p {
    color: #6b7280;
    font-size: 12px;
    line-height: 20px;
    min-height: 40px
}

.pricing-phone-body--highlight p {
    color: #cfd9ea
}

.pricing-phone-price {
    margin: 14px 0 18px
}

.pricing-phone-price .amount {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 700;
    color: #f85603
}

.pricing-phone-body--highlight .pricing-phone-price .amount {
    color: #fff
}

.pricing-phone-price .period {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #9aa5b1
}

.pricing-phone-body--highlight .pricing-phone-price .period {
    color: #cfd9ea
}

.pricing-phone-body ul {
    margin-bottom: 20px
}

.pricing-phone-body ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #4b5563;
    line-height: 20px;
    margin-bottom: 8px
}

.pricing-phone-body--highlight ul li {
    color: #e3e8f0
}

.pricing-phone-body ul li i {
    color: #f85603;
    margin-top: 3px;
    flex-shrink: 0
}

.pricing-phone-body--highlight ul li i {
    color: #ff8a3d
}

.pricing-phone-body .btn {
    font-size: 13px
}

.contact-form-tablet {
    margin: 0 auto
}

.contact-form-phone,
.contact-info-phone {
    margin: 0 auto
}

.contact-info-app {
    background: #fff;
    padding: 22px 20px 26px
}

.contact-info-app ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #6b7280;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px
}

.contact-info-app ul li i {
    color: #22c07a;
    margin-top: 3px;
    flex-shrink: 0
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f5f8fd;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: background .25s ease
}

.contact-info-card:hover {
    background: #eef3fb
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 15px
}

.contact-info-label {
    display: block;
    font-size: 11px;
    color: #9aa5b1;
    text-transform: uppercase;
    letter-spacing: .3px
}

.contact-info-value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #073965;
    word-break: break-word
}

.career-modal .modal-dialog {
    max-width: 1000px
}

.career-modal-mockup {
    max-width: 100%;
    margin: 0
}

.career-modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f85603;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .3)
}

.career-modal-glass {
    background: #fff;
    max-height: 72vh;
    overflow-y: auto
}

.career-modal-body {
    padding: 34px 40px 40px;
    text-align: left
}

.career-modal-body h3 {
    color: #073965;
    margin-bottom: 14px
}

.career-modal-body h5 {
    color: #073965;
    margin-top: 22px;
    margin-bottom: 8px
}

.career-modal-body p {
    color: #6b7280;
    line-height: 24px
}

.career-modal-meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 22px;
    font-size: 13px;
    margin-bottom: 6px
}

.career-modal-skill {
    background: #f5f8fd;
    color: #073965;
    border: 1px solid #e3e8f0;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 12px
}

.career-modal-divider {
    border-color: #e3e8f0;
    margin: 28px 0 22px
}

.career-modal-sub {
    margin-bottom: 20px !important
}

@media (max-width:767px) {
    .career-modal-body {
        padding: 26px 20px 30px
    }
}

.career-apply-glass {
    background: #fff;
    padding: 10px
}

.career-apply-panel {
    padding: 34px 44px 40px
}

.career-apply-panel--phone {
    background: #fff;
    padding: 22px 18px 26px;
    border-radius: 0 0 28px 28px
}

.career-apply-header h4 {
    color: #073965;
    margin-bottom: 8px
}

.career-apply-header p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 22px
}

.career-apply-panel--phone .career-apply-header h4 {
    font-size: 17px
}

.career-apply-panel--phone .career-apply-header p {
    font-size: 12px;
    margin-bottom: 16px
}

.career-phone-info .btn {
    font-size: 12px;
    padding: 10px 14px
}

.blog-featured-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(11, 28, 57, .14);
    margin-bottom: 28px
}

.blog-featured-image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block
}

.blog-featured-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f85603;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 30px;
    box-shadow: 0 10px 24px rgba(255, 95, 19, .35)
}

.blog-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e3e8f0;
    color: #6b7280;
    font-size: 14px
}

.blog-meta-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #073965
}

.blog-meta-author img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    color: #073965;
    margin-top: 34px;
    margin-bottom: 16px
}

.blog-content p {
    color: #4b5563;
    line-height: 28px;
    margin-bottom: 20px
}

.blog-content ol,
.blog-content ul {
    margin-bottom: 20px;
    padding-left: 6px
}

.blog-content ol li,
.blog-content ul li {
    color: #4b5563;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 8px
}

.blog-content ul {
    list-style: none
}

.blog-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f85603;
    margin-right: 10px;
    margin-left: -18px
}

.blog-content img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(11, 28, 57, .12);
    margin: 10px 0 26px
}

.blog-content blockquote {
    border-left: 4px solid #f85603;
    background: #f5f8fd;
    padding: 22px 26px;
    border-radius: 0 14px 14px 0;
    color: #073965;
    font-style: italic;
    font-size: 17px;
    margin: 26px 0
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 26px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(11, 28, 57, .08)
}

.blog-content table th {
    background: #073965;
    color: #fff;
    text-align: left;
    padding: 12px 16px;
    font-weight: 600
}

.blog-content table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e3e8f0;
    color: #4b5563
}

.blog-content table tr:nth-child(2n) td {
    background: #f5f8fd
}

.blog-content a {
    color: #f85603;
    font-weight: 600;
    text-decoration: underline
}

.ps-frame-label {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 16px
}

.ps-frame-label--problem {
    background: rgba(255, 95, 19, .12);
    color: #ff5f13
}

.ps-frame-label--solution {
    background: rgba(7, 57, 101, .1);
    color: #073965
}

.ps-mockup {
    max-width: 100%;
    margin: 0 auto
}

.ps-slide {
    display: flex;
    flex-direction: column;
    min-height: 380px
}

.ps-slide-img {
    height: 200px;
    overflow: hidden
}

.ps-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ps-slide-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 26px;
    margin: 40px auto 0;
    box-shadow: 0 14px 30px rgba(7, 57, 101, .35)
}

.ps-slide-body {
    padding: 28px 34px 34px;
    text-align: left;
    flex: 1
}

.ps-slide--solution .ps-slide-body {
    text-align: center
}

.ps-slide-body h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.ps-slide-body p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.problem-carousel .owl-dots,
.solution-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 4
}

.problem-carousel .owl-dots .owl-dot span,
.solution-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    margin: 0
}

.problem-carousel .owl-dots .owl-dot.active span,
.solution-carousel .owl-dots .owl-dot.active span {
    background: #ff8a3d;
    width: 20px;
    border-radius: 5px
}

@media (max-width:991px) {
    .ps-slide {
        min-height: 340px
    }
}

.child-service-mockup {
    max-width: 1040px;
    margin: 20px auto 0
}

.child-service-slide {
    display: flex;
    flex-wrap: wrap;
    min-height: 380px
}

.child-service-slide-img {
    flex: 1 1 44%;
    max-width: 44%;
    overflow: hidden
}

.child-service-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 380px
}

.child-service-slide-body {
    flex: 1 1 56%;
    max-width: 56%;
    padding: 44px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.child-service-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px
}

.child-service-slide-body h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px
}

.child-service-slide-body p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.child-services-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(7, 57, 101, .75);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 4
}

.child-services-carousel .owl-nav .owl-prev {
    left: 14px
}

.child-services-carousel .owl-nav .owl-next {
    right: 14px
}

.child-services-carousel .owl-nav div:hover {
    background: #f85603
}

.child-services-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 4
}

.child-services-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    margin: 0
}

.child-services-carousel .owl-dots .owl-dot.active span {
    background: #f85603;
    width: 20px;
    border-radius: 5px
}

@media (max-width:767px) {

    .child-service-slide-body,
    .child-service-slide-img {
        flex: 1 1 100%;
        max-width: 100%
    }

    .child-service-slide-img img {
        min-height: 220px
    }

    .child-service-slide-body {
        padding: 30px 24px
    }
}

.service-showcase {
    position: relative;
    margin-top: 0 !important;
    max-width: none
}

.service-showcase .laptop-screen-glass img {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.service-showcase-icon {
    position: absolute;
    left: 36px;
    bottom: -26px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 14px 30px rgba(7, 57, 101, .35);
    border: 4px solid #fff;
    z-index: 3
}

.service-showcase-badge {
    position: absolute;
    top: 46px;
    right: 26px;
    background: #ff8a3d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 30px;
    box-shadow: 0 10px 24px rgba(255, 95, 19, .35);
    z-index: 3
}

.service-sidebar {
    position: sticky;
    top: 110px;
    background: #fff;
    border-radius: 22px;
    padding: 46px 30px 30px;
    box-shadow: 0 20px 50px rgba(11, 28, 57, .1);
    overflow: hidden
}

.service-sidebar-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #073965, #f85603)
}

.service-sidebar-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #0b3c8a);
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 22px rgba(7, 57, 101, .25)
}

.service-stat-row {
    display: flex;
    gap: 14px;
    margin-top: 10px
}

.service-stat {
    flex: 1;
    background: #f5f8fd;
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center
}

.service-stat-value {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    color: #073965
}

.service-stat-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-top: 2px
}

.service-sidebar-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #073965;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px
}

.service-sidebar-call:hover {
    color: #f85603
}

@media (max-width:991px) {
    .service-sidebar {
        top: 20px
    }
}

.founder-phone-photo {
    height: 280px;
    overflow: hidden
}

.founder-phone-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.founder-phone-info {
    background: #fff;
    padding: 18px 16px 22px;
    text-align: center
}

.founder-phone-info h4 {
    color: #073965;
    font-size: 18px;
    margin-bottom: 2px
}

.founder-phone-info p {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 14px
}

.founder-phone-social {
    display: flex;
    justify-content: center;
    gap: 10px
}

.founder-phone-social a {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #073965, #f85603);
    color: #fff;
    font-size: 14px;
    box-shadow: 0 8px 16px rgba(7, 57, 101, .3);
    transition: transform .3s ease
}

.founder-phone-social a:hover {
    transform: translateY(-3px) scale(1.06)
}

.founder-tablet-body {
    padding: 6px 26px 26px;
    flex: 1;
    min-height: 0;
    overflow-y: auto
}

.founder-tablet-body::-webkit-scrollbar {
    width: 5px
}

.founder-tablet-body::-webkit-scrollbar-thumb {
    background: #d7dce6;
    border-radius: 10px
}

.founder-tablet-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 24px
}

.office-culture-slide-frame {
    position: relative;
    max-width: 420px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .4);
    border: 6px solid rgba(255, 255, 255, .15)
}

.office-culture-slider .item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.office-culture-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
    gap: 8px
}

.office-culture-slider .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    margin: 0
}

.office-culture-slider .owl-dots .owl-dot.active span {
    background: #ff8a3d;
    width: 22px;
    border-radius: 5px
}

@media (max-width:991px) {
    .office-culture-slider .item img {
        height: 300px
    }
}

.vm-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden
}

.vm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(7, 20, 41, .88), rgba(7, 57, 101, .82));
    z-index: 0
}

.vm-area .section-title.st-light::before {
    filter: invert(1) brightness(2);
    opacity: .5
}

.vm-area .section-title.st-light h3 {
    color: #ff8a3d
}

.vm-area .section-title.st-light p {
    color: rgba(255, 255, 255, .85)
}

.vm-glass-card {
    position: relative;
    padding: 20px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease
}

.vm-glass-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .3)
}

.vm-glass-card h4 {
    color: #fff
}

.vm-glass-card p {
    color: rgba(255, 255, 255, .78)
}

.vm-glass-shine {
    position: absolute;
    inset: -30%;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .12) 48%, transparent 62%);
    background-size: 250% 250%;
    animation: laptopMirrorShine 8s ease-in-out infinite;
    pointer-events: none
}

@media (max-width:767px) {
    .vm-area {
        background-attachment: scroll
    }
}

@media (max-width:575px) {
    .about-img {
        transform: none
    }

    .about-img~div {
        left: 8px !important;
        bottom: -18px !important;
        max-width: calc(100% - 16px) !important
    }
}

@media (max-width:767px) {
    .section-title.st-start {
        text-align: center
    }

    .section-title.st-start::before {
        margin: 0 auto 20px
    }
}

.site-visitor-counter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(11, 60, 138, .16), rgba(11, 60, 138, .05));
    border: 1px solid rgba(11, 60, 138, .2)
}

.site-visitor-counter::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% -10%, rgba(11, 60, 138, .25), transparent 60%);
    pointer-events: none
}

.site-visitor-counter-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0b3c8a;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(11, 60, 138, .35)
}

.site-visitor-counter-text {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.25
}

.site-visitor-counter-number {
    font-size: 24px;
    font-weight: 700;
    color: #0b3c8a;
    letter-spacing: .3px
}

.site-visitor-counter-label {
    font-size: 12.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #6c7688
}

@media (prefers-color-scheme:dark) {
    .site-visitor-counter {
        background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
        border-color: rgba(255, 255, 255, .14)
    }

    .site-visitor-counter-number {
        color: #6ea3ff
    }

    .site-visitor-counter-label {
        color: #9aa4b4
    }
}

a.google-rating-counter {
    text-decoration: none;
    transition: transform .2s ease
}

a.google-rating-counter:hover {
    transform: translateY(-2px)
}

.google-rating-counter-icon {
    background: #f5b400;
    box-shadow: 0 6px 16px rgba(245, 180, 0, .35)
}

@media (max-width:575px) {
    .floating-meeting-btn {
        right: 16px !important;
        bottom: 146px !important;
        padding: 17px 17px !important;
        font-size: 12px !important
    }
}

@media (max-width:575px) {
    #scrollUp {
        right: 16px !important;
        bottom: 203px !important
    }
}

.hero-overly {
    width: 100%
}

.google-reviews-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px
}

.google-reviews-glogo {
    width: 22px;
    height: 22px
}

.google-reviews-score {
    font-size: 22px;
    font-weight: 700;
    color: #0b3c8a
}

.google-reviews-stars i {
    color: #f5b400;
    font-size: 16px
}

.google-reviews-stars i.bx-star {
    color: #d8dce3
}

.google-reviews-count {
    font-size: 13px;
    color: #6c7688
}

.google-review-card {
    height: 100%;
    padding: 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eef0f4;
    box-shadow: 0 8px 24px rgba(11, 60, 138, .06)
}

.google-review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.google-review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover
}

.google-review-badge {
    width: 18px;
    height: 18px;
    margin-left: auto;
    align-self: flex-start;
    opacity: .8
}

.google-review-stars i {
    color: #f5b400;
    font-size: 13px
}

.google-review-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6
}

.google-review-time {
    font-size: 12px;
    color: #9aa4b4;
    margin-top: 10px
}

@media (prefers-color-scheme:dark) {
    .google-review-card {
        background: rgba(255, 255, 255, .03);
        border-color: rgba(255, 255, 255, .08)
    }

    .google-review-text {
        color: #c3cad6
    }
}

.modal .btn-close {
    width: 1em;
    height: 1em;
    padding: .25em;
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: relative
}

.modal .btn-close::before {
    content: "\00d7";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #000
}

.modal .btn-close:hover {
    opacity: .85
}

.speed-score-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
    background: #9aa4b4
}

.speed-score-circle.score-good {
    background: #0cce6b
}

.speed-score-circle.score-average {
    background: #ffa400
}

.speed-score-circle.score-poor {
    background: #ff4e42
}

.floating-whatsapp-btn {
    position: fixed;
    right: 24px;
    bottom: 96px;
    z-index: 9998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    transition: transform .2s ease, box-shadow .2s ease;
    animation: floatingWhatsappPulse 2.4s ease-in-out infinite
}

.floating-whatsapp-btn:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .32)
}

@keyframes floatingWhatsappPulse {

    0%,
    100% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, .25), 0 0 0 0 rgba(37, 211, 102, .5)
    }

    50% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, .25), 0 0 0 10px rgba(37, 211, 102, 0)
    }
}

@media (max-width:575px) {
    .floating-whatsapp-btn {
        right: 16px;
        bottom: 86px;
        width: 50px;
        height: 50px;
        font-size: 26px
    }
}

.floating-meeting-btn {
    position: fixed;
    right: 24px;
    bottom: 166px;
    z-index: 9998;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 50px;
    background: #0b3c8a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(11, 60, 138, .35);
    transition: transform .2s ease, box-shadow .2s ease
}

.floating-meeting-btn:hover {
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 28px rgba(11, 60, 138, .45)
}

.floating-meeting-btn i {
    font-size: 18px
}

.audit-tracker-window {
    border-radius: 12px;
    overflow: hidden
}

.audit-tracker-chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #f1f1f4;
    border-bottom: 1px solid #e2e2ea
}

.audit-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block
}

.audit-tracker-title {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #073965
}

@media (max-width:575px) {
    .audit-tracker-title {
        font-size: 11px
    }
}

.audit-score-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
    background: #9aa4b4
}

.audit-score-circle.score-good {
    background: #0cce6b
}

.audit-score-circle.score-average {
    background: #ffa400
}

.audit-score-circle.score-poor {
    background: #ff4e42
}

.audit-seo-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f3;
    font-size: 13.5px
}

.audit-seo-list li:last-child {
    border-bottom: none
}

.audit-seo-list .seo-check-icon {
    flex-shrink: 0;
    margin-top: 2px
}

.audit-seo-list .seo-check-icon.ok {
    color: #0cce6b
}

.audit-seo-list .seo-check-icon.warn {
    color: #ff4e42
}

.audit-seo-list .seo-check-detail {
    color: #6c757d;
    font-size: 12px
}

.blog-comment-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 26px;
    border: 1px solid #eef1f6;
    box-shadow: 0 16px 40px rgba(11, 60, 138, .08);
    position: relative;
    overflow: hidden
}

.blog-comment-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b3c8a, #ff5f13)
}

.blog-comment-form-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px
}

.blog-comment-form-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b3c8a, #2f6fd6);
    color: #fff;
    font-size: 18px
}

.blog-comment-form-header h5 {
    margin: 0;
    font-size: 17px;
    color: #14213d
}

.blog-comment-form-header p {
    margin: 2px 0 0;
    font-size: 12.5px;
    color: #8a8f98
}

.blog-comment-field {
    position: relative;
    margin-bottom: 14px
}

.blog-comment-field>i {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 13px;
    color: #9aa5b1;
    pointer-events: none
}

.blog-comment-field input,
.blog-comment-field textarea {
    width: 100%;
    border: 1.5px solid #e3e8f1;
    background: #f8fafd;
    border-radius: 12px;
    padding: 12px 14px 12px 40px;
    font-size: 13.5px;
    color: #14213d;
    outline: 0;
    resize: none;
    box-sizing: border-box;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease
}

.blog-comment-field input:focus,
.blog-comment-field textarea:focus {
    border-color: #0b3c8a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 60, 138, .08)
}

.blog-comment-field-textarea textarea {
    padding-left: 14px;
    min-height: 110px
}

.blog-comment-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.blog-comment-form-msg:empty {
    display: none
}

.blog-comment-form-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: #8a8f98;
    margin: 14px 0 0
}

@media (max-width:575px) {
    .blog-comment-form-card {
        padding: 22px 18px;
        border-radius: 16px
    }
}

@media (min-width:992px) {
    .blog-sidebar-sticky {
        position: sticky;
        top: 100px
    }
}

.blog-comments-sidebar {
    margin-top: 24px
}

@media (min-width:992px) {
    .blog-comments-sidebar {
        max-height: min(560px, calc(100vh - 480px));
        overflow-y: auto;
        padding-right: 8px
    }

    .blog-comments-sidebar::-webkit-scrollbar {
        width: 6px
    }

    .blog-comments-sidebar::-webkit-scrollbar-thumb {
        background: #d7dce3;
        border-radius: 6px
    }

    .blog-comments-sidebar::-webkit-scrollbar-track {
        background: 0 0
    }
}

.blog-comments-section {
    margin-top: 0
}

.blog-comments-sidebar .section-title h3 {
    font-size: 22px;
    line-height: 30px
}

.blog-comments-sidebar .fb-comment-bubble {
    display: block
}

.fb-comment-list {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.fb-comment {
    display: flex;
    gap: 10px
}

.fb-comment-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b3c8a, #2f6fd6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px
}

.fb-reply .fb-comment-avatar {
    width: 32px;
    height: 32px;
    font-size: 12px
}

.fb-comment-body {
    flex: 1;
    min-width: 0
}

.fb-comment-bubble {
    position: relative;
    background: #f0f2f5;
    border-radius: 18px;
    padding: 8px 14px;
    display: inline-block;
    max-width: 100%
}

.fb-comment-name {
    display: block;
    font-size: 13.5px;
    color: #14213d
}

.fb-comment-text {
    font-size: 14.5px;
    color: #333;
    word-break: break-word;
    white-space: pre-line
}

.fb-comment-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    padding-left: 14px;
    font-size: 12.5px;
    flex-wrap: wrap
}

.fb-comment-actions .fb-comment-time {
    margin-right: 6px
}

.fb-comment-time {
    color: #65676b
}

.fb-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f0f2f5;
    border: none;
    color: #65676b;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .15s ease
}

.fb-action-btn:hover {
    background: #e4e6eb;
    transform: scale(1.08)
}

.fb-like-toggle.is-active {
    background: #eaf1ff
}

.fb-like-toggle.is-active.is-like {
    color: #0b5fff
}

.fb-like-toggle.is-active.is-love {
    color: #f3425f;
    background: #fdeaee
}

.fb-comment-reactions {
    position: relative
}

.fb-reaction-picker {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    display: none;
    gap: 6px;
    background: #fff;
    border-radius: 24px;
    padding: 6px 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
    z-index: 5
}

.fb-reaction-picker.show {
    display: flex
}

.fb-reaction-option {
    border: none;
    background: 0 0;
    font-size: 20px;
    padding: 2px 4px;
    cursor: pointer;
    transition: transform .15s ease;
    line-height: 1
}

.fb-reaction-option:hover {
    transform: scale(1.3)
}

.fb-reaction-option[data-type=like] {
    color: #0b5fff
}

.fb-reaction-option[data-type=love] {
    color: #f3425f
}

.fb-reaction-summary {
    position: absolute;
    right: -6px;
    bottom: -9px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 10px;
    padding: 2px 6px 2px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    color: #65676b
}

.fb-reaction-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    border: 1.5px solid #fff
}

.fb-reaction-icon.like {
    background: #0b5fff
}

.fb-reaction-icon.love {
    background: #f3425f;
    margin-left: -4px
}

.fb-reaction-total {
    font-size: 12px
}

.fb-reply-form {
    margin-top: 8px;
    padding-left: 14px
}

.fb-replies {
    margin-top: 12px;
    padding-left: 20px;
    border-left: 2px solid #e4e6eb;
    display: flex;
    flex-direction: column;
    gap: 14px
}

@media (max-width:575px) {
    .fb-comment-avatar {
        width: 34px;
        height: 34px;
        font-size: 12px
    }

    .fb-comment-actions {
        gap: 10px
    }

    .fb-replies {
        padding-left: 12px
    }

    .blog-comment-form-card {
        margin-top: 24px
    }
}

.no-icon::before {
    display: none
}

/* ================= Footer Redesign ================= */

/* Tighter, more premium spacing across every breakpoint (overrides the
   original 130px/100px .footer-padding rules defined earlier in this file
   via source order, not specificity). */
.footer-padding {
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-area .footer-tittle h4 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

.footer-area .footer-tittle h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background: #ff5f13;
}

.footer-social-redesigned {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-area .footer-copy-right {
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ---- Desktop / tablet grid is the default; mobile carousel stays hidden ---- */
.footer-mobile-carousel {
    display: none;
}

/* ---- Mobile: swap the tall stacked grid for a swipeable panel carousel ---- */
@media (max-width: 767px) {
    .footer-desktop-grid {
        display: none;
    }

    .footer-padding {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-mobile-carousel {
        display: block;
    }

    .footer-carousel-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .footer-carousel-track::-webkit-scrollbar {
        display: none;
    }

    .footer-carousel-panel {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding: 4px 4px 0;
        box-sizing: border-box;
    }

    .footer-carousel-panel .single-footer-caption {
        margin-bottom: 0;
    }

    .footer-carousel-links-grid {
        display: flex;
        gap: 24px;
    }

    .footer-carousel-links-grid>div {
        flex: 1 1 50%;
        min-width: 0;
    }

    .footer-carousel-links-grid .footer-tittle h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .footer-carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 26px;
    }

    .footer-carousel-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all .25s ease;
    }

    .footer-carousel-dot.active {
        width: 24px;
        border-radius: 4px;
        background: #ff5f13;
    }
}

/* ================= About/Welcome checklist: blue-to-white ribbon tags =================
   Each <li> becomes a flag/ribbon-shaped bar (pointed right edge via
   clip-path) filled with a single blue-to-white gradient, instead of a
   plain unstyled list line. */
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 36px 12px 16px;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #0b3c8a 0%, #0b3c8a 55%, #ffffff 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    border-radius: 4px 0 0 4px;
    box-shadow: 0 4px 10px rgba(11, 60, 138, 0.18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-list li:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 14px rgba(11, 60, 138, 0.28);
}

.about-list i {
    color: #fff;
    margin-right: 10px;
    flex-shrink: 0;
}

/* ================= Footer social icons — glossy blue/white circular badges =================
   Matches the reference "glossy 3D button" icon-sheet style, recolored to
   the brand's blue instead of silver/gray. */
.footer-area .footer-social-redesigned a {
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(160deg, #3a7bdc 0%, #0b3c8a 55%, #082a63 100%);
    box-shadow:
        0 5px 12px rgba(11, 60, 138, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.55),
        inset 0 -3px 5px rgba(0, 0, 0, 0.28);
    transition: transform .25s ease, box-shadow .25s ease;
}

.footer-area .footer-social-redesigned a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    right: 6px;
    height: 46%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    border-radius: 50% 50% 60% 60% / 60% 60% 40% 40%;
    pointer-events: none;
}

.footer-area .footer-social-redesigned a i {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.footer-area .footer-social-redesigned a:hover {
    transform: translateY(-3px);
    box-shadow:
        0 9px 18px rgba(11, 60, 138, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.65),
        inset 0 -3px 5px rgba(0, 0, 0, 0.32);
}

.footer-area .footer-social-redesigned a:hover i {
    color: #ffffff;
}

/* ================= "Our Impact in Numbers" — badge + shield style v2 =================
   Circular gradient icon badge sits above a white "shield" shape with a
   colored rim; the number lives INSIDE the shield (not below it), and the
   label sits outside/below on the section background — matching the
   reference exactly. Colors cycle pink/green/orange/blue per item. */
.funfacts .funfact {
    text-align: center;
    font-family: "Oswald";
}

.funfacts .funfact:after {
    display: none;
}

.funfact-badge-wrap {
    position: relative;
    width: 128px;
    margin: 0 auto;
}

.funfacts .funfact .st-funfact-icon {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.funfact-shield {
    position: relative;
    z-index: 1;
    width: 112px;
    margin: -34px auto 0;
    padding: 40px 8px 12px;
    background: #ffffff;
    border: 3px solid transparent;
    border-top: none;
    border-radius: 0 0 56px 56px;
    box-shadow: 0 10px 18px rgba(20, 33, 61, 0.10);
}

.funfacts .funfact .st-funfact-counter {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: .5px;
    font-weight: 700;
}

.funfacts .funfact .funfact-title {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c8494;
}

.funfacts .funfact-color-1 .st-funfact-icon {
    background: linear-gradient(135deg, #e0299f, #9c1362);
}

.funfacts .funfact-color-1 .funfact-shield {
    border-color: #c2185b;
}

.funfacts .funfact-color-1 .st-funfact-counter {
    color: #c2185b;
}

.funfacts .funfact-color-2 .st-funfact-icon {
    background: linear-gradient(135deg, #4bd67f, #1f9e4c);
}

.funfacts .funfact-color-2 .funfact-shield {
    border-color: #1f9e4c;
}

.funfacts .funfact-color-2 .st-funfact-counter {
    color: #1f9e4c;
}

.funfacts .funfact-color-3 .st-funfact-icon {
    background: linear-gradient(135deg, #ffab4d, #ff5f13);
}

.funfacts .funfact-color-3 .funfact-shield {
    border-color: #ff5f13;
}

.funfacts .funfact-color-3 .st-funfact-counter {
    color: #ff5f13;
}

.funfacts .funfact-color-4 .st-funfact-icon {
    background: linear-gradient(135deg, #4aa8ff, #0b3c8a);
}

.funfacts .funfact-color-4 .funfact-shield {
    border-color: #0b3c8a;
}

.funfacts .funfact-color-4 .st-funfact-counter {
    color: #0b3c8a;
}

@media (max-width: 767px) {
    .funfacts .funfact {
        margin-bottom: 22px;
    }
}

/* ================= FAQ/Contact "app tablet" mockup — shrink on mobile =================
   .app-tablet-screen is a fixed 730-733px tall frame at EVERY breakpoint,
   which on a phone eats almost the entire viewport and makes the FAQ list's
   internal scroll area tiny relative to how much content it has to hold.
   Scaling it down on small screens keeps the mockup visible without forcing
   nearly all page-scroll to happen inside this one narrow inner panel. */
@media (max-width: 767px) {
    .app-tablet-screen {
        min-height: 480px;
        max-height: 520px;
    }

    .tablet-screen.app-tablet-screen.contact-tab {
        min-height: 460px !important;
    }
}

@media (max-width: 420px) {
    .app-tablet-screen {
        min-height: 420px;
        max-height: 460px;
    }
}

/* ----------------------------------------------------------------
   "Why Choose Us" premium restyle to match the reference design:
   solid orange pill CTA (was a navy outline button — swapped to a
   plain .btn in the blade so it inherits the site's real orange
   button styling) and a serif title-case heading (was uppercase
   Oswald, inconsistent with the rest of the page's rounded pill
   cards and circular photo frames, which were already built this
   way).
   ---------------------------------------------------------------- */
#why-choose-us .section-title h3 {
    font-family: "Playfair Display", serif;
    text-transform: none;
    color: #073965;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.3;
}

.why-choose-btn {
    border-radius: 30px;
}

/* ----------------------------------------------------------------
   Pricing page's "Affordable Web Design Packages" section reuses the
   exact same .service-item pill-card component as #why-choose-us on
   the home page — only the circular-photo sizing/hover was scoped to
   that specific id in the original CSS, so it's duplicated here under
   this section's own id rather than widening that existing selector.
   ---------------------------------------------------------------- */
#pricing-why-deovate .section-title h3 {
    font-family: "Playfair Display", serif;
    text-transform: none;
    color: #073965;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.3;
}

#pricing-why-deovate .service-img {
    width: 350px;
    height: 350px;
    margin: 70px auto;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #0b3c8a;
    background: #fff;
    box-shadow: 0 15px 40px rgba(11, 60, 138, .18);
    position: relative;
    flex-shrink: 0;
    object-fit: contain !important;
}

#pricing-why-deovate .service-img img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
}

#pricing-why-deovate .service-item:hover .service-img {
    transform: translateY(-8px);
    transition: .4s ease;
    box-shadow: 0 25px 55px rgba(11, 60, 138, .25);
}

#pricing-why-deovate .service-item:hover .service-img img {
    transform: scale(1.08);
    transition: .4s ease;
}

@media (max-width: 991px) {
    #pricing-why-deovate .service-img {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    #pricing-why-deovate .service-img {
        width: 180px;
        height: 180px;
        margin-bottom: 30px;
    }
}

/* ----------------------------------------------------------------
   Glossy 3D circular buttons — scroll-to-top and the floating
   WhatsApp button get the same top-lit glass-sphere treatment as
   the footer's social icon badges (.footer-social-redesigned a,
   already built this way). Each button keeps its own existing
   background color — this only layers a shine + depth on top of it.
   ---------------------------------------------------------------- */
#scrollUp,
.floating-whatsapp-btn {
    position: relative;
    overflow: hidden;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.55),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28);
}

#scrollUp::before,
.floating-whatsapp-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 55%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    border-radius: 50%;
    pointer-events: none;
}

.floating-whatsapp-btn:hover {
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.32),
        inset 0 1px 1px rgba(255, 255, 255, 0.55),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28);
}

/* Redefines the pulse keyframes (same name as the earlier rule) so the
   expanding ring animates without wiping out the glossy inset shadows
   on every frame. */
@keyframes floatingWhatsappPulse {

    0%,
    100% {
        box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.25),
            inset 0 1px 1px rgba(255, 255, 255, 0.55),
            inset 0 -3px 6px rgba(0, 0, 0, 0.28),
            0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    50% {
        box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.25),
            inset 0 1px 1px rgba(255, 255, 255, 0.55),
            inset 0 -3px 6px rgba(0, 0, 0, 0.28),
            0 0 0 10px rgba(37, 211, 102, 0);
    }
}

/* ----------------------------------------------------------------
   FAQ +/- toggle circles — both variants on the site (the plain
   .faq-icon on the standalone FAQ page, and the smaller .app-faq-list
   .faq-icon inside the shared tablet-mockup FAQ block) get the same
   glossy 3D treatment as the other circular buttons above. Own colors
   (navy default, orange when a question is open) are untouched.
   ---------------------------------------------------------------- */
.faq-icon,
.app-faq-list .faq-icon {
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.18),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 4px rgba(0, 0, 0, 0.25);
}

.faq-icon::before,
.app-faq-list .faq-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 55%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    border-radius: 50%;
    pointer-events: none;
}

.faq-icon i,
.app-faq-list .faq-icon i {
    position: relative;
    z-index: 1;
}

/* ----------------------------------------------------------------
   Home page offers — a card per live offer (any number at once),
   reusing the same glossy 3D circle badge and navy/orange gradient
   language as the rest of the site.
   ---------------------------------------------------------------- */
.offer-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 34px 28px 28px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eef1f7;
    box-shadow: 0 15px 40px rgba(11, 60, 138, 0.1);
    transition: transform .3s ease, box-shadow .3s ease;
}

.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(11, 60, 138, 0.18);
}

.offer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0b3c8a, #1e50c8, #f85603);
}

.offer-card-icon {
    position: relative;
    overflow: hidden;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: linear-gradient(160deg, #3a7bdc 0%, #0b3c8a 55%, #082a63 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow:
        0 5px 12px rgba(11, 60, 138, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.55),
        inset 0 -3px 5px rgba(0, 0, 0, 0.28);
}

.offer-card-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 55%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    border-radius: 50%;
    pointer-events: none;
}

.offer-card-icon i {
    position: relative;
    z-index: 1;
}

.offer-card-badge {
    align-self: flex-start;
    background: linear-gradient(135deg, #f85603, #ff8a3d);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    box-shadow: 0 8px 18px rgba(248, 86, 3, 0.3);
}

.offer-card h4 {
    color: #073965;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer-card p {
    color: #6b7280;
    flex-grow: 1;
    margin-bottom: 22px;
}

.offer-card .btn-main {
    align-self: flex-start;
}

@media (max-width: 575px) {
    .offer-card {
        padding: 28px 22px 22px;
    }
}

/* ----------------------------------------------------------------
   Home page "Offers" envelope popup — a floating trigger button with
   its own continuous attention bounce, opening a modal where a
   stylised envelope flips open (pure CSS 3D flap) on click to reveal
   either the live offers or a friendly empty state. Toggles open/shut
   on repeat clicks, and starts closed fresh every time the popup itself
   is reopened, so the reveal animation replays every time, not just once.
   ---------------------------------------------------------------- */
.offer-trigger-btn {
    position: fixed;
    left: 24px;
    bottom: 96px;
    z-index: 9998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(160deg, #ff8a3d 0%, #f85603 60%, #c94202 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.55),
        inset 0 -3px 6px rgba(0, 0, 0, 0.28);
    animation: offerTriggerBounce 2.6s ease-in-out infinite;
}

.offer-trigger-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 55%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    border-radius: 50%;
    pointer-events: none;
}

.offer-trigger-btn i {
    position: relative;
    z-index: 1;
}

.offer-trigger-count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    background: #0b3c8a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

@keyframes offerTriggerBounce {
    0%, 100% { transform: translateY(0); }
    10% { transform: translateY(-8px); }
    20% { transform: translateY(0); }
    28% { transform: translateY(-4px); }
    36% { transform: translateY(0); }
}

@media (max-width: 575px) {
    .offer-trigger-btn {
        left: 16px;
        bottom: 86px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.offer-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8, 15, 33, 0.72);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.offer-popup-overlay.is-open {
    display: flex;
}

.offer-popup-box {
    position: relative;
    width: 100%;
    max-width: 540px;
}

.offer-popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #0b3c8a;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-scene {
    position: relative;
    height: 420px;
    perspective: 1400px;
}

.envelope-hint {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-top: 14px;
    letter-spacing: .02em;
    animation: envelopeHintPulse 1.6s ease-in-out infinite;
    transition: opacity .3s ease;
}

@keyframes envelopeHintPulse {
    0%, 100% { opacity: .65; }
    50% { opacity: 1; }
}

.offer-popup-box {
    max-height: 92vh;
    overflow-y: auto;
}

/* ----------------------------------------------------------------
   Gift box + illustrated mascot — tap the box, the lid pops off, the
   mascot (Deovate t-shirt) rises up already holding the offer board,
   and the box itself fades away shortly after, leaving the mascot
   standing with the board. CSS-drawn (no photo). Sized to fit inside
   the popup without an inner scrollbar in the common case (2-3 short
   offers); the scrollbars that remain are a safety net for longer
   content or very short viewports, not something that shows normally.
   ---------------------------------------------------------------- */
.gift-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 190px;
    margin-left: -95px;
    cursor: pointer;
}

.gift-box-body {
    position: relative;
    height: 96px;
    border-radius: 10px;
    background: linear-gradient(160deg, #ff8a3d 0%, #f85603 60%, #c94202 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform .4s ease .55s, opacity .4s ease .55s;
}

.gift-box-ribbon-v {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 18px;
    margin-left: -9px;
    background: #0b3c8a;
}

.gift-box-ribbon-h {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    background: #0b3c8a;
}

.gift-box-lid {
    position: absolute;
    top: -22px;
    left: -8px;
    right: -8px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(160deg, #113a99, #0b3c8a);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    z-index: 3;
    transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .45s ease;
}

.gift-box-bow {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    border-radius: 50%;
    background: #f85603;
    border: 3px solid #fff;
}

.gift-box.is-open .gift-box-lid {
    transform: translateY(-60px) rotate(-22deg);
    opacity: 0;
    pointer-events: none;
}

.gift-box.is-open .gift-box-body {
    transform: scale(0.7);
    opacity: 0;
    pointer-events: none;
}

.gift-box.is-open ~ .envelope-hint {
    opacity: 0;
    pointer-events: none;
}

/* ----------------------------------------------------------------
   Mascot + laptop reveal — one flex-stacked unit (laptop on top,
   mascot below, holding it up) instead of two independently
   absolute-positioned pieces with hand-calculated offsets against
   each other — that's what actually broke the previous version.
   Flexbox stacks them correctly regardless of exact sizes.
   ---------------------------------------------------------------- */
.offer-reveal {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 100%;
    max-width: 440px;
    margin-left: -220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: transform .6s cubic-bezier(0.34, 1.56, 0.64, 1) .15s, opacity .45s ease .15s;
    z-index: 2;
}

.gift-box.is-open ~ .offer-reveal {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-30px);
}

.offer-laptop.laptop-mockup {
    max-width: 420px;
    margin: 0;
}

.offer-laptop .laptop-screen-glass {
    min-height: 190px;
}

.offer-mascot {
    position: relative;
    width: 140px;
    height: 104px;
    margin-top: -18px;
    z-index: 1;
}

.offer-person-head {
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border-radius: 50%;
    background: #f4b183;
    box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.offer-person-eye {
    position: absolute;
    top: 15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2b1c12;
}

.offer-person-eye-left {
    left: 10px;
}

.offer-person-eye-right {
    right: 10px;
}

.offer-person-smile {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 13px;
    height: 7px;
    margin-left: -6.5px;
    border: 2px solid #2b1c12;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0 0 10px 10px;
}

.offer-person-body {
    position: absolute;
    top: 32px;
    left: 50%;
    width: 72px;
    height: 60px;
    margin-left: -36px;
    background: linear-gradient(160deg, #2f66d6, #1e50c8 55%, #113a99 100%);
    border-radius: 20px 20px 12px 12px;
    box-shadow: 0 10px 22px rgba(11, 60, 138, 0.35);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-person-shirt-text {
    color: #fff;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: .01em;
    text-transform: uppercase;
    white-space: nowrap;
}

.offer-person-arm {
    position: absolute;
    top: 36px;
    width: 12px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(160deg, #2f66d6, #113a99);
    transition: transform .6s cubic-bezier(0.34, 1.56, 0.64, 1) .25s;
    z-index: 1;
}

.offer-person-arm-left {
    left: 26px;
    transform-origin: top center;
    transform: rotate(15deg);
}

.offer-person-arm-right {
    right: 26px;
    transform-origin: top center;
    transform: rotate(-15deg);
}

.gift-box.is-open ~ .offer-reveal .offer-person-arm-left {
    transform: rotate(100deg);
}

.gift-box.is-open ~ .offer-reveal .offer-person-arm-right {
    transform: rotate(-100deg);
}

.offer-person-hand {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-radius: 50%;
    background: #f4b183;
}

/* ----------------------------------------------------------------
   Offer slides — content for each offer inside the laptop screen
   (reuses .laptop-slide's base layout/animation, dark-glass colors
   adjusted for readability since offer text is more compact than the
   process-step copy that component was originally built for).
   ---------------------------------------------------------------- */
.offer-slide {
    padding: 26px 24px 30px;
}

.offer-slide-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f85603, #ff8a3d);
    color: #fff;
    font-weight: 800;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 12px;
}

.offer-slide h5 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.offer-slide p {
    color: #b9c4d9;
    font-size: 13px;
    line-height: 22px;
    max-width: none;
}

.offer-slide-btn {
    display: inline-block;
    margin-top: 14px;
    background: #fff;
    color: #0b3c8a;
    font-weight: 700;
    font-size: 12.5px;
    padding: 7px 18px;
    border-radius: 20px;
    text-decoration: none;
    transition: transform .2s ease;
}

.offer-slide-btn:hover {
    color: #0b3c8a;
    transform: translateY(-1px);
}

.offer-slide-empty i {
    font-size: 34px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 480px) {
    .gift-scene {
        height: 400px;
    }

    .offer-popup-box {
        max-width: 94vw;
    }

    .offer-reveal {
        max-width: 92vw;
        margin-left: -46vw;
    }

    .offer-laptop.laptop-mockup {
        max-width: 92vw;
    }
}

/* ----------------------------------------------------------------
   "View Your Business" home-page form success panel + the generated
   business-preview landing page (nav, hero, badge, watermark, footer,
   gallery/testimonial/team cards) — everything else on that page reuses
   existing site-wide classes (funfacts, office-item, service-item,
   pricing-phone, process-flow, faq-wrapper, call-2-acction).
   ---------------------------------------------------------------- */
.vyb-success-panel {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #eafaf0;
    border: 1px solid #b7ebc9;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.vyb-success-panel > i.fa-check-circle {
    font-size: 34px;
    color: #22c07a;
}

.vyb-success-panel h5 {
    margin: 0 0 4px;
    color: #14213d;
}

.vyb-success-panel p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.vyb-success-panel .btn {
    margin-left: auto;
}

/* The shared .app-tablet-screen has a hard max-height (733px) tuned for the shorter
   Contact form — this form has 2 extra fields (business type, address, image) that
   would otherwise get silently clipped past that height. Scoped to this instance only. */
.vyb-tablet .app-tablet-screen,
.vyb-tablet .tablet-screen {
    max-height: none;
    min-height: auto;
    overflow: visible;
}

.biz-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    flex-shrink: 0;
}

.biz-logo-badge-sm {
    width: 36px;
    height: 36px;
    font-size: 14px;
}

.biz-logo-badge-lg {
    width: 90px;
    height: 90px;
    font-size: 34px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.biz-logo-badge-xl {
    width: 140px;
    height: 140px;
    font-size: 48px;
    border-radius: 50%;
    color: #ffffff;
}

.landing-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 2px 14px rgba(20, 33, 61, 0.08);
    padding: 12px 0;
}

.landing-nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.landing-nav-name {
    font-weight: 700;
    font-size: 18px;
    color: #14213d;
}

.landing-nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.landing-nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0b3c8a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease;
}

.landing-nav-pill:hover {
    background: #ff5f13;
    color: #ffffff;
}

.landing-hero {
    padding: 90px 0 100px;
    text-align: center;
    color: #ffffff;
}

.landing-hero h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 12px;
}

.landing-hero-tagline {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.landing-hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 auto 30px;
}

.landing-gallery-tile {
    height: 200px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-gallery-tile i {
    font-size: 38px;
    color: rgba(11, 60, 138, 0.35);
}

.landing-testimonial-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

.landing-testimonial-stars {
    color: #ffb400;
    margin-bottom: 12px;
    font-size: 14px;
}

.landing-testimonial-card p {
    color: #4a5568;
    font-style: italic;
    margin-bottom: 18px;
}

.landing-testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-team-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

.landing-team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 30px;
}

.landing-contact-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 20px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

.landing-contact-card i {
    font-size: 28px;
    color: #0b3c8a;
    margin-bottom: 12px;
}

.landing-contact-card h6 {
    margin-bottom: 6px;
    color: #14213d;
}

.landing-contact-card p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.landing-footer {
    background: #0f1b33;
    color: rgba(255, 255, 255, 0.75);
    padding: 50px 0 30px;
    text-align: center;
}

.landing-footer h5 {
    color: #ffffff;
    margin-bottom: 10px;
}

.landing-footer-credit {
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.55);
}

.landing-footer-credit a {
    color: #ff8a3d;
    text-decoration: none;
    font-weight: 600;
}

.landing-footer-credit a:hover {
    text-decoration: underline;
}

/* Tiled, low-opacity watermark that sits over the whole preview page — even a
   successful screenshot keeps this text attached, per the anti-copy deterrent. */
.landing-watermark {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    transform: rotate(-30deg) scale(1.5);
    opacity: 0.05;
}

.landing-watermark span {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    padding: 24px 32px;
}

.app-form-group select,
.app-form-group input[type="file"] {
    width: 100%;
    border: 1.5px solid #e3e8f1;
    background: #f8fafd;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 13px;
    color: #14213d;
    outline: none;
    box-sizing: border-box;
}

.app-form-group input[type="file"] {
    padding: 8px 10px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .landing-hero h1 {
        font-size: 32px;
    }

    .landing-hero-tagline {
        font-size: 18px;
    }

    .landing-nav-name {
        font-size: 14px;
    }

    .biz-logo-badge-xl {
        width: 100px;
        height: 100px;
        font-size: 36px;
    }
}


/* ----------------------------------------------------------------
   Round 2: real stock photos + cursive wordmark logo + ecommerce
   product cards for the business-preview landing page, plus a
   pre-existing bug fix (dark-on-dark form labels inside a phone
   mockup — also affects the real Contact page's mobile form).
   ---------------------------------------------------------------- */
.phone-screen .app-form-group label {
    color: rgba(255, 255, 255, 0.85);
}

.landing-wordmark {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
}

.landing-nav-name.landing-wordmark {
    font-size: 26px;
    line-height: 1;
}

.landing-hero h1.landing-wordmark {
    font-size: 58px;
    line-height: 1.15;
}

.landing-footer h5.landing-wordmark {
    font-size: 28px;
}

.landing-gallery-tile {
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
}

.landing-gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.landing-gallery-tile:hover img {
    transform: scale(1.08);
}

.landing-avatar-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.landing-team-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
}

.landing-team-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    display: block;
    border: 3px solid #f5f8fd;
}

.landing-product-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
    height: 100%;
}

.landing-product-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.landing-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-product-body {
    padding: 14px;
    text-align: center;
}

.landing-product-body h6 {
    font-size: 13px;
    color: #14213d;
    margin-bottom: 6px;
    min-height: 34px;
}

.landing-product-price {
    font-weight: 700;
    color: #0b3c8a;
    font-size: 15px;
}

@media (max-width: 767px) {
    .landing-nav-name.landing-wordmark {
        font-size: 18px;
    }

    .landing-hero h1.landing-wordmark {
        font-size: 36px;
    }

    .landing-footer h5.landing-wordmark {
        font-size: 22px;
    }
}


/* .vyb-form: same base layout as .app-contact-form, but intentionally NOT that class name —
   main.js globally hijacks every .app-contact-form's submit and AJAX-posts only its own
   hardcoded Contact-form fields (name/email/phone/subject/message), silently dropping this
   form's actual fields (business_name, industry_id, address, logo_image). Real bug, fixed. */
.vyb-form {
    padding: 14px 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
