﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input::-webkit-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::placeholder {
    color: #555;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #555;
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul, li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0px;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    border: none !important;
    box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: #000;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

    a:hover, a:focus,
    button:hover,
    button:focus {
        outline: 0;
        text-decoration: none;
    }

input, textarea, button {
    border: 0px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #53545A;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #001659;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 60px;
    line-height: 1.17;
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 42px;
    }
}

h1.fs-lg, .h1.fs-lg {
    font-size: 90px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    h1.fs-lg, .h1.fs-lg {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    h1.fs-lg, .h1.fs-lg {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    h1.fs-lg, .h1.fs-lg {
        font-size: 46px;
    }
}

h2 {
    font-size: 30px;
    line-height: 145%;
}

h3 {
    font-size: 24px;
    line-height: 145%;
}

h4 {
    font-size: 22px;
    line-height: 145%;
}

h5 {
    font-size: 20px;
    line-height: 145%;
}

h6 {
    font-size: 18px;
    line-height: 145%;
}

a {
    text-decoration: none;
    font-weight: 600;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #001659;
}

p {
    margin: 0px;
}

.font-oswald h1, .font-oswald h2, .font-oswald h3, .font-oswald h4, .font-oswald h5, .font-oswald h6, .font-oswald a {
    font-family: "Oswald", sans-serif;
}

.font-cambria h1, .font-cambria h2, .font-cambria h3, .font-cambria h4, .font-cambria h5, .font-cambria h6, .font-cambria a {
    font-family: "Cambria", sans-serif;
}

.coverbg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.mx-auto {
    margin: 0 auto;
}

.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .align-center:before, .align-center:after {
        content: none;
    }

.align-center-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .align-center-h:before, .align-center-h:after {
        content: none;
    }

.align-center-v {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .align-center-v:before, .align-center-v:after {
        content: none;
    }

.align-center-v-b {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .align-center-v-b:before, .align-center-v-b:after {
        content: none;
    }

.justify-content-center {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

    .justify-content-center:before, .justify-content-center:after {
        content: none;
    }

.eq-height {
    display: flex;
    flex-wrap: wrap;
}

    .eq-height:before, .eq-height:after {
        content: none;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 7px;
    border-radius: 5px;
}

.owl-theme .owl-dots .active span {
    background: #1976d0 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #1976d0 !important;
}

.why__wrapper p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.why__wrapper ul li {
    font-family: "Poppins", sans-serif;
    margin: 20px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
}

    .why__wrapper ul li::after {
        content: "\f336";
        font-family: "Font Awesome 5 Pro";
        color: #FF5E14;
        clear: both;
        left: 0;
        top: 0;
        position: absolute;
        display: block;
        font-weight: 900;
        font-size: 25px;
    }

.why__wrapper .single-fun-fact h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #020231;
    margin-bottom: 10px;
}

.why__wrapper .single-fun-fact p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.tab-content {
    display: block !important;
}

    .tab-content.active {
        display: block;
    }

/* ----------------------------------
    Template Helps Classes - Styles
 ------------------------------------ */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
    color: #fff !important;
}

.mlm-30 {
    margin-left: -30px;
}

/* padding left */
.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-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-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.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-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

/* padding right */
.pr-5 {
    padding-right: 5px;
}

.pr-5i {
    padding-right: 5px !important;
}

@media (max-width: 767px) {
    .pr-5i {
        padding-right: 15px !important;
    }
}

.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-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.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-140 {
    padding-right: 140px;
}

.pr-150 {
    padding-right: 150px;
}

/* padding top */
.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-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-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.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-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

/* padding bottom */
.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-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-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.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-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

/* margin left */
.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-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.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-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}

/* margin right */
.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-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.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-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

/* margin top */
.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-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.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-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

/* margin bottom */
.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-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.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-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mmb10 {
    margin-bottom: -10px;
}

.mtm-30 {
    margin-top: -30px;
}

.mbm-30 {
    margin-bottom: -30px;
}

.mbm-50 {
    margin-bottom: -50px;
}

.mlm-30 {
    margin-left: -30px;
}

.mtm-40 {
    margin-top: -40px;
}

.mlm-40 {
    margin-left: -40px;
}

.mlm-50 {
    margin-left: -50px;
}

.mlm-80 {
    margin-left: -80px;
}

.mlm-100 {
    margin-left: -100px;
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-center {
    background-position: center;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: left;
}

.bg-right {
    background-repeat: no-repeat;
    background-position: right;
}

.bg-left {
    background-repeat: no-repeat;
    background-position: left;
}

.bg-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-top {
    background-repeat: no-repeat;
    background-position: top;
}

.bg-100 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.mmb-100 {
    margin-bottom: -100px;
}

.mmb-80 {
    margin-bottom: -80px;
}

.lr-9 {
    margin-left: -9px;
    margin-right: -9px;
}

    .lr-9 [class*=col] {
        padding-left: 9px;
        padding-right: 9px;
    }

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-color: #000;
        z-index: -1;
    }

.fix {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shape {
    position: absolute;
}

@media (max-width: 1191px) {
    .shape {
        display: none;
        opacity: 0;
    }
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

#scrollUp {
    background-color: #1976d0;
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    text-align: center;
    width: 40px;
    box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #scrollUp:hover {
        background-color: #001659;
    }

@media only screen and (max-width: 991px) {
    #scrollUp {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        right: 30px;
        width: 30px;
    }
}

button {
    border: none;
}

section {
    position: relative;
}

@keyframes sticky {
    0% {
        opacity: 0;
        margin-top: -120px;
    }

    50% {
        opacity: 0;
        margin-top: -60px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .equal > [class*=col-] {
        display: flex;
        flex-direction: column;
    }

.hidden-fix {
    overflow: hidden;
}

@media (max-width: 414px) {
    .d-none-mobile {
        display: none !important;
    }
}

.overlay {
    transition: all 0.2s ease-in-out;
    width: 40%;
    opacity: 0;
    visibility: hidden;
}

    .overlay.active {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #000;
        z-index: 99;
        opacity: 0.5;
        visibility: visible;
    }

.dark-bg {
    background-color: #000;
}

    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a {
        color: #FFF;
    }

    .dark-bg p {
        color: #cacaca;
    }

.no-padding .col-12 {
    padding: 0;
}

@media (max-width: 991px) {
    .no-padding .col-12 {
        padding: 0px 15px;
    }
}

header ul, header li, footer ul, footer li {
    list-style: none;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.scroll-up-btn a {
    display: inline-block;
    padding: 16px 20px;
    border-radius: 10px;
    line-height: 1;
    background-color: #ffcb61;
}

    .scroll-up-btn a:hover {
        color: #fff !important;
        background-color: #FF5E14;
    }

.map-iframe {
    display: block;
}

    .map-iframe iframe {
        width: 100%;
        height: 650px;
    }

@media (max-width: 991px) {
    .map-iframe iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .map-iframe iframe {
        height: 300px;
    }
}

.border-right {
    position: relative;
}

    .border-right::after {
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #EBEDF2;
        content: "";
        right: 50px;
        top: 0;
    }

@media (max-width: 1100px) {
    .border-right::after {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .border-right::after {
        right: 50px;
    }
}

@media (max-width: 767px) {
    .border-right::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .border-right:nth-of-type(2)::after {
        display: none;
    }
}

.border-right:last-of-type::after {
    display: none;
}

.border-line {
    position: relative;
}

    .border-line::after {
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #2C3B65;
        content: "";
        right: 0;
        top: 0;
    }

@media (max-width: 767px) {
    .border-line::after {
        display: none;
    }
}

.border-line:last-of-type::after {
    display: none;
}

.animated {
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-custom-anim-right {
    animation: fade-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes fade-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.fade-custom-anim-left {
    animation: fade-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes fade-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.fade-custom-anim-top {
    animation: fade-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes fade-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.rrFadeInUp {
    opacity: 0;
    animation: rrFadeInUp 2s ease-out forwards;
}

@keyframes rrFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rrfadeInLeft {
    opacity: 0;
    animation: mkfadeInLeft 2s ease-out forwards;
}

@keyframes rrfadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes clip-a-z {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.clip-a-z {
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: clip-a-z 2s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes panel {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: var(--rr-theme-primary);
    z-index: 10;
    opacity: 0.9;
    transition: transform 0.5s ease-in-out;
    animation: panel 2s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
        /* Initial size */
    }

    50% {
        transform: scale(1.1);
        /* Zoom in */
    }

    100% {
        transform: scale(1);
        /* Zoom out */
    }
}

.rrupdown {
    animation: rrupdown 3s infinite;
}

@keyframes rrupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.rrLeftRight {
    animation: rrLeftRight 5s infinite;
}

@keyframes rrLeftRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-70px);
        -moz-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        -o-transform: translateX(-70px);
        transform: translateX(-70px);
    }

    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes dimond {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounceUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moverightbounce {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes moverightbounce {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes guraguri {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes guraguri {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@-webkit-keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes top-to-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes left-to-right {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes shake {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    80% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes shake-item {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    80% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes left-to {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes top-to-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes playVideo1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 20, 0.05);
        box-shadow: 0 0 0 0 rgba(255, 94, 20, 0.05);
    }

    40% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 94, 20, 0.05);
        box-shadow: 0 0 0 30px rgba(255, 94, 20, 0.05);
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 94, 20, 0.05);
        box-shadow: 0 0 0 30px rgba(255, 94, 20, 0.05);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 20, 0.05);
        box-shadow: 0 0 0 0 rgba(255, 94, 20, 0.05);
    }
}
/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* fadeInLeft2  */
@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
}

/* fadeInRight22 */
@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}

@keyframes clip-a-z {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.clip-a-z {
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: clip-a-z 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes qode-draw {
    0%, 100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0);
    }

    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%);
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0);
    }
}
/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .video-btn, .theme-btn {
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
}

.btn {
    border: 0;
    background: transparent;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.theme-btn {
    color: #FFF;
    padding: 25px 43px 21px;
    background-color: #1976d0;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .theme-btn {
        padding: 16px 30px 14px;
    }
}

.theme-btn.theme_btn__2 {
    border: 1px solid #FFFFFF;
    padding: 14px 28px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .theme-btn.theme_btn__2:hover {
        border: 1px solid #FF5E14;
        background-color: #FF5E14 !important;
    }

.theme-btn.theme_btn__3 {
    border: 1px solid #FFFFFF;
    padding: 14px 28px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #020231;
    color: #020231;
    text-transform: capitalize;
}

    .theme-btn.theme_btn__3:hover {
        border: 1px solid #FF5E14;
        background-color: #FF5E14 !important;
    }

.theme-btn.theme-2 {
    background: #ff5e14;
    padding: 22px 40px;
}

    .theme-btn.theme-2:hover {
        background: #FF5E14;
    }

    .theme-btn.theme-2.white {
        background: #FFF;
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
        color: #FF5E14;
    }

        .theme-btn.theme-2.white:hover {
            background: #FF5E14;
            color: #FFF;
        }

.theme-btn.style-3 {
    background-color: #4E5AFF;
    color: #fff;
    border-radius: 4px;
    padding: 20px 41px 18px;
    font-size: 14px;
    line-height: 1 !important;
}

    .theme-btn.style-3.white {
        background: #fff;
        border-color: #fff;
        color: #161616;
    }

    .theme-btn.style-3:hover {
        background: #001659;
        color: #fff;
    }

.theme-btn.style-4 {
    background-color: #FFBB00;
    color: #161616;
    border-radius: 5px;
    padding: 21px 38px 20px;
    font-size: 14px;
    line-height: 1 !important;
    font-weight: 500;
    text-transform: uppercase;
}

    .theme-btn.style-4 i {
        margin-left: 0px;
        font-size: 16px;
    }

    .theme-btn.style-4.white {
        background: #fff;
        border-color: #fff;
        color: #161616;
    }

    .theme-btn.style-4:hover {
        background: #001659;
        color: #fff;
    }

@media (max-width: 767px) {
    .theme-btn {
        padding: 14px 28px 12px;
    }
}

@media (max-width: 580px) {
    .theme-btn {
        padding: 18px 35px 15px;
    }
}

@media (max-width: 480px) {
    .theme-btn {
        padding: 16px 30px 14px;
        font-size: 15px;
    }
}

.theme-btn i {
    margin-left: 10px;
}

.theme-btn.no-fil {
    background: transparent;
    margin-left: 15px;
    color: #252525;
    box-sizing: border-box;
    border: 2px solid #e9e9e9;
}

@media (max-width: 500px) {
    .theme-btn.no-fil {
        margin-left: 0;
    }
}

.theme-btn.no-fil:hover {
    background: #001659;
    border-color: #001659;
}

.theme-btn.black {
    background: #191c28;
    color: #FFF;
}

    .theme-btn.black:hover {
        background: #001659;
        color: #fff;
    }

.theme-btn.minimal-btn {
    color: #001659;
    background: transparent;
    box-shadow: inherit;
    border: 1px solid #001659;
}

    .theme-btn.minimal-btn:hover {
        background: #001659;
        box-shadow: inherit;
        color: #FFF;
    }

.theme-btn:hover {
    background: #001659;
    color: #FFF;
}

.video-btn i {
    margin-right: 10px;
}

.video-play-btn .play-video {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #FFF;
    color: #FF5E14;
    line-height: 90px;
    transition: 0.3s;
    text-align: center;
    animation: playVideo infinite 3.5s;
    display: inline-block;
    margin: 0px auto;
    font-size: 20px;
}

@media (max-width: 767px) {
    .video-play-btn .play-video {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
}

.video-play-btn .play-video:hover {
    color: #001659;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-play-btn .play-text {
    font-weight: 700;
}

.plus-text-btn {
    display: inline-block;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}

    .plus-text-btn:hover {
        color: #001659;
    }

        .plus-text-btn:hover .icon {
            background: #001659;
            color: #fff;
        }

    .plus-text-btn .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        background: #FF5E14;
        border-radius: 50px;
        margin-right: 20px;
        float: left;
        overflow: auto;
        transition: all 0.3s ease-in-out;
    }

    .plus-text-btn .link-text {
        float: left;
        overflow: auto;
        padding-top: 3px;
    }

    .plus-text-btn span {
        display: block;
    }

.btn-wepper .bg-bth, .btn-wepper .theme-btns {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    padding: 20px 40px;
    color: #001659;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: transparent;
}

    .btn-wepper .bg-bth:hover, .btn-wepper .theme-btns:hover {
        color: #FFF;
        background-color: #FF5E14;
    }

.btn-wepper .bg-bth {
    border: 2px solid #C2C5D7;
    padding: 18px 40px;
}

    .btn-wepper .bg-bth:hover {
        border: 2px solid #FF5E14;
        color: #FFF;
        background-color: #FF5E14;
    }

.btn-wepper .theme-btns {
    padding: 20px 40px;
    border: 0px solid #C2C5D7;
    color: #FFF;
    background-color: #FF5E14;
}

    .btn-wepper .theme-btns:hover {
        background-color: #001659;
    }

.btn-wepper .btns-plan {
    overflow: hidden;
    padding: 15px 40px;
}

.btn-wepper a {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 34px !important;
}

    .btn-wepper a i {
        margin-right: 15px;
        font-size: 12px;
        padding: 10px 11px;
        background-color: #01A0E1;
        color: #FFF;
        border-radius: 100%;
    }

    .btn-wepper a:hover i {
        color: #FF5E14;
    }

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #FFF;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #121212;
    z-index: 999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
}

    .sk-three-bounce .sk-child {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-color: #1976d0;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
        background-color: #FF5E14;
    }

    .sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
        background-color: #FF5E14;
    }

    .sk-three-bounce.is-orange.sk-three-bounce .sk-child {
        background-color: #FF5E14;
    }

    .sk-three-bounce.is-purple.sk-three-bounce .sk-child {
        background-color: #FF5E14;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
header {
    width: 100%;
}

    header .container-xxl {
        max-width: 1350px;
        width: 100%;
    }

    header.sticky .header-top-bar {
        margin-top: -48px;
    }

@media (max-width: 1199px) {
    header.sticky .header-top-bar {
        margin-top: -58px;
    }
}

@media (max-width: 1199px) {
    header .logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    header .logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

header a {
    text-transform: capitalize;
}

header .header-right-elements > a {
    margin-left: 25px;
    color: #fff;
}

header .side-menu-toggle {
    font-size: 36px;
    line-height: 1;
    color: #001659 !important;
}

    header .side-menu-toggle:hover {
        color: #1976d0 !important;
    }

header .theme-btn {
    padding: 17px 32px;
}

header .main__header__element {
    max-width: 1230px !important;
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}

header .main-menu ul li.active > a {
    color: #1976d0;
}

header .main-menu ul li a:hover {
    color: #1976d0 !important
}

header .main-menu ul li .sub-menu li.active > a {
    color: #FF5E14;
}

header.header-1 {
    background-color: #fff;
}

@media (min-width: 1350px) {
    header.header-1 {
        padding: 20px 85px;
    }
}

@media (max-width: 1349px) {
    header.header-1 {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    header.header-1 {
        padding: 15px 0px;
    }
}

header.header-1 .main-menu ul {
    line-height: 1;
}

    header.header-1 .main-menu ul > li {
        display: inline-block;
        line-height: 1;
    }

        header.header-1 .main-menu ul > li > a {
            display: inline-block;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            line-height: 1;
            padding: 25px 20px;
            overflow: hidden;
        }

        header.header-1 .main-menu ul > li:hover > a {
            color: #001041;
        }

        header.header-1 .main-menu ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        header.header-1 .main-menu ul > li > ul {
            position: absolute;
            top: 100%;
            width: 200px;
            background-color: #FFF;
            left: 0;
            z-index: 999;
            box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
            visibility: hidden;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.5s ease-in-out;
            padding: 10px 0px;
        }

            header.header-1 .main-menu ul > li > ul li {
                display: block;
            }

                header.header-1 .main-menu ul > li > ul li a {
                    display: block;
                    color: #252525;
                    padding: 12px 25px;
                }

                    header.header-1 .main-menu ul > li > ul li a:hover {
                        color: #001659;
                    }

            header.header-1 .main-menu ul > li > ul ul {
                left: 100%;
                top: 0;
            }

header.header-2 {
    background-color: #fff;
}

    header.header-2 .container-fluid {
        position: relative;
    }

@media (min-width: 1600px) {
    header.header-2 .container-fluid {
        padding: 0px 200px;
    }
}

@media (max-width: 1599px) {
    header.header-2 .container-fluid {
        padding: 0px 50px;
    }
}

@media (max-width: 1350px) {
    header.header-2 .container-fluid {
        padding: 0px 30px;
    }
}

@media (max-width: 1200px) {
    header.header-2 .container-fluid {
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    header.header-2 .container-fluid {
        padding: 15px;
    }
}

header.header-2 .main-menu ul {
    line-height: 1;
}

    header.header-2 .main-menu ul > li {
        display: inline-block;
        line-height: 1;
    }

        header.header-2 .main-menu ul > li > a {
            display: inline-block;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            line-height: 1;
            padding: 30px 20px;
            overflow: hidden;
        }

@media (max-width: 1191px) {
    header.header-2 .main-menu ul > li > a {
        padding: 30px 15px;
    }
}

header.header-2 .main-menu ul > li:hover > a {
    color: #001041;
}

header.header-2 .main-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header.header-2 .main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 200px;
    background-color: #FFF;
    left: 0;
    z-index: 999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
}

    header.header-2 .main-menu ul > li > ul li {
        display: block;
    }

        header.header-2 .main-menu ul > li > ul li a {
            display: block;
            color: #252525;
            padding: 12px 25px;
        }

            header.header-2 .main-menu ul > li > ul li a:hover {
                color: #001659;
            }

    header.header-2 .main-menu ul > li > ul ul {
        left: 100%;
        top: 0;
    }

header.header-2 .right-elements .search-icon {
    color: #001659;
    margin-right: 30px;
}

header.header-2 .right-elements .call-action {
    background-color: #FF5E14;
    position: relative;
    z-index: 1;
}

    header.header-2 .right-elements .call-action span {
        color: #fff;
    }

    header.header-2 .right-elements .call-action a {
        color: #fff;
        display: block;
        font-size: 24px;
        transition: all 0.3s;
    }

        header.header-2 .right-elements .call-action a:hover {
            color: #001659;
        }

    header.header-2 .right-elements .call-action span {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    header.header-2 .right-elements .call-action p {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

header.header-2 .main-header-wrapper {
    position: relative;
}

    header.header-2 .main-header-wrapper.main_wrapper::before {
        position: absolute;
        width: 385px;
        height: 100%;
        content: "";
        right: 0;
        top: 0;
        display: none;
    }

    header.header-2 .main-header-wrapper .main-header {
        margin: 0 auto;
        padding: 15px;
    }

    header.header-2 .main-header-wrapper::before {
        position: absolute;
        width: 385px;
        height: 100%;
        content: "";
        right: 0;
        top: 0;
        background-color: #FF5E14;
    }

@media (max-width: 1599px) {
    header.header-2 .main-header-wrapper::before {
        width: 235px;
    }
}

@media (max-width: 1350px) {
    header.header-2 .main-header-wrapper::before {
        width: 215px;
    }
}

@media (max-width: 1200px) {
    header.header-2 .main-header-wrapper::before {
        display: none;
    }
}

header.header-3.sticky .header-top-bar {
    margin-top: -48px;
}

header.header-4 {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: transparent;
    top: 0;
    left: 0;
}

    header.header-4 .main-menu ul > li:hover > a {
        color: #FFBB00;
    }

    header.header-4 .main-menu ul > li a {
        color: #fff;
    }

        header.header-4 .main-menu ul > li a:hover {
            color: #FFBB00 !important;
        }

    header.header-4 .main-menu ul li.active > a {
        color: #FFBB00;
    }

    header.header-4 .main-menu ul li a:hover {
        color: #FFBB00;
    }

    header.header-4 .main-menu ul li .sub-menu li.active > a {
        color: #FFBB00;
    }

    header.header-4.sticky {
        background-color: #000;
    }

@media (max-width: 1248px) {
    header.header-5 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    header.header-5 .logo a img {
        width: 140px;
    }
}

header.header-5 .main-menu ul li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #001659;
    transition: all 0.4s ease-in-out;
}

    header.header-5 .main-menu ul li a:hover {
        color: #F47102;
    }

header.header-5 .main-menu ul li > ul li a:hover {
    color: #FF5E14;
}

header.header-5 .main-menu ul li.active > a {
    color: #FF5E14;
}

header.header-5 .main-menu ul li a:hover {
    color: #FF5E14 !important;
}

header.header-5 .main-menu ul li .sub-menu li.active > a {
    color: #FF5E14;
}

header.header-5 .header-right-elements a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 20px 40px;
    text-transform: capitalize;
    margin-left: 0px;
}

@media (max-width: 768px) {
    header.header-5 #hamburger {
        font-size: 30px !important;
    }
}

header .header-top-bar {
    background-color: #001659;
    padding: 10px 0px;
}

@media (max-width: 610px) {
    header .header-top-bar {
        display: none !important;
    }
}

@media (max-width: 991px) {
    header .header-top-bar {
        padding: 0;
    }
}

header .header-top-bar .top-left-content li {
    display: inline-block;
    border-right: 1px solid #606881;
    padding-right: 35px;
    margin-right: 35px;
}

@media (max-width: 690px) {
    header .header-top-bar .top-left-content li {
        padding-right: 15px;
        margin-right: 15px;
    }
}

header .header-top-bar .top-left-content li:last-of-type {
    border: 0px;
    margin-right: 0;
    padding-right: 0;
}

header .header-top-bar .top-left-content li i {
    margin-right: 5px;
    color: #FFF;
    transition: all 0.3s;
}

header .header-top-bar .top-left-content li a {
    color: #FFF;
}

header .header-top-bar .top-left-content li:hover a, header .header-top-bar .top-left-content li:hover i {
    color: #FF5E14 !important;
}

header .header-top-bar .top-social-icons a {
    font-weight: 300;
    margin-left: 15px;
    display: inline-block;
}

    header .header-top-bar .top-social-icons a:hover {
        color: #FF5E14 !important;
    }

.hero-social-elements {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background-color: #fff;
    z-index: 99;
}

@media (max-width: 1300px) {
    .hero-social-elements {
        display: none !important;
    }
}

.hero-social-elements .flp-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

    .hero-social-elements .flp-text p {
        transform: rotate(-90deg);
        color: #001659;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
    }

.hero-social-elements .long-arrow {
    width: 1px;
    height: 100px;
    background-color: #cfd2de;
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

    .hero-social-elements .long-arrow::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #cfd2de;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }

.hero-social-elements .social-link {
    display: block;
    top: 45%;
    left: 50%;
    position: relative;
    transform: translate(-50%);
    width: 50px;
    background-color: #fff;
    z-index: 2;
}

    .hero-social-elements .social-link::after {
        width: 1px;
        height: 100px;
        background-color: #cfd2de;
        display: block;
        position: absolute;
        content: "";
        left: 50%;
        top: 110%;
        transform: translateX(-50%);
    }

    .hero-social-elements .social-link a {
        width: 50px;
        height: 50px;
        background: #fff;
        border: 1px solid #ebedf2;
        border-radius: 50px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin: 5px 0;
    }

        .hero-social-elements .social-link a:hover,
        .hero-social-elements .social-link a .active {
            color: #fff;
            background-color: #1976d0;
            border-color: #1976d0;
        }

.page-banner-wrap {
    position: relative;
}

    .page-banner-wrap .breadcrumb-wrap {
        overflow: hidden;
    }

    .page-banner-wrap .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 10px;
    }

        .page-banner-wrap .breadcrumb li {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .page-banner-wrap .breadcrumb li a {
                color: #1976d0;
                font-weight: 500;
            }

                .page-banner-wrap .breadcrumb li a:hover {
                    color: #fff;
                }

            .page-banner-wrap .breadcrumb li + li::before {
                color: #fff;
                content: "\f054";
                font-family: "Font Awesome 5 Pro";
                font-size: 14px;
            }

.mobile-nav {
    position: fixed;
    right: -380px;
    top: 0;
    width: 320px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    transition: right 0.5s ease-in;
    background-color: #001659;
    padding: 20px;
    z-index: 9999999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    /* Vertical Menu Style */
}

    .mobile-nav.show {
        right: 0px;
    }

    .mobile-nav .close-nav {
        border: 0;
        background: transparent;
        color: #fff;
        border-radius: 30px;
        font-size: 20px;
        position: absolute;
        left: 20px;
        top: 10px;
    }

    .mobile-nav .sidebar-nav {
        margin-top: 30px;
    }

        .mobile-nav .sidebar-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            background-color: transparent;
        }

        .mobile-nav .sidebar-nav .metismenu {
            display: flex;
            flex-direction: column;
        }

            .mobile-nav .sidebar-nav .metismenu > li {
                position: relative;
                display: flex;
                flex-direction: column;
            }

            .mobile-nav .sidebar-nav .metismenu a {
                position: relative;
                display: block;
                padding: 10px 15px;
                transition: all 0.3s ease-out;
                text-decoration: none;
                color: #fff;
                outline-width: 0;
                text-transform: capitalize;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            }

            .mobile-nav .sidebar-nav .metismenu ul a {
                padding: 10px 15px 10px 35px;
                position: relative;
            }

                .mobile-nav .sidebar-nav .metismenu ul a::before {
                    clear: both;
                    display: block;
                    content: "\f067";
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                .mobile-nav .sidebar-nav .metismenu ul a:hover {
                    padding-left: 40px;
                }

                    .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
                        background-color: #fff;
                    }

                .mobile-nav .sidebar-nav .metismenu ul a::before {
                    position: absolute;
                    left: 15px;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    border: 2px solid #fff;
                    content: "";
                    top: 50%;
                    transition: all 0.3s ease-in-out;
                    transform: translateY(-50%);
                }

            .mobile-nav .sidebar-nav .metismenu ul ul {
                list-style-type: circle !important;
            }

                .mobile-nav .sidebar-nav .metismenu ul ul a {
                    padding: 10px 15px 10px 45px;
                }

    .mobile-nav .metismenu .has-arrow {
        background: #001041;
    }

    .mobile-nav .sidebar-nav .metismenu a:hover,
    .mobile-nav .sidebar-nav .metismenu a:focus,
    .mobile-nav .sidebar-nav .metismenu a:active {
        text-decoration: none;
        color: #fff;
        background: #001041;
    }

    .mobile-nav .metismenu .has-arrow::after {
        position: absolute;
        content: "";
        width: 0.5em;
        height: 0.5em;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: initial;
        right: 1em;
        transform: rotate(-45deg) translate(0, -50%);
        transform-origin: top;
        top: 50%;
        transition: all 0.3s ease-out;
    }

    .mobile-nav .metismenu .active > .has-arrow::after,
    .mobile-nav .metismenu .has-arrow[aria-expanded=true]::after {
        transform: rotate(-135deg) translate(0, -50%);
    }

#hamburger {
    color: #001659;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    font-weight: 700;
}

    #hamburger i {
        cursor: pointer;
    }

.action-bar {
    margin-top: 30px;
    padding-left: 20px;
    margin-right: 10px;
}

    .action-bar a {
        color: #fff;
        display: block;
        margin-top: 12px;
    }

        .action-bar a i {
            margin-right: 10px;
        }

        .action-bar a.theme-btn {
            text-align: center;
        }

/* ---------------------------------
    Offset Canvas Menu Style 
------------------------------------*/
.offset-menu {
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    right: -30%;
    transition: all 0.5s ease-in-out;
    background-color: #FF5E14;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

    .offset-menu.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .offset-menu .offset-menu-wrapper {
        width: 360px;
        padding: 80px 30px;
    }

    .offset-menu .theme-btn {
        background-color: #001659;
        color: #fff;
    }

    .offset-menu .offset-menu-section {
        margin-top: 40px;
    }

        .offset-menu .offset-menu-section a {
            margin-bottom: 10px;
        }

        .offset-menu .offset-menu-section ul li {
            margin-bottom: 5px;
        }

            .offset-menu .offset-menu-section ul li span {
                margin-right: 10px;
            }

    .offset-menu #offset-menu-close-btn {
        position: fixed;
        right: 30px;
        font-size: 28px;
        transform: rotate(45deg);
        color: #fff;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        z-index: 9;
        top: 20px;
    }

        .offset-menu #offset-menu-close-btn:hover {
            color: #001659;
        }

    .offset-menu .offset-menu-footer {
        margin-top: 35px;
    }

    .offset-menu .offset-menu-social-icon a {
        font-size: 14px;
        background: #001659;
        display: inline-block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
        margin-right: 5px;
        font-weight: 400;
    }

        .offset-menu .offset-menu-social-icon a:hover {
            background: #FF5E14;
        }

    .offset-menu img {
        display: inline-block;
        background: #fff;
        padding: 13px 30px;
    }

.search-box {
    width: 0;
    position: absolute;
    right: 0;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

    .search-box.show {
        width: 320px;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    .search-box form input {
        border: 0px;
        width: 100%;
        line-height: 1;
        padding: 0px 20px;
        color: #001659;
        font-size: 16px;
        height: 60px;
        background-color: #fff;
    }

    .search-box form button {
        border: 0px;
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        height: 60px;
        background-color: #001659;
        color: #fff;
        text-align: center;
        padding: 0px 25px;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }

        .search-box form button:hover {
            background-color: #FF5E14;
            color: #fff;
        }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.6;
        visibility: visible;
    }

.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background-color: #001659;
    z-index: 99999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}

    .search__popup.search-opened {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s;
    }

        .search__popup.search-opened .search__input {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            transition-delay: 0.3s;
        }

            .search__popup.search-opened .search__input::after {
                width: 100%;
                transition-delay: 0.5s;
            }

.search__popup-2 {
    background-color: var(--tp-common-black-13);
}

    .search__popup-2 .search__input .search-input-field ~ .search-focus-border {
        background-color: var(--tp-theme-8);
    }

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
    background-color: var(--tp-theme-10);
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}

    .search__input::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease-out 0s;
        transition-delay: 0.3s;
    }

    .search__input input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 24px;
        color: #FFF;
        border-bottom: 1px solid transparent;
        padding: 0;
        padding-right: 30px;
    }

        .search__input input::placeholder {
            color: #FFF;
            opacity: 0.6;
        }

    .search__input button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: #FFF;
        background: none;
    }

    .search__input .search-input-field ~ .search-focus-border {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #FFF;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .search__input .search-input-field:focus ~ .search-focus-border {
        width: 100%;
        left: 0;
        right: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.search__close-btn {
    font-size: 25px;
    color: #FFF;
    background: none;
    transition: 0.3s;
}

    .search__close-btn:hover {
        color: #FF5E14;
        transition: 0.3s;
    }

.mobile-nav__contact li + li {
    margin-top: 10px;
}

.mobile-nav__contact li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

    .mobile-nav__contact li i {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #1976d0;
        border-radius: 50px;
        margin-right: 10px;
    }

    .mobile-nav__contact li a {
        color: #fff;
    }

.mobile-nav__social {
    margin-top: 40px;
}

    .mobile-nav__social a i {
        color: #fff;
        display: inline-block;
        margin-right: 4px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .mobile-nav__social a i:hover {
            background-color: #FF5E14;
            color: #fff;
        }

.sticky {
    position: fixed !important;
    top: 0;
    background: #fff;
    z-index: 800;
    right: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    border: none;
}

.mean-container .mean-bar {
    background: transparent;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    margin-bottom: 40px;
    overflow: hidden;
}

    .mean-container .mean-nav > ul {
        display: block !important;
    }

    .mean-container .mean-nav ul li a {
        width: 100%;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        opacity: 1;
        padding-inline-start: 0;
    }

        .mean-container .mean-nav ul li a:hover {
            color: #FF5E14;
        }

        .mean-container .mean-nav ul li a i {
            display: none;
        }

        .mean-container .mean-nav ul li a.mean-expand {
            font-size: 18px;
            margin-top: 8px;
            padding: 0 !important;
            height: 30px;
            width: 30px;
            line-height: 30px;
            color: #fff;
            background: #FF5E14;
            top: 0;
            font-size: 16px;
            font-weight: 400;
        }

            .mean-container .mean-nav ul li a.mean-expand::before {
                position: absolute;
                content: "\f067";
                font-family: "Font Awesome 5 Pro";
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: #FF5E14;
                color: #fff;
                border-color: #FF5E14;
            }

            .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
                font-size: 16px;
            }

                .mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
                    content: "\f068";
                    font-family: "Font Awesome 5 Pro";
                }

    .mean-container .mean-nav ul li li a {
        padding: 10px 5%;
    }

    .mean-container .mean-nav ul li li li a {
        padding: 10px 10%;
    }

    .mean-container .mean-nav ul li span.mean-expand:hover {
        background: #FF5E14;
        color: #fff;
        border-color: #FF5E14;
    }

    .mean-container .mean-nav ul li .dropdown-opened > a.mean-expand.mean-clicked {
        background: #FF5E14;
        color: #fff;
        border-color: transparent !important;
    }

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .offcanvas-overlay.overlay-open {
        opacity: 0.4;
        visibility: visible;
        cursor: pointer;
    }

.offcanvas-overlay-white {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

    .offcanvas-overlay-white.overlay-open {
        opacity: 0;
        visibility: visible;
    }

.side-info {
    background: #0B1728;
    height: 100%;
    position: fixed;
    z-index: 999;
    inset-inline-end: -100%;
    top: 0;
    width: 500px;
    padding: 40px 45px;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media (max-width: 575px) {
    .side-info {
        width: 400px;
        padding: 30px 30px;
    }
}

@media (max-width: 450px) {
    .side-info {
        width: 100%;
    }
}

.side-info .side-info-content .offset__widget {
    margin-bottom: 60px;
}

    .side-info .side-info-content .offset__widget:last-child {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .side-info .side-info-content .offset__widget {
        margin-bottom: 40px;
    }
}

.side-info .side-info-content .offset__widget.offset__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-info .side-info-content .offset__widget.offset__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .side-info .side-info-content .offset__widget.offset__header .offset__logo {
        width: 150px;
    }

        .side-info .side-info-content .offset__widget.offset__header .offset__logo img {
            width: 100%;
        }

@media (max-width: 575px) {
    .side-info .side-info-content .offset__widget.offset__header .offset__logo {
        width: 130px;
    }
}

.side-info .side-info-content .offset__widget.offset__header .side-info-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 24px;
    padding: 0;
    transition: all 0.3s linear;
    background-color: #1976d0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

    .side-info .side-info-content .offset__widget.offset__header .side-info-close:hover {
        transform: rotate(90deg);
    }

.side-info.info-open {
    inset-inline-end: 0;
}

/* ----------------------------------
   Hero Section - Styles
 ------------------------------------ */
.hero-1 {
    position: relative;
}

    .hero-1 .hero-contents {
        padding-top: 215px;
        padding-bottom: 110px;
    }

@media (min-width: 991px) {
    .hero-1 .hero-contents {
        margin-left: 20px;
    }
}

@media (max-width: 1200px) {
    .hero-1 .hero-contents {
        padding-top: 180px;
        padding-bottom: 190px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-contents {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-contents {
        padding-top: 100px;
        padding-bottom: 110px;
    }
}

.hero-1 .hero-contents h1 {
    margin-bottom: 30px;
    color: #fff;
    opacity: 0;
    transform: translateX(-150px);
}

@media (max-width: 767px) {
    .hero-1 .hero-contents h1 {
        margin-bottom: 25px;
    }
}

.hero-1 .hero-contents p {
    margin-bottom: 20px;
    color: #EBEDF2;
    font-size: 20px;
    opacity: 0;
    transform: translateX(-140px);
}

.hero-1 .hero-contents .btn-box {
    opacity: 0;
    transform: translateX(-120px);
}

.hero-1 .hero-contents .theme-btn {
    margin-top: 20px;
    overflow: hidden;
    margin-right: 20px;
}

.hero-1 .hero-contents .plus-text-btn {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}

    .hero-1 .hero-contents .plus-text-btn:hover .icon {
        background: #001659;
        color: #fff;
    }

    .hero-1 .hero-contents .plus-text-btn .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #FF5E14;
        background: #fff;
        border-radius: 50px;
        margin-right: 20px;
        float: left;
        overflow: auto;
        transition: all 0.3s ease-in-out;
    }

    .hero-1 .hero-contents .plus-text-btn .link-text {
        float: left;
        overflow: auto;
    }

    .hero-1 .hero-contents .plus-text-btn span {
        display: block;
    }

.hero-1 .owl-item.active h1 {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2000ms ease;
}

.hero-1 .owl-item.active p {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2200ms ease;
}

.hero-1 .owl-item.active .btn-box {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2300ms ease;
}

.hero-1 .hero-slider-active {
    position: relative;
}

    .hero-1 .hero-slider-active.owl-theme:hover .owl-nav div {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .hero-1 .hero-slider-active.owl-theme .owl-nav {
        margin: 0;
    }

        .hero-1 .hero-slider-active.owl-theme .owl-nav div {
            left: 20px;
            top: 50%;
            position: absolute;
            transform: translateY(-50%);
            color: #FFF;
            background-color: transparent;
            margin: 0;
            padding: 0;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            font-size: 20px;
            display: inline-block;
            border-radius: 0px;
            z-index: 99;
            border-radius: 50%;
            border: 2px solid #fff;
            transition: all 0.3s ease-in-out;
            opacity: 0;
            visibility: hidden;
            transform: scale(0.85);
        }

@media (max-width: 991px) {
    .hero-1 .hero-slider-active.owl-theme .owl-nav div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-slider-active.owl-theme .owl-nav div {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .hero-1 .hero-slider-active.owl-theme .owl-nav div {
        display: none;
    }
}

.hero-1 .hero-slider-active.owl-theme .owl-nav div:hover {
    border-color: #001659;
    background-color: #001659;
    box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
    color: #fff;
}

.hero-1 .hero-slider-active.owl-theme .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.hero-wrapper .owl-nav {
    font-size: 30px;
}

.hero-1 .owl-nav div {
    position: absolute;
    right: 75px;
    bottom: 0;
    padding: 18px 31px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #001659;
}

@media (max-width: 767px) {
    .hero-1 .owl-nav div {
        font-size: 14px;
        padding: 14px 28px;
        right: 108px;
    }
}

.hero-1 .owl-nav div:hover {
    color: #1976d0;
}

.hero-1 .owl-nav div.owl-prev i {
    margin-right: 5px;
}

.hero-1 .owl-nav div.owl-next {
    right: 0px;
}

    .hero-1 .owl-nav div.owl-next i {
        margin-left: 5px;
    }

.hero-2 .theme-btn {
    position: relative;
    z-index: 99;
}

.hero-2 .owl-nav {
    position: unset !important;
}

.hero-2 .owl-prev {
    left: 60px;
}

.hero-2 .owl-next {
    right: -10px;
}

.hero-2 .owl-prev, .hero-2 .owl-next {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    opacity: 0.72;
    top: 50% !important;
    transform: translate(-50%, -50%);
    background: rgba(0, 22, 89, 0.72) !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 500px !important;
}

@media (max-width: 1400px) {
    .hero-2 .owl-prev, .hero-2 .owl-next {
        display: none !important;
    }
}

.hero-2 .owl-prev i, .hero-2 .owl-next i {
    font-size: 20px !important;
}

.hero-2 .owl-prev:hover, .hero-2 .owl-next:hover {
    background: rgb(0, 22, 89) !important;
}

.hero-2 .single-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .hero-2 .single-slide::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 60%);
        content: "";
        z-index: -1;
    }

.hero-2 .hero-contents {
    padding: 200px 0px;
}

@media (max-width: 1191px) {
    .hero-2 .hero-contents {
        padding: 150px 0px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-contents {
        padding: 110px 0px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-contents {
        padding: 80px 0px;
        text-align: center;
    }
}

.hero-2 .hero-contents h1 {
    font-size: 95px;
    margin-bottom: 30px;
    color: #001659;
    opacity: 0;
    transform: translateY(-150px);
}

@media (max-width: 1191px) {
    .hero-2 .hero-contents h1 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-contents h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-contents h1 {
        font-size: 48px;
    }
}

.hero-2 .hero-contents p {
    margin-bottom: 20px;
    color: #001659;
    font-size: 20px;
    opacity: 0;
    transform: translateY(-140px);
}

@media (max-width: 767px) {
    .hero-2 .hero-contents p {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.hero-2 .hero-contents .btn-box {
    opacity: 0;
    transform: translateY(-130px);
}

.hero-2 .hero-contents .theme-btn {
    margin-top: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-2 .hero-contents .theme-btn {
        margin-top: 10px;
    }
}

.hero-2 .hero-contents .theme-btn:last-of-type {
    background-color: #001659;
}

    .hero-2 .hero-contents .theme-btn:last-of-type:hover {
        background: #FF5E14;
    }

.hero-2 .owl-item.active h1 {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2000ms ease;
}

.hero-2 .owl-item.active p {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.hero-2 .owl-item.active .btn-box {
    opacity: 1;
    transform: translatey(0px);
    transition: all 3000ms ease;
}

.hero-3 {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 170px;
}

@media (max-width: 1499px) {
    .hero-3 {
        overflow: hidden;
    }
}

.hero-3::before {
    width: 943px;
    height: 943px;
    background: linear-gradient(#4e9cf6 0%, #fff 100%);
    opacity: 0.23;
    filter: blur(50px);
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    top: 0;
    left: -100px;
}

.hero-3::after {
    width: 943px;
    height: 943px;
    background: linear-gradient(#4ef6e5 0%, #fff 100%);
    opacity: 0.15;
    filter: blur(50px);
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    right: -50px;
    bottom: -200px;
}

@media (max-width: 991px) {
    .hero-3 .hero-funfact .single-fun-fact h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-funfact .single-fun-fact h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content {
        padding: 0px 30px;
    }
}

@media (max-width: 500px) {
    .hero-3 .hero-content {
        padding: 0px;
    }
}

.hero-3 .hero-content h1 {
    font-size: 90px;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

.hero-3 .hero-content > h2 {
    font-size: 90px;
    line-height: 1;
    text-transform: capitalize;
    color: #4E5AFF;
    position: relative;
    display: inline-block;
    border: 4px solid #4E5AFF;
    padding: 0px 15px 20px;
    transform: rotate(-10deg);
}

@media (max-width: 991px) {
    .hero-3 .hero-content > h2 {
        font-size: 60px;
    }
}

.hero-3 .hero-content > h2 span {
    position: relative;
}

    .hero-3 .hero-content > h2 span::after, .hero-3 .hero-content > h2 span::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #4E5AFF;
        top: 0;
        top: -5px;
        right: -25px;
    }

    .hero-3 .hero-content > h2 span::after {
        bottom: -5px;
        top: auto;
    }

.hero-3 .hero-content > h2::after, .hero-3 .hero-content > h2::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4E5AFF;
    left: 0;
    top: 0;
    top: -10px;
    left: -10px;
}

.hero-3 .hero-content > h2::after {
    bottom: -10px;
    top: auto;
}

.hero-3 .hero-content p {
    margin-top: 50px;
    font-size: 20px;
    padding-right: 200px;
}

@media (max-width: 991px) {
    .hero-3 .hero-content p {
        padding-right: 0;
        font-size: 18px;
    }
}

.hero-3 .play-icon {
    position: absolute;
    left: 50px;
    top: 20%;
    content: "";
    animation: movebounce 2s linear infinite forwards;
}

.hero-3 .hero-image {
    position: relative;
    z-index: 1;
}

    .hero-3 .hero-image .big-img {
        position: relative;
    }

        .hero-3 .hero-image .big-img > img {
            border-radius: 17px;
        }

@media (max-width: 991px) {
    .hero-3 .hero-image .big-img > img {
        max-width: 70%;
        margin: 0px auto;
        display: block;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .hero-3 .hero-image .big-img > img {
        max-width: 85%;
    }
}

@media (min-width: 1800px) {
    .hero-3 .hero-image .big-img {
        margin-right: -300px;
    }
}

@media (max-width: 1799px) {
    .hero-3 .hero-image .big-img {
        margin-right: -150px;
    }
}

@media (max-width: 1499px) {
    .hero-3 .hero-image .big-img {
        margin-right: -100px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-image .big-img {
        margin-right: 0px;
    }
}

.hero-3 .hero-image .big-img .element img {
    position: absolute;
    left: 30%;
    bottom: -50px;
    z-index: -1;
    animation: bounceUp 4s linear infinite forwards;
}

    .hero-3 .hero-image .big-img .element img:last-child {
        left: auto;
        right: 0;
        top: 50px;
        z-index: 2;
        animation: movebounce 3s linear infinite forwards;
    }

@media (max-width: 1499px) {
    .hero-3 .hero-image .big-img .element img:last-child {
        right: -50px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-image .big-img .element img:last-child {
        right: 0;
    }
}

.hero-3 .hero-image .card-img img {
    left: -100px;
    bottom: -100px;
    position: absolute;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0px 20px 60px rgba(23, 52, 109, 0.09);
    animation: moveleftbounce 5s linear infinite forwards;
}

@media (max-width: 991px) {
    .hero-3 .hero-image .card-img img {
        left: 0;
    }
}

.agency-slider-active .single-agency-slide {
    padding: 285px 0px 305px;
    position: relative;
    background-position: top right;
    background-size: cover;
}

@media (max-width: 991px) {
    .agency-slider-active .single-agency-slide {
        background-position: top center;
    }
}

@media (max-width: 1300px) {
    .agency-slider-active .single-agency-slide {
        padding: 190px 0px 200px;
    }
}

@media (max-width: 991px) {
    .agency-slider-active .single-agency-slide {
        padding: 140px 0px 160px;
    }
}

@media (max-width: 767px) {
    .agency-slider-active .single-agency-slide .hero-contents {
        text-align: center;
        padding: 0px 50px;
    }
}

@media (max-width: 500px) {
    .agency-slider-active .single-agency-slide .hero-contents {
        padding: 0px 20px;
    }
}

.agency-slider-active .single-agency-slide .hero-contents h1 {
    font-size: 130px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .agency-slider-active .single-agency-slide .hero-contents h1 {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .agency-slider-active .single-agency-slide .hero-contents h1 {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .agency-slider-active .single-agency-slide .hero-contents h1 {
        font-size: 50px;
    }
}

.agency-slider-active.owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

    .agency-slider-active.owl-theme .owl-dots .owl-dot {
        display: block;
        width: 100%;
    }

        .agency-slider-active.owl-theme .owl-dots .owl-dot.active span::before, .agency-slider-active.owl-theme .owl-dots .owl-dot:hover span::before {
            opacity: 1;
            visibility: visible;
        }

        .agency-slider-active.owl-theme .owl-dots .owl-dot span {
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid #fff;
            background: transparent;
            margin: 2px 0px;
            display: inline-block;
        }

            .agency-slider-active.owl-theme .owl-dots .owl-dot span::before {
                position: absolute;
                width: 6px;
                height: 6px;
                content: "";
                background: #fff;
                border-radius: 50%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease-in-out;
            }

.owl-carousel .animated-text {
    transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

    .owl-carousel .animated-text.is-transitioned {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: all 1.1s;
    }

.owl-carousel .small-heading.is-transitioned {
    transition-delay: 0.2s;
}

    .owl-carousel .small-heading.is-transitioned:last-of-type {
        transition-delay: 0.5s;
    }

.owl-carousel .big-heading.is-transitioned {
    transition-delay: 0.9s;
}

    .owl-carousel .big-heading.is-transitioned:last-of-type {
        transition-delay: 1.5s;
    }

.owl-carousel .animated-btn.is-transitioned {
    transition-delay: 1s;
}

    .owl-carousel .animated-btn.is-transitioned:last-of-type {
        transition-delay: 1.2s;
    }

.rotate-social-link {
    position: absolute;
    z-index: 99;
    bottom: 80px;
    left: 30px;
}

@media (min-width: 1300px) {
    .rotate-social-link {
        transform: rotate(-90deg) translateY(-50%);
        bottom: 50%;
        left: -95px;
    }
}

@media (max-width: 991px) {
    .rotate-social-link {
        left: 15px;
        bottom: 50px;
    }
}

.rotate-social-link a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0px 10px;
}

    .rotate-social-link a:hover {
        color: #FFBB00;
    }

.agency-wrapper {
    position: relative;
}

    .agency-wrapper .it-wrapper {
        padding: 110px 0 110px 0;
        position: relative;
    }

@media (max-width: 768px) {
    .agency-wrapper .it-wrapper {
        padding: 70px 0 70px 0;
    }
}

.agency-wrapper .it-wrapper .banner-text {
    position: relative;
}

@media (max-width: 576px) {
    .agency-wrapper .it-wrapper .banner-text {
        text-align: center;
    }

        .agency-wrapper .it-wrapper .banner-text .yellow-bg {
            top: 38% !important;
            left: 2% !important;
        }
}

.agency-wrapper .it-wrapper .banner-text h6 {
    color: #001659;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.agency-wrapper .it-wrapper .banner-text .yellow-bg {
    position: absolute;
    top: 41%;
    left: -8%;
    z-index: -1;
}

.agency-wrapper .it-wrapper .banner-text h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 55px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

    .agency-wrapper .it-wrapper .banner-text h1 span {
        color: #FF5E14;
    }

@media (max-width: 600px) {
    .agency-wrapper .it-wrapper .banner-text h1 {
        font-size: 35px;
    }
}

@media (max-width: 425px) {
    .agency-wrapper .it-wrapper .banner-text h1 {
        font-size: 30px;
    }
}

.agency-wrapper .it-wrapper .banner-text p {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 60px;
    border-left: 3px solid #4E5AFF;
}

@media (max-width: 576px) {
    .agency-wrapper .it-wrapper .banner-text p {
        border-left: none;
        padding-left: 0px;
    }
}

.agency-wrapper .it-wrapper .expr-wepper-one {
    position: absolute;
    right: -20%;
    top: -20%;
    z-index: 5;
    overflow-y: hidden;
}

@media (max-width: 1300px) {
    .agency-wrapper .it-wrapper .expr-wepper-one {
        position: absolute;
        left: -10%;
    }
}

@media (max-width: 1080px) {
    .agency-wrapper .it-wrapper .expr-wepper-one {
        position: absolute;
        top: -5%;
        left: 0%;
        bottom: -191px;
    }
}

@media (max-width: 768px) {
    .agency-wrapper .it-wrapper .expr-wepper-one {
        position: relative;
        left: 0%;
        top: 50px;
    }
}

.agency-wrapper .it-wrapper .expr-wepper-two {
    position: absolute;
    bottom: -130px;
    left: 0px;
    z-index: 5;
    animation: top-to-down 4s ease-in-out infinite;
}

@media (max-width: 1300px) {
    .agency-wrapper .it-wrapper .expr-wepper-two {
        position: absolute;
        left: 0%;
    }
}

@media (max-width: 768px) {
    .agency-wrapper .it-wrapper .expr-wepper-two {
        position: relative;
        left: 0%;
        top: 50px;
    }
}

.agency-wrapper .it-wrapper .hero-rapper {
    position: absolute;
    top: 15%;
    right: 0%;
    z-index: 1;
}

@media (max-width: 768px) {
    .agency-wrapper .it-wrapper .hero-rapper {
        top: 40%;
    }
}

.agency-wrapper .it-wrapper .btn-wepper .border {
    border: 2px solid red;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    width: 37px;
}

    .agency-wrapper .it-wrapper .btn-wepper .border i {
        margin-right: 0px;
        font-size: 10px;
        padding: 10px 11px;
        background-color: #4E5AFF;
        color: rgb(255, 255, 255);
        border-radius: 100%;
    }

@media (max-width: 450px) {
    .agency-wrapper .it-wrapper .btn-wepper {
        display: block !important;
        text-align: center;
    }

        .agency-wrapper .it-wrapper .btn-wepper .ml-25 {
            margin-left: 0;
        }

        .agency-wrapper .it-wrapper .btn-wepper .mr-25 {
            margin-right: 0;
        }

        .agency-wrapper .it-wrapper .btn-wepper .btn-head-2 {
            margin-top: 50px;
        }
}

@media (max-width: 568px) {
    .agency-wrapper .it-wrapper .btn-wepper {
        justify-content: center;
    }

        .agency-wrapper .it-wrapper .btn-wepper .ml-25 {
            margin-left: 0;
        }

        .agency-wrapper .it-wrapper .btn-wepper .mr-25 {
            margin-right: 0;
        }
}

@media (max-width: 840px) {
    .agency-wrapper .it-wrapper .btn-wepper .ml-25 {
        margin-left: 5px;
    }

    .agency-wrapper .it-wrapper .btn-wepper .mr-25 {
        margin-right: 5px;
    }
}

.agency-wrapper .it-wrapper .shapes {
    position: absolute;
    bottom: -45%;
    left: 0%;
    z-index: -1;
}

.agency-wrapper .brand-wepper {
    position: relative;
    padding: 105px 0px;
}

@media (max-width: 768px) {
    .agency-wrapper .brand-wepper {
        padding: 0px 50px;
    }
}

.agency-wrapper .brand-wepper .brand-head h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #53545A;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .agency-wrapper .brand-wepper .brand-head h5 {
        font-size: 18px;
    }
}

.agency-wrapper .brand-wepper .cloned img {
    filter: saturate(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .agency-wrapper .brand-wepper .cloned img:hover {
        filter: saturate(100);
    }

.agency-wrapper .brand-wepper .hero-rapper {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.agency-wrapper .info-wepper {
    padding-bottom: 110px;
}

    .agency-wrapper .info-wepper .section-title-2 {
        position: relative;
    }

@media (max-width: 768px) {
    .agency-wrapper .info-wepper .section-title-2 {
        margin-top: 100px;
    }
}

.agency-wrapper .info-wepper .section-title-2 h5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #001659;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
}

.agency-wrapper .info-wepper .section-title-2 h1 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

    .agency-wrapper .info-wepper .section-title-2 h1 span {
        color: #FF5E14;
    }

@media (max-width: 550px) {
    .agency-wrapper .info-wepper .section-title-2 h1 {
        font-size: 27px !important;
    }
}

.agency-wrapper .info-wepper .section-title-2 .yellow-bg {
    z-index: -1;
    position: absolute;
    bottom: 5%;
    left: 13%;
}

.agency-wrapper .info-wepper .service-wepper {
    overflow: hidden;
}

    .agency-wrapper .info-wepper .service-wepper .service-box {
        margin-top: 30px !important;
        border-radius: 10px;
        box-shadow: 0px 4px 24px 0px rgba(0, 22, 89, 0.04);
        position: relative;
        margin: 5px;
        background-color: #FFF;
    }

        .agency-wrapper .info-wepper .service-wepper .service-box .icon {
            transition: all 0.4s ease-in-out;
            display: inline-block;
            border-radius: 5px;
            padding: 10px;
        }

            .agency-wrapper .info-wepper .service-wepper .service-box .icon img {
                height: 45px;
                width: auto;
            }

        .agency-wrapper .info-wepper .service-wepper .service-box .content h5 {
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            padding: 20px 0px;
            margin-bottom: 0px;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .content p {
            font-family: "Roboto", sans-serif;
            font-size: 15px;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .borderb-1 {
            border: 2px solid #F2F3FE;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .borderb-2 {
            border: 2px solid #FFCFB9;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .borderb-3 {
            border: 2px solid #B5DBCB;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .borderb-4 {
            border: 2px solid #FFEBB3;
        }

        .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box {
            transition: all 0.4s ease-in-out;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: -5px;
            top: -5px;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            margin: 5px;
            background-color: #4e9cf6;
        }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .icon {
                transition: all 0.4s ease-in-out;
                display: inline-block;
                border-radius: 5px;
                padding: 10px;
            }

                .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .icon img {
                    height: 45px;
                    width: auto;
                }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .content h5 {
                text-transform: capitalize;
                font-family: "Roboto", sans-serif;
                padding: 20px 0px;
                margin-bottom: 0px;
                color: #FFF;
            }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .content p {
                font-family: "Roboto", sans-serif;
                font-size: 15px;
                color: #FFF;
            }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .borderb-1 {
                border: 2px solid #F2F3FE;
            }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .borderb-2 {
                border: 2px solid #FFCFB9;
            }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .borderb-3 {
                border: 2px solid #B5DBCB;
            }

            .agency-wrapper .info-wepper .service-wepper .service-box .overly-service-box .borderb-4 {
                border: 2px solid #FFEBB3;
            }

        .agency-wrapper .info-wepper .service-wepper .service-box:hover {
            filter: none;
        }

            .agency-wrapper .info-wepper .service-wepper .service-box:hover .overly-service-box {
                visibility: visible;
                opacity: 1;
            }

    .agency-wrapper .info-wepper .service-wepper .service-one, .agency-wrapper .info-wepper .service-wepper .service-two {
        position: absolute;
        top: 15%;
        left: 10%;
    }

    .agency-wrapper .info-wepper .service-wepper .service-two {
        left: 80%;
        top: 8%;
    }

.agency-wrapper .shape-one {
    position: absolute;
    top: 10%;
    left: 12%;
}

@media (max-width: 1730px) {
    .agency-wrapper .shape-one {
        left: 1%;
    }
}

@media (max-width: 1200px) {
    .agency-wrapper .shape-one {
        display: none;
    }
}

.agency-wrapper .shape-two {
    position: absolute;
    display: inline-block;
    left: 88%;
    top: 72%;
}

@media (max-width: 1730px) {
    .agency-wrapper .shape-two {
        right: 1%;
    }
}

@media (max-width: 1200px) {
    .agency-wrapper .shape-two {
        display: none;
    }
}

.hero-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .hero-wrapper.hero-4 {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .hero-wrapper.hero-4 .single-slide {
            padding-top: 250px;
            padding-bottom: 170px;
            position: relative;
            z-index: -1;
            overflow: hidden;
        }

@media (max-width: 1191px) {
    .hero-wrapper.hero-4 .single-slide {
        padding-top: 250px;
        padding-bottom: 170px;
    }
}

@media (max-width: 991px) {
    .hero-wrapper.hero-4 .single-slide {
        padding-top: 170px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .hero-wrapper.hero-4 .single-slide {
        padding-top: 170px;
        padding-bottom: 80px;
        text-align: center;
    }
}

.hero-wrapper.hero-4 .single-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #01011C 0%, rgba(1, 1, 28, 0) 100%);
    content: "";
    z-index: -1;
}

.hero-wrapper.hero-4 .single-slide .number__element {
    z-index: -1;
    position: absolute;
    left: 4%;
    bottom: 0%;
}

@media (max-width: 991px) {
    .hero-wrapper.hero-4 .single-slide .number__element {
        display: none;
    }
}

.hero-wrapper.hero-4 .hero-contents {
    z-index: 100;
}

@media (max-width: 500px) {
    .hero-wrapper.hero-4 .hero-contents {
        text-align: center !important;
    }
}

.hero-wrapper.hero-4 .hero-contents h1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 20px;
}

    .hero-wrapper.hero-4 .hero-contents h1 span {
        font-size: 70px;
    }

@media (max-width: 995px) {
    .hero-wrapper.hero-4 .hero-contents h1 {
        font-size: 45px;
        max-width: 500px;
    }

        .hero-wrapper.hero-4 .hero-contents h1 span {
            font-size: 45px;
        }
}

@media (max-width: 500px) {
    .hero-wrapper.hero-4 .hero-contents h1 {
        font-size: 36px;
    }

        .hero-wrapper.hero-4 .hero-contents h1 span {
            font-size: 40px;
        }
}

@media (max-width: 400px) {
    .hero-wrapper.hero-4 .hero-contents h1 {
        font-size: 32px;
    }

        .hero-wrapper.hero-4 .hero-contents h1 span {
            font-size: 32px;
        }
}

.hero-wrapper.hero-4 .hero-contents p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}

.hero-wrapper.hero-4 .hero-contents a {
    border-radius: 4px;
    padding: 15px 30px;
}

    .hero-wrapper.hero-4 .hero-contents a:last-child {
        border: 1px solid #FFFFFF;
        padding: 14px 28px;
        border-radius: 4px;
        background-color: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .hero-wrapper.hero-4 .hero-contents a:last-child:hover {
            border: 1px solid #FF5E14;
            background-color: #FF5E14 !important;
        }

        .hero-wrapper.hero-4 .hero-contents a:last-child i {
            margin-left: 0;
            margin-right: 10px;
        }

@media (max-width: 480px) {
    .hero-wrapper.hero-4 .hero-contents a:last-child {
        margin-top: 30px;
    }
}

.hero-wrapper.hero-4 .element {
    z-index: 1;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 90px;
    line-height: 135px;
    top: 35%;
    left: -3%;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0);
    position: absolute;
    transform: rotate(-90deg);
}

@media (max-width: 1800px) {
    .hero-wrapper.hero-4 .element {
        left: -7%;
    }
}

@media (max-width: 1650px) {
    .hero-wrapper.hero-4 .element {
        left: -10%;
    }
}

@media (max-width: 1550px) {
    .hero-wrapper.hero-4 .element {
        left: -15%;
    }
}

@media (max-width: 1400px) {
    .hero-wrapper.hero-4 .element {
        left: -17%;
    }
}

@media (max-width: 1200px) {
    .hero-wrapper.hero-4 .element {
        display: none;
    }
}

.hero-wrapper.hero-4 .hero-slider_3 .owl-nav {
    position: absolute;
    bottom: -100px;
    right: -100px;
    height: 300px;
    width: 300px;
    background-color: #020231 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-wrapper.hero-4 .hero-slider_3 .owl-nav {
        display: none;
    }
}

.hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next {
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

    .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev:hover, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next:hover {
        background: transparent;
    }

    .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev p, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next p {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-prev:hover p, .hero-wrapper.hero-4 .hero-slider_3 .owl-nav .owl-next:hover p {
        color: rgb(255, 94, 20);
    }

.hero-wrapper .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0%;
}

.hero-4 .hero-contents h1 {
    opacity: 0;
    transform: translateY(-150px);
}

.hero-4 .hero-contents p {
    opacity: 0;
    transform: translateY(-130px);
}

.hero-4 .hero-contents .btn-box {
    opacity: 0;
    transform: translateY(-110px);
}

.hero-4 .owl-item.active .bg-cover {
    transform: scale(1.1);
}

.hero-4 .owl-item.active h1 {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2000ms ease;
}

.hero-4 .owl-item.active p {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2200ms ease;
}

.hero-4 .owl-item.active .btn-box {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2300ms ease;
}

.block-contents .section-title {
    position: relative;
}

    .block-contents .section-title h5 {
        font-size: 160px;
        line-height: 1;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #001659;
        -webkit-text-fill-color: transparent;
        opacity: 0.1;
        margin-bottom: 0;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        top: -53px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        position: absolute;
        z-index: 9;
    }

        .block-contents .section-title h5.textleft {
            left: 0px !important;
            transform: translateX(-5px);
        }

        .block-contents .section-title h5.text-white {
            -webkit-text-stroke-color: #FFF;
        }

@media (max-width: 991px) {
    .block-contents .section-title h5 {
        display: none;
    }
}

.block-contents .section-title span {
    font-weight: 700;
    text-transform: uppercase;
    color: #1976d0;
}

.block-contents .section-title h2 {
    font-size: 57px;
    line-height: 1.17;
}

@media (max-width: 1191px) {
    .block-contents .section-title h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .block-contents .section-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .block-contents .section-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 500px) {
    .block-contents .section-title h2 {
        font-size: 32px;
    }
}

.block-contents p {
    margin-top: 15px;
}

.block-contents blockquote {
    border-left: 5px solid #FF5E14;
    font-style: italic;
    padding-left: 20px;
    color: #001659;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-title_2 h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #F47102;
    margin-bottom: 20px;
}

.section-title_2 h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #020231;
}

@media (max-width: 767px) {
    .section-title_2 h2 {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .section-title_2 h2 {
        font-size: 30px;
    }
}

.section-rotate-title {
    font-size: 160px;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #001659;
    -webkit-text-fill-color: transparent;
    opacity: 0.1;
    top: 42%;
    position: absolute;
    left: -100px;
    transform: rotate(270deg);
    font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
    .section-rotate-title {
        display: none;
    }
}

.section-title-3 h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #4E5AFF;
    margin-bottom: 10px;
    margin-top: -6px;
}

.section-title-3 h2 {
    color: #161616;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 1200px) {
    .section-title-3 h2 {
        font-size: 42px;
        line-height: 115%;
    }
}

@media (max-width: 991px) {
    .section-title-3 h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title-3 h2 {
        font-size: 34px;
    }
}

.section-title-3 p {
    font-size: 16px;
}

.section-padding {
    padding: 120px 0px;
}

@media (max-width: 1191px) {
    .section-padding {
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0px;
    }
}

@media (max-width: 767px) {
    .section-padding.section-padding_3 {
        padding: 50px 0px;
    }
}

.section-bg {
    background-color: #f6f6f6;
}

.theme-bg {
    background-color: #001659;
}

.bg-gray {
    background-color: #F9F9F9;
}

.cta-theme-bg {
    background-color: #1976d0;
}

.page-banner-wrap {
    background-color: #001659;
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
    z-index: -1;
}

@media (max-width: 991px) {
    .page-banner-wrap {
        padding-top: 110px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

.page-banner-wrap::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.page-banner-wrap .page-heading h1 {
    font-size: 80px;
    line-height: 110%;
}

@media (max-width: 991px) {
    .page-banner-wrap .page-heading h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .page-banner-wrap .page-heading h1 {
        font-size: 40px;
    }
}

.section-title-4 h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 115%;
    color: #161616;
    margin-top: -8px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-title-4 h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section-title-4 h2 {
        font-size: 32px;
    }
}

.section-title-4 p {
    font-size: 16px;
    line-height: 26px;
}

.bg-black {
    background-color: #161616 !important;
}

.container {
    max-width: 1230px !important;
}

/* ----------------------------------
	About Us Section Styles
 ------------------------------------ */
.img-block-pop-video {
    position: relative;
}

@media (max-width: 1200px) {
    .img-block-pop-video {
        margin-bottom: 60px;
    }
}

.img-block-pop-video .popup-video-block {
    width: 230px;
    height: 280px;
    background: #eee;
    border: 15px solid #fff;
    position: relative;
    z-index: 1;
    margin-top: -250px;
    margin-left: -80px;
}

@media (max-width: 1200px) {
    .img-block-pop-video .popup-video-block {
        margin-left: 0;
    }
}

.img-block-pop-video .popup-video-block::before {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #fff;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.img-block-pop-video .popup-video-block .video-play-btn .popup-video {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.tab-inner-contents {
    clear: both;
    overflow: hidden;
}

    .tab-inner-contents .img-box {
        float: left;
        overflow: hidden;
        margin-right: 20px;
    }

    .tab-inner-contents .checked-features-list {
        float: left;
        overflow: hidden;
    }

.tab-content-block {
    margin-top: 30px;
}

    .tab-content-block .nav-pills {
        position: relative;
        margin-bottom: 30px !important;
    }

        .tab-content-block .nav-pills::after {
            position: absolute;
            height: 1px;
            width: 75%;
            background-color: #EBEDF2;
            content: "";
            left: 0;
            bottom: 0;
            z-index: -1;
        }

@media (max-width: 767px) {
    .tab-content-block .nav-pills::after {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .tab-content-block .nav-pills::after {
        width: 100%;
    }
}

.tab-content-block .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #001659;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: "Exo 2", sans-serif;
}

@media (max-width: 430px) {
    .tab-content-block .nav-pills .nav-link {
        font-size: 16px;
        padding: 8px 14px;
    }
}

.tab-content-block .nav-pills .nav-link::after {
    position: absolute;
    height: 6px;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: transparent;
    transform: translateY(2.5px);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.tab-content-block .nav-pills .nav-link.active {
    color: #001659;
    background: transparent !important;
}

    .tab-content-block .nav-pills .nav-link.active::after {
        opacity: 1;
        visibility: visible;
        background: #FF5E14;
    }

.checked-features-list.style-2 li {
    position: relative;
}

    .checked-features-list.style-2 li:hover::before {
        color: #4E5AFF;
    }

    .checked-features-list.style-2 li::before {
        content: "\f058";
        color: #D4D6F5;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
    }

.checked-features-list.theme-color-4 li {
    position: relative;
}

    .checked-features-list.theme-color-4 li:hover::before {
        color: #4E5AFF;
    }

    .checked-features-list.theme-color-4 li::before {
        content: "\f058";
        color: #FFBB00;
        transition: all 0.3s ease-in-out;
    }

.checked-features-list li {
    font-size: 16px;
    color: #53545A;
    margin-top: 10px;
    padding-left: 30px;
}

    .checked-features-list li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f14a";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        color: #FF5E14;
        font-size: 18px;
    }

.about-cover-bg {
    height: 570px;
    position: relative;
}

@media (max-width: 991px) {
    .about-cover-bg {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .about-cover-bg {
        height: 350px;
    }
}

.about-cover-bg .our-experience-years {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 40px 10px;
    background-color: #fff;
    text-align: center;
}

    .about-cover-bg .our-experience-years.our-experience-years_2 .video-play-btn .popup-video {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(255, 94, 20, 0.15);
        border-radius: 50%;
        font-size: 14px;
        line-height: 48px;
        border: 5px solid rgba(255, 94, 20, 0.15);
        text-align: center;
        margin-right: 20px;
        float: left;
        color: #FF5E14;
        animation-name: playVideo1;
    }

@media (max-width: 500px) {
    .about-cover-bg .our-experience-years.our-experience-years_2 .video-play-btn .popup-video {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}

.about-cover-bg .our-experience-years.our-experience-years_2 .video-play-btn span {
    line-height: 1.5;
}

.about-cover-bg .our-experience-years.our-experience-years__3 {
    padding: 40px;
}

.about-cover-bg .our-experience-years .year-outline {
    background-image: url("../img/outline.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

    .about-cover-bg .our-experience-years .year-outline h2 {
        font-size: 115px;
        margin-bottom: 0;
        line-height: 1;
    }

.about-cover-bg .our-experience-years p {
    color: #FF5E14;
    font-weight: 700;
    font-size: 20px;
}

    .about-cover-bg .our-experience-years p span {
        color: #001659;
    }

.about-banner-wrapper {
    position: relative;
}

.icon-arrow-down {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #FF5E14;
    transition: all 0.3s ease-in-out;
    margin-bottom: -30px;
    z-index: 2;
}

    .icon-arrow-down .rotate-icon {
        transform: rotate(180deg);
    }

    .icon-arrow-down:hover {
        background-color: #FF5E14;
        color: #FFF;
    }

.single-timeline-box {
    margin-top: 40px;
}

    .single-timeline-box span {
        color: #FF5E14;
        font-size: 16px;
        font-weight: 500;
    }

    .single-timeline-box p {
        margin-top: 25px;
    }

.time-line-icon .single-icon {
    width: 70px;
    height: 70px;
    background: #fff1eb;
    position: relative;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 130px;
}

    .time-line-icon .single-icon:last-of-type::before {
        display: none;
    }

    .time-line-icon .single-icon::before {
        position: absolute;
        left: 35px;
        top: 0;
        content: "";
        border: 1px dashed #d4d4d5;
        width: 1px;
        height: 200px;
        z-index: -1;
        transform: translateX(-50%);
    }

.icon-features-item .icon {
    width: 60px;
    height: 60px;
    border: 1px solid #C8CBF5;
    line-height: 50px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    text-align: center;
}

.icon-features-item:hover .icon {
    background: #C8CBF5;
    border-color: #C8CBF5;
}

.icon-features-item .content {
    overflow: hidden;
}

    .icon-features-item .content h4 {
        line-height: 1;
    }

@media (max-width: 991px) {
    .icon-features-item .content br {
        display: none;
    }
}

.about-company-img {
    position: relative;
}

@media (max-width: 991px) {
    .about-company-img {
        max-width: 80%;
        display: block;
        margin: 0px auto;
    }
}

.about-company-img .about-element {
    position: absolute;
    left: -70px;
    bottom: 100px;
}

@media (max-width: 991px) {
    .about-company-img .about-element {
        left: -15px;
        bottom: 50px;
    }
}

.experience-video-play {
    padding: 25px 0px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 30px 0px;
}

    .experience-video-play .year-experience-about {
        padding-right: 40px;
        border-right: 1px solid #eee;
        margin-right: 40px;
    }

@media (max-width: 767px) {
    .experience-video-play .year-experience-about {
        padding-right: 20px;
        margin-right: 20px;
    }
}

.experience-video-play .year-experience-about .year {
    margin-right: 10px;
}

    .experience-video-play .year-experience-about .year h3 {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 0;
    }

.experience-video-play .year-experience-about .text p {
    padding-top: 4px;
    line-height: 1.4;
}

.experience-video-play .video-popup-btn {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .experience-video-play .video-popup-btn {
        padding-right: 10px;
    }
}

.experience-video-play .video-popup-btn .video-play-btn .popup-video {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 48px;
    border: 1px solid #FFBB00;
    text-align: center;
    margin-right: 20px;
    float: left;
    color: #FFBB00;
}

@media (max-width: 500px) {
    .experience-video-play .video-popup-btn .video-play-btn .popup-video {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}

.experience-video-play .video-popup-btn .video-play-btn .popup-video:hover {
    color: #161616;
    border-color: #161616;
}

.experience-video-play .video-popup-btn .video-play-btn span {
    line-height: 1.5;
}

.global-title {
    position: relative;
    z-index: 1;
}

    .global-title::before {
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        content: "";
        background: #eee;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

    .global-title h4 {
        background: #F9F9F9;
        display: inline-block;
        font-weight: 500;
        font-size: 18px;
        padding-right: 15px;
        margin-bottom: 0;
    }

.border-left {
    border-left: 2px solid #000000;
    padding-left: 20px;
    margin-top: 15px;
}

.our-achievement-skill-wrapper ul li {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #161616;
    text-transform: uppercase;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 1;
}

    .our-achievement-skill-wrapper ul li::before {
        position: absolute;
        right: 0;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        content: "";
        background: #FFBB00;
        bottom: 5px;
    }

    .our-achievement-skill-wrapper ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

        .our-achievement-skill-wrapper ul li:last-child::before {
            display: none;
        }

.brand-client-img {
    position: relative;
}

@media (max-width: 991px) {
    .brand-client-img img {
        max-width: 70%;
    }
}

@media (max-width: 600px) {
    .brand-client-img img {
        max-width: 80%;
    }
}

.company-year {
    background: #FFBB00;
    position: absolute;
    padding: 20px 40px;
    border-radius: 10px;
    display: inline-block;
    bottom: 100px;
    right: -60px;
    transform: rotate(-90deg);
}

@media (max-width: 1191px) {
    .company-year {
        right: -20px;
    }
}

.company-year h2 {
    font-size: 70px;
    line-height: 1;
    color: #161616;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .company-year h2 {
        font-size: 48px;
    }
}

.company-year p {
    color: #161616;
    position: relative;
    z-index: 1;
    background: #FFBB00;
}

    .company-year p::before {
        position: absolute;
        right: 0;
        height: 1px;
        width: 50%;
        content: "";
        background: #161616;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

@media (max-width: 991px) {
    .agency-img {
        max-width: 70%;
        margin: 0px auto;
    }
}

@media (max-width: 500px) {
    .agency-img {
        max-width: 80%;
        margin: 0px auto;
    }
}

.about_content {
    position: relative;
}

    .about_content .icon {
        margin-right: 35px;
        margin-left: 20px;
    }

        .about_content .icon img {
            width: 40px;
            height: 40px;
            max-width: none !important;
        }

    .about_content .content {
        margin-top: 30px;
    }

        .about_content .content h4 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 27px;
            color: #FF5E14;
            margin-bottom: 10px;
        }

    .about_content .element__img {
        top: 20%;
        left: 0%;
        position: absolute;
    }

.single-work-process-item {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 1050px) {
    .single-work-process-item {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .single-work-process-item {
        text-align: center;
        margin: 0px auto;
        padding-top: 30px;
        max-width: 100%;
    }
}

.single-work-process-item .icon {
    font-size: 60px;
    line-height: 1;
    color: #FF5E14;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}

.single-work-process-item .icon img {
    width:60px;
    height:60px;
}

@media (max-width: 767px) {
    .single-work-process-item .icon {
        margin-bottom: 15px;
    }
}

.single-work-process-item .contents span {
    font-size: 16px;
    line-height: 1;
    color: #001659;
    text-transform: uppercase;
}

.single-work-process-item .contents h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.single-work-process-item .contents p {
    font-size: 15px;
}

.single-icon-circle-item {
    clear: both;
    overflow: hidden;
    margin-top: 40px;
    padding-right: 25px;
}

@media (max-width: 500px) {
    .single-icon-circle-item {
        padding-right: 0;
    }
}

.single-icon-circle-item .icon {
    float: left;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ebedf2;
    border-radius: 50%;
    color: #1976d0;
    text-align: center;
    font-size: 40px;
    line-height: 110px;
    position: relative;
    box-sizing: border-box;
    margin-right: 25px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 500px) {
    .single-icon-circle-item .icon {
        float: inherit;
        margin-bottom: 20px;
    }
}

.single-icon-circle-item .icon:hover {
    color: #001659;
}

.single-icon-circle-item .icon::before {
    position: absolute;
    border: 5px solid #1976d0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.single-icon-circle-item .contents {
    overflow: hidden;
}

.why-choice-us {
    background-image: radial-gradient(#E6E6E6 1px, transparent 0);
    background-size: 15px 15px;
    background-position: -17px ​-22px;
    position: relative;
}

    .why-choice-us .why-choice-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 47%;
        height: 100%;
        content: "";
    }

.features-list .single-icon-feature {
    box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
    border-width: 4px;
    border-color: #fff;
    border-style: solid;
    background-color: #fff;
    box-sizing: border-box;
    padding: 35px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

    .features-list .single-icon-feature:hover, .features-list .single-icon-feature.active {
        border-color: #001659;
    }

        .features-list .single-icon-feature:hover i, .features-list .single-icon-feature.active i {
            color: #001659;
        }

    .features-list .single-icon-feature:last-of-type {
        margin-bottom: 0;
    }

    .features-list .single-icon-feature .icon {
        font-size: 75px;
        margin-right: 25px;
        line-height: 1;
    }

    .features-list .single-icon-feature .content {
        overflow: hidden;
    }

        .features-list .single-icon-feature .content p {
            font-size: 15px;
            line-height: 2;
        }

.single-icon-border-box {
    border: 1px solid #EBEDF2;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1191px) {
    .single-icon-border-box {
        padding: 25px;
    }
}

.single-icon-border-box .icon {
    float: left;
    overflow: hidden;
    font-size: 70px;
    line-height: 1;
    color: #FF5E14;
    margin-right: 20px;
}

.single-icon-border-box .content {
    overflow: hidden;
}

    .single-icon-border-box .content h6 span {
        display: block;
    }

.core__feature__wrapper {
    padding-top: 120px;
}

@media (max-width: 1191px) {
    .core__feature__wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .core__feature__wrapper {
        padding-top: 80px;
    }
}

.feature__card {
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.24);
    padding: 30px;
    position: relative;
    border-radius: 4px;
}

    .feature__card .icon {
        margin-bottom: 30px;
    }

    .feature__card .core__content h4 {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .feature__card .core__content p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .feature__card .vector__element {
        transition: all 0.4s ease-in-out;
        position: absolute;
        top: -30%;
        right: -10%;
        transform: rotate(-17.23deg);
    }

    .feature__card .vector__element_2 {
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -30%;
        right: -10%;
        transform: rotate(-17.23deg);
    }

    .feature__card:hover .vector__elemen {
        visibility: hidden;
        opacity: 0;
    }

    .feature__card:hover .vector__element_2 {
        visibility: visible;
        opacity: 1;
    }

/* ----------------------------------
  Service Section Styles
 ------------------------------------ */
.single-service-box {
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

    .single-service-box:hover::after {
        opacity: 0;
        visibility: hidden;
    }

    .single-service-box:hover .service-bg {
        opacity: 1;
        visibility: visible;
        transform: scale(1.1);
    }

    .single-service-box:hover .contents h4, .single-service-box:hover .contents p {
        color: #fff;
    }

    .single-service-box::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .single-service-box .icon {
        color: #FF5E14;
        font-size: 54px;
        line-height: 1;
    }

    .single-service-box .icon img {
        width:60px;
        height:60px;
    }

    .single-service-box .contents h4 {
        margin: 20px 0px;
    }

    .single-service-box .service-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        background-position: center center;
        transition: all 0.4s ease-in-out;
        transform: scale(0.9);
    }

        .single-service-box .service-bg::after {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #001659;
            opacity: 0.6;
            left: 0;
            top: 0;
        }

.single-service-card {
    border: 1px solid #EBEDF2;
    background-color: #fff;
    margin-top: 40px;
}

    .single-service-card.single-service-card_2 {
        border: 0px solid #EBEDF2;
        padding: 0px 10px;
        z-index: 1;
        position: relative;
        background-color: transparent !important;
    }

        .single-service-card.single-service-card_2 .service-cover-img {
            height: 200px;
            border-radius: 4px;
        }

        .single-service-card.single-service-card_2 .content {
            padding: 30px 10px 50px 10px !important;
        }

            .single-service-card.single-service-card_2 .content h4 {
                font-family: "Poppins", sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 30px;
            }

                .single-service-card.single-service-card_2 .content h4 a {
                    position: relative;
                    padding: 0px 0px;
                    visibility: visible;
                    opacity: 1;
                }

            .single-service-card.single-service-card_2 .content a {
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                padding: 10px 20px;
                border-radius: 4px;
                text-transform: capitalize;
                margin-bottom: -15px;
                position: absolute;
                bottom: -1%;
                visibility: hidden;
                opacity: 0;
            }

        .single-service-card.single-service-card_2::after {
            position: absolute;
            content: "";
            clear: both;
            display: block;
            left: 0;
            bottom: 0;
            height: 75%;
            width: 100%;
            background-color: #FFF;
            border-radius: 4px;
            z-index: -1;
            box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
        }

        .single-service-card.single-service-card_2:hover a {
            visibility: visible;
            opacity: 1;
        }

    .single-service-card .service-cover-img {
        height: 230px;
    }

    .single-service-card .content {
        padding: 30px 40px;
    }

        .single-service-card .content .icon-title {
            display: flex;
            align-items: center;
        }

            .single-service-card .content .icon-title .icon {
                font-size: 55px;
                color: #FF5E14;
                line-height: 1;
                margin-right: 20px;
            }

            .single-service-card .content .icon-title .service-title h4:hover {
                color: #FF5E14;
            }

        .single-service-card .content .read-more {
            color: #FF5E14;
            text-decoration: underline;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            display: block;
            margin-top: 15px;
        }

            .single-service-card .content .read-more:hover {
                color: #001659;
            }

            .single-service-card .content .read-more i {
                margin-left: 5px;
            }

.single-best-featured {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .single-best-featured.right {
        text-align: right;
    }

        .single-best-featured.right .icon {
            float: right;
            overflow: hidden;
            font-size: 60px;
            color: #FF5E14;
            margin-left: 20px;
            margin-right: 0;
        }
}

.single-best-featured .icon {
    float: left;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-right: 20px;
}

.single-best-featured .content-text {
    overflow: hidden;
}

    .single-best-featured .content-text h5 {
        margin-top: -4px;
        margin-bottom: 10px;
    }

.single-services-box {
    padding: 70px 40px 65px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
    text-align: center;
    margin-top: 30px;
}

    .single-services-box .icon {
        width: 80px;
        height: 80px;
        border: 1px solid #C8CBF5;
        line-height: 80px;
        border-radius: 10px;
        margin: 0 auto;
        margin-bottom: 30px;
        transition: all 0.3s ease-in-out;
    }

    .single-services-box:hover .icon {
        background: #f2f3fe;
        border-color: #f2f3fe;
    }

    .single-services-box.sb2 .icon {
        border: 1px solid #F2E1D8;
    }

    .single-services-box.sb3 .icon {
        border: 1px solid #D1ECE2;
    }

    .single-services-box.sb2:hover .icon {
        background: #F2E1D8;
        border-color: #F2E1D8;
    }

    .single-services-box.sb3:hover .icon {
        background: #D1ECE2;
        border-color: #D1ECE2;
    }

.service-gallery {
    margin-bottom: 30px;
}

    .service-gallery .single-service-photo {
        width: 100%;
        height: 450px;
        background-color: #eee;
    }

@media (max-width: 1199px) {
    .service-gallery .single-service-photo {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .service-gallery .single-service-photo {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .service-gallery .single-service-photo {
        height: 250px;
    }
}

.service-details-wrapper h2 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .service-details-wrapper h2 {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .service-details-wrapper h2 {
        font-size: 26px;
        line-height: 140%;
    }
}

.service-details-wrapper .owl-theme .owl-nav div {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #FFF;
    background-color: #001659;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    display: inline-block;
    border-radius: 0px;
}

    .service-details-wrapper .owl-theme .owl-nav div:hover {
        background-color: #FF5E14;
        color: #fff;
    }

    .service-details-wrapper .owl-theme .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

.service-details-wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 1;
}

    .service-details-wrapper .owl-theme .owl-dots .owl-dot {
        border-width: 3px;
        border-color: transparent;
        border-style: solid;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        margin: 0px 5px;
        transition: all 0.3s ease-in-out;
    }

        .service-details-wrapper .owl-theme .owl-dots .owl-dot:hover, .service-details-wrapper .owl-theme .owl-dots .owl-dot.active {
            border-color: #001659;
        }

            .service-details-wrapper .owl-theme .owl-dots .owl-dot:hover span, .service-details-wrapper .owl-theme .owl-dots .owl-dot.active span {
                background-color: #001659;
            }

        .service-details-wrapper .owl-theme .owl-dots .owl-dot span {
            background-color: #fff;
            margin: 0;
            line-height: 24px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 50%;
            margin-left: -5px;
            transition: all 0.3s ease-in-out;
        }

.service-details-wrapper .service-details-content-wrapper h1, .service-details-wrapper .service-details-content-wrapper h2, .service-details-wrapper .service-details-content-wrapper h3, .service-details-wrapper .service-details-content-wrapper h4, .service-details-wrapper .service-details-content-wrapper h5, .service-details-wrapper .service-details-content-wrapper h6, .service-details-wrapper .service-details-content-wrapper p {
    padding-bottom: 20px;
}

.service-details-wrapper .service-details-content-wrapper img {
    margin-bottom: 20px;
}

.service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
    background-color: #1976d0;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: left;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
        padding: 30px;
        font-size: 22px;
        line-height: 1.5;
        margin: 20px 0px;
    }
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-content-wrapper blockquote, .service-details-wrapper .service-details-content-wrapper .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
    }
}

.service-details-wrapper .service-details-content-wrapper blockquote::before, .service-details-wrapper .service-details-content-wrapper .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: #fff;
    z-index: -1;
    opacity: 0.1;
    font-weight: 900;
}

.service-details-wrapper .faq-accordion {
    padding-top: 10px;
}

    .service-details-wrapper .faq-accordion .card {
        background-color: #001659;
    }

    .service-details-wrapper .faq-accordion .card-header a:hover {
        color: #FFF;
    }

    .service-details-wrapper .faq-accordion .card-header a::after {
        color: #FFF;
    }

.service-details-sidebar .single-service-sidebar {
    margin-bottom: 40px;
}

    .service-details-sidebar .single-service-sidebar:last-child {
        margin-bottom: 0;
    }

    .service-details-sidebar .single-service-sidebar .sidebar-title {
        margin-bottom: 25px;
    }

        .service-details-sidebar .single-service-sidebar .sidebar-title h3 {
            text-transform: capitalize;
            margin-top: -7px;
        }

    .service-details-sidebar .single-service-sidebar ul li {
        position: relative;
    }

        .service-details-sidebar .single-service-sidebar ul li button {
            position: relative;
            display: block;
            background-color: #F4F6FB;
            color: #001659;
            text-align: center;
            padding: 16px 25px 14px;
            text-transform: capitalize;
            font-weight: 500;
            margin-top: 10px;
            width:100%;
        }

            .service-details-sidebar .single-service-sidebar ul li button:hover {
                background-color: #1976d0;
                color: #fff;
            }

    .service-details-sidebar .single-service-sidebar .brochures-download a {
        display: block;
        margin-top: 10px;
        text-align: center;
        font-weight: 500;
        text-transform: capitalize;
    }

        .service-details-sidebar .single-service-sidebar .brochures-download a i {
            margin: 0;
            margin-right: 10px;
            display: inline-block;
        }

        .service-details-sidebar .single-service-sidebar .brochures-download a:first-child {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }

        .service-details-sidebar .single-service-sidebar .brochures-download a:last-child {
            background-color: #FF5E14;
            border-color: #FF5E14;
            color: #fff;
        }

    .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info {
        overflow: hidden;
        margin-bottom: 20px;
    }

        .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info:last-child {
            margin-bottom: 0;
        }

        .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .icon {
            float: left;
            margin-right: 15px;
            overflow: hidden;
        }

        .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .contact-info {
            overflow: hidden;
        }

            .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .contact-info a {
                font-weight: 600;
                color: #001659;
                font-size: 17px;
                display: flex;
            }

                .service-details-sidebar .single-service-sidebar .contact-us .single-contact-info .contact-info a:hover {
                    color: #FF5E14;
                }

.service-item-card {
    position: relative;
    z-index: 1;
    background: #1F2124;
    border-radius: 5px;
    padding: 40px;
    padding-bottom: 35px;
    overflow: hidden;
}

    .service-item-card .service-number {
        position: absolute;
        right: 0px;
        padding-right: 50px;
        top: 30px;
        font-size: 30px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.3);
        opacity: 0.2;
        transition: all 0.3s ease-in-out;
    }

        .service-item-card .service-number::before {
            position: absolute;
            right: 0px;
            top: 50%;
            width: 40px;
            height: 1px;
            content: "";
            background-color: #161616;
            transform: translateY(-50%);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
        }

    .service-item-card:hover .service-number {
        color: #161616;
        opacity: 1;
    }

        .service-item-card:hover .service-number::before {
            opacity: 1;
            visibility: visible;
        }

    .service-item-card:hover .icon {
        color: #161616;
    }

    .service-item-card:hover .contents h4, .service-item-card:hover .contents p {
        color: #161616;
    }

    .service-item-card:hover::after, .service-item-card:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .service-item-card:hover::before {
        width: 100%;
        z-index: -1;
    }

    .service-item-card::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #FFC21A;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        left: 0;
        top: 0;
        z-index: -2;
    }

    .service-item-card::before {
        position: absolute;
        width: 0%;
        height: 100%;
        content: "";
        background-color: #FFBB00;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 75% 0, 36% 100%, 0% 100%);
        clip-path: polygon(0 0, 75% 0, 36% 100%, 0% 100%);
    }

    .service-item-card .icon {
        color: #FFBB00;
        font-size: 54px;
        line-height: 1;
    }

    .service-item-card .contents h4 {
        margin: 20px 0px;
        color: #fff;
    }

    .service-item-card .contents p {
        color: #eee;
    }

.single-testimonial-item {
    background-color: #F9F9F9;
    position: relative;
    padding: 95px;
    padding-top: 130px;
    padding-bottom: 0;
    text-align: center;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .single-testimonial-item {
        padding: 75px;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .single-testimonial-item {
        padding: 50px;
        padding-top: 80px;
    }
}

@media (max-width: 500px) {
    .single-testimonial-item {
        padding: 25px;
        padding-top: 70px;
    }
}

.single-testimonial-item::before {
    width: 87px;
    height: 87px;
    background: #FF5E14;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #fff;
    line-height: 87px;
    text-align: center;
    font-size: 32px;
}

.single-testimonial-item p {
    font-size: 22px;
    font-style: italic;
    line-height: 150%;
}

@media (max-width: 767px) {
    .single-testimonial-item p {
        font-size: 18px;
        line-height: 1.9;
    }
}

@media (max-width: 500px) {
    .single-testimonial-item p {
        font-size: 17px;
    }
}

.single-testimonial-item .client-info {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .single-testimonial-item .client-info {
        margin-top: 20px;
    }
}

.single-testimonial-item .client-info h5 {
    line-height: 1;
    margin-bottom: 10px;
}

.single-testimonial-item .client-info span {
    line-height: 1;
}

.single-testimonial-item .client-img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #eee;
    margin-bottom: -43px;
    position: relative;
    bottom: -43px;
}

.testimonial-carousel-active .owl-item {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .testimonial-carousel-active .owl-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .testimonial-carousel-active .owl-item {
        padding-bottom: 36px;
    }
}

@media (max-width: 500px) {
    .testimonial-carousel-active .owl-item {
        padding-bottom: 60px;
    }
}

.testimonial-carousel-active .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    padding: 30px 15px;
    background: #FF5E14;
    transform: translate(-50%);
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1200px) {
    .testimonial-carousel-active .owl-nav div {
        transform: translateY(0);
    }
}

@media (max-width: 500px) {
    .testimonial-carousel-active .owl-nav div {
        display: none;
    }
}

.testimonial-carousel-active .owl-nav div.owl-next {
    right: 0;
    transform: translateX(50%);
    left: auto;
}

@media (max-width: 1200px) {
    .testimonial-carousel-active .owl-nav div.owl-next {
        transform: translateX(0);
    }
}

.single-testimonial-carousel {
    position: relative;
    z-index: 1;
}

    .single-testimonial-carousel .icon {
        margin-bottom: 20px;
    }

    .single-testimonial-carousel p {
        font-size: 28px;
        font-style: italic;
        line-height: 135%;
    }

    .single-testimonial-carousel span {
        position: relative;
        padding-left: 80px;
        display: block;
        margin-top: 10px;
    }

        .single-testimonial-carousel span::before {
            position: absolute;
            left: 0;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            background-color: #707070;
            width: 60px;
            height: 1px;
        }

        .single-testimonial-carousel span b {
            position: relative;
            padding-right: 5px;
        }

            .single-testimonial-carousel span b::before {
                position: absolute;
                right: -1px;
                content: ",";
            }

.testimonial-img-right {
    position: relative;
}

    .testimonial-img-right::before {
        position: absolute;
        right: 0;
        width: 465px;
        height: 465px;
        background: #f8f8f8;
        z-index: -1;
        content: "";
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

.testimonial-carousel-list.style-2 .owl-nav div {
    background-color: #FFBB00;
    border-color: #FFBB00;
    color: #161616;
}

    .testimonial-carousel-list.style-2 .owl-nav div:hover {
        background-color: #161616;
        border-color: #161616;
        color: #fff;
    }

.testimonial-carousel-list .owl-nav {
    margin-top: 30px;
}

    .testimonial-carousel-list .owl-nav div {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        background-color: #4E5AFF;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin-top: 10px;
        transition: all 0.3s ease-in-out;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

        .testimonial-carousel-list .owl-nav div:hover {
            background-color: #001659;
        }

        .testimonial-carousel-list .owl-nav div:first-child {
            margin-right: 10px;
        }

.testimonial__single__element .testimonial__man {
    position: relative;
    height: 322px;
    width: auto;
}

    .testimonial__single__element .testimonial__man span {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }

@media (max-width: 768px) {
    .testimonial__single__element .content {
        margin-top: 50px;
    }
}

.testimonial__single__element .content i {
    font-size: 50px;
    color: #FF5E14;
    margin-bottom: 40px;
}

.testimonial__single__element .content p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

.testimonial__single__element .content span {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #020231;
}

.our__testimonial__img {
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 39%;
    width: 200px;
}

@media (max-width: 768px) {
    .our__testimonial__img {
        bottom: 20%;
        left: 45%;
    }
}

@media (max-width: 500px) {
    .our__testimonial__img {
        bottom: 30%;
        left: 45%;
    }
}

@media (max-width: 400px) {
    .our__testimonial__img {
        bottom: 30%;
        left: 35%;
    }
}

.our__testimonial__img .single__img {
    width: 60px;
    margin: 5px;
}

    .our__testimonial__img .single__img img {
        width: 100%;
        height: 53px;
        object-fit: cover;
        border: 2px solid transparent;
    }

.our__testimonial__img .slick-current.slick-active img {
    border-color: #FF5E14;
}

.our_testimonials__wrapper {
    padding-top: 120px;
}

@media (max-width: 900px) {
    .our_testimonials__wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .our_testimonials__wrapper {
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    .our_testimonials__wrapper {
        padding-top: 50px;
    }
}

.project-info-header {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .project-info-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

@media (max-width: 400px) {
    .project-info-header {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.project-info-header .single-project-data {
    margin-bottom: 35px;
}

@media (max-width: 400px) {
    .project-info-header .single-project-data {
        margin-bottom: 20px;
    }
}

.project-info-header .single-project-data h5 {
    margin-bottom: 5px;
}

.project-details-card {
    padding: 40px 45px 30px;
    background-image: radial-gradient(#E6E6E6 1px, transparent 0);
    background-size: 15px 15px;
    background-position: -15px -23px;
    position: relative;
}

    .project-details-card::before {
        width: 0;
        height: 0;
        content: "";
        left: 45px;
        top: 0;
        border-top: 25px solid #FF5E14;
        border-right: 25px solid transparent;
    }

    .project-details-card .project-title {
        padding-bottom: 20px;
    }

        .project-details-card .project-title p {
            color: #53545A;
        }

    .project-details-card .project-date {
        padding: 20px 0px;
        border-top: 1px solid #E4E7EF;
    }

        .project-details-card .project-date p {
            color: #53545A;
        }

    .project-details-card .project-client {
        padding-bottom: 30px;
    }

        .project-details-card .project-client p {
            color: #53545A;
        }

    .project-details-card .project-estimate {
        border-top: 1px solid #E4E7EF;
        padding-top: 30px;
    }

        .project-details-card .project-estimate .single-data h6 {
            line-height: 1;
            color: #53545A;
            margin-bottom: 5px;
        }

        .project-details-card .project-estimate .single-data p {
            font-size: 14px;
        }

        .project-details-card .project-estimate .single-data .total-ton {
            display: flex;
            margin-top: 10px;
        }

            .project-details-card .project-estimate .single-data .total-ton h3 {
                line-height: 1;
                font-weight: 400;
                margin-right: 5px;
            }

            .project-details-card .project-estimate .single-data .total-ton span {
                color: #FF5E14;
                font-weight: 700;
            }

.core-bg {
    position: absolute;
    width: 41%;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
}

.portfolio-carousel-wrapper {
    overflow: hidden;
}

@media (max-width: 991px) {
    .portfolio-carousel-wrapper .section-title h2 {
        margin-bottom: 20px;
    }
}

.portfolio-carousel-active {
    margin-left: 100px;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .portfolio-carousel-active {
        margin-left: 0;
    }
}

.single-project-item {
    margin-top: 50px;
}

    .single-project-item:hover .project-img::before {
        opacity: 0.6;
        visibility: visible;
    }

    .single-project-item:hover .project-img .icon {
        opacity: 1;
        visibility: visible;
    }

    .single-project-item .project-img {
        height: 615px;
        position: relative;
        display: block;
    }

@media (max-width: 1200px) {
    .single-project-item .project-img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .single-project-item .project-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .single-project-item .project-img {
        height: 350px;
    }
}

.single-project-item .project-img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background-color: #001659;
    width: 100%;
    height: 100%;
}

.single-project-item .project-img .icon {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    font-size: 30px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.single-project-item .content-text {
    margin-top: 20px;
}

    .single-project-item .content-text span {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
    }

    .single-project-item .content-text h4 {
        color: #001659;
        margin-bottom: 6px;
        font-size: 22px;
    }

@media (max-width: 767px) {
    .single-project-item .content-text h4 {
        font-size: 18px;
    }
}

.single-project-item .content-text p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}

.project-carousel-wrapper {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

    .project-carousel-wrapper .block-contents .section-title h5 {
        position: absolute;
    }

    .project-carousel-wrapper::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 130px;
        width: 100%;
        background-color: #fff;
        z-index: -1;
    }

    .project-carousel-wrapper .project-carousel-card-active {
        position: relative;
        margin-bottom: -120px;
    }

@media (min-width: 1900px) {
    .project-carousel-wrapper .project-carousel-card-active {
        margin-left: 370px;
    }
}

@media (max-width: 991px) {
    .project-carousel-wrapper .project-carousel-card-active {
        margin-bottom: -100px;
    }
}

@media (max-width: 767px) {
    .project-carousel-wrapper .project-carousel-card-active {
        margin-bottom: -80px;
    }
}

.project-carousel-wrapper .project-carousel-card-active .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    padding: 10px 25px;
    background: #FFF;
    transform: translate(-50%);
    font-size: 20px;
    color: #FF5E14;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1899px) {
    .project-carousel-wrapper .project-carousel-card-active .owl-nav div {
        transform: translateX(0);
    }
}

.project-carousel-wrapper .project-carousel-card-active .owl-nav div:hover {
    background-color: #FF5E14;
    color: #FFF;
}

.project-carousel-wrapper .project-carousel-card-active .owl-nav div.owl-next {
    right: 18%;
    left: auto;
}

@media (max-width: 1899px) {
    .project-carousel-wrapper .project-carousel-card-active .owl-nav div.owl-next {
        right: 0;
    }
}

.single-project-card {
    position: relative;
    margin-top: 40px;
}

    .single-project-card .project-thumb {
        background-color: #eee;
        height: 500px;
        display: block;
    }

@media (max-width: 1350px) {
    .single-project-card .project-thumb {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .single-project-card .project-thumb {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .single-project-card .project-thumb {
        height: 300px;
    }
}

.single-project-card .contents {
    display: flex;
    background-color: #FF5E14;
    position: relative;
    align-items: center;
    padding: 20px 40px;
}

@media (max-width: 1350px) {
    .single-project-card .contents {
        padding: 20px;
    }
}

.single-project-card .contents .project-number {
    margin-right: 20px;
}

    .single-project-card .contents .project-number h2 {
        margin-bottom: 0;
        font-size: 60px;
    }

.single-project-card .contents .project-details span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.single-project-card .contents .project-details h3 {
    margin-bottom: 0;
}

.single-project-card .contents .project-details p {
    font-size: 14px;
    font-style: italic;
}

.our-info-tabs-wrapper {
    position: relative;
}

    .our-info-tabs-wrapper::before {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #001659;
        width: 100%;
        height: 30%;
        content: "";
        z-index: -1;
    }

.project-tabs-wrapper {
    background: #fff;
    border: 1px solid #ebedf2;
    box-shadow: 0px 10px 50px rgba(3, 10, 30, 0.07);
    box-sizing: border-box;
    border-top: 0;
}

    .project-tabs-wrapper .nav-pills {
        padding: 0;
        margin: 0;
        margin-left: -1px;
    }

        .project-tabs-wrapper .nav-pills .nav-item {
            width: 25%;
        }

@media (max-width: 991px) {
    .project-tabs-wrapper .nav-pills .nav-item {
        width: 50%;
    }
}

.project-tabs-wrapper .nav-pills .nav-item button {
    color: #001659;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
    line-height: 80px;
    padding: 0px;
    text-align: center;
    border: 0;
    border-right: 1px solid #EBEDF2;
    border-bottom: 1px solid #EBEDF2;
    width: 100%;
    box-sizing: border-box;
}

    .project-tabs-wrapper .nav-pills .nav-item button.active {
        background-color: #FF5E14;
        color: #fff;
    }

@media (max-width: 991px) {
    .project-tabs-wrapper .nav-pills .nav-item button {
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
    }
}

@media (max-width: 420px) {
    .project-tabs-wrapper .nav-pills .nav-item button {
        font-size: 14px;
        line-height: 25px;
        padding: 10px 3px;
    }
}

.project-tabs-wrapper .nav-pills .nav-item button i {
    margin-right: 10px;
}

.project-tabs-wrapper .tab-content-wrapper {
    padding: 50px;
}

@media (max-width: 991px) {
    .project-tabs-wrapper .tab-content-wrapper {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .project-tabs-wrapper .tab-content-wrapper h2 {
        font-size: 26px;
    }
}

.project-tabs-wrapper .tab-content-wrapper a {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #FF5E14;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

    .project-tabs-wrapper .tab-content-wrapper a i {
        margin-left: 5px;
    }

.project-tabs-wrapper .tab-content-wrapper .data-flex {
    margin-top: 30px;
    display: flex;
}

    .project-tabs-wrapper .tab-content-wrapper .data-flex .single-data {
        margin-right: 30px;
    }

        .project-tabs-wrapper .tab-content-wrapper .data-flex .single-data p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            font-family: "Exo 2", sans-serif;
            color: #001659;
        }

        .project-tabs-wrapper .tab-content-wrapper .data-flex .single-data span {
            font-size: 13px;
            line-height: 1;
        }

        .project-tabs-wrapper .tab-content-wrapper .data-flex .single-data h6 {
            color: #001659;
            font-weight: 500;
            font-size: 24px;
        }

            .project-tabs-wrapper .tab-content-wrapper .data-flex .single-data h6 span {
                color: #FF5E14;
                font-weight: 700;
                text-transform: uppercase;
            }

.project-tabs-wrapper .tab-content-wrapper img {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .project-tabs-wrapper .tab-content-wrapper img {
        margin-left: 0px;
        margin-top: 30px;
    }
}

.project-details-contents {
    border-bottom: 1px solid #EBEDF2;
}

.single-project-process {
    text-align: center;
    margin-top: 40px;
}

    .single-project-process .content h5 {
        margin-bottom: 10px;
    }

.project-item-card {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

    .project-item-card .project-thumb {
        height: 350px;
        position: relative;
        display: block;
    }

@media (max-width: 991px) {
    .project-item-card .project-thumb {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .project-item-card .project-thumb {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .project-item-card .project-thumb {
        height: 250px;
    }
}

.project-item-card .popup-link {
    cursor: crosshair;
    color: #fff;
}

.project-item-card .contents {
    background-color: #fff;
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

    .project-item-card .contents .project-link {
        position: absolute;
        right: 20px;
        top: 0;
        transform: translateY(-50%);
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: #fff;
        background-color: #FF5E14;
    }

        .project-item-card .contents .project-link:hover {
            background-color: #001659;
        }

    .project-item-card .contents span {
        color: #FF5E14;
        font-size: 14px;
        font-weight: 500;
    }

    .project-item-card .contents h3 {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .project-item-card .contents h3 {
        font-size: 20px;
    }
}

.project-item-card:hover .contents {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.project-item-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    display: block;
    z-index: 1;
}

    .project-item-box .project-thumb {
        height: 500px;
        display: block;
        background-position: center;
        cursor: crosshair;
    }

        .project-item-box .project-thumb::before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 80%;
            background-color: #001659;
            opacity: 0.6;
            content: "";
            visibility: hidden;
            transition: all 0.4s ease-in-out;
        }

@media (max-width: 1191px) {
    .project-item-box .project-thumb {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .project-item-box .project-thumb {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .project-item-box .project-thumb {
        height: 290px;
    }
}

@media (max-width: 480px) {
    .project-item-box .project-thumb {
        height: 260px;
    }
}

.project-item-box .content-wrap {
    position: absolute;
    bottom: -40%;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.project-item-box .contents {
    width: 100%;
    height: 100%;
    padding: 30px;
}

    .project-item-box .contents span {
        color: #FF5E14;
        font-size: 14px;
        font-weight: 500;
    }

    .project-item-box .contents h3 {
        margin-bottom: 0;
        color: #fff;
    }

@media (max-width: 767px) {
    .project-item-box .contents h3 {
        font-size: 20px;
    }
}

.project-item-box .contents p {
    color: #fff;
}

.project-item-box:hover .project-thumb::before {
    visibility: visible;
    height: 100%;
}

.project-item-box:hover .content-wrap {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.project-item-box:hover .project-link {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.project-item-box .project-link {
    position: absolute;
    right: 20px;
    top: -60px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background-color: #FF5E14;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

    .project-item-box .project-link:hover {
        background-color: #001659;
    }

.portfolio-cat-filter button {
    border: none;
    background-color: #fff;
    display: inline-block;
    padding: 18px 38px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    margin: 0px 5px;
    font-weight: 700;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 767px) {
    .portfolio-cat-filter button {
        padding: 15px 25px;
        margin-bottom: 10px;
    }
}

.portfolio-cat-filter button.active, .portfolio-cat-filter button:hover {
    color: #fff;
    background-color: #001659;
}

.portfolio-showcase-carousel-active .single-recent-portfolio {
    width: 100%;
    height: 460px;
    background-color: #eee;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .portfolio-showcase-carousel-active .single-recent-portfolio {
        height: 350px;
    }
}

@media (max-width: 500px) {
    .portfolio-showcase-carousel-active .single-recent-portfolio {
        height: 300px;
    }
}

.portfolio-showcase-carousel-active .single-recent-portfolio:hover .project-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.portfolio-showcase-carousel-active .single-recent-portfolio .project-details {
    background-color: #fff;
    display: inline-block;
    padding: 25px 20px;
    position: relative;
    padding-right: 90px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: all 0.3s ease-in-out;
}

    .portfolio-showcase-carousel-active .single-recent-portfolio .project-details h5 {
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.4;
        text-transform: uppercase;
    }

        .portfolio-showcase-carousel-active .single-recent-portfolio .project-details h5:hover a {
            color: #FFBB00;
        }

    .portfolio-showcase-carousel-active .single-recent-portfolio .project-details span {
        font-size: 14px;
        text-transform: uppercase;
        color: #53545a;
    }

    .portfolio-showcase-carousel-active .single-recent-portfolio .project-details .project-link {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border: 1px solid #EEEEEE;
        color: #9F9F9F;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
    }

        .portfolio-showcase-carousel-active .single-recent-portfolio .project-details .project-link:hover {
            color: #FFBB00;
            border-color: #FFBB00;
        }

.portfolio-showcase-carousel-active.owl-theme .owl-dots {
    margin-top: 60px !important;
    margin-bottom: -10px;
}

@media (max-width: 400px) {
    .portfolio-showcase-carousel-active.owl-theme .owl-dots {
        margin-top: 40px !important;
    }
}

.portfolio-showcase-carousel-active.owl-theme .owl-dots .owl-dot.active span::before, .portfolio-showcase-carousel-active.owl-theme .owl-dots .owl-dot:hover span::before {
    opacity: 1;
    visibility: visible;
}

.portfolio-showcase-carousel-active.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: transparent;
    margin: 0px 7px;
}

@media (max-width: 400px) {
    .portfolio-showcase-carousel-active.owl-theme .owl-dots .owl-dot span {
        margin: 0px 5px;
    }
}

.portfolio-showcase-carousel-active.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    background: #161616;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.work_process__wrapper {
    background: #F8F8F8;
}

    .work_process__wrapper .process__widget {
        padding: 0px 15px;
    }

        .work_process__wrapper .process__widget .icon__widget {
            margin: 0 auto;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background-color: transparent;
            border: 1px dashed #FF5E14;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
        }

        .work_process__wrapper .process__widget .icons {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FFFFFF;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            box-shadow: 0px 0px 10px rgba(255, 94, 20, 0.15);
        }

        .work_process__wrapper .process__widget h4 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .work_process__wrapper .process__widget p {
            font-family: "Exo 2", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
        }

    .work_process__wrapper .arrow__element {
        position: absolute;
        top: 15%;
        right: -15%;
    }

.project__item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project__item .project__img {
    width: auto;
    height: 560px;
    position: relative;
}

    .project__item .project__img .project__content {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        margin: 20px;
        bottom: 0;
        position: absolute;
        background-color: #FF5E14;
        border-radius: 4px;
        padding: 25px;
        z-index: 999999;
    }

        .project__item .project__img .project__content p {
            font-family: "Exo 2", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            text-transform: uppercase;
            color: #FFF;
            margin-bottom: 5px;
        }

        .project__item .project__img .project__content h3 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 24px;
            line-height: 36px;
            color: #FFF;
            margin-bottom: 10px;
        }

        .project__item .project__img .project__content a {
            font-family: "Exo 2", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 18px;
            text-transform: uppercase;
            color: #020231;
            transition: all ease-in-out 0.4s;
        }

            .project__item .project__img .project__content a i {
                margin-left: 10px;
            }

            .project__item .project__img .project__content a:hover {
                color: #FFF;
            }

        .project__item .project__img .project__content .element {
            position: absolute;
            bottom: -40px;
            left: -70px;
        }

.project__item:hover .project__content {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.single-pricing-table {
    padding: 30px;
    border: 1px solid #EEF0F4;
    margin-top: 40px;
}

    .single-pricing-table .package-head {
        background: #fff5f1;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 20px;
        border-radius: 6px;
    }

        .single-pricing-table .package-head.head2 {
            background-color: #F1F6FB;
        }

        .single-pricing-table .package-head.head3 {
            background: #FFFAF2;
        }

        .single-pricing-table .package-head.head4 {
            background: #FFF8FB;
        }

        .single-pricing-table .package-head .icon {
            margin-right: 20px;
            float: left;
            overflow: hidden;
        }

        .single-pricing-table .package-head .package-title {
            overflow: hidden;
        }

            .single-pricing-table .package-head .package-title h6 {
                color: #001659;
                margin-bottom: 0;
                line-height: 1;
                font-size: 14px;
            }

            .single-pricing-table .package-head .package-title h2 {
                margin-top: 3px;
                margin-bottom: 0;
                color: #FF5E14;
            }

    .single-pricing-table .package-features {
        padding: 30px 0px;
        text-align: center;
    }

        .single-pricing-table .package-features span {
            font-size: 17px;
            line-height: 40px;
            display: block;
        }

    .single-pricing-table .package-btn {
        text-align: center;
    }

        .single-pricing-table .package-btn a {
            padding: 15px;
            display: block;
            font-size: 15px;
            text-transform: uppercase;
            border: 1px solid #EBEDF2;
        }

            .single-pricing-table .package-btn a:hover {
                color: #FFF;
                border-color: #FF5E14;
                background-color: #FF5E14;
            }

.pricing-bg {
    background-color: #F8F8F8;
}

    .pricing-bg .single-pricing-plan {
        background-color: #fff;
        border-color: #fff;
    }

.single-pricing-plan {
    padding: 40px;
    border: 1px solid #EEF0F4;
    margin-top: 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

    .single-pricing-plan.active::before {
        position: absolute;
        left: 0;
        top: -1px;
        content: "Popular";
        text-transform: capitalize;
        line-height: 1;
        padding: 10px 30px;
        background-color: #FF5E14;
        color: #fff;
        display: inline-block;
    }

    .single-pricing-plan.active, .single-pricing-plan:hover {
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0px 20px 60px rgba(13, 22, 55, 0.1);
    }

        .single-pricing-plan.active a, .single-pricing-plan:hover a {
            color: #FFF;
            border-color: #FF5E14;
            background-color: #FF5E14;
        }

    .single-pricing-plan .package-head .icon {
        display: block;
        margin-bottom: 20px;
    }

    .single-pricing-plan .package-head .package-title {
        overflow: hidden;
    }

        .single-pricing-plan .package-head .package-title h6 {
            color: #001659;
            margin-bottom: 0;
            font-size: 18px;
        }

        .single-pricing-plan .package-head .package-title h2 {
            margin-top: 3px;
            margin-bottom: 0;
            color: #FF5E14;
        }

    .single-pricing-plan .package-features {
        padding: 30px 0px;
    }

        .single-pricing-plan .package-features span {
            font-size: 17px;
            line-height: 40px;
            display: block;
        }

    .single-pricing-plan .package-btn a {
        padding: 15px;
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #EBEDF2;
    }

        .single-pricing-plan .package-btn a:hover {
            color: #FFF;
            border-color: #FF5E14;
            background-color: #FF5E14;
        }

/* ----------------------------------
	Call To Action Section Styles
 ------------------------------------ */
.cta-wrapper {
    padding: 50px 0px 35px;
}

    .cta-wrapper.style-2 {
        margin-left: 0;
    }

    .cta-wrapper .cta-text i {
        font-size: 100px;
        line-height: 1;
        color: #fff;
        margin-right: 25px;
    }

@media (max-width: 991px) {
    .cta-wrapper .cta-text i {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-text i {
        font-size: 60px;
    }
}

.cta-wrapper .cta-text h2 {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 991px) {
    .cta-wrapper .cta-text h2 {
        font-size: 26px;
    }
}

.cta-wrapper .theme-btn {
    border: 1px solid #fff;
    box-sizing: border-box;
}

    .cta-wrapper .theme-btn:hover {
        border-color: #001659;
    }

.pricing-cta-wrapper {
    position: relative;
    z-index: 1;
}

    .pricing-cta-wrapper::before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        background: #001659;
        opacity: 0.6;
        z-index: -1;
    }

    .pricing-cta-wrapper .pricing-contents h1 {
        display: block;
        margin-top: -15px;
    }

    .pricing-cta-wrapper .pricing-contents a {
        line-height: 1px;
        padding: 28px 45px;
        display: inline-block;
        border: 2px solid #fff;
        text-transform: uppercase;
        overflow: hidden;
        margin-right: 30px;
        margin-top: 25px;
    }

        .pricing-cta-wrapper .pricing-contents a:hover {
            color: #FFF;
            background: #FF5E14;
            border-color: #FF5E14;
        }

    .pricing-cta-wrapper .pricing-contents .btn-cta {
        display: inline-block;
        overflow: hidden;
        clear: both;
        margin-bottom: -15px;
        margin-top: 25px;
    }

        .pricing-cta-wrapper .pricing-contents .btn-cta .icon {
            float: left;
            overflow: hidden;
            margin-right: 20px;
            font-size: 60px;
            color: #FF5E14;
        }

        .pricing-cta-wrapper .pricing-contents .btn-cta .content {
            overflow: hidden;
            text-align: left;
        }

            .pricing-cta-wrapper .pricing-contents .btn-cta .content a {
                border: none;
                padding: 0;
                line-height: 1;
                margin: 0;
            }

                .pricing-cta-wrapper .pricing-contents .btn-cta .content a:hover {
                    background-color: transparent;
                    color: #FF5E14 !important;
                }

.cta-promo-wrapper {
    padding: 85px 0px;
}

    .cta-promo-wrapper .cta-heading h2 {
        font-size: 50px;
        line-height: 1;
        text-transform: capitalize;
    }

@media (max-width: 991px) {
    .cta-promo-wrapper .cta-heading h2 {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .cta-promo-wrapper .cta-heading h2 {
        font-size: 36px;
    }
}

.video-popup-wrapper {
    height: 557px;
}

@media (max-width: 500px) {
    .video-popup-wrapper {
        height: 420px;
    }
}

.video-popup-wrapper.skill-video {
    height: 490px;
}

@media (max-width: 500px) {
    .video-popup-wrapper.skill-video {
        height: 400px;
    }
}

.promo-banner-cta h2 {
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 1191px) {
    .promo-banner-cta h2 {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .promo-banner-cta h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .promo-banner-cta h2 {
        font-size: 38px;
    }
}

@media (max-width: 500px) {
    .promo-banner-cta h2 {
        font-size: 32px;
    }
}

.promo-banner-cta a {
    margin-top: 30px;
}

.call-phone-cta {
    background-color: #FFBB00;
    padding: 67px 50px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .call-phone-cta {
        padding: 30px;
    }
}

.call-phone-cta .icon {
    float: left;
    margin-right: 20px;
    font-size: 70px;
    overflow: hidden;
    line-height: 1;
    color: #161616;
}

@media (max-width: 767px) {
    .call-phone-cta .icon {
        font-size: 60px;
    }
}

.call-phone-cta .content {
    overflow: hidden;
}

    .call-phone-cta .content span {
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        padding-bottom: 10px;
    }

    .call-phone-cta .content h3 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 0;
        color: #161616;
    }

@media (max-width: 767px) {
    .call-phone-cta .content h3 {
        font-size: 22px;
    }
}

.cat__wrapper {
    z-index: 1;
    position: relative;
}

    .cat__wrapper:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: rgba(1, 1, 28, 0.6);
        -webkit-transition: all all 0.3s ease ease-in-out;
        -moz-transition: all all 0.3s ease ease-in-out;
        -ms-transition: all all 0.3s ease ease-in-out;
        -o-transition: all all 0.3s ease ease-in-out;
        transition: all all 0.3s ease ease-in-out;
    }

    .cat__wrapper h2 {
        margin: 0 auto;
        width: 994px;
        max-width: 100%;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        text-align: center;
        color: #FFF;
        text-transform: capitalize;
    }

@media (max-width: 569px) {
    .cat__wrapper h2 {
        font-size: 28px;
    }
}

.cat__wrapper .play-video {
    background: rgba(255, 255, 255, 0.3);
    color: #FFF;
}

.promo-featured-wrapper .featured-img {
    height: 556px;
    background-color: #eee;
    position: relative;
    margin-left: 60px;
    background-size: cover;
    background-position: center;
    margin-right: 60px;
}

@media (max-width: 991px) {
    .promo-featured-wrapper .featured-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .promo-featured-wrapper .featured-img {
        height: 300px;
    }
}

.promo-featured-wrapper .top-img {
    width: 180px;
    height: 180px;
    background-color: #eee;
    left: -60px;
    top: -40px;
    position: absolute;
    box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
}

@media (max-width: 767px) {
    .promo-featured-wrapper .top-img {
        left: -30px;
    }
}

.promo-featured-wrapper .bottom-img {
    border-style: solid;
    border-width: 10px;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.04);
    background-color: #eee;
    position: absolute;
    width: 269px;
    height: 269px;
    right: -60px;
    bottom: -60px;
}

@media (max-width: 767px) {
    .promo-featured-wrapper .bottom-img {
        display: none;
    }
}

.block-contents {
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .block-contents {
        padding-right: 0;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .block-contents {
        margin-left: 0;
    }
}

.block-contents span {
    margin-bottom: 5px;
}

.block-contents h4 {
    margin-top: 40px;
    font-weight: 600;
    padding: 5px 28px;
    margin-bottom: 30px;
    border-left: 4px solid #001659;
}

@media (max-width: 767px) {
    .block-contents h4 {
        padding: 5px 20px;
        font-size: 18px;
    }
}

.block-contents .theme-btn {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .block-contents .theme-btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .block-contents .theme-btn {
        margin-top: 20px;
    }
}

.block-contents ul {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .block-contents ul {
        margin-left: 0;
    }
}

.block-contents ul li {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 30px;
    display: block;
}

    .block-contents ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f058";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        color: #001659;
    }

.photo-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

    .photo-grid .single-photo {
        background-color: #e6e6e6;
        overflow: hidden;
        width: 100%;
        border-radius: 10px;
    }

        .photo-grid .single-photo:first-of-type {
            height: 570px;
            grid-row-start: 1;
            grid-row-end: 3;
        }

        .photo-grid .single-photo:nth-of-type(2) {
            height: 220px;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .photo-grid .single-photo:nth-of-type(3) {
            height: 320px;
        }

        .photo-grid .single-photo a {
            display: block;
        }

.user-data {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

    .user-data .user-img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #e6e6e6;
        float: left;
        clear: both;
        overflow: auto;
        margin-right: 20px;
    }

    .user-data .user-info {
        margin-right: 40px;
    }

        .user-data .user-info span {
            font-size: 14px;
            display: block;
            line-height: 1;
        }

    .user-data .phone-info a {
        font-weight: 700;
    }

    .user-data .phone-info span {
        font-size: 14px;
        display: block;
        line-height: 1;
    }

.video-fetaures-wrapper .section-title p {
    color: #ff5e14;
}

.video-fetaures-wrapper h3,
.video-fetaures-wrapper h1,
.video-fetaures-wrapper h2 {
    color: #FF5E14;
}

.features-list .single-item {
    overflow: hidden;
    margin-top: 40px;
}

    .features-list .single-item .icon {
        background-color: #fff;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        float: left;
        overflow: hidden;
        margin-right: 40px;
    }

@media (max-width: 767px) {
    .features-list .single-item .icon {
        float: inherit;
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.features-list .single-item .content {
    overflow: hidden;
}

@media (max-width: 767px) {
    .features-list .single-item .content {
        display: block;
        padding-right: 50px;
    }
}

.features-list .single-item .content p {
    padding-left: 20px;
    margin-top: 15px;
    position: relative;
}

    .features-list .single-item .content p::before {
        position: absolute;
        width: 2px;
        height: 42px;
        left: 0;
        top: 50%;
        content: "";
        transform: translateY(-50%);
        background: #ff5e14;
    }

.core-features-list .single-feature-item {
    overflow: hidden;
    margin-top: 50px;
}

    .core-features-list .single-feature-item:hover .icon {
        background: #ffd039;
    }

    .core-features-list .single-feature-item .icon {
        float: left;
        width: 100px;
        height: 80px;
        background-color: #fff;
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
        text-align: center;
        overflow: hidden;
        margin-right: 20px;
        line-height: 80px;
        -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
        transition: all 0.3s ease-in-out;
    }

    .core-features-list .single-feature-item .content {
        overflow: hidden;
    }

        .core-features-list .single-feature-item .content h3 {
            margin-top: -6px;
            font-size: 22px;
            margin-bottom: 5px;
        }

@media (min-width: 1200px) {
    .video-featured-wrapper .container-fuild {
        max-width: 100%;
        width: 100%;
        padding: 0 120px;
    }
}

.video-wrapper .video-play-btn a {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    border-radius: 0;
    width: 120px;
    height: 100px;
    line-height: 100px;
    background-color: #ffd039;
    color: #FF5E14;
}

    .video-wrapper .video-play-btn a:hover {
        color: #fff;
    }

.video-featured-wrapper {
    position: relative;
    z-index: 0;
}

.video_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1;
}

.icon-boxs {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

    .icon-boxs .single-icon-box {
        margin-top: 30px;
        overflow: hidden;
        padding-right: 50px;
    }

@media (min-width: 767px) {
    .icon-boxs .single-icon-box {
        padding-right: 0;
    }
}

.icon-boxs .single-icon-box .icon {
    float: left;
    border-radius: 50%;
    background-color: #001659;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: rgb(65, 57, 57);
    font-size: 42px;
    margin-right: 25px;
}

@media (max-width: 585px) {
    .icon-boxs .single-icon-box .icon {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.icon-boxs .single-icon-box .content {
    overflow: hidden;
}

@media (max-width: 585px) {
    .icon-boxs .single-icon-box .content {
        display: block;
    }
}

.icon-boxs .single-icon-box .content p {
    margin-top: 5px;
}

.photo-style-grid {
    position: relative;
}

    .photo-style-grid .top-img {
        width: 180px;
        height: 180px;
        background-color: #eee;
        margin-bottom: -120px;
        position: relative;
        z-index: 3;
    }

    .photo-style-grid .main-img {
        background-color: #fff;
        margin: 0px 50px;
        height: 560px;
        position: relative;
    }

@media (max-width: 1199px) {
    .photo-style-grid .main-img {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .photo-style-grid .main-img {
        height: 400px;
    }
}

@media (max-width: 585px) {
    .photo-style-grid .main-img {
        height: 200px;
        margin-bottom: 30px;
    }
}

.photo-style-grid .bottom-img {
    width: 280px;
    height: 280px;
    background-color: #fff;
    border: 10px solid #fff;
    position: relative;
    z-index: 3;
    float: right;
    margin-top: -190px;
    margin-right: -50px;
}

@media (max-width: 1199px) {
    .photo-style-grid .bottom-img {
        margin-right: 0;
    }
}

@media (max-width: 585px) {
    .photo-style-grid .bottom-img {
        display: none;
    }
}

.single-team-member {
    position: relative;
    margin-top: 40px;
}

    .single-team-member:hover .team-img img {
        transform: scale(1.1);
    }

    .single-team-member:hover .team-details-bar::after {
        opacity: 1;
        visibility: visible;
        width: 100%;
        left: 0;
        right: auto;
    }

    .single-team-member:hover .team-details-bar .member-details .member-data {
        opacity: 0;
        visibility: visible;
        margin-top: -45px;
    }

    .single-team-member:hover .team-details-bar .member-details .social-profile {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .single-team-member .team-img {
        height: 440px;
        background-color: #e8ecf8;
        overflow: hidden;
        text-align: center;
    }

@media (max-width: 991px) {
    .single-team-member .team-img {
        height: 340px;
    }
}

.single-team-member .team-img img {
    transition: all 0.4s ease-in-out;
}

.single-team-member .team-details-bar {
    height: 90px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-top: -50px;
    position: relative;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

@media (max-width: 420px) {
    .single-team-member .team-details-bar {
        padding: 20px 10px;
    }
}

.single-team-member .team-details-bar::after {
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #FF5E14;
    content: "";
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.single-team-member .team-details-bar .member-details {
    overflow: hidden;
    height: 60px;
}

    .single-team-member .team-details-bar .member-details .member-data {
        transition: all 0.4s ease-in-out;
    }

        .single-team-member .team-details-bar .member-details .member-data span {
            font-size: 14px;
        }

        .single-team-member .team-details-bar .member-details .member-data h3 {
            margin-bottom: 0;
        }

@media (max-width: 420px) {
    .single-team-member .team-details-bar .member-details .member-data h3 {
        font-size: 20px;
    }
}

.single-team-member .team-details-bar .member-details .social-profile {
    opacity: 0;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

    .single-team-member .team-details-bar .member-details .social-profile a {
        font-size: 20px;
        margin: 0 12px;
        color: #001659;
    }

        .single-team-member .team-details-bar .member-details .social-profile a:hover {
            color: #FF5E14;
        }

.single-team-member .team-details-bar .plus-btn {
    border: 1px solid #FF5E14;
    color: #FF5E14;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

    .single-team-member .team-details-bar .plus-btn:hover {
        color: #fff;
        background-color: #FF5E14;
    }

.bg-2 {
    background-color: #F9FAFE;
}

.team-member-details-wrapper .container {
    margin-top: -80px;
    z-index: 3;
    position: relative;
}

@media (max-width: 991px) {
    .team-member-details-wrapper .container {
        margin-top: 0px;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .team-member-details-wrapper .container {
        padding-top: 80px;
    }
}

.team-member-details-wrapper .icon-box {
    margin-top: 30px;
    background-color: #fff;
    padding: 85px 30px;
}

@media (max-width: 576px) {
    .team-member-details-wrapper .icon-box {
        padding: 50px 20px;
    }
}

.team-member-details-wrapper .icon-box .icon {
    margin-bottom: 10px;
}

.team-member-details-wrapper .icon-box h2 {
    font-size: 28px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .team-member-details-wrapper .icon-box h2 {
        font-size: 24px;
    }
}

.member-info-card .content h4 {
    transition: all 0.3s;
}

    .member-info-card .content h4:hover {
        color: #FFF !important;
    }

.single-team-card {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .single-team-card {
        height: 350px;
    }
}

.single-team-card > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-team-card::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #050d72 100%);
    opacity: 0.7;
}

.single-team-card:hover .member-info-card .member-details {
    opacity: 0;
    top: 20px;
    visibility: hidden;
}

.single-team-card:hover .member-info-card .member-social-net {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.single-team-card .member-info-card {
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

    .single-team-card .member-info-card .member-details {
        position: relative;
        transition: all 0.4s ease-in-out;
        opacity: 1;
        visibility: inherit;
        top: 0;
    }

        .single-team-card .member-info-card .member-details h3 {
            color: #fff;
            margin-bottom: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        .single-team-card .member-info-card .member-details span {
            color: #fff;
            font-size: 14px;
        }

    .single-team-card .member-info-card .member-social-net {
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
    }

        .single-team-card .member-info-card .member-social-net a {
            width: 32px;
            height: 32px;
            text-align: center;
            font-size: 12px;
            line-height: 32px;
            display: inline-block;
            margin: 0px 2px;
            background-color: #fff;
            color: #565F7B;
            border-radius: 5px;
        }

            .single-team-card .member-info-card .member-social-net a:hover {
                color: #4E5AFF;
            }

.our-team-two-wrapper {
    position: relative;
}

    .our-team-two-wrapper::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 90%;
        width: 100%;
        background-color: #F8F8F8;
        z-index: -1;
        content: "";
    }

.contact-form7-wrapper {
    margin-top: 30px;
}

    .contact-form7-wrapper .contact-form {
        padding: 50px 30px;
    }

.biography-info {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}

    .biography-info p {
        margin-bottom: 30px;
    }

    .biography-info .single-bio-data {
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        text-transform: capitalize;
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .biography-info .single-bio-data {
        width: 80%;
    }
}

.biography-info .single-bio-data .key-data {
    font-weight: 500;
    position: relative;
}

    .biography-info .single-bio-data .key-data::after {
        position: absolute;
        content: ":";
        right: 10px;
    }

.member-profile-wrapper {
    background-color: #fff;
}

    .member-profile-wrapper .member-profile-img {
        height: 340px;
        background-position: top;
    }

@media (max-width: 767px) {
    .member-profile-wrapper .member-profile-img {
        height: 300px;
    }
}

@media (max-width: 585px) {
    .member-profile-wrapper .member-profile-img {
        height: 280px;
    }
}

.member-profile-wrapper .member-info {
    max-width: 500px;
    position: relative;
    padding-bottom: 15px;
}

@media (max-width: 1100px) {
    .member-profile-wrapper .member-info {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .member-profile-wrapper .member-info {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .member-profile-wrapper .member-info {
        max-width: 450px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .member-profile-wrapper .member-info {
        display: block;
        max-width: 100%;
    }
}

@media (min-width: 1440px) {
    .member-profile-wrapper .member-info::before {
        position: absolute;
        content: "";
        right: -8%;
        top: 0;
        height: 100%;
        width: 1px;
        background: #EBEDF2;
    }
}

@media (max-width: 767px) {
    .member-profile-wrapper .member-info {
        padding: 30px;
    }
}

.member-profile-wrapper .member-info h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .member-profile-wrapper .member-info h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .member-profile-wrapper .member-info h2 {
        font-size: 26px;
    }
}

.member-profile-wrapper .member-info p {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .member-profile-wrapper .member-info p {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .member-profile-wrapper .member-info p {
        margin-top: 10px;
    }
}

.member-profile-wrapper .member-info .social-profiles {
    margin-top: 20px;
}

    .member-profile-wrapper .member-info .social-profiles a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #EBEDF2;
        margin-right: 10px;
        display: inline-block;
        margin-top: 10px;
    }

        .member-profile-wrapper .member-info .social-profiles a:hover {
            background-color: #FF5E14;
            color: #FFF;
        }

.member-profile-wrapper .member-contact-info {
    margin-right: 50px;
}

@media (max-width: 767px) {
    .member-profile-wrapper .member-contact-info {
        padding: 30px 20px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .member-profile-wrapper .member-contact-info {
        display: block;
        width: 100%;
        padding: 0 15px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1100px) {
    .member-profile-wrapper .member-contact-info {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.member-profile-wrapper .member-contact-info .single-contact {
    margin-top: 15px;
}

.member-profile-wrapper .member-contact-info h6 {
    margin-bottom: 5px;
}

.member-profile-wrapper .member-contact-info a {
    font-size: 16px;
    color: #53545A;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

    .member-profile-wrapper .member-contact-info a:hover {
        color: #FF5E14;
    }

.skill-bars {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
    padding-bottom: 70px;
}

.member-faces:hover .single-face {
    margin-right: 0px;
}

.member-faces .single-face {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #7367F0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: -10px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.single-team-member-3 {
    text-align: center;
    position: relative;
    height: 320px;
    background-color: #eee;
    width: 100%;
    padding: 20px;
    z-index: 1;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top center;
}

    .single-team-member-3::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #FFBB00;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all 0.4s;
    }

    .single-team-member-3:hover::before {
        opacity: 0.85;
        visibility: visible;
    }

    .single-team-member-3:hover .member-info-card::before, .single-team-member-3:hover .member-info-card::after {
        opacity: 1;
        visibility: visible;
    }

    .single-team-member-3:hover .member-info-card .content {
        opacity: 1;
        visibility: visible;
    }

        .single-team-member-3:hover .member-info-card .content::before, .single-team-member-3:hover .member-info-card .content::after {
            opacity: 1;
            visibility: visible;
        }

    .single-team-member-3 .member-info-card::before {
        position: absolute;
        left: 20px;
        top: 20px;
        content: "";
        background-color: #161616;
        width: 2px;
        height: 56px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

    .single-team-member-3 .member-info-card::after {
        position: absolute;
        left: 22px;
        top: 20px;
        content: "";
        background-color: #161616;
        width: 56px;
        height: 2px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

    .single-team-member-3 .member-info-card .content {
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }

        .single-team-member-3 .member-info-card .content::before {
            position: absolute;
            right: 20px;
            bottom: 20px;
            content: "";
            background-color: #161616;
            width: 2px;
            height: 56px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s;
        }

        .single-team-member-3 .member-info-card .content::after {
            position: absolute;
            right: 22px;
            bottom: 20px;
            content: "";
            background-color: #161616;
            width: 56px;
            height: 2px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s;
        }

        .single-team-member-3 .member-info-card .content h4 {
            margin-bottom: 0px;
        }

        .single-team-member-3 .member-info-card .content p {
            text-transform: uppercase;
            font-size: 14px;
            color: #161616;
            font-weight: 500;
        }

        .single-team-member-3 .member-info-card .content .social-profile {
            margin-top: 5px;
        }

            .single-team-member-3 .member-info-card .content .social-profile a {
                margin: 0 5px;
            }

                .single-team-member-3 .member-info-card .content .social-profile a:hover {
                    color: #FFF;
                }

.circle-border {
    z-index: 1;
    position: relative;
}

    .circle-border::before {
        position: absolute;
        content: "";
        width: 550px;
        height: 550px;
        border-radius: 50%;
        background-color: #fff;
        left: -5%;
        top: -9%;
        z-index: -1;
    }

@media (max-width: 991px) {
    .circle-border::before {
        display: none;
    }
}

.circle-border::after {
    position: absolute;
    content: "";
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background-color: #FFBB00;
    left: 100px;
    top: 100px;
    z-index: -1;
}

@media (max-width: 991px) {
    .circle-border::after {
        display: none;
    }
}

.our_team__wrapper {
    position: relative;
    z-index: 1;
    position: relative;
}

    .our_team__wrapper:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: rgba(1, 1, 28, 0.3);
        -webkit-transition: all all 0.3s ease ease-in-out;
        -moz-transition: all all 0.3s ease ease-in-out;
        -ms-transition: all all 0.3s ease ease-in-out;
        -o-transition: all all 0.3s ease ease-in-out;
        transition: all all 0.3s ease ease-in-out;
    }

.team__content h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.team__content h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #FFF;
    margin-bottom: 10px;
}

.team__content p {
    color: #FFF;
    margin-bottom: 10px;
}

.team__content a {
    padding: 15px 30px;
    border-radius: 4px;
}

.team__element {
    position: relative;
}

    .team__element .team_man__img {
        height: 280px;
        width: auto;
        position: relative;
        z-index: 1;
    }

        .team__element .team_man__img::after {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.49%, #000000 100%);
        }

    .team__element .team_content {
        position: absolute;
        bottom: -6%;
        left: 25%;
        z-index: 2;
    }

        .team__element .team_content h4 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 22px;
            line-height: 100%;
            color: #FFF;
            margin-bottom: 10px;
        }

        .team__element .team_content p {
            color: #FFF;
            margin-bottom: 30px;
        }

        .team__element .team_content a {
            padding: 10px 20px;
            border-radius: 4px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.4s ease-in-out;
        }

    .team__element:hover .team_content a {
        visibility: visible;
        opacity: 1;
    }

.single-fun-fact h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.single-fun-fact h3 {
    margin-bottom: 0;
}

.border-line {
    position: relative;
}

    .border-line .single-fun-fact h2 {
        color: #FF5E14;
    }

        .border-line .single-fun-fact h2 span {
            color: #FF5E14;
        }

    .border-line .single-fun-fact h3, .border-line .single-fun-fact h4 {
        margin-bottom: 0;
    }

.single-fun-fact.style-2 {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

    .single-fun-fact.style-2 h2 {
        color: #FF5E14;
    }

        .single-fun-fact.style-2 h2 span {
            color: #FF5E14;
        }

    .single-fun-fact.style-2 h3, .single-fun-fact.style-2 h4 {
        margin-bottom: 0px;
        color: #FFF;
    }

.skill-wrapper {
    position: relative;
}

.koppa-img img {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.faq-funfact-section {
    position: relative;
    z-index: 1;
}

    .faq-funfact-section::before {
        position: absolute;
        left: 0;
        top: 0;
        background-image: url("/assets/img/aboutus/balloons.webp");
        background-repeat: no-repeat;
        background-color: #001659;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

.single-progress-bar {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

    .single-progress-bar h5 {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 600;
    }

    .single-progress-bar span {
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
    }

    .single-progress-bar .progress {
        margin-top: 15px;
        height: 10px;
        background-color: #e4e9f9;
    }

        .single-progress-bar .progress .progress-bar {
            background-color: #FF5E14;
            border-radius: 6px;
        }

@media (max-width: 767px) {
    .fun-fact-wrapper.pt-70.pb-100 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.fun-fact-banner {
    padding-top: 120px;
    padding-bottom: 290px;
}

@media (max-width: 1199px) {
    .fun-fact-banner {
        padding-top: 100px;
        padding-bottom: 270px;
    }
}

@media (max-width: 767px) {
    .fun-fact-banner {
        padding-top: 80px;
        padding-bottom: 250px;
    }
}

.single-skill-circle-bar h6 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.our-brand-wrapper {
    background-color: #f7f7ff;
}

.brand-carousel-wrapper {
    position: relative;
}

    .brand-carousel-wrapper.dot-bg {
        background-image: radial-gradient(#E6E6E6 1px, transparent 0);
        background-size: 15px 15px;
        background-position: -17px ​-22px;
    }

.brand-carousel-wrapper-2 {
    background-color: #001659;
}

    .brand-carousel-wrapper-2 img {
        filter: brightness(2);
    }

.project-showcase-carousel {
    padding: 0px 15px;
}

    .project-showcase-carousel .single-recent-project {
        height: 700px;
        width: 100%;
        position: relative;
        padding: 40px;
        border-radius: 10px;
        display: flex;
        align-items: flex-end;
    }

@media (max-width: 1400px) {
    .project-showcase-carousel .single-recent-project {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .project-showcase-carousel .single-recent-project {
        height: 420px;
    }
}

@media (max-width: 500px) {
    .project-showcase-carousel .single-recent-project {
        height: 380px;
    }
}

.project-showcase-carousel .single-recent-project:hover .project-details {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.project-showcase-carousel .single-recent-project .project-details {
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 15px 30px;
    padding-right: 140px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    top: 25px;
    z-index: 2;
}

@media (max-width: 767px) {
    .project-showcase-carousel .single-recent-project .project-details {
        padding-right: 80px;
    }
}

.project-showcase-carousel .single-recent-project .project-details .project-cat span {
    color: #4E5AFF;
    text-transform: uppercase;
    font-weight: 600;
}

.project-showcase-carousel .single-recent-project .project-details h4 {
    margin-bottom: 5px;
    color: #161616;
}

    .project-showcase-carousel .single-recent-project .project-details h4:hover a {
        color: #4E5AFF;
    }

.project-showcase-carousel .single-recent-project .project-details span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

.faq-wrapper {
    position: relative;
}

    .faq-wrapper .faq-right-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        content: "";
    }

.faq-accordion .accordion {
    list-style-type: none;
    counter-reset: css-counter 0;
    padding: 30px;
    background-color: #fff;
    border-left: 1px solid #EBEDF2;
    border-bottom: 1px solid #EBEDF2;
}

@media (max-width: 500px) {
    .faq-accordion .accordion {
        padding: 30px 15px;
    }
}

.faq-accordion .accordion.no-border {
    border: 0;
    padding: 0;
}

.faq-accordion .accordion .accordion-item {
    border: 0;
    border-radius: 0;
    counter-increment: css-counter 1;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

    .faq-accordion .accordion .accordion-item:first-of-type {
        padding-top: 0;
    }

    .faq-accordion .accordion .accordion-item::before {
        position: absolute;
        left: 25px;
        top: 0;
        content: "";
        border: 1px dashed #d4d4d5;
        width: 1px;
        height: 100%;
        z-index: -1;
        transform: translateX(-50%);
    }

    .faq-accordion .accordion .accordion-item .accordion-header {
        font-size: inherit;
        line-height: inherit;
        position: relative;
        z-index: 1;
    }

        .faq-accordion .accordion .accordion-item .accordion-header:focus {
            outline: 0;
            border: 0;
        }

        .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
            padding-left: 70px;
            font-size: 20px;
            font-weight: 600;
            color: #001659;
            overflow: hidden;
        }

@media (max-width: 500px) {
    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
        padding: 0px;
        padding-left: 60px;
    }
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: 0;
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #001659;
    background-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button::before {
    content: counter(css-counter);
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ebedf2;
    border-radius: 50px;
    color: #1976d0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    left: 0;
}

.faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 70px;
}

@media (max-width: 500px) {
    .faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-left: 60px;
    }
}

.faq-sidebar {
    background-color: #FF5E14;
    padding: 30px 50px;
}

    .faq-sidebar h3, .faq-sidebar p {
        color: #fff;
    }

    .faq-sidebar a {
        background-color: #fff;
        padding: 18px 30px;
        color: #001659;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 30px;
        line-height: 1;
    }

        .faq-sidebar a i {
            font-size: 20px;
            margin-right: 10px;
        }

.faq-wrapper {
    position: relative;
}

.faq-question-wrapper {
    padding-left: 70px;
    background: #fff;
    padding-top: 80px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .faq-question-wrapper {
        padding: 0px;
        border-radius: 0px;
    }
}

.faq-question-wrapper h2 {
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .faq-question-wrapper h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .faq-question-wrapper h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .faq-question-wrapper h2 {
        font-size: 32px;
    }
}

.faq-question-wrapper .faq-content {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .faq-question-wrapper .faq-content {
        margin-top: 30px;
    }
}

.faq-question-wrapper .faq-content .accordion-item {
    border: 0;
    margin-top: 15px;
    background: #f8f8f8;
}

    .faq-question-wrapper .faq-content .accordion-item .accordion-header {
        font-family: "Roboto", sans-serif;
        padding-left: 10px;
    }

        .faq-question-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
            font-weight: 700;
            color: #001659;
            letter-spacing: -0.2px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            background-color: transparent;
            padding: 15px 20px;
            font-size: 16px;
            font-weight: 600;
            color: #161616;
            text-transform: uppercase;
        }

            .faq-question-wrapper .faq-content .accordion-item .accordion-header .accordion-button::after {
                content: "\f067";
                background: transparent;
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                transition: all 0.3s ease-in-out !important;
            }

            .faq-question-wrapper .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
                content: "\f068";
                background: transparent;
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
            }

    .faq-question-wrapper .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-left: 30px !important;
        padding-right: 30px;
        padding-top: 5px;
    }

.questionanswer .accordion-collapse .accordion-body {
    padding-top: 0;
    margin-top: -7px;
}

.box-cta-call {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 30px;
}

    .box-cta-call .icon {
        font-size: 54px;
        color: #FF5E14;
        line-height: 1;
        margin-right: 15px;
    }

    .box-cta-call .content-text h3 {
        margin-bottom: 0;
    }

        .box-cta-call .content-text h3 a {
            transition: all 0.3s;
        }

            .box-cta-call .content-text h3 a:hover {
                color: #FF5E14;
            }

.faq-bg {
    background-color: #f7f7ff;
}

.faq-ask-wrapper .container {
    margin-top: -200px;
    z-index: 1;
    position: relative;
}

.faq-ask-wrapper .call-phone-cta .content h3:hover {
    color: #FFF;
}

.single-blog-card {
    border: 1px solid #EBEDF2;
    position: relative;
    margin-top: 40px;
}

    .single-blog-card:hover .blog-featured-img::before {
        opacity: 0.5;
        visibility: visible;
        left: 0;
        right: auto;
        width: 100%;
    }

    .single-blog-card .blog-featured-img {
        height: 230px;
        background-color: #eee;
        background-position: center;
        overflow: hidden;
    }

        .single-blog-card .blog-featured-img::before {
            position: absolute;
            top: 0;
            content: "";
            background: #001659;
            opacity: 0;
            visibility: hidden;
            width: 0%;
            height: 100%;
            right: 0;
            transition: all 0.4s ease-in-out;
        }

    .single-blog-card .contents {
        padding: 30px;
        padding-top: 0;
        margin-top: -30px;
    }

        .single-blog-card .contents .post-metabar {
            border: 1px solid #EBEDF2;
            display: flex;
            align-items: center;
            padding: 8px 20px;
            position: relative;
            background-color: #fff;
            margin-bottom: 15px;
        }

@media (max-width: 420px) {
    .single-blog-card .contents .post-metabar {
        padding: 10px;
    }
}

.single-blog-card .contents .post-metabar::after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    transform: translateX(-50%);
    background: #DCDFE8;
}

@media (max-width: 420px) {
    .single-blog-card .contents .post-metabar::after {
        display: none;
    }
}

.single-blog-card .contents .post-metabar .post-author .author-img {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}

.single-blog-card .contents .post-metabar .post-author a {
    text-transform: uppercase;
    font-size: 14px;
    color: #001659;
    font-weight: 700;
    overflow: hidden;
    line-height: 34px;
}

    .single-blog-card .contents .post-metabar .post-author a:hover {
        color: #FF5E14;
    }

.single-blog-card .contents .post-metabar .post-date i {
    color: #FF5E14;
    margin-right: 5px;
    font-size: 16px;
}

.single-blog-card .contents .post-metabar .post-date a {
    text-transform: uppercase;
    font-size: 14px;
    color: #001659;
    font-weight: 700;
}

    .single-blog-card .contents .post-metabar .post-date a:hover {
        color: #FF5E14;
    }

.single-blog-card .contents h3:hover {
    color: #FF5E14;
}

.single-blog-card .contents .read-more-link {
    color: #FF5E14;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
}

    .single-blog-card .contents .read-more-link:hover {
        color: #001659;
    }

.single-news-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 30px 50px rgba(6, 20, 54, 0.1);
    margin-top: 30px;
}

    .single-news-card .post-thumb {
        width: 100%;
        height: 240px;
        position: relative;
    }

    .single-news-card .content {
        padding: 30px;
    }

        .single-news-card .content .post-meta i {
            margin-right: 5px;
        }

        .single-news-card .content .post-meta .post-date, .single-news-card .content .post-meta .post-comment {
            color: #53545A;
            font-family: "Roboto", sans-serif !important;
            font-size: 15px;
            font-weight: 400;
        }

            .single-news-card .content .post-meta .post-date:hover, .single-news-card .content .post-meta .post-comment:hover {
                color: #4E5AFF;
            }

        .single-news-card .content h3 {
            font-size: 23px;
            color: #171717;
            font-weight: 600;
            text-transform: capitalize;
        }

            .single-news-card .content h3:hover {
                color: #4E5AFF;
            }

        .single-news-card .content .post-btn-link .read-btn {
            margin-top: 15px;
            font-size: 15px;
            line-height: 1;
            color: #707070;
            font-weight: 400;
        }

            .single-news-card .content .post-btn-link .read-btn:hover {
                color: #4E5AFF;
            }

            .single-news-card .content .post-btn-link .read-btn i {
                margin-left: 8px;
            }

.latest-news-card {
    position: relative;
    background: #FBFBFB;
    margin-top: 30px;
}

    .latest-news-card .post-thumb {
        width: 100%;
        height: 240px;
    }

    .latest-news-card .content {
        padding: 25px 30px;
    }

        .latest-news-card .content h3 {
            font-size: 22px;
            font-weight: 500;
            line-height: 32px;
        }

            .latest-news-card .content h3:hover a {
                color: #FFBB00;
            }

        .latest-news-card .content .post-cat {
            display: inline-block;
            margin-bottom: 8px;
        }

            .latest-news-card .content .post-cat:hover i,
            .latest-news-card .content .post-cat:hover a {
                color: #FFBB00 !important;
            }

            .latest-news-card .content .post-cat i,
            .latest-news-card .content .post-cat a {
                transition: all 0.3s ease-in-out;
                font-size: 14px;
                line-height: 1;
                text-transform: uppercase;
                font-weight: 400 !important;
                color: #53545a !important;
            }

        .latest-news-card .content .post-meta {
            text-transform: uppercase;
            font-size: 14px;
        }

        .latest-news-card .content .post-comment {
            color: #53545A !important;
            font-weight: 400;
            font-size: 14px;
            font-family: "Roboto", sans-serif;
        }

            .latest-news-card .content .post-comment:hover {
                color: #FFBB00 !important;
            }

.blog-wrapper .border-wrap {
    padding: 40px;
}

@media (max-width: 767px) {
    .blog-wrapper .border-wrap {
        padding: 50px 15px;
    }
}

.blog-wrapper .border-wrap .single-blog-post .post-content {
    padding: 0px;
}

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

    .blog-wrapper .single-blog-post.post-details .post-content {
        border: none;
    }

        .blog-wrapper .single-blog-post.post-details .post-content img {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .blog-wrapper .single-blog-post.post-details .post-content h1 {
            font-size: 36px;
            line-height: 1.4;
        }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }

    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: #FF5E14;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: left;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details blockquote,
    .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: #fff;
    z-index: -1;
    opacity: 0.1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
}

    .blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-color: #282835;
        opacity: 0.3;
        z-index: -1;
    }

.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: #ff5e14;
    background-image: url("../img/quotepost.png");
}

.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 76px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {
    .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
}

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 380px;
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
}

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

    .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 18px;
    }

.blog-wrapper .single-blog-post .post-content {
    padding: 50px;
    border: 2px solid #ededed;
    border-top: 0px;
    overflow: hidden;
}

    .blog-wrapper .single-blog-post .post-content h2:hover a {
        color: #FF5E14;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 50px 10px;
    }

        .blog-wrapper .single-blog-post .post-content h2 {
            font-size: 26px;
            line-height: 1.4;
        }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: #fff;
    display: inline-block;
    background-color: #ff5e14;
    padding: 10px 18px 7px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 12px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: #001659;
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 20px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content ul {
        margin-left: 0;
    }
}

.blog-wrapper .single-blog-post .post-content ul li {
    font-size: 16px;
    color: #727475;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 30px;
    display: block;
}

    .blog-wrapper .single-blog-post .post-content ul li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        color: #222;
    }

.blog-wrapper .single-blog-post .post-content p {
    margin-top: 15px;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-top: 10px;
}

    .blog-wrapper .single-blog-post .post-content .post-meta span {
        color: #202426;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        margin-right: 25px;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 13px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span a {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span a {
        font-size: 13px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span a i {
    margin-right: 5px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span a:hover {
    color: #FF5E14;
}

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        background-color: #f2f2f2;
        margin-right: 15px;
        float: left;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        margin-right: 5px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5:hover {
    color: #FF5E14;
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 700;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
    color: #FF5E14;
}

.blog-wrapper .single-blog-post.mb-30 {
    margin-bottom: 30px;
}

.author-info h4 a:hover {
    color: #FF5E14;
}

@media (min-width: 991px) {
    .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .main-sidebar {
        margin-top: 40px;
    }
}

.main-sidebar .single-sidebar-widget {
    border: 2px solid #ededed;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

    .main-sidebar .single-sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 35px;
        position: relative;
        padding-left: 45px;
    }

@media (max-width: 767px) {
    .main-sidebar .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
    }
}

.main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: #ff5e14;
}

.main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #ff5e14;
}

.main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .main-sidebar .single-sidebar-widget .social-link a:hover {
        background-color: #ff5e14;
        color: #fff;
    }

.main-sidebar .author-box-widegts .author-img {
    width: 140px;
    height: 140px;
    line-height: 140px;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
}

.main-sidebar .author-box-widegts p {
    font-size: 16px;
    margin-top: 10px;
}

.main-sidebar .author-box-widegts .social-profile {
    margin-top: 15px;
}

    .main-sidebar .author-box-widegts .social-profile a {
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
    }

        .main-sidebar .author-box-widegts .social-profile a:hover {
            color: #ff5e14;
        }

.search_widget form {
    width: 100%;
    position: relative;
}

    .search_widget form input {
        background-color: #f8f8f8;
        font-size: 15px;
        padding: 20px;
        width: 100%;
        padding-right: 80px;
    }

    .search_widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
        height: 100%;
        background-color: #ff5e14;
        color: #fff;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

        .search_widget form button:hover {
            background-color: #FF5E14;
        }

.instagram-gallery,
.instagram_gallery {
    width: 100%;
    overflow: hidden;
    margin-left: -5px;
}

    .instagram-gallery .single-photo-item,
    .instagram_gallery .single-photo-item {
        float: left;
        margin-left: 4%;
        background-color: #f8f8f8;
        height: 80px;
        width: 29%;
        overflow: hidden;
        margin-bottom: 10px;
    }

.popular-posts .single-post-item,
.popular_posts .single-post-item {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

    .popular-posts .single-post-item:last-child,
    .popular_posts .single-post-item:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
    }

    .popular-posts .single-post-item .thumb,
    .popular_posts .single-post-item .thumb {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #f2f2f2;
        float: left;
        overflow: hidden;
        margin-right: 20px;
    }

    .popular-posts .single-post-item .post-content,
    .popular_posts .single-post-item .post-content {
        overflow: hidden;
    }

        .popular-posts .single-post-item .post-content h5,
        .popular_posts .single-post-item .post-content h5 {
            font-size: 16px;
            line-height: 22px;
        }

            .popular-posts .single-post-item .post-content h5:hover,
            .popular_posts .single-post-item .post-content h5:hover {
                color: #ff5e14;
            }

        .popular-posts .single-post-item .post-content .post-date,
        .popular_posts .single-post-item .post-content .post-date {
            margin-top: 5px;
            font-weight: 700;
            font-size: 14px;
        }

            .popular-posts .single-post-item .post-content .post-date i,
            .popular_posts .single-post-item .post-content .post-date i {
                margin-right: 7px;
            }

.tagcloud a {
    display: inline-block;
    padding: 12px 22px 10px;
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    margin-right: 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

    .tagcloud a:last-child {
        margin-right: 0;
    }

    .tagcloud a:hover {
        background-color: #ff5e14;
        color: #fff;
    }

.widget_categories ul li {
    display: block;
}

    .widget_categories ul li:last-child a {
        margin-bottom: 0;
    }

    .widget_categories ul li a {
        position: relative;
        background: #f8f8f8;
        padding: 20px 30px;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        display: block;
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .widget_categories ul li a:hover {
            color: #ff5e14;
        }

        .widget_categories ul li a span {
            position: absolute;
            width: 60px;
            line-height: 53px;
            height: 100%;
            content: "";
            background-color: #e3e3e3;
            right: 0;
            top: 0;
            text-align: center;
        }

.error-content h1 {
    font-weight: 700;
    font-size: 300px;
    line-height: 1;
    color: #FF5E14;
    margin-top: -60px;
}

@media (max-width: 1200px) {
    .error-content h1 {
        font-size: 250px;
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    .error-content h1 {
        font-size: 200px;
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .error-content h1 {
        font-size: 160px;
        margin-top: -30px;
    }
}

.error-content h2 {
    color: #001659;
}

@media (max-width: 767px) {
    .error-content h2 {
        font-size: 24px;
    }
}

.error-content .theme-btn {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .error-content .theme-btn {
        margin-top: 25px;
        font-size: 12px;
    }
}

.causes-page-nav ul li,
.page-nav-wrap ul li {
    display: inline-block;
}

    .causes-page-nav ul li a,
    .page-nav-wrap ul li a {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: #f6f6f6;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
        margin: 0 2px;
    }

@media (max-width: 767px) {
    .causes-page-nav ul li a,
    .page-nav-wrap ul li a {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.causes-page-nav ul li a i,
.page-nav-wrap ul li a i {
    margin-top: 2px;
}

.causes-page-nav ul li a:hover,
.page-nav-wrap ul li a:hover {
    background-color: #ff5e14;
    color: #fff;
}

.social-share a {
    margin-left: 10px;
    transition: 0.3s;
}

    .social-share a:hover {
        color: #FF5E14;
        transition: 0.3s;
    }

.tag-share-wrap {
    padding-bottom: 50px;
}

    .tag-share-wrap h4 {
        margin-bottom: 25px;
    }

@media (max-width: 767px) {
    .tag-share-wrap h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.related-post-wrap,
.related_posts_wrap {
    border-top: 1px solid #e2e2e2;
    padding-top: 40px;
}

    .related-post-wrap .single-related-post,
    .related_posts_wrap .single-related-post {
        margin-top: 33px;
        box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
    }

        .related-post-wrap .single-related-post:hover h4,
        .related_posts_wrap .single-related-post:hover h4 {
            color: #ff5e14;
        }

        .related-post-wrap .single-related-post .featured-thumb,
        .related_posts_wrap .single-related-post .featured-thumb {
            height: 280px;
            background-color: #f8f8f8;
        }

@media (max-width: 767px) {
    .related-post-wrap .single-related-post .featured-thumb,
    .related_posts_wrap .single-related-post .featured-thumb {
        height: 200px;
    }
}

.related-post-wrap .single-related-post .post-content,
.related_posts_wrap .single-related-post .post-content {
    padding: 35px;
}

@media (max-width: 767px) {
    .related-post-wrap .single-related-post .post-content,
    .related_posts_wrap .single-related-post .post-content {
        padding: 30px 15px;
    }
}

.related-post-wrap .single-related-post .post-content .post-date,
.related_posts_wrap .single-related-post .post-content .post-date {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    color: #202426;
}

    .related-post-wrap .single-related-post .post-content .post-date i,
    .related_posts_wrap .single-related-post .post-content .post-date i {
        margin-right: 6px;
    }

.related-post-wrap .single-related-post .post-content h4,
.related_posts_wrap .single-related-post .post-content h4 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .related-post-wrap .single-related-post .post-content h4,
    .related_posts_wrap .single-related-post .post-content h4 {
        font-size: 18px;
    }
}

.related-post-wrap .single-related-post .post-content p,
.related_posts_wrap .single-related-post .post-content p {
    font-size: 15px;
    line-height: 26px;
    color: #727475;
}

.comments-section-wrap {
    overflow: hidden;
}

.comments-heading h3,
.related-post-wrap h3,
.comment-form-wrap h3 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .comments-heading h3,
    .related-post-wrap h3,
    .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.comments-item-list .replay-comment {
    margin-left: 100px;
}

@media (max-width: 767px) {
    .comments-item-list .replay-comment {
        margin-left: 15px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

    .comments-item-list .single-comment-item .author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        float: left;
        overflow: hidden;
        margin-right: 30px;
    }

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

    .comments-item-list .single-comment-item .author-info-comment .info {
        position: relative;
    }

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: #ff5e14;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 10px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #001659;
    border-radius: 30px;
}

    .comments-item-list .single-comment-item .author-info-comment .theme-btn:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
    margin-left: 0;
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: #f0f0f0;
    padding: 50px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form input,
.comment-form textarea {
    margin-bottom: 20px;
    padding: 24px 30px;
    line-height: 1;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 585px) {
    .comment-form input,
    .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 200px;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .submit-btn {
    display: inline-block;
    background-color: #ff5e14;
    color: #fff;
    line-height: 1;
    font-size: 700;
    text-transform: capitalize;
    padding: 24px 60px;
    font-family: "Exo 2", sans-serif;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .comment-form .submit-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .submit-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .submit-btn:hover {
    background-color: #001659;
}

.comment-form .submit-btn i {
    margin-right: 10px;
}

.border-wrap {
    border: 2px solid #ededed;
}

.single__bloge {
    padding: 20px;
    padding-bottom: 40px;
    position: relative;
    background: rgba(255, 94, 20, 0.02);
    box-shadow: 0px 8px 20px rgba(1, 1, 28, 0.1);
    z-index: -1;
}

    .single__bloge .icons {
        margin-bottom: 30px;
    }

    .single__bloge .content h4 {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .single__bloge .content p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    .single__bloge .vector__icons {
        z-index: -1;
        position: absolute;
        top: 0%;
        left: 0%;
    }

.icons__fun {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #FF5E14;
}

    .icons__fun img {
        width: 40px;
        height: auto;
    }

.blog__widget {
    position: relative;
}

    .blog__widget .blog__content {
        z-index: 4;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

        .blog__widget .blog__content span a {
            color: #FFF;
            padding: 5px 10px;
            background-color: #FF5E14;
            display: inline;
        }

            .blog__widget .blog__content span a:hover {
                color: #020231;
            }

        .blog__widget .blog__content .author__date {
            margin-top: 25px;
        }

            .blog__widget .blog__content .author__date a {
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 18px;
                color: #FFF;
            }

                .blog__widget .blog__content .author__date a i {
                    color: #FFF;
                    margin-right: 10px;
                }

                .blog__widget .blog__content .author__date a:nth-child(2) {
                    margin-left: 20px;
                }

        .blog__widget .blog__content h4 a {
            margin: 10px 0px;
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            color: #FFF;
        }

            .blog__widget .blog__content h4 a:hover {
                color: #FF5E14;
            }

        .blog__widget .blog__content a {
            color: #FF5E14;
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            transition: all 0.4s ease-in-out;
        }

            .blog__widget .blog__content a i {
                margin-left: 10px;
            }

            .blog__widget .blog__content a:hover {
                color: #FFF;
            }

        .blog__widget .blog__content.blog__content_2 p {
            color: #020231;
        }

        .blog__widget .blog__content.blog__content_2 p {
            margin-bottom: 10px;
        }

        .blog__widget .blog__content.blog__content_2 h4 {
            color: #020231;
        }

        .blog__widget .blog__content.blog__content_2 .author__date a {
            color: #020231;
        }

            .blog__widget .blog__content.blog__content_2 .author__date a i {
                color: #020231;
            }

        .blog__widget .blog__content.blog__content_2 a:hover {
            color: #020231;
        }

.blog__img {
    height: 300px;
    width: auto;
    z-index: 1;
    position: relative;
}

    .blog__img:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: rgba(1, 1, 28, 0.6);
        -webkit-transition: all all 0.3s ease ease-in-out;
        -moz-transition: all all 0.3s ease ease-in-out;
        -ms-transition: all all 0.3s ease ease-in-out;
        -o-transition: all all 0.3s ease ease-in-out;
        transition: all all 0.3s ease ease-in-out;
    }

/* ----------------------------------
	Contact Us Section Styles
 ------------------------------------ */
.contact-form {
    padding: 40px;
    background-color: #fff;
    padding-top: 35px;
}

@media (max-width: 585px) {
    .contact-form {
        padding-top: 20px;
    }
}

.contact-form .single-personal-info {
    margin-bottom: 25px;
}

.contact-form h3,
.contact-form h2,
.contact-form h1 {
    margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #F8F9FC;
    line-height: 1;
    padding: 25px 30px;
    border: 0px;
}

@media (max-width: 585px) {
    .contact-form input,
    .contact-form textarea {
        padding: 15px;
        font-size: 13px;
    }
}

.contact-form textarea {
    height: 220px;
}

@media (max-width: 767px) {
    .contact-form textarea {
        height: 160px;
    }
}

.contact-form label {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

    .contact-form label span {
        color: #727475;
        margin-left: 5px;
    }

.contact-form input[type=submit],
.contact-form .submit-btn {
    background: #1976d0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    width: 230px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
}

    .contact-form input[type=submit].active, .contact-form input[type=submit]:hover,
    .contact-form .submit-btn.active,
    .contact-form .submit-btn:hover {
        background-color: #001659;
    }

    .contact-form input[type=submit] i,
    .contact-form .submit-btn i {
        margin-right: 8px;
    }

@media (max-width: 585px) {
    .contact-form input[type=submit],
    .contact-form .submit-btn {
        padding: 15px 35px;
        font-size: 14px;
        font-weight: 600;
        width: auto;
    }
}

@media (max-width: 400px) {
    .contact-form input[type=submit],
    .contact-form .submit-btn {
        width: 100%;
    }
}

.contact-us-wrapper {
    background-color: #F9FAFE;
}

.contact-us-sidebar {
    background-color: #fff;
    padding: 40px;
    padding-top: 30px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar {
        display: block;
        text-align: center;
    }
}

.contact-us-sidebar .contact-info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar .contact-info {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.contact-us-sidebar .contact-info::after {
    background: #EBEDF2;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.contact-us-sidebar .live-chat a {
    text-decoration: underline;
    color: #1976d0;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .contact-us-sidebar .live-chat a {
        margin-top: 0;
    }
}

.contact-us-sidebar .live-chat a i {
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.single-info {
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media (min-width: 991px) and (max-width: 1115px) {
    .single-info {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

.single-info .icon {
    float: left;
    overflow: hidden;
    font-size: 42px;
    line-height: 1;
    color: #1976d0;
    margin-right: 20px;
}

@media (max-width: 1191px) {
    .single-info .icon {
        font-size: 36px;
    }
}

@media (min-width: 991px) and (max-width: 1115px) {
    .single-info .icon {
        float: inherit;
        display: block;
    }
}

.single-info .text {
    overflow: hidden;
}

    .single-info .text span {
        display: block;
    }

    .single-info .text h5 {
        margin-bottom: 0;
    }

@media (max-width: 1191px) {
    .single-info .text h5 {
        font-size: 18px;
    }
}

.single-info .text h5:hover {
    color: #FF5E14 !important;
}

.contact-map-wrap iframe {
    height: 450px;
}

@media (max-width: 991px) {
    .contact-map-wrap iframe {
        height: 300px;
    }
}

@media (min-width: 1600px) {
    .homepage-contact-from {
        margin-right: -100px;
    }
}

@media (min-width: 1800px) {
    .homepage-contact-from {
        margin-right: -200px;
    }
}

.homepage-contact-from form .single-personal-info {
    margin-bottom: 30px;
}

    .homepage-contact-from form .single-personal-info input,
    .homepage-contact-from form .single-personal-info textarea {
        width: 100%;
        background: #404CEB;
        line-height: 1;
        padding: 20px 30px;
        border: 0px;
        color: #fff;
        border-radius: 5px;
        text-transform: capitalize;
    }

        .homepage-contact-from form .single-personal-info input::placeholder,
        .homepage-contact-from form .single-personal-info textarea::placeholder {
            color: #fff;
        }

@media (max-width: 585px) {
    .homepage-contact-from form .single-personal-info input,
    .homepage-contact-from form .single-personal-info textarea {
        padding: 15px;
        font-size: 13px;
    }
}

.homepage-contact-from form .single-personal-info textarea {
    height: 180px;
}

@media (max-width: 767px) {
    .homepage-contact-from form .single-personal-info textarea {
        height: 100px;
    }
}

.homepage-contact-from form input[type=submit],
.homepage-contact-from form .submit-btn {
    background: #FFF;
    color: #001659;
    font-weight: 700;
    line-height: 1;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    width: 200px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    border-radius: 5px;
}

    .homepage-contact-from form input[type=submit].active, .homepage-contact-from form input[type=submit]:hover,
    .homepage-contact-from form .submit-btn.active,
    .homepage-contact-from form .submit-btn:hover {
        background-color: #001659;
        color: #fff;
    }

    .homepage-contact-from form input[type=submit] i,
    .homepage-contact-from form .submit-btn i {
        margin-right: 8px;
    }

@media (max-width: 585px) {
    .homepage-contact-from form input[type=submit],
    .homepage-contact-from form .submit-btn {
        padding: 15px 35px;
        font-size: 14px;
        font-weight: 600;
        width: auto;
    }
}

@media (max-width: 400px) {
    .homepage-contact-from form input[type=submit],
    .homepage-contact-from form .submit-btn {
        width: 100%;
    }
}

.contact-sec-wrapper {
    position: relative;
    z-index: 1;
}

    .contact-sec-wrapper::before {
        position: absolute;
        right: 0;
        top: 0;
        width: 52%;
        height: 100%;
        content: "";
        z-index: -1;
        border-top-left-radius: 50px;
        background-color: #4E5AFF;
    }

@media (max-width: 991px) {
    .contact-sec-wrapper::before {
        display: none;
    }
}

.contact-sec-wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    content: "";
    z-index: -2;
    background-color: #fff;
}

@media (max-width: 991px) {
    .contact-sec-wrapper::after {
        display: none;
    }
}

.our_faq__wrapper input[type=submit] {
    height: 60px;
    border: none;
}

.our_faq__wrapper input[type=text] {
    height: 50px;
}

.our_faq__wrapper .form-control:focus {
    outline: 1px solid rgba(2, 2, 49, 0.1) !important;
    border: 1px solid rgba(2, 2, 49, 0.1) !important;
    box-shadow: 0 0 0;
}

.our_faq__wrapper .card__element {
    background-color: #FFF;
}

@media (max-width: 768px) {
    .our_faq__wrapper .card__element {
        margin-top: 30px;
    }
}

.our_faq__wrapper .card__element button {
    display: inline-block;
    border-radius: 0px;
    height: 50px;
    width: 50%;
    border: none;
    background: #FF5E14;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}

    .our_faq__wrapper .card__element button:nth-child(2) {
        background: #FF5E14;
    }

    .our_faq__wrapper .card__element button:hover {
        background-color: #FF5E14;
    }

        .our_faq__wrapper .card__element button:hover:nth-child(2) {
            background: #020231;
        }

@media (max-width: 768px) {
    .our_faq__wrapper .card__element button {
        font-size: 16px;
        line-height: 23px;
    }
}

.our_faq__wrapper .card__element input[type=submit] {
    border-radius: 0px;
    background: #020231;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}

    .our_faq__wrapper .card__element input[type=submit]:nth-child(2) {
        background: #FF5E14;
    }

    .our_faq__wrapper .card__element input[type=submit]:hover {
        background-color: #FF5E14;
    }

        .our_faq__wrapper .card__element input[type=submit]:hover:nth-child(2) {
            background: #020231;
        }

.our_faq__wrapper .card__element input [type=radio] {
    font-size: 20px;
    color: #FF5E14 !important;
}

.our_faq__wrapper .card__element label {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #53545A;
}

.our_faq__wrapper .card__element .card__widget span {
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #020231;
}

.our_faq__wrapper .card__element .card__widget .span_2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.our_faq__wrapper .contact__title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0px;
    color: #FF5E14;
    text-transform: capitalize;
}

.our_faq__wrapper .contact__info {
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}

    .our_faq__wrapper .contact__info .icon {
        margin-right: 10px;
    }

    .our_faq__wrapper .contact__info .content p {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #020231;
        margin-bottom: 5px;
    }

    .our_faq__wrapper .contact__info .content h5 {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #000000;
    }

        .our_faq__wrapper .contact__info .content h5:hover {
            color: #FF5E14;
        }

.our_faq__wrapper .support__element h4 {
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
}

.our_faq__wrapper .card__element ul {
    padding: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #020231 !important;
}

.footer-1 {
    position: relative;
}

    .footer-1 .footer-widgets-wrapper {
        background-color: #F6F8FC;
    }

    .footer-1 .footer-bottom {
        background-color: #001659;
    }

.footer-2 {
    position: relative;
}

    .footer-2 .footer-widgets-wrapper {
        background-color: #001659;
    }

    .footer-2 .footer-cta-wrapper {
        background: #001659;
    }

        .footer-2 .footer-cta-wrapper::after {
            background: #fff;
        }

    .footer-2 .footer-bottom {
        background-color: #FFF;
    }

        .footer-2 .footer-bottom p {
            color: #001659;
        }

            .footer-2 .footer-bottom p a {
                color: #FF5E14;
            }

    .footer-2 .single-contact-info .icon {
        color: #FFF !important;
    }

    .footer-2 .footer-menu a {
        color: #001659;
    }

        .footer-2 .footer-menu a:hover {
            color: #FF5E14;
        }

.footer-3 {
    padding: 20px 0px;
    background: #161616;
}

    .footer-3 p,
    .footer-3 a,
    .footer-3 span {
        color: #9b9b9b;
        font-weight: 400;
    }

        .footer-3 a:hover {
            color: #fff;
        }

    .footer-3 .footer-social a {
        display: inline-block;
        margin: 0px 4px;
    }

    .footer-3 ul {
        margin-left: -10px;
    }

        .footer-3 ul li {
            display: inline-block;
        }

            .footer-3 ul li a {
                display: inline-block;
                margin-left: 10px;
            }

.footer-widgets-wrapper {
    padding-top: 50px;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}

.footer-bottom {
    padding: 25px 0px;
}

    .footer-bottom p {
        color: #53545A;
    }

        .footer-bottom p a {
            color: #FF5E14;
        }

    .footer-bottom.footer_bottom__2 {
        background-color: #FF5E14;
    }

        .footer-bottom.footer_bottom__2 .copyright-info a {
            color: #001659 !important;
            font-weight: 500;
        }

            .footer-bottom.footer_bottom__2 .copyright-info a:hover {
                text-decoration: underline;
            }

        .footer-bottom.footer_bottom__2 .footer-menu ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: end;
        }

@media (max-width: 767px) {
    .footer-bottom.footer_bottom__2 .footer-menu ul {
        justify-content: center;
    }
}

.footer-bottom.footer_bottom__2 .footer-menu a {
    display: inline-block;
    margin-left: 20px;
    font-weight: 400 !important;
    color: #FFF;
    padding-right: 20px;
    border-right: 1px solid #FFF;
    line-height: 1;
}

    .footer-bottom.footer_bottom__2 .footer-menu a:hover {
        color: #001659 !important;
    }

.footer-wrap .single-footer-wid {
    margin-top: 40px;
}

    .footer-wrap .single-footer-wid .wid-title {
        margin-bottom: 40px;
    }

@media (max-width: 767px) {
    .footer-wrap .single-footer-wid .wid-title {
        margin-bottom: 25px;
    }
}

.footer-wrap .single-footer-wid.site_info_box {
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    margin-right: 40px;
    padding: 60px 40px;
    margin-top: -80px;
    z-index: 9;
}

    .footer-wrap .single-footer-wid.site_info_box .f_logo {
        margin-bottom: 30px;
        display: block;
    }

    .footer-wrap .single-footer-wid.site_info_box p {
        font-size: 14px;
    }

    .footer-wrap .single-footer-wid.site_info_box .social_link {
        margin-top: 40px;
    }

@media (max-width: 767px) {
    .footer-wrap .single-footer-wid.site_info_box .social_link {
        margin-top: 30px;
    }
}

.footer-wrap .single-footer-wid.site_info_box .social_link a {
    background-color: #f6f6f6;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    color: #FF5E14;
    margin-right: 5px;
}

    .footer-wrap .single-footer-wid.site_info_box .social_link a:hover {
        color: #fff;
        background-color: #ff5e14;
    }

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

    .footer-wrap .single-footer-wid.site_info_widget .single-contact-info:last-child {
        margin-bottom: 0;
    }

    .footer-wrap .single-footer-wid.site_info_widget .single-contact-info a {
        color: #53545A;
        font-weight: 400;
    }

        .footer-wrap .single-footer-wid.site_info_widget .single-contact-info a:hover {
            color: #FF5E14 !important;
        }

    .footer-wrap .single-footer-wid.site_info_widget .single-contact-info span {
        display: block;
        color: #FFF;
        font-size: 14px;
    }

    .footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
        color: #FF5E14;
        float: left;
        text-align: center;
        font-size: 24px;
        line-height: 1;
        margin-right: 20px;
        transition: all 0.3s ease-in-out;
    }

.footer-wrap .single-footer-wid .social_link {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .footer-wrap .single-footer-wid .social_link {
        margin-top: 30px;
    }
}

.footer-wrap .single-footer-wid .social_link a {
    background-color: #0f0f0f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    color: #FF5E14;
    margin-right: 5px;
}

    .footer-wrap .single-footer-wid .social_link a:hover {
        color: #fff;
        background-color: #001659;
    }

.footer-wrap .single-footer-wid ul li > a {
    color: #53545A;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 1191px) {
    .footer-wrap .single-footer-wid ul li > a {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-wrap .single-footer-wid ul li > a {
        margin-bottom: 10px;
    }
}

.footer-wrap .single-footer-wid ul li > a:hover {
    color: #1976d0 !important;
    padding-left: 10px;
}

.footer-wrap .single-footer-wid ul li:last-child a {
    margin-bottom: 0;
}

.footer-wrap .single-footer-wid.single-footer-wid_2 ul li a:hover {
    color: #FF5E14 !important;
}

.footer-wrap.footer__2 .footer-widgets-wrapper {
    background-color: #001659;
}

.footer-cta-wrapper {
    position: relative;
    z-index: 1;
    background-color: #F6F8FC;
}

    .footer-cta-wrapper::after {
        position: absolute;
        width: 100%;
        height: 50px;
        content: "";
        left: 0;
        bottom: 0;
        background-color: #001659;
        z-index: -1;
    }

    .footer-cta-wrapper .footer-cta-bg-wrapper {
        background-color: #FF5E14;
        padding: 40px;
    }

@media (max-width: 767px) {
    .footer-cta-wrapper .footer-cta-bg-wrapper {
        padding: 30px;
    }
}

.footer-cta-wrapper .footer-social-icon a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #001659;
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 1080px) {
    .footer-cta-wrapper .footer-social-icon a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .footer-cta-wrapper .footer-social-icon a {
        margin-left: 0;
        margin-right: 10px;
    }
}

.footer-cta-wrapper .footer-social-icon a:hover {
    background-color: #001659;
    color: #fff;
}

.footer-menu ul li {
    display: inline-block;
}

    .footer-menu ul li:last-of-type a {
        border: none !important;
    }

    .footer-menu ul li a {
        display: inline-block;
        margin-left: 20px;
        color: #A9B0C7;
        padding-right: 20px;
        border-right: 1px solid #53545A;
        line-height: 1;
    }

@media (max-width: 991px) {
    .footer-menu ul li a {
        margin: 0px 10px;
    }
}

@media (max-width: 767px) {
    .footer-menu ul li a {
        margin: 0px 5px;
    }
}

.footer-menu ul li a:hover {
    color: #FF5E14 !important;
}

.recent_post_widget .recent-post-list .single-recent-post {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}

    .recent_post_widget .recent-post-list .single-recent-post:last-child {
        margin-bottom: 0;
    }

    .recent_post_widget .recent-post-list .single-recent-post .thumb {
        background-color: #eee;
        width: 80px;
        height: 80px;
        overflow: hidden;
        float: left;
        margin-right: 20px;
        border-radius: 10px;
    }

    .recent_post_widget .recent-post-list .single-recent-post .post-data {
        margin-top: -5px;
    }

        .recent_post_widget .recent-post-list .single-recent-post .post-data span {
            font-size: 12px;
            line-height: 1;
        }

            .recent_post_widget .recent-post-list .single-recent-post .post-data span i {
                margin-right: 5px;
            }

        .recent_post_widget .recent-post-list .single-recent-post .post-data h5 {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -1px;
        }

            .recent_post_widget .recent-post-list .single-recent-post .post-data h5:hover {
                color: #001659;
            }

@media (max-width: 991px) {
    .recent_post_widget .recent-post-list .single-recent-post .post-data h5 {
        font-size: 15px;
    }
}

.newsletter_widget.style-2 form i {
    color: #000000;
}

.newsletter_widget.style-2 form input {
    color: #161616;
    border: 1px solid #000000;
}

.newsletter_widget.style-2 form button {
    background-color: #1976d0;
    color: #fff;
}

    .newsletter_widget.style-2 form button:hover i {
        color: #fff;
    }

    .newsletter_widget.style-2 form button i {
        color: #fff;
        transition: all 0.3s;
    }

.newsletter_widget form {
    position: relative;
}

    .newsletter_widget form > i {
        position: absolute;
        z-index: 1;
        display: inline-block;
        line-height: 60px;
        left: 20px;
        color: #FF5E14;
    }

    .newsletter_widget form input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0px 30px;
        padding-left: 50px;
        position: relative;
        font-size: 16px;
    }

    .newsletter_widget form button {
        margin-top: 20px;
        display: block;
        padding: 20px 30px;
        background-color: #FF5E14;
        color: #FFF;
        text-align: center;
        border: 0px;
        width: 100%;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.4s ease-in-out;
    }

        .newsletter_widget form button:hover {
            background-color: #001659;
            color: #fff;
        }

        .newsletter_widget form button i {
            margin-left: 5px;
        }

.newsletter_widget p {
    margin-top: 15px;
    display: block;
}

    .newsletter_widget p b {
        font-weight: 700;
        color: #001659;
    }

.contact_widget_2 .contact-us .single-contact-info {
    overflow: hidden;
    margin-bottom: 20px;
}

    .contact_widget_2 .contact-us .single-contact-info:last-child {
        margin-bottom: 0;
    }

    .contact_widget_2 .contact-us .single-contact-info .icon {
        float: left;
        margin-right: 15px;
        overflow: hidden;
    }

    .contact_widget_2 .contact-us .single-contact-info .contact-info {
        overflow: hidden;
    }

        .contact_widget_2 .contact-us .single-contact-info .contact-info p {
            font-weight: 600;
            color: #001248;
            font-size: 17px;
        }

.footer-site-info img {
    display: block;
}

.footer-site-info ul {
    margin-top: 30px;
}

    .footer-site-info ul li {
        display: block;
        margin-top: 10px;
    }

        .footer-site-info ul li a {
            display: inline-block;
            color: #9b9b9b;
        }

            .footer-site-info ul li a:hover {
                color: #fff;
            }

.footer-4 {
    background-color: #ffffff;
}

    .footer-4 h3,
    .footer-4 h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .footer-4 a {
        font-family: "Roboto", sans-serif !important;
        font-weight: 400;
        color: #53545A !important;
    }

        .footer-4 a:hover {
            color: #271f1f !important;
        }

    .footer-4 .footer-widgets-wrapper {
        border-bottom: 1px solid #e3f1ff
    }

    .footer-4 .footer-menu-3 ul {
        margin-left: -10px;
    }

        .footer-4 .footer-menu-3 ul li {
            display: inline-block;
            border-right: 1px solid #262626;
            padding-right: 10px;
        }

            .footer-4 .footer-menu-3 ul li:last-child {
                border: 0px;
                padding-right: 0px;
            }

            .footer-4 .footer-menu-3 ul li a {
                display: inline-block;
                margin-left: 10px;
            }

    .footer-4 .footer-bottom {
        padding: 20px 0px;
    }

        .footer-4 .footer-bottom .copyright-info a {
            color: #1976d0 !important;
        }

    .footer-4 .footer-social a {
        display: inline-block;
        margin: 0px 5px;
        font-size: 16px;
    }

        .footer-4 .footer-social a:hover {
            color: #FFBB00;
        }

.footer-5 .footer-cta-wrapper {
    position: relative;
    background-color: transparent !important;
    margin-bottom: -5px;
}

    .footer-5 .footer-cta-wrapper::after {
        height: 150px;
    }

    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper {
        padding: 80px 80px;
        z-index: 10;
        border-radius: 10px;
        background-color: #4E5AFF !important;
        background-image: url(../img/home5/footer_p.svg);
        background-position: bottom right;
        background-repeat: no-repeat;
    }

@media (max-width: 768px) {
    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper {
        padding: 50px 70px 55px 55px;
    }
}

@media (max-width: 768px) {
    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-middle-text {
        margin-bottom: 30px;
    }
}

.footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-middle-text h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-middle-text h5 {
        text-align: center;
    }
}

.footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-middle-text h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-middle-text h2 {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-5 .footer-cta-wrapper .footer-cta-bg-wrapper .footer-btn {
        display: block !important;
        text-align: center;
    }
}

.footer-5 .footer-widgets-wrapper {
    margin-bottom: -5px;
    background-color: #001659;
}

    .footer-5 .footer-widgets-wrapper .footer-site-info {
        margin-top: 30px;
    }

        .footer-5 .footer-widgets-wrapper .footer-site-info p {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
        }

        .footer-5 .footer-widgets-wrapper .footer-site-info .footer-social-icon a {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 47px;
            background-color: #26376D;
            display: inline-block;
            margin-left: 10px;
            border-radius: 100%;
        }

            .footer-5 .footer-widgets-wrapper .footer-site-info .footer-social-icon a i {
                color: #FFF;
                font-size: 20px;
            }

            .footer-5 .footer-widgets-wrapper .footer-site-info .footer-social-icon a:hover {
                background-color: #FF5E14;
            }

    .footer-5 .footer-widgets-wrapper .single-footer-wid {
        margin-top: 30px;
    }

        .footer-5 .footer-widgets-wrapper .single-footer-wid .wid-title h3 {
            font-family: "Exo 2", sans-serif;
            font-weight: 600;
            font-size: 24px;
            line-height: 29px;
        }

        .footer-5 .footer-widgets-wrapper .single-footer-wid ul {
            margin-top: 40px;
        }

            .footer-5 .footer-widgets-wrapper .single-footer-wid ul li {
                margin-bottom: 10px;
            }

                .footer-5 .footer-widgets-wrapper .single-footer-wid ul li a {
                    font-family: "Roboto", sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 28px;
                }

                    .footer-5 .footer-widgets-wrapper .single-footer-wid ul li a:hover {
                        padding-left: 10px;
                        color: #FF5E14 !important;
                    }

    .footer-5 .footer-widgets-wrapper .single-footer-contact {
        margin-top: 30px;
    }

        .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer {
            margin-top: 40px;
        }

            .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .call,
            .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .email,
            .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .location {
                margin-top: 20px;
            }

                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .call .icon,
                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .email .icon,
                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .location .icon {
                    margin-top: 5px;
                    color: rgb(255, 94, 20);
                    text-align: center;
                    font-size: 24px;
                }

                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .call .call-num a,
                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .email .call-num a,
                .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .location .call-num a {
                    margin-top: 0;
                    font-size: 16px;
                    font-family: "Roboto", sans-serif;
                    font-weight: 400;
                }

                    .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .call .call-num a:hover,
                    .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .email .call-num a:hover,
                    .footer-5 .footer-widgets-wrapper .single-footer-contact .contant-footer .location .call-num a:hover {
                        color: #FF5E14 !important;
                    }

.footer-5 .footer-bottom {
    background-color: #001659;
    padding: 0px;
}

    .footer-5 .footer-bottom hr {
        border: 1px solid #152965;
    }

    .footer-5 .footer-bottom .copyright-info p {
        font-family: "Roboto", sans-serif !important;
    }

        .footer-5 .footer-bottom .copyright-info p > a {
            font-family: "Roboto", sans-serif !important;
        }

    .footer-5 .footer-bottom .footer-menu-3 ul li {
        padding: 0px 5px;
    }

        .footer-5 .footer-bottom .footer-menu-3 ul li a {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            font-family: "Roboto", sans-serif;
            color: #FFF;
            font-weight: 400;
            font-size: 14px;
        }

            .footer-5 .footer-bottom .footer-menu-3 ul li a:hover {
                color: #FF5E14;
            }

.news_leter__wrapper {
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 50px;
    margin: 100px 0px;
}

@media (max-width: 768px) {
    .news_leter__wrapper {
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .news_leter__wrapper {
        padding-bottom: 80px;
    }
}

.news_leter__wrapper .news__blog h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #FFF;
}

@media (max-width: 569px) {
    .news_leter__wrapper .news__blog h3 {
        font-size: 28px;
    }
}

.news_leter__wrapper .form-control {
    height: 50px;
    border: none;
    padding-left: 15px;
}

@media (max-width: 420px) {
    .news_leter__wrapper .form-control {
        position: relative;
        border-radius: 4px !important;
    }
}

.news_leter__wrapper .input-group-text {
    height: 50px;
    background: #FF5E14;
    border-radius: 4px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

@media (max-width: 420px) {
    .news_leter__wrapper .input-group-text {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 60px;
    }
}

.news_leter__wrapper .input-group-text i {
    margin-left: 10px;
}

/*---------------------
        IT-HOME STYLE
-----------------------*/
.section-title h5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #001659;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #64729B;
}

.section-title h2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

    .section-title h2 span {
        color: #FF5E14;
    }

@media (max-width: 550px) {
    .section-title h2 {
        font-size: 27px !important;
    }
}

.experience-weeper {
    position: relative;
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .experience-weeper {
        padding-bottom: 80px;
    }

        .experience-weeper .ml-40 {
            margin-left: 0;
        }
}

.experience-weeper .experience-weeper-brand {
    position: relative;
}

    .experience-weeper .experience-weeper-brand .count-item {
        z-index: 10;
        top: 0%;
        right: 0%;
        position: absolute;
        border-radius: 10px;
        background-color: #F3F2F9;
        display: inline-block;
    }

        .experience-weeper .experience-weeper-brand .count-item .single-fun-fact {
            padding: 30px;
        }

            .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h2 {
                font-family: "Roboto";
                font-weight: 600;
                font-size: 48px;
                line-height: 56px;
                color: #FF5E14;
            }

            .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h3 {
                text-transform: capitalize;
            }

@media (max-width: 900px) {
    .experience-weeper .experience-weeper-brand .count-item .single-fun-fact {
        padding: 10px;
    }

        .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h2 {
            font-size: 48px;
            line-height: 56px;
        }
}

@media (max-width: 768px) {
    .experience-weeper .experience-weeper-brand .count-item .single-fun-fact {
        padding: 20px;
    }

        .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h2 {
            font-size: 48px;
            line-height: 56px;
        }
}

@media (max-width: 500px) {
    .experience-weeper .experience-weeper-brand .count-item .single-fun-fact {
        padding: 10px;
    }

        .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h2 {
            font-size: 29px;
            line-height: 30px;
        }

        .experience-weeper .experience-weeper-brand .count-item .single-fun-fact h3 {
            font-size: 16px;
        }
}

.experience-weeper .experience-weeper-brand .img-ex {
    position: absolute;
    padding-top: 10px;
    top: 0%;
    left: -20%;
    z-index: 1;
}

@media (max-width: 768px) {
    .experience-weeper .experience-weeper-brand .img-ex {
        position: relative !important;
        padding-top: 0px;
        left: 0%;
    }
}

.experience-weeper .experience-weeper-brand .shape-one {
    position: absolute !important;
    z-index: 1;
    top: 60% !important;
    left: -30%;
    animation: top-to-down 6s 0.4s ease-in-out infinite;
}

.experience-weeper .shape-two {
    position: absolute !important;
    z-index: 1;
    top: 10% !important;
    left: 13%;
    animation: left-to-right 4s 0.4s ease-in-out infinite;
}

@media (max-width: 1730px) {
    .experience-weeper .shape-two {
        left: 7%;
    }
}

@media (max-width: 768px) {
    .experience-weeper .shape-two {
        left: -2%;
        top: 1% !important;
    }
}

.experience-weeper .section-title-2 {
    position: relative;
}

@media (max-width: 768px) {
    .experience-weeper .section-title-2 {
        margin-top: 100px;
    }
}

.experience-weeper .section-title-2 h5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #001659;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
}

.experience-weeper .section-title-2 h1 {
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

    .experience-weeper .section-title-2 h1 span {
        color: #FF5E14;
    }

@media (max-width: 550px) {
    .experience-weeper .section-title-2 h1 {
        font-size: 27px !important;
    }
}

.experience-weeper .section-title-2 .yellow-bg {
    z-index: -1;
    position: absolute;
    top: 20%;
    left: 0%;
}

@media (max-width: 578px) {
    .experience-weeper .section-title-2 .yellow-bg {
        top: 12%;
    }
}

.experience-weeper .section-title-2 .subtitle {
    font-family: "Roboto", sans-serif;
    color: #282C39;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}

.experience-weeper .section-title-2 .info-service {
    margin: 25px 0px;
}

@media (max-width: 768px) {
    .experience-weeper .section-title-2 .info-service {
        display: block !important;
    }
}

.experience-weeper .section-title-2 .info-service .engineer .text {
    padding-left: 30px;
    position: relative;
}

    .experience-weeper .section-title-2 .info-service .engineer .text::before {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        bottom: 0;
        left: 0;
        position: absolute;
        content: "\f058";
        font-family: "Font Awesome 5 Pro";
        color: #FF5E14;
        font-weight: 600;
    }

    .experience-weeper .section-title-2 .info-service .engineer .text:hover::before {
        color: #D4D6F5;
    }

.experience-weeper .shape {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

@media (max-width: 1730px) {
    .experience-weeper .shape {
        right: 1%;
    }
}

@media (max-width: 1200px) {
    .experience-weeper .shape {
        display: none;
    }
}

.time-management-wepper {
    background-color: #FBFCFE;
    z-index: -1;
}

    .time-management-wepper .section-title {
        position: relative;
    }

        .time-management-wepper .section-title h2 {
            z-index: 100;
        }

        .time-management-wepper .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 67%;
            left: 33%;
        }

@media (max-width: 425px) {
    .time-management-wepper .section-title .yellow-bg {
        top: 77%;
        left: 16%;
    }
}

.time-management-wepper .management {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .time-management-wepper .management .content {
        overflow: hidden;
    }

        .time-management-wepper .management .content .item {
            width: 50px;
            height: 50px;
            border-radius: 100%;
            margin-bottom: 20px;
        }

            .time-management-wepper .management .content .item h3 {
                margin-bottom: 0px;
            }

        .time-management-wepper .management .content h3 {
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
        }

        .time-management-wepper .management .content p {
            margin-bottom: 40px;
        }

        .time-management-wepper .management .content .item-img img {
            width: auto;
            height: 200px;
        }

    .time-management-wepper .management:hover {
        box-shadow: 0px 20px 50px -8px rgba(212, 178, 178, 0.17);
    }

        .time-management-wepper .management:hover .item {
            animation: shake-item 0.5s linear 1;
        }

.time-management-wepper .mang-1 {
    background-color: #F4F0FB;
}

.time-management-wepper .mang-2 {
    background-color: #FFFBF2;
}

.time-management-wepper .mang-3 {
    background-color: #FBEEF0;
}

.time-management-wepper .count-1 {
    background-color: #DFCCF0;
}

    .time-management-wepper .count-1 h3 {
        color: #8838C6;
    }

.time-management-wepper .count-2 {
    background-color: #FFE5CA;
}

    .time-management-wepper .count-2 h3 {
        color: #FF8D29;
    }

.time-management-wepper .count-3 {
    background-color: #FCD4DA;
}

    .time-management-wepper .count-3 h3 {
        color: #FF6B82;
    }

.project-wrapper .section-title {
    position: relative;
}

@media (max-width: 768px) {
    .project-wrapper .section-title {
        text-align: center !important;
    }
}

.project-wrapper .section-title h2 {
    z-index: 100;
}

.project-wrapper .section-title p {
    padding-top: 15px;
}

.project-wrapper .section-title .yellow-bg {
    z-index: -1;
    position: absolute;
    top: 24%;
    left: -2%;
}

@media (max-width: 768px) {
    .project-wrapper .section-title .yellow-bg {
        left: 17%;
    }
}

.project-wrapper .right-text {
    position: relative;
    margin-top: 45px;
}

@media (max-width: 768px) {
    .project-wrapper .right-text {
        margin-top: 15px;
        text-align: center !important;
    }
}

.project-wrapper .right-text .btn-wepper {
    padding-top: 45px;
}

    .project-wrapper .right-text .btn-wepper .theme-btns {
        background-color: transparent;
        border: 1.5px solid rgba(255, 94, 20, 0.5);
        color: #ff5e14;
    }

        .project-wrapper .right-text .btn-wepper .theme-btns:hover {
            background-color: #ff5e14;
            color: #FFF;
        }

.project-wrapper .right-text .project-pratran {
    position: absolute;
    bottom: -50%;
    right: -10%;
    animation: left-to 4s ease-in-out infinite;
}

@media (max-width: 1250px) {
    .project-wrapper .right-text .project-pratran {
        right: 4%;
    }
}

@media (max-width: 820px) {
    .project-wrapper .right-text .project-pratran {
        display: none;
    }
}

.project-wrapper .portfolio-button {
    padding: 35px 0px;
}

@media (max-width: 768px) {
    .project-wrapper .portfolio-button {
        text-align: center;
    }
}

.project-wrapper .portfolio-button .portfolio-cat-filter {
    position: relative;
}

@media (max-width: 865px) {
    .project-wrapper .portfolio-button .portfolio-cat-filter {
        margin-bottom: 15px;
    }
}

.project-wrapper .portfolio-button .portfolio-cat-filter button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    box-shadow: none !important;
}

    .project-wrapper .portfolio-button .portfolio-cat-filter button.active::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        color: #FF5E14;
        position: absolute;
        font-weight: 300;
        left: 0;
        z-index: 99999;
        top: 4px;
    }

    .project-wrapper .portfolio-button .portfolio-cat-filter button:hover {
        background-color: transparent !important;
        color: #FF5E14 !important;
    }

    .project-wrapper .portfolio-button .portfolio-cat-filter button.active {
        color: #FF5E14 !important;
        background-color: transparent !important;
    }

.project-wrapper .project {
    z-index: 1;
    position: relative;
}

    .project-wrapper .project .project-item-card {
        margin-top: 30px;
    }

        .project-wrapper .project .project-item-card img {
            height: 280px !important;
            width: auto;
        }

@media (max-width: 568px) {
    .project-wrapper .project .project-item-card img {
        height: auto !important;
        width: auto;
    }
}

.project-wrapper .project .item-bod-one, .project-wrapper .project .item-bod-two, .project-wrapper .project .item-bod-three, .project-wrapper .project .item-bod-fore {
    background-color: #fff;
    border-radius: 50px;
}

@media (max-width: 800px) {
    .project-wrapper .project .item-bod-one, .project-wrapper .project .item-bod-two, .project-wrapper .project .item-bod-three, .project-wrapper .project .item-bod-fore {
        border-radius: 30px;
    }
}

.project-wrapper .project .item-bod-one {
    border: 40px solid #E0F7EA;
}

@media (max-width: 900px) {
    .project-wrapper .project .item-bod-one {
        border: 30px solid #E0F7EA;
    }
}

@media (max-width: 500px) {
    .project-wrapper .project .item-bod-one {
        border: 18px solid #E0F7EA;
    }
}

.project-wrapper .project .item-bod-two {
    border: 40px solid rgba(255, 94, 20, 0.2);
}

@media (max-width: 900px) {
    .project-wrapper .project .item-bod-two {
        border: 30px solid rgba(255, 94, 20, 0.2);
    }
}

@media (max-width: 500px) {
    .project-wrapper .project .item-bod-two {
        border: 18px solid rgba(255, 94, 20, 0.2);
    }
}

.project-wrapper .project .item-bod-three {
    border: 40px solid rgba(253, 211, 142, 0.2);
}

@media (max-width: 900px) {
    .project-wrapper .project .item-bod-three {
        border: 30px solid rgba(253, 211, 142, 0.2);
    }
}

.project-wrapper .project .item-bod-fore {
    border: 40px solid rgb(219, 239, 255);
}

@media (max-width: 900px) {
    .project-wrapper .project .item-bod-fore {
        border: 30px solid rgb(219, 239, 255);
    }
}

@media (max-width: 500px) {
    .project-wrapper .project .item-bod-fore {
        border: 18px solid rgb(219, 239, 255);
    }
}

.project-wrapper .project .contents {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 100;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

@media (max-width: 960px) {
    .project-wrapper .project .contents {
        flex-direction: column;
    }

        .project-wrapper .project .contents a {
            margin-bottom: 20px;
        }

            .project-wrapper .project .contents a .project-name {
                text-align: center;
            }
}

@media (max-width: 576px) {
    .project-wrapper .project .contents {
        flex-direction: row;
    }

        .project-wrapper .project .contents a {
            margin-bottom: 20px;
        }

            .project-wrapper .project .contents a .project-name {
                text-align: left;
            }
}

@media (max-width: 480px) {
    .project-wrapper .project .contents {
        flex-direction: column;
    }

        .project-wrapper .project .contents a {
            margin-bottom: 20px;
        }

            .project-wrapper .project .contents a .project-name {
                text-align: center;
            }
}

.project-wrapper .project .contents .project-name h3 {
    margin-bottom: 5px;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .project-wrapper .project .contents .project-name h3 {
        font-size: 18px;
    }
}

.project-wrapper .project .contents .project-name p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #FF5E14;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .project-wrapper .project .contents .project-name p {
        font-size: 15px;
    }
}

.project-wrapper .project .contents .btn-wepper .bg-bth {
    border: 1.5px solid rgba(255, 94, 20, 0.5);
    padding: 15px 30px;
    font-size: 15px;
    color: #FF5E14;
}

.project-wrapper .projectbg-one {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #E0F7EA;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .project-wrapper .projectbg-one::after {
        z-index: 60;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        content: "";
        clear: both;
        background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.85) 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .project-wrapper .projectbg-one:hover::after {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
    }

    .project-wrapper .projectbg-one:hover .project-name h3 {
        color: #fff;
    }

    .project-wrapper .projectbg-one:hover .project-name p {
        color: #fff;
    }

    .project-wrapper .projectbg-one:hover .bg-bth {
        background-color: #FF5E14;
        color: #fff !important;
    }

.project-wrapper .projectbg-two {
    background: rgba(255, 94, 20, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .project-wrapper .projectbg-two::after {
        z-index: 60;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        content: "";
        clear: both;
        background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.85) 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .project-wrapper .projectbg-two:hover::after {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
    }

    .project-wrapper .projectbg-two:hover .project-name h3 {
        color: #fff;
    }

    .project-wrapper .projectbg-two:hover .project-name p {
        color: #fff;
    }

    .project-wrapper .projectbg-two:hover .bg-bth {
        background-color: #FF5E14;
        color: #fff !important;
    }

.project-wrapper .projectbg-three {
    background: rgba(253, 211, 142, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .project-wrapper .projectbg-three::after {
        z-index: 60;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        content: "";
        clear: both;
        background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.85) 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .project-wrapper .projectbg-three:hover::after {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
    }

    .project-wrapper .projectbg-three:hover .project-name h3 {
        color: #fff;
    }

    .project-wrapper .projectbg-three:hover .project-name p {
        color: #fff;
    }

    .project-wrapper .projectbg-three:hover .bg-bth {
        background-color: #FF5E14;
        color: #fff !important;
    }

.project-wrapper .projectbg-fore {
    background: #DBEFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .project-wrapper .projectbg-fore::after {
        z-index: 60;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 100%;
        content: "";
        clear: both;
        background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.85) 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .project-wrapper .projectbg-fore:hover::after {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
    }

    .project-wrapper .projectbg-fore:hover .project-name h3 {
        color: #fff;
    }

    .project-wrapper .projectbg-fore:hover .project-name p {
        color: #fff;
    }

    .project-wrapper .projectbg-fore:hover .bg-bth {
        background-color: #FF5E14;
        color: #fff !important;
    }

.projectcount-wepper {
    position: relative;
    z-index: 1;
}

    .projectcount-wepper .single-fun-fact h2 {
        font-family: "Exo 2", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 64px;
        line-height: 77px;
        text-align: center;
        color: #FF5E14;
        margin-bottom: 20px;
    }

    .projectcount-wepper .single-fun-fact h3 {
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: #001659;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-size: 16px;
        color: #001659;
    }

    .projectcount-wepper .shaps-project-one, .projectcount-wepper .shaps-project-two {
        position: absolute;
        top: -8%;
        left: 5%;
        z-index: 5;
    }

@media (max-width: 1730px) {
    .projectcount-wepper .shaps-project-one, .projectcount-wepper .shaps-project-two {
        left: 1%;
    }
}

@media (max-width: 1200px) {
    .projectcount-wepper .shaps-project-one, .projectcount-wepper .shaps-project-two {
        display: none;
    }
}

.projectcount-wepper .shaps-project-one {
    animation: left-to-right 4s 0.4s ease-in-out infinite;
}

.projectcount-wepper .shaps-project-two {
    top: 75%;
    left: 85%;
}

.working-prosess {
    overflow-x: hidden;
    position: relative;
}

    .working-prosess .section-title {
        position: relative;
    }

        .working-prosess .section-title h2 {
            z-index: 100;
        }

        .working-prosess .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 66%;
            left: 15%;
        }

    .working-prosess .working-head {
        margin-bottom: 50px;
    }

    .working-prosess .single-working {
        margin-top: 50px;
    }

        .working-prosess .single-working .icon {
            position: relative;
            width: 85px;
            height: 85px;
            margin: 0 auto;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            background-color: #FFAE89;
        }

            .working-prosess .single-working .icon .number {
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0%;
                right: 0%;
                background-color: #FF5E14;
                width: 20px;
                height: 20px;
                -webkit-border-radius: 1000px;
                -moz-border-radius: 1000px;
                -ms-border-radius: 1000px;
                border-radius: 1000px;
            }

                .working-prosess .single-working .icon .number h6 {
                    margin-bottom: 0px;
                    font-size: 10px;
                    line-height: 10px;
                    color: #FFF;
                }

        .working-prosess .single-working .content {
            margin-top: 25px;
        }

            .working-prosess .single-working .content h5 {
                text-transform: capitalize;
                font-family: "Exo 2", sans-serif;
            }

            .working-prosess .single-working .content p {
                font-family: "Roboto", sans-serif;
                max-width: 210px;
                font-size: 15px;
                margin: 0 auto;
            }

        .working-prosess .single-working:hover .img {
            animation: shake 0.5s linear 1;
        }

    .working-prosess .vectore {
        position: absolute;
        top: 47%;
        left: 20%;
        z-index: -1;
    }

@media (max-width: 1920px) {
    .working-prosess .vectore {
        left: 28%;
    }
}

@media (max-width: 1500px) {
    .working-prosess .vectore {
        left: 20%;
    }
}

@media (max-width: 1366px) {
    .working-prosess .vectore {
        left: 18%;
    }
}

@media (max-width: 1080px) {
    .working-prosess .vectore {
        left: 7%;
    }
}

@media (max-width: 768px) {
    .working-prosess .vectore {
        display: none;
    }
}

.team-member {
    background-color: #FBFCFE;
    position: relative;
    z-index: -1;
}

    .team-member .section-title {
        position: relative;
    }

        .team-member .section-title h2 {
            z-index: 100;
        }

        .team-member .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 66%;
            left: 15%;
        }

    .team-member .single-member {
        margin-top: 60px;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
    }

        .team-member .single-member .team-member {
            height: 320px;
            border-radius: 10px;
            background-color: #EEF0F5;
        }

        .team-member .single-member .hoverly {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            height: 100%;
            width: 100%;
            cursor: pointer;
            overflow-y: hidden;
            background-color: #001659;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .team-member .single-member .hoverly .team-member-photo {
                border-radius: 100%;
                width: 100px;
                height: 100px;
                background-color: #FFF;
                margin: 0 auto;
                margin-bottom: 20px;
            }

                .team-member .single-member .hoverly .team-member-photo img {
                    width: 100px;
                    height: 100px;
                    border-radius: 100%;
                }

            .team-member .single-member .hoverly .content {
                margin-bottom: 30px;
            }

                .team-member .single-member .hoverly .content h3 {
                    color: #FFF;
                    font-family: "Roboto", sans-serif;
                    text-transform: capitalize;
                    margin-bottom: 5px;
                }

                .team-member .single-member .hoverly .content p {
                    font-size: 16px;
                    font-family: "Roboto", sans-serif;
                    color: #FF5E14;
                }

            .team-member .single-member .hoverly .icon {
                z-index: 5;
            }

                .team-member .single-member .hoverly .icon a {
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -ms-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    line-height: 47px;
                    background-color: #fff;
                    display: inline-block;
                    margin-left: 10px;
                    border-radius: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0px 3px;
                }

                    .team-member .single-member .hoverly .icon a i {
                        font-size: 14px;
                        text-align: center;
                    }

                    .team-member .single-member .hoverly .icon a:hover {
                        background-color: #FF5E14;
                    }

                        .team-member .single-member .hoverly .icon a:hover i {
                            color: #FFF;
                        }

        .team-member .single-member:hover .hoverly {
            visibility: visible;
            border-radius: 10px;
            opacity: 1;
            height: 100%;
        }

    .team-member .shaps {
        position: absolute;
        top: 86%;
        left: 5%;
    }

@media (max-width: 1730px) {
    .team-member .shaps {
        left: 1%;
    }
}

@media (max-width: 1200px) {
    .team-member .shaps {
        display: none;
    }
}

.questionanswer .section-title {
    position: relative;
}

@media (max-width: 768px) {
    .questionanswer .section-title {
        margin-bottom: 50px;
    }
}

.questionanswer .section-title h2 {
    z-index: 100;
}

@media (max-width: 400px) {
    .questionanswer .section-title h2 {
        font-size: 25px !important;
        margin-bottom: 20px;
    }
}

.questionanswer .section-title .yellow-bg {
    z-index: -1;
    position: absolute;
    top: 27%;
    left: 0%;
}

    .questionanswer .section-title .yellow-bg img {
        max-width: 200px;
    }

.questionanswer .member-faces .single-face {
    border: 3px solid #FFDCCC;
    background-color: transparent;
    box-shadow: none;
}

.questionanswer .faq-content .faq-ask-list .accordion .accordion-item {
    margin: 20px 0px;
    border: none;
}

    .questionanswer .faq-content .faq-ask-list .accordion .accordion-item .accordion-header .accordion-button {
        position: relative;
        font-weight: 600;
        font-family: "Exo 2", sans-serif;
        font-size: 20px;
        color: #001659;
        box-shadow: none;
        background-color: #FFF9F6;
    }

@media (max-width: 480px) {
    .questionanswer .faq-content .faq-ask-list .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.questionanswer .faq-content .faq-ask-list .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 22%;
    right: 5%;
    content: "\f055";
    color: #FF5E14;
    background: rgba(0, 0, 0, 0);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.questionanswer .faq-content .faq-ask-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    margin-top: 18px;
    content: "\f056";
    color: #FF5E14;
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.questionanswer .faq-content .faq-ask-list .accordion .accordion-item .accordion-body {
    background-color: #FFF9F6;
}

.price-wepper {
    z-index: -1;
    position: relative;
    background-color: #FBFCFE;
}

    .price-wepper .section-title {
        position: relative;
    }

        .price-wepper .section-title h2 {
            z-index: 100;
        }

        .price-wepper .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 50%;
            left: 48%;
        }

            .price-wepper .section-title .yellow-bg img {
                max-width: 240px;
            }

@media (max-width: 425px) {
    .price-wepper .section-title .yellow-bg {
        left: 5%;
    }
}

.price-wepper .active {
    box-shadow: hsla(240, 5%, 41%, 0.2) 0px 13px 28px 0px;
}

    .price-wepper .active .bg-bth {
        background-color: #ff5e14;
        border: none;
        color: #FFF;
    }

.price-wepper .card {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 0px solid #fff;
    border-radius: 10px;
    background: linear-gradient(156.97deg, rgba(255, 94, 20, 0.06) -26.3%, rgba(23, 55, 162, 0.06) 122.05%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 425px) {
    .price-wepper .card {
        padding: 33px 20px;
    }
}

.price-wepper .card .card-body {
    padding: 43px 40px;
}

@media (max-width: 900px) {
    .price-wepper .card .card-body {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .price-wepper .card .card-body {
        padding: 40px 25px;
    }
}

@media (max-width: 480px) {
    .price-wepper .card .card-body {
        padding: 30px 15px;
    }
}

.price-wepper .card .card-body h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

.price-wepper .card .card-body p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.price-wepper .card .card-body .price-img {
    padding: 15px 0px;
}

    .price-wepper .card .card-body .price-img img {
        max-height: 70px;
        width: auto;
    }

.price-wepper .card .card-body h1 {
    font-size: 48px;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    line-height: 58px;
    color: #FF5E14;
}

    .price-wepper .card .card-body h1 .doler {
        color: #FF5E14;
        font-size: 20px;
    }

    .price-wepper .card .card-body h1 span {
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: #001659;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-size: 16px;
        color: #001659;
        text-transform: capitalize;
    }

.price-wepper .card .card-body h5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #001659;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #FF5E14;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 30px;
}

.price-wepper .card .card-body .offer {
    padding-bottom: 35px;
}

    .price-wepper .card .card-body .offer .single-offer p {
        position: relative;
        padding-left: 40px;
        margin-bottom: 15px;
    }

        .price-wepper .card .card-body .offer .single-offer p::after {
            bottom: 0;
            left: 0;
            position: absolute;
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            color: #FF5E14;
            font-weight: 400;
        }

.price-wepper .card .static .popular {
    position: absolute;
    right: -15%;
    top: 20%;
    width: 105px;
    height: 190px;
    border-radius: 70%;
    background-color: #F6DBD2;
}

@media (max-width: 1000px) {
    .price-wepper .card .static .popular {
        top: 25%;
        right: -19%;
    }
}

@media (max-width: 768px) {
    .price-wepper .card .static .popular {
        right: -15%;
    }
}

@media (max-width: 500px) {
    .price-wepper .card .static .popular {
        right: -15%;
    }
}

.price-wepper .card .static h5 {
    top: 32%;
    right: -4%;
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #FF5E14;
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .price-wepper .card .static h5 {
        top: 35%;
    }
}

.price-wepper .card:hover .price-img {
    animation: shake 0.5s linear 1;
}

.price-wepper .card:hover {
    box-shadow: hsla(240, 5%, 41%, 0.2) 0px 13px 28px 0px;
}

.price-wepper .shaps {
    position: absolute;
    top: -7%;
    right: 5%;
}

@media (max-width: 1730px) {
    .price-wepper .shaps {
        right: 1%;
    }
}

@media (max-width: 1200px) {
    .price-wepper .shaps {
        display: none;
    }
}

.testimonial-wrapper {
    position: relative;
}

    .testimonial-wrapper .section-title {
        position: relative;
    }

        .testimonial-wrapper .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 30%;
            left: 14%;
        }

    .testimonial-wrapper .testimonial-carousel-wrapper {
        padding-top: 60px;
    }

        .testimonial-wrapper .testimonial-carousel-wrapper .client-content .client-img {
            position: relative;
            height: 300px;
            width: 300px;
            margin: 0 auto;
            background-color: #EEF0F5;
        }

@media (max-width: 1170px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .client-img {
        position: relative;
        height: 230px;
        width: 230px;
    }
}

@media (max-width: 768px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .client-img {
        position: relative;
        height: 200px;
        width: 200px;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-content .client-img .qutoe {
    position: absolute;
    right: 20px;
    top: 16px;
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-content .clinte-info {
    margin: 20px 0px;
}

    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .clinte-info h3 {
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .clinte-info span {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
    }

    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .clinte-info p {
        padding-top: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        max-width: 600px;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .clinte-info p {
        padding-top: 30px;
        font-size: 16px;
        max-width: 470px;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-content .icon {
    margin-top: 20px;
    margin-bottom: 60px;
}

    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .icon i {
        color: #FF5E14;
    }

    .testimonial-wrapper .testimonial-carousel-wrapper .client-content .icon .text-color {
        color: rgb(214, 214, 214) !important;
    }

.testimonial-wrapper .testimonial-carousel-wrapper .map-img {
    z-index: -1;
    position: absolute;
    top: 20%;
    left: 25%;
    overflow-x: hidden;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .map-img {
        left: 10%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-2, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-5, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
    position: absolute;
    width: 100px;
    height: 100px;
    animation: zooms 8s ease-in-out infinite;
}

@media (max-width: 1080px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-2, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-5, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
        width: 50px;
        height: 50px;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4 {
    width: 170px;
    height: 170px;
}

@media (max-width: 1080px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4 {
        width: 100px;
        height: 100px;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
    width: 150px;
    height: 150px;
}

@media (max-width: 1080px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3, .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
        width: 70px;
        height: 70px;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1 {
    top: 25%;
    left: 5%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1 {
        top: 25%;
        left: 5%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-1 {
        top: 25%;
        left: 0%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-2 {
    top: 60%;
    left: 15%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-2 {
        left: 15%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-2 {
        left: 5%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3 {
    top: 75%;
    left: 5%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3 {
        top: 75%;
        left: 5%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-3 {
        top: 75%;
        left: 0%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4 {
    top: 25%;
    right: 5%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4 {
        top: 25%;
        right: 5%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-4 {
        top: 25%;
        right: 0%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-5 {
    top: 60%;
    right: 15%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-5 {
        right: 15%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-5 {
        right: 5%;
    }
}

.testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
    top: 75%;
    right: 5%;
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
        top: 75%;
        right: 5%;
    }
}

@media (max-width: 1366px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .client-img-left-6 {
        top: 75%;
        right: 0%;
    }
}

@media (min-width: 2120px) {
    .testimonial-wrapper .testimonial-carousel-wrapper .map-img {
        top: 20%;
        left: 27%;
    }
}

.company-wepper {
    overflow: hidden;
    background-color: #FBFCFE;
    z-index: -1;
}

    .company-wepper .section-title {
        position: relative;
    }

        .company-wepper .section-title .yellow-bg {
            z-index: -1;
            position: absolute;
            top: 50%;
            left: 34%;
        }

@media (max-width: 567px) {
    .company-wepper .section-title .yellow-bg {
        left: 10%;
    }
}

.company-wepper .single-blog-card {
    margin-top: 0px;
    position: relative;
    background-color: #FFF;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    border: none;
    box-shadow: 0px 10px 34px -15px rgba(0, 22, 89, 0.08);
}

    .company-wepper .single-blog-card .blog-featured-img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .company-wepper .single-blog-card .contents .post-metabar {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: none;
    }

        .company-wepper .single-blog-card .contents .post-metabar .post-author a, .company-wepper .single-blog-card .contents .post-metabar .post-date a {
            font-family: "Exo 2", sans-serif;
        }

        .company-wepper .single-blog-card .contents .post-metabar::after {
            left: 42%;
            height: 50%;
            top: 25%;
        }

    .company-wepper .single-blog-card .contents h4 {
        margin-top: 30px;
        margin-bottom: 45px;
        font-weight: 600;
        text-transform: capitalize;
    }

        .company-wepper .single-blog-card .contents h4 a {
            font-family: "Exo 2", sans-serif;
        }

            .company-wepper .single-blog-card .contents h4 a:hover {
                color: #FF5E14;
            }

    .company-wepper .single-blog-card .contents .btn-wepper {
        margin-bottom: 20px;
    }

    .company-wepper .single-blog-card .tecnoloy {
        border-radius: 5px;
        top: 5%;
        left: 5%;
        position: absolute;
        padding: 5px 13px;
        background: #4E5AFF;
    }

        .company-wepper .single-blog-card .tecnoloy p {
            color: #FFFBF2;
            font-family: "Exo 2", sans-serif;
            font-weight: 500;
            font-size: 15px;
            line-height: 21px;
        }

.container-1310 {
    max-width: 1310px !important;
}

.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.text-white {
    color: #fff;
}

.text-Upper {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform:lowercase;
}

@media (max-width: 991px) {
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .mb-xs-30 {
        margin-bottom: 30px;
    }
}

.rr-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 12px 31.8px;
    display: inline-block;
    background: #FF5E14;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.rr-btn-2 {
    padding: 12px 30.5px;
}

.rr-btn-3 {
    padding: 12px 30px;
}

.rr-btn.black {
    background: #141820;
    color: #fff;
    padding: 12px 30.1px;
}

    .rr-btn.black:hover .rr-btn__liquidBtn__animation {
        background: #141820;
    }

        .rr-btn.black:hover .rr-btn__liquidBtn__animation::before {
            background: rgb(255, 94, 20) !important;
        }

        .rr-btn.black:hover .rr-btn__liquidBtn__animation::after {
            background: rgba(255, 94, 20, 0.5) !important;
        }

    .rr-btn.black:hover .text {
        color: #fff;
    }

.rr-btn.white {
    color: #171717;
    padding: 12px 30.1px;
    background-color: #fff;
}

    .rr-btn.white:hover .rr-btn__liquidBtn__animation {
        background: #FFF;
    }

        .rr-btn.white:hover .rr-btn__liquidBtn__animation::before {
            background: rgba(255, 94, 20, 0.5) !important;
        }

        .rr-btn.white:hover .rr-btn__liquidBtn__animation::after {
            background: rgba(255, 94, 20, 0.5) !important;
        }

    .rr-btn.white:hover .text {
        color: #171717;
    }

.rr-btn__liquidBtn {
    overflow: hidden;
}

    .rr-btn__liquidBtn .text {
        position: relative;
        z-index: 1;
    }

    .rr-btn__liquidBtn:hover .rr-btn__liquidBtn__animation {
        top: -80px;
        background: #FF5E14;
    }

    .rr-btn__liquidBtn:hover .text {
        color: #fff;
    }

.rr-btn__liquidBtn__animation {
    position: absolute;
    top: -120px;
    left: 0;
    width: 200px;
    height: 200px;
    transition: 0.5s;
}

    .rr-btn__liquidBtn__animation::before, .rr-btn__liquidBtn__animation::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 200%;
        height: 200%;
        transform: translate(-50%, -75%);
    }

    .rr-btn__liquidBtn__animation::before {
        border-radius: 45%;
        background: rgb(20, 24, 32);
        animation: liquidAnimation 10s linear infinite;
    }

    .rr-btn__liquidBtn__animation::after {
        border-radius: 40%;
        background: rgba(20, 24, 32, 0.5);
        animation: liquidAnimation 10s linear infinite;
    }

@keyframes liquidAnimation {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.rr-btn.transparent {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 9px 26px;
}

.rr-btn.transparent-2 {
    padding: 10px 28.2px;
}

.rr-btn.transparent i {
    margin-left: 6px;
    transform: rotate(-45deg);
}

.rr-section__subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #FF5E14;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .rr-section__subtitle::before {
        content: "";
        width: 30px;
        height: 1px;
        background-color: #FF5E14;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 7px;
    }

.rr-section__title {
    font-size: 50px;
    color: #141820;
    font-weight: 700;
    line-height: 66px;
    margin: 0;
    text-transform: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-section__title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-section__title {
        font-size: 35px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .rr-section__title {
        font-size: 28px;
        line-height: 40px;
    }

        .rr-section__title br {
            display: none;
        }
}

.rr-section__subtitle-2 {
    font-size: 16px;
    font-weight: 500;
    color: #FF5E14;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header-7 .header-top-bar {
    background-color: #141820;
    padding: 10.5px 0px;
}

@media (max-width: 610px) {
    .header-7 .header-top-bar {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .header-7 .header-top-bar {
        padding: 0;
    }
}

.header-7 .header-top-bar .top-left-content li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    margin-right: 30px;
}

@media (max-width: 690px) {
    .header-7 .header-top-bar .top-left-content li {
        padding-right: 15px;
        margin-right: 15px;
    }
}

.header-7 .header-top-bar .top-left-content li:last-of-type {
    border: 0px;
    margin-right: 0;
    padding-right: 0;
}

.header-7 .header-top-bar .top-left-content li a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .header-7 .header-top-bar .top-left-content li a:hover {
        color: #FF5E14;
    }

    .header-7 .header-top-bar .top-left-content li a i {
        margin-right: 0;
        color: #FF5E14;
    }

.header-7 .header-top-bar .top-social-icons a {
    font-weight: 300;
    margin-left: 16px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

    .header-7 .header-top-bar .top-social-icons a:hover {
        color: #FF5E14 !important;
    }

    .header-7 .header-top-bar .top-social-icons a:first-child {
        margin-left: 0px !important;
    }

.header-7 .header-top-bar .top-social-icons span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-7 .main_wrapper {
        padding: 10px 15px;
    }
}

.header-7 .main-menu {
    text-align: end;
    margin-right: 20px;
}

    .header-7 .main-menu ul {
        line-height: 1;
    }

        .header-7 .main-menu ul > li {
            display: inline-block;
            line-height: 1;
        }

            .header-7 .main-menu ul > li > a {
                display: inline-block;
                font-weight: 500;
                font-size: 15px;
                color: #141820;
                text-transform: capitalize;
                line-height: 1;
                padding: 31px 18px;
                overflow: hidden;
                font-family: "Plus Jakarta Sans", sans-serif;
            }

.language-selector {
    position: relative;
    list-style: none;
}

    .language-selector > a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #001659;
        text-decoration: none;
        padding: 10px;
    }

    .language-selector span {
        font-size:13px
    }

    .language-selector .language-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        background: white;
        padding: 5px 0;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        z-index: 1000;
        min-width: 20px;
        width:85px!important
    }

    .language-selector:hover .language-dropdown {
        display: block;
    }

.language-dropdown li {
    list-style: none;
    padding: 5px 10px;
}

    .language-dropdown li a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: black;
        text-decoration: none;
        margin:0;
        padding:10px!important
    }

        .language-dropdown li a:hover {
            background-color: #f0f0f0;
        }

@media (max-width: 1191px) {
    .header-7 .main-menu ul > li > a {
        padding: 30px 15px;
    }
}

.header-7 .main-menu ul > li > a.active {
    color: #FF5E14;
}

.header-7 .main-menu ul > li > a i {
    font-size: 11px;
    transition: 0.3s;
}

.header-7 .main-menu ul > li:hover > a {
    color: #FF5E14;
}

    .header-7 .main-menu ul > li:hover > a i {
        transform: rotate(90deg);
    }

.header-7 .main-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-7 .main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 200px;
    background-color: #FFF;
    left: 0;
    z-index: 999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    text-align: start;
    transform: translateY(40px);
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
}

    .header-7 .main-menu ul > li > ul li {
        display: block;
    }

        .header-7 .main-menu ul > li > ul li a {
            display: block;
            color: #252525;
            padding: 12px 25px;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

            .header-7 .main-menu ul > li > ul li a:hover {
                color: #FF5E14;
            }

    .header-7 .main-menu ul > li > ul ul {
        left: 100%;
        top: 0;
    }

.header-7 .header-right__btn__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: -10px;
}

    .header-7 .header-right__btn__wrapper .shop:hover [stroke="#01011C"] {
        stroke: #FF5E14;
        transition: 0.3s;
    }

    .header-7 .header-right__btn__wrapper span.search-btn {
        cursor: pointer;
    }

        .header-7 .header-right__btn__wrapper span.search-btn:hover [stroke="#020231"] {
            stroke: #FF5E14;
            transition: 0.3s;
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-7 .header-right__btn__wrapper {
        gap: 19px;
    }
}

.banner-7__top__wrapper {
    background: #141820;
    padding: 92px 0 80px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
    .banner-7__top__wrapper {
        padding: 70px 0 70px 0;
    }
}

.banner-7__top__shape-1 {
    position: absolute;
    width: 900px;
    height: 900px;
    right: -22px;
    top: 316px;
    border-radius: 500px;
    background: rgba(255, 94, 20, 0.4);
    filter: blur(200px);
}

.banner-7__title {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: 96px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-7__title {
        font-size: 55px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .banner-7__title {
        font-size: 32px;
        line-height: 48px;
    }
}

.banner-7__dec {
    font-size: 18px;
    color: #B4B7BE;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 45px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-7__btn__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .banner-7__btn__wrapper {
        display: block;
    }
}

.banner-7__call {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .banner-7__call span {
        width: 50px;
        height: 50px;
        background: #FF5E14;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 500px;
    }

    .banner-7__call:hover {
        color: #FF5E14;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-7__bottom__thumb img {
        max-width: inherit;
    }
}

.banner-7__play__btn {
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 500px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 47%;
    right: 315px;
    z-index: 9;
    animation-name: playVideo;
    animation: playVideo infinite 2s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-7__play__btn {
        bottom: 35%;
        right: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-7__play__btn {
        bottom: 30%;
        right: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-7__play__btn {
        width: 190px;
        height: 190px;
        bottom: 22%;
        right: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-7__play__btn {
        width: 150px;
        height: 150px;
        bottom: 13%;
        right: 50px;
    }
}

@media (max-width: 575px) {
    .banner-7__play__btn {
        width: 110px;
        height: 110px;
        bottom: 11%;
        right: 22px;
    }
}

.banner-7__play__btn a {
    width: 126px;
    height: 126px;
    background: #fff;
    display: inline-flex;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation-name: playVideo;
    animation: playVideo infinite 2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-7__play__btn a {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 575px) {
    .banner-7__play__btn a {
        width: 80px;
        height: 80px;
    }
}

.element-7 {
    background: #FF5E14;
    padding: 19.5px 0;
}

.element-7__slide__item {
    text-align: center;
}

    .element-7__slide__item span {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: -0.02em;
        font-family: "Plus Jakarta Sans", sans-serif;
        position: relative;
        padding-right: 37px;
        margin-right: 32px;
    }

@media (max-width: 575px) {
    .element-7__slide__item span {
        padding-right: 25px;
        margin-right: 15px;
    }
}

.element-7__slide__item span::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    border-radius: 30px;
    top: 11px;
    right: 0;
}

.counter-7__wrapper {
    padding-left: 90px;
    padding-right: 85px;
}

@media (max-width: 575px) {
    .counter-7__wrapper {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.counter-7__item {
    padding-left: 40px;
    position: relative;
}

    .counter-7__item::before {
        content: "";
        width: 1px;
        height: 144px;
        background: rgba(255, 94, 20, 0.3);
        position: absolute;
        left: 0;
        top: -5px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-7__item.item-1, .counter-7__item.item-2 {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-7__item {
        padding-left: 110px;
        margin-bottom: 30px;
    }

        .counter-7__item::before {
            display: none;
        }
}

@media (max-width: 575px) {
    .counter-7__item {
        padding-left: 0;
        margin-bottom: 30px;
    }

        .counter-7__item::before {
            display: none;
        }
}

.counter-7__text h2 {
    font-size: 70px;
    color: #141820;
    margin-bottom: 0px;
    line-height: 80px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .counter-7__text h2 .odometer-auto-theme {
        font-family: "Plus Jakarta Sans", sans-serif !important;
    }

.counter-7__text > span {
    font-size: 16px;
    font-weight: 500;
    color: #53545A;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-7 {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-7 {
        padding-top: 650px;
    }
}

@media (max-width: 575px) {
    .about-7 {
        padding-top: 500px;
    }
}

.about-7__dec {
    font-size: 18px;
    color: #53545A;
    font-weight: 400;
    line-height: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-7__content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
}

.about-7__content__wrapper {
    background: #FFF7F3;
    padding: 52px 0 45px 0;
    border-radius: 0 10px 10px 0;
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-7__content {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-7__content {
        padding-left: 0px;
        padding-bottom: 40px;
    }
}

.about-7__icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
}

.about-7__title {
    font-size: 24px;
    font-weight: 600;
    color: #141820;
    margin-top: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-7__title {
        font-size: 20px;
    }
}

.about-7__item p {
    font-size: 16px;
    color: #53545A;
    font-weight: 400;
    line-height: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-7__item.item-1 {
    margin-left: 30px;
    position: relative;
}

    .about-7__item.item-1::after {
        content: "";
        width: 1px;
        height: 220px;
        background-color: rgba(20, 24, 32, 0.1);
        position: absolute;
        right: 0;
        top: 0;
    }

@media (max-width: 575px) {
    .about-7__item.item-1 {
        margin-bottom: 30px;
    }
}

.about-7__item.item-2 {
    margin-left: 5px;
}

    .about-7__item.item-2 p {
        padding-right: 10px;
    }

@media (max-width: 575px) {
    .about-7__item.item-2 {
        margin-left: 30px;
    }
}

.about-7__bg__thumb {
    position: absolute;
    width: 49.1%;
    height: 100%;
    border-radius: 0 10px 0px 0;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-7__bg__thumb {
        width: 100%;
        height: 670px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 575px) {
    .about-7__bg__thumb {
        width: 100%;
        height: 500px;
        top: 0;
        left: 0;
    }
}

.about-7__number {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-7__rating {
    width: 210px;
    height: 210px;
    background: #FF5E14;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0px;
}

    .about-7__rating span {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 40px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

.services-7__top__dec {
    font-size: 18px;
    color: #53545A;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 26px;
}

.services-7__top__content {
    padding-left: 40px;
    margin-top: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .services-7__top__content {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-7__top__content {
        padding-left: 0px;
        margin-top: 20px;
    }
}

.services-7__item {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 50px 30px;
    position: relative;
    transition: 0.3s;
    margin-bottom: -1px;
    border-top: 1px solid rgba(20, 24, 32, 0.3);
    border-bottom: 1px solid rgba(20, 24, 32, 0.3);
}

    .services-7__item:hover {
        border: none;
        padding-top: 30px;
        padding-bottom: 28px;
    }

        .services-7__item:hover .services-7__icon {
            background: #fff;
        }

        .services-7__item:hover .services-7__title {
            color: #fff;
        }

        .services-7__item:hover .services-7__dec {
            display: block;
        }

@media (max-width: 575px) {
    .services-7__item:hover .services-7__dec {
        display: none;
    }
}

.services-7__item:hover .services-7__btn__wrapper a {
    display: block;
}

.services-7__item:hover .services-7__bg__thumb {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .services-7__item:hover {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .services-7__item {
        display: block;
    }
}

.services-7__icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 94, 20, 0.08);
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .services-7__icon {
        margin-bottom: 20px;
    }
}

.services-7__title {
    font-size: 36px;
    color: #141820;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    transition: 0.3s;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 575px) {
    .services-7__title {
        font-size: 27px;
    }
}

.services-7__dec {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: none;
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-7__dec br {
        display: none;
    }
}

.services-7__btn__wrapper a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: none;
    transition: 0.3s;
}

    .services-7__btn__wrapper a i {
        margin-left: 3px;
    }

    .services-7__btn__wrapper a:hover {
        color: #FF5E14;
    }

.services-7__bg__thumb {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

    .services-7__bg__thumb img {
        max-width: inherit;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .services-7__bg__thumb img {
        max-width: 100%;
    }
}

.project-7__top__wrapper {
    background: #141820;
    padding-top: 120px;
    padding-bottom: 340px;
}

.project-7__top__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-7__top__item {
        display: block;
    }
}

.project-7__btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 500px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

    .project-7__btn i {
        margin-left: 15px;
        transform: rotate(-45deg);
    }

    .project-7__btn:hover {
        background: #FF5E14;
        border: 2px solid rgba(255, 255, 255, 0.1);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-7__btn {
        margin-top: 20px;
    }
}

.project-7 .project-7__active {
    margin-top: -270px;
}

.project-7__thumb {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-7__thumb {
        width: 475px;
        height: 550px;
        margin: 0 auto;
    }

        .project-7__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.project-7__thumb > a {
    width: 70px;
    height: 70px;
    background: rgba(20, 24, 32, 0.3);
    position: absolute;
    border-radius: 500px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    right: 28px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.project-7__thumb:hover > a {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.project-7__thumb:hover .project-7__content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.project-7__content {
    position: absolute;
    left: 30px;
    bottom: 0px;
    background: #fff;
    padding: 17.7px 56px;
    padding-left: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-7__content {
        left: 15px;
        padding: 17px 10px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-7__content {
        left: 20px;
        padding: 17px 30px;
    }
}

@media (max-width: 575px) {
    .project-7__content {
        left: 22px;
        padding: 15px 15px;
    }
}

.project-7__title {
    font-size: 24px;
    color: #141820;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 2px;
    letter-spacing: -0.02em;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .project-7__title a:hover {
        color: #FF5E14;
    }

.project-7__dec {
    font-size: 16px;
    font-weight: 400;
    color: #141820;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.working-process-7__item {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .working-process-7__item.item-1, .working-process-7__item.item-2, .working-process-7__item.item-3 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .working-process-7__item.item-1, .working-process-7__item.item-2 {
        margin-bottom: 30px;
    }
}

.working-process-7__icon {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    position: relative;
    margin: auto;
    border: 1px solid rgba(20, 24, 32, 0.1);
}

    .working-process-7__icon .number {
        font-size: 24px;
        color: #141820;
        font-weight: 700;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        border: 1px solid rgba(20, 24, 32, 0.1);
    }

.working-process-7__border__shape {
    position: absolute;
    right: -107px;
    top: 36px;
}

.working-process-7__title {
    font-size: 24px;
    color: #141820;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .working-process-7__title {
        font-size: 23px;
    }
}

.working-process-7__dec {
    font-size: 16px;
    font-weight: 400;
    color: #53545A;
    line-height: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .working-process-7__dec {
        font-size: 15px;
    }
}

.team-7 {
    background-color: #F8F8F8;
}

.team-7__wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-7__wrapper {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-7__item {
        width: 300px;
        margin: 0 auto;
    }
}

.team-7__item:hover .team-7__thumb::before {
    opacity: 1;
    visibility: visible;
}

.team-7__item:hover .team-7__social {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}

.team-7__item:hover .team-7__text .arrow-btn {
    opacity: 1;
    bottom: 8px;
    visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-7__item.item-1, .team-7__item.item-2, .team-7__item.item-3 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-7__item.item-1, .team-7__item.item-2 {
        margin-bottom: 30px;
    }
}

.team-7__thumb {
    width: 300px;
    height: 340px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-7__thumb {
        width: 277px;
        height: 320px;
    }
}

.team-7__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-7__thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: linear-gradient(180deg, rgba(20, 24, 32, 0) 38.02%, #141820 100%);
}

.team-7__position {
    font-size: 14px;
    color: #525356;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.team-7__name {
    font-size: 24px;
    color: #141820;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .team-7__name a:hover {
        color: #FF5E14;
    }

.team-7__text {
    position: relative;
}

    .team-7__text .arrow-btn {
        width: 40px;
        height: 40px;
        display: inline-flex;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 18px;
        bottom: 0px;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        border: 1px solid rgba(20, 24, 32, 0.1);
    }

        .team-7__text .arrow-btn:hover {
            background-color: #FF5E14;
            border-color: #FF5E14;
        }

            .team-7__text .arrow-btn:hover svg [stroke="#141820"] {
                stroke: #FFFFFF;
                transition: 0.3s;
            }

.team-7__social {
    position: absolute;
    bottom: 0px;
    gap: 6px;
    left: 75px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .team-7__social a {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 200px;
    }

        .team-7__social a:hover {
            background-color: #FF5E14;
        }

            .team-7__social a:hover svg [fill="#141820"] {
                fill: #FFFFFF;
                transition: 0.3s;
            }

.why-choose-us-7__wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .why-choose-us-7__wrapper {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-7__wrapper {
        display: block;
    }
}

.why-choose-us-7__content__thumb {
    width: 680px;
    height: 512px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-7__content__thumb {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-7__content__thumb {
        width: inherit;
        height: inherit;
    }
}

.why-choose-us-7__content__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-us-7__tab {
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us-7__tab {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-7__tab {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

.why-choose-us-7__tab__wrapper {
    background: #fff;
    padding: 20px 30px;
    padding-bottom: 14px;
    transition: 0.3s;
}

.why-choose-us-7__tab__icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

    .why-choose-us-7__tab__icon span {
        width: 50px;
        height: 50px;
        background: #FFF2EC;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

.why-choose-us-7__tab__title {
    font-size: 24px;
    font-weight: 600;
    color: #141820;
    margin: 0;
    text-transform: inherit;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-choose-us-7__tab__dec {
    font-size: 16px;
    font-weight: 400;
    color: #53545A;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-choose-us-7__tab .nav-links::before {
    content: "";
    width: 4px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: -34px;
    top: 0;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .why-choose-us-7__tab .nav-links::before {
        left: -19px;
    }
}

.why-choose-us-7__tab .nav-links.active::before {
    height: 168px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-us-7__tab .nav-links.active::before {
        height: 142px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-7__tab .nav-links.active::before {
        height: 267px;
    }
}

.why-choose-us-7__tab .nav-links.active .why-choose-us-7__tab__wrapper {
    background: #FFF7F3;
}

.why-choose-us-7__tab .nav-links.active .why-choose-us-7__tab__icon span {
    background: #141820;
}

    .why-choose-us-7__tab .nav-links.active .why-choose-us-7__tab__icon span svg [fill="#FF5E14"] {
        fill: #fff;
        transition: 0.3s;
    }

.testimonial-7__thumb {
    min-width: 500px;
    height: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-7__thumb {
        min-width: 350px;
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-7__thumb {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-7__thumb {
        min-width: inherit;
        height: inherit;
    }
}

.testimonial-7__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-7__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 13px;
}

    .testimonial-7__rating span {
        font-size: 16px;
        color: #141820;
        font-weight: 400;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

.testimonial-7__dec {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #525356;
    padding-right: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-7__item {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(20, 24, 32, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-7__item {
        gap: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-7__item {
        display: block;
    }
}

.testimonial-7__author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.testimonial-7__author__thumb {
    width: 51px;
    height: 51px;
}

    .testimonial-7__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-7__author__name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-7__author__position {
    font-size: 14px;
    color: #525356;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-7 .rr-wrapper {
    height: 27rem;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-7 .rr-wrapper {
        height: 48.1rem;
    }
}

@media (max-width: 575px) {
    .testimonial-7 .rr-wrapper {
        height: 41.1rem;
    }
}

.testimonial-7 .rr-slide {
    position: absolute;
    transition: all;
    transition-duration: 1s;
    opacity: 0;
    transform: scale(0.92);
    border-radius: 1rem;
}

.testimonial-7 .rr-slide-active {
    z-index: 10;
    opacity: 1;
    top: 0;
    transform: scale(1);
}

.testimonial-7 .rr-slide-next {
    z-index: 9;
    top: 3rem;
    opacity: 0.8;
}

.testimonial-7 .rr-slide-next-2 {
    z-index: 8;
    top: 6rem;
    opacity: 0.8;
    transform: scale(0.82);
}

.testimonial-7 .testimonial-btn button {
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 500px;
    transition: 0.3s;
    border: 1px solid rgba(20, 24, 32, 0.1);
}

    .testimonial-7 .testimonial-btn button:hover {
        background: #FF5E14;
        border-color: #FF5E14;
    }

        .testimonial-7 .testimonial-btn button:hover svg [fill="#141820"] {
            fill: #fff;
            transition: 0.3s;
        }

    .testimonial-7 .testimonial-btn button.next-btn {
        position: absolute;
        top: 67%;
        right: 16%;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-7 .testimonial-btn button.next-btn {
        right: 4%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-7 .testimonial-btn button.next-btn {
        right: 7%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .testimonial-7 .testimonial-btn button.next-btn {
        right: 10%;
    }
}

.testimonial-7 .testimonial-btn button.prev-btn {
    position: absolute;
    left: 16%;
    top: 67%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-7 .testimonial-btn button.prev-btn {
        left: 4%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-7 .testimonial-btn button.prev-btn {
        left: 7%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .testimonial-7 .testimonial-btn button.prev-btn {
        left: 10%;
    }
}

.blog-7__btn__wrapper a {
    font-size: 16px;
    font-weight: 500;
    color: #141820;
    line-height: 18px;
    width: 160px;
    height: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid #141820;
}

    .blog-7__btn__wrapper a:hover {
        background: #FF5E14;
        border-color: #FF5E14;
    }

        .blog-7__btn__wrapper a:hover svg [stroke="#141820"] {
            stroke: #FFF;
            transition: 0.3s;
        }

.blog-7__item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #E8E8E9;
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-7__item {
        margin-left: 0;
    }
}

.blog-7__item:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-7__item:hover .blog-7__title {
    color: #FF5E14;
}

.blog-7__item:hover .blog-7__subtitle {
    background-color: #EAECF1;
    border-color: #EAECF1;
    color: #141820;
}

@media (max-width: 575px) {
    .blog-7__item {
        display: block;
    }
}

.blog-7__subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #53545A;
    text-transform: uppercase;
    border: 1px solid #E8E8E9;
    padding: 4.5px 9.4px;
    line-height: 1;
    transition: 0.3s;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-7__title {
    font-size: 20px;
    font-weight: 600;
    color: #141820;
    text-transform: capitalize;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-7__meta ul {
    display: flex;
    align-items: center;
}

    .blog-7__meta ul li {
        font-size: 14px;
        color: #525356;
        font-weight: 400;
        line-height: 1;
        font-family: "Plus Jakarta Sans", sans-serif;
        margin-right: 6px;
        padding-right: 10px;
        position: relative;
    }

        .blog-7__meta ul li::after {
            content: "";
            width: 4px;
            height: 4px;
            right: 0px;
            top: 6.5px;
            position: absolute;
            background: #141820;
            display: inline-block;
            border-radius: 30px;
        }

        .blog-7__meta ul li:last-of-type {
            margin-right: 0px;
            padding-right: 0px;
        }

            .blog-7__meta ul li:last-of-type::after {
                display: none;
            }

.blog-7__thumb {
    width: 180px;
    height: 110px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .blog-7__thumb {
        width: inherit;
        height: inherit;
        margin-top: 30px;
    }
}

.blog-7__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.blog-7__thumb:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-7__wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-7__wrapper .rr-section__wrapper {
        margin-bottom: 20px;
    }
}

.blog-7__wrapper .rr-section__wrapper .rr-section__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-7__wrapper .rr-section__wrapper .rr-section__title br {
        display: none;
    }
}

.footer-7 {
    background: #141820;
}

.footer-7__top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 53px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__top__wrapper {
        display: block;
    }
}

.footer-7__btn__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__btn__wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .footer-7__btn__wrapper {
        gap: 5px;
    }
}

.footer-7__widget {
    padding-top: 105px;
    padding-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-7__widget.widget-1, .footer-7__widget.widget-2, .footer-7__widget.widget-3 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-4 {
        padding-top: 0px;
    }
}

.footer-7__widget__dec {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding-right: 19px;
    margin-top: 35px;
    margin-bottom: 38px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-7__widget__social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .footer-7__widget__social a {
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px;
    }

        .footer-7__widget__social a:hover {
            background: #FF5E14;
            border-color: #FF5E14;
        }

.footer-7__widget__title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 43px;
    line-height: 1;
    text-transform: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-7__widget__menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .footer-7__widget__menu ul li a:hover {
        color: #FF5E14;
    }

.footer-7__widget__contact div {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 10px;
}

    .footer-7__widget__contact div a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        font-weight: 400;
        line-height: 28px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-7__widget__contact div a {
        display: block;
    }
}

.footer-7__widget__contact div a:hover {
    color: #FF5E14;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-1 {
        padding-top: 70px;
    }
}

.footer-7__widget.widget-2 {
    margin-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-7__widget.widget-2 {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-2 {
        margin-left: 0px;
        padding-top: 0px;
    }
}

.footer-7__widget.widget-3 {
    margin-left: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-3 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-3 {
        margin-left: 0px;
        padding-top: 0px;
    }
}

.footer-7__widget.widget-4 {
    margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget.widget-4 {
        margin-left: 0px;
    }
}

.footer-7__copyright__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__copyright__text {
        display: block;
        text-align: center;
    }
}

.footer-7__copyright__dec {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .footer-7__copyright__dec a {
        color: rgb(255, 255, 255);
        font-weight: 400;
    }

        .footer-7__copyright__dec a:hover {
            color: #FF5E14;
        }

.footer-7__copyright__menu a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

    .footer-7__copyright__menu a:hover {
        color: #FF5E14;
    }

    .footer-7__copyright__menu a::before {
        content: "";
        width: 1px;
        height: 15PX;
        left: 0;
        top: 5px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .footer-7__copyright__menu a:first-of-type {
        padding-left: 0;
        margin-left: 0;
    }

        .footer-7__copyright__menu a:first-of-type::before {
            display: none;
        }

.header-8 {
    position: absolute;
    z-index: 2;
}

    .header-8.sticky {
        background: #141820;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-8.sticky {
        padding-top: 18px;
    }
}

.header-8 .header-top-bar {
    background-color: transparent;
    padding: 5.5px 0px;
}

@media (max-width: 610px) {
    .header-8 .header-top-bar {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .header-8 .header-top-bar {
        padding: 0;
    }
}

.header-8 .header-top-bar .top-left-content li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    margin-right: 30px;
}

@media (max-width: 690px) {
    .header-8 .header-top-bar .top-left-content li {
        padding-right: 15px;
        margin-right: 15px;
    }
}

.header-8 .header-top-bar .top-left-content li:last-of-type {
    border: 0px;
    margin-right: 0;
    padding-right: 0;
}

.header-8 .header-top-bar .top-left-content li a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .header-8 .header-top-bar .top-left-content li a:hover {
        color: #FF5E14;
    }

    .header-8 .header-top-bar .top-left-content li a i {
        margin-right: 0;
        color: #FF5E14;
    }

.header-8 .header-top-bar .top-social-icons a {
    font-weight: 300;
    margin-left: 16px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

    .header-8 .header-top-bar .top-social-icons a:hover {
        color: #FF5E14 !important;
    }

    .header-8 .header-top-bar .top-social-icons a:first-child {
        margin-left: 0px !important;
    }

.header-8 .header-top-bar .top-social-icons span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header-8 .main_wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-8 .main_wrapper {
        padding: 15px;
    }
}

.header-8 .main_wrapper .logo {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

    .header-8 .main_wrapper .logo::before {
        content: "";
        width: 1px;
        height: 80px;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        right: 14px;
        top: -19px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-8 .main_wrapper .logo::before {
        display: none;
    }
}

.header-8 .main-menu {
    text-align: end;
}

    .header-8 .main-menu ul {
        line-height: 1;
    }

        .header-8 .main-menu ul > li {
            display: inline-block;
            line-height: 1;
        }

            .header-8 .main-menu ul > li > a {
                display: inline-block;
                font-weight: 500;
                font-size: 15px;
                color: #fff;
                text-transform: capitalize;
                line-height: 1;
                padding: 31px 18px;
                overflow: hidden;
                font-family: "Plus Jakarta Sans", sans-serif;
            }

@media (max-width: 1191px) {
    .header-8 .main-menu ul > li > a {
        padding: 30px 15px;
    }
}

.header-8 .main-menu ul > li > a.active {
    color: #FF5E14;
}

.header-8 .main-menu ul > li > a i {
    font-size: 11px;
    transition: 0.3s;
}

.header-8 .main-menu ul > li:hover > a {
    color: #FF5E14;
}

    .header-8 .main-menu ul > li:hover > a i {
        transform: rotate(90deg);
    }

.header-8 .main-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-8 .main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 200px;
    background-color: #FFF;
    left: 0;
    z-index: 999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    text-align: start;
    transform: translateY(40px);
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
}

    .header-8 .main-menu ul > li > ul li {
        display: block;
    }

        .header-8 .main-menu ul > li > ul li a {
            display: block;
            color: #252525;
            padding: 12px 25px;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

            .header-8 .main-menu ul > li > ul li a:hover {
                color: #FF5E14;
            }

    .header-8 .main-menu ul > li > ul ul {
        left: 100%;
        top: 0;
    }

.header-8 .header-right-elements {
    position: relative;
}

    .header-8 .header-right-elements::before {
        content: "";
        width: 1px;
        height: 80px;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 12px;
        top: -26px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-8 .header-right-elements::before {
        display: none;
    }
}

.header-8 .header-right__search__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: -10px;
}

    .header-8 .header-right__search__wrapper i {
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        transition: 0.3s;
    }

        .header-8 .header-right__search__wrapper i:hover {
            color: #FF5E14;
        }

    .header-8 .header-right__search__wrapper a {
        position: relative;
    }

        .header-8 .header-right__search__wrapper a span {
            width: 14px;
            height: 14px;
            background: #FF5E14;
            display: inline-block;
            font-size: 10px;
            text-align: center;
            line-height: 14px;
            color: #fff;
            border-radius: 30px;
            font-weight: 600;
            position: absolute;
            top: 0px;
            right: -8px;
        }

.header-8 #hamburger i {
    color: #fff;
}

.banner-8 {
    position: relative;
}

.banner-8__section-space {
    padding-top: 332px;
    padding-bottom: 218px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-8__section-space {
        padding-top: 240px;
        padding-bottom: 190px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-8__section-space {
        padding-top: 200px;
        padding-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .banner-8__section-space {
        padding-top: 180px;
        padding-bottom: 140px;
    }
}

.banner-8::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, #141820 15.93%, rgba(20, 24, 32, 0) 100%);
}

.banner-8__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-8__title {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: 96px;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 35px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-8__title br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-8__title {
        font-size: 66px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-8__title {
        font-size: 47px;
        line-height: 65px;
    }
}

@media (max-width: 575px) {
    .banner-8__title {
        font-size: 32px;
        line-height: 45px;
    }
}

.banner-8__wrapper {
    position: relative;
    z-index: 1;
}

.banner-8__bg__shape__01 {
    width: 130.53px;
    height: 1134.08px;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    position: absolute;
    right: 188px;
    top: -60px;
}

.banner-8__bg__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 4s ease;
}

.banner-8__bg__text span {
    font-weight: 800;
    font-size: 160px;
    line-height: 96px;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 375px;
    left: -65px;
    opacity: 0.02;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-8__shape__01 {
    position: absolute;
    left: 30.5%;
    bottom: 23%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-8__shape__01 {
        left: 35.5%;
    }
}

@media (max-width: 575px) {
    .banner-8__shape__01 {
        left: 65.5%;
    }
}

.banner-8__text__shape a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
}

    .banner-8__text__shape a i {
        color: #FF5E14;
        font-size: 28px;
        display: inline-block;
    }

.banner-8__button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 9999;
    bottom: 390px;
    left: 60px;
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-8__button {
        bottom: 60px;
        right: 10%;
        left: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-8__button {
        bottom: 60px;
        left: auto;
        right: 12%;
    }
}

.banner-8__button__next {
    left: auto;
    right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-8__button__next {
        right: 5%;
    }
}

.swiper-slide.swiper-slide-active .banner-8__wrapper {
    animation: fade-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

.swiper-slide.swiper-slide-active .banner-8__bg__thumb {
    transform: scale(1.1);
}

.about-8__dec {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #53545A;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 41px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-8__expert {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(20, 24, 32, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-8__expert {
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .about-8__expert {
        display: block;
    }
}

.about-8__expert__icon {
    width: 70px;
    height: 70px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-8__expert__text h3 {
    font-size: 24px;
    color: #141820;
    font-weight: 600;
    text-transform: none;
    line-height: 30px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about-8__expert div {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .about-8__expert div {
        margin-bottom: 10px;
    }
}

.about-8__list {
    margin-top: 18px;
    margin-bottom: 42px;
}

    .about-8__list ul li {
        font-size: 18px;
        font-weight: 400;
        color: #141820;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding-left: 15px;
        position: relative;
        margin-bottom: 5px;
    }

        .about-8__list ul li:last-of-type {
            margin-bottom: 0px;
        }

        .about-8__list ul li::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #141820;
            position: absolute;
            border-radius: 30px;
            left: 0;
            top: 12px;
        }

.about-8__btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .about-8__btn {
        gap: 10px;
    }
}

.about-8__thumb {
    position: relative;
    width: 520px;
    height: 660px;
    margin-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-8__thumb {
        width: 470px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-8__thumb {
        margin: auto;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-8__thumb {
        margin-left: 0;
        width: inherit;
        height: inherit;
    }
}

.about-8__thumb__bg {
    width: 520px;
    height: 608.45px;
    background: #FFEFE8;
    transform: rotate(-5.19deg);
    position: absolute;
    z-index: -1;
    bottom: 21px;
    left: -29px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-8__thumb__bg {
        width: 470px;
    }
}

.about-8__thumb:hover .about-8__thumb__bg {
    transform: rotate(0deg);
    bottom: 0px;
    left: 0px;
}

.brand-8 {
    background: #141820;
    padding: 76px 0;
}

.brand-8__logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-choose-us-8 {
    position: relative;
    background: rgba(255, 94, 20, 0.04);
}

.why-choose-us-8__dec {
    font-size: 18px;
    color: #53545A;
    font-weight: 400;
    line-height: 28px;
    margin-top: 19px;
    margin-bottom: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-choose-us-8__title {
    font-size: 24px;
    font-weight: 600;
    color: #141820;
    margin-top: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-choose-us-8__bg__thumb {
    position: absolute;
    width: 865px;
    height: 734px;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .why-choose-us-8__bg__thumb {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-8__bg__thumb {
        width: 495px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-8__bg__thumb {
        position: inherit;
        margin: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us-8__bg__thumb {
        width: 582px;
        height: 600px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-8__bg__thumb {
        width: 320px;
        height: 400px;
    }
}

.why-choose-us-8__content {
    padding-top: 115px;
    padding-bottom: 120px;
    margin-left: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .why-choose-us-8__content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-8__content {
        padding-top: 50px;
        padding-bottom: 80px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-8__content {
        padding-top: 40px;
        padding-bottom: 70px;
        margin-left: 0;
    }
}

.why-choose-us-8__list {
    display: inline-block;
    column-count: 2;
}

@media (max-width: 575px) {
    .why-choose-us-8__list {
        column-count: 1;
    }
}

.why-choose-us-8__list__icon {
    width: 60px;
    height: 60px;
    background: #FF5E14;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.why-choose-us-8__list__title {
    font-size: 20px;
    color: #141820;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-8__list__title {
        font-size: 16px;
    }
}

.why-choose-us-8__list__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 10px;
    max-width: 263px;
    margin-bottom: 29px;
    margin-right: 12px;
    transition: 0.3s;
    border: 1px solid rgba(20, 24, 32, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-8__list__item {
        gap: 10px;
        padding: 9px 8px;
    }
}

.why-choose-us-8__list__item:hover {
    background: #FFFFFF;
    border-color: #fff;
    box-shadow: 0px 30px 60px rgba(20, 24, 32, 0.1);
}

.why-choose-us-8__list__item.item-2, .why-choose-us-8__list__item.item-4 {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .why-choose-us-8__list__item.item-2, .why-choose-us-8__list__item.item-4 {
        margin-bottom: 29px;
    }
}

.why-choose-us-8__bg__shape {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}

.testimonial-8 {
    background: #141820;
    overflow: hidden;
}

.testimonial-8__active {
    margin-right: -527px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-8__active {
        margin-right: -300px;
    }
}

@media (max-width: 575px) {
    .testimonial-8__active {
        margin-right: 0px;
    }
}

.testimonial-8__dec {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 44px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-8__item {
    max-width: 410px;
    background: #FFFFFF;
    padding: 37px 30px;
    box-shadow: 0px 10px 30px rgba(20, 24, 32, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-8__item {
        padding: 26px 30px;
        max-width: inherit;
    }
}

@media (max-width: 575px) {
    .testimonial-8__item {
        padding: 15px 15px;
        max-width: inherit;
    }
}

.testimonial-8__rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.testimonial-8__author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-8__author__thumb {
    width: 51px;
    height: 51px;
}

    .testimonial-8__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-8__author__name {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-8__author__position {
    font-size: 14px;
    font-weight: 400;
    color: #53545A;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-8__slide__dec {
    font-size: 16px;
    font-weight: 400;
    color: #53545A;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.testimonial-8__button {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 500px;
    border: 1px solid rgba(20, 24, 32, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.testimonial-8__button__box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-8__button__box {
        margin-top: 40px;
    }
}

.testimonial-8__button:hover {
    background: #FF5E14;
    border-color: #FF5E14;
}

    .testimonial-8__button:hover svg [fill="#141820"] {
        fill: #fff;
        transition: 0.3s;
    }

.blog-8__meta ul li {
    font-size: 14px;
    color: #53545A;
    font-weight: 500;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    padding-right: 12px;
    margin-right: 5px;
}

    .blog-8__meta ul li::before {
        content: "";
        width: 4px;
        height: 4px;
        background: #53545A;
        position: absolute;
        border-radius: 30px;
        right: 0;
        top: 13px;
    }

    .blog-8__meta ul li:last-of-type {
        padding-right: 0px;
        margin-right: 0px;
    }

        .blog-8__meta ul li:last-of-type::before {
            display: none;
        }

.blog-8__thumb {
    width: 410px;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-8__thumb {
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .blog-8__thumb {
        width: inherit;
        height: inherit;
    }
}

.blog-8__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

    .blog-8__thumb img:hover {
        transform: scale(1.2);
    }

.blog-8__item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(20, 24, 32, 0.1);
    transition: 0.3s;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-8__item {
        width: 410px;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-8__item.item-1, .blog-8__item.item-2 {
        margin-bottom: 30px;
    }
}

.blog-8__item::before {
    content: "";
    width: 0;
    height: 1px;
    background: #FF5E14;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}

.blog-8__item:hover::before {
    width: 100%;
}

.blog-8__title {
    font-size: 22px;
    color: #141820;
    font-weight: 700;
    line-height: 30px;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .blog-8__title:hover {
        color: #FF5E14;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-8__title {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .blog-8__title {
        font-size: 20px;
    }
}

.blog-8__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-8__author__thumb {
    width: 30px;
    height: 30px;
}

    .blog-8__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100px;
    }

.blog-8__author__name {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #141820;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

section.brand__area.brand-8 {
    background: #141820;
    padding: 76px 0;
}

.faq-8__tab__wrapper {
    margin-right: 78px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-8__tab__wrapper {
        margin-right: 0px;
    }
}

.faq-8__tab__wrapper .accordion-buttons {
    font-size: 20px;
    color: #141820;
    font-weight: 600;
    line-height: 1;
    background: none;
    display: inline-block;
    width: 100%;
    text-align: start;
    padding: 25px 30px;
    padding-top: 18px;
    transition: 0.3s;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 575px) {
    .faq-8__tab__wrapper .accordion-buttons {
        font-size: 19px;
        line-height: 1.3;
    }
}

.faq-8__tab__wrapper .accordion-buttons.collapsed {
    padding-top: 25px;
}

    .faq-8__tab__wrapper .accordion-buttons.collapsed::before {
        content: "\f055";
    }

.faq-8__tab__wrapper .accordion-buttons::before {
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    right: 30px;
    position: absolute;
    color: #FF5E14;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .faq-8__tab__wrapper .accordion-buttons::before {
        display: none;
    }
}

.faq-8__tab__wrapper .accordion-item {
    color: inherit;
    background-color: rgba(255, 94, 20, 0.04);
    border: none;
    margin-bottom: 20px;
}

.faq-8__tab__wrapper .accordion-body p {
    font-size: 16px;
    color: #53545A;
    font-weight: 400;
    line-height: 26px;
    margin-top: -3px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-8__tab__wrapper .accordion-body {
    padding: 0 30px;
    padding-bottom: 28px;
}

.faq-8__contact__form {
    background: #141820;
    padding: 50px 30px;
    padding-top: 47px;
    margin-left: -68px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-8__contact__form {
        margin-left: 0px;
    }
}

.faq-8__contact__form__input input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-bottom: 30px;
    padding: 10px 14px;
    width: 100%;
}

    .faq-8__contact__form__input input::placeholder {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

.faq-8__contact__form__title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 48px;
}

.faq-8__contact__form__textarea textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 130px;
    color: #fff;
    padding: 14px;
    margin-bottom: 21px;
}

    .faq-8__contact__form__textarea textarea:focus {
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .faq-8__contact__form__textarea textarea::placeholder {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

.services-8 {
    background: #F8F8F8;
    position: relative;
}

.services-8__item {
    background: #FFFFFF;
    border: 1px solid rgba(20, 24, 32, 0.1);
    text-align: center;
    padding: 60px 33px;
    transition: 0.3s;
}

    .services-8__item:hover {
        border-color: #fff;
        background: #FFFFFF;
        box-shadow: 0px 30px 65px rgba(20, 24, 32, 0.1);
    }

    .services-8__item.item-1 {
        margin-left: 1px;
    }

    .services-8__item.item-3 {
        margin-left: 1px;
    }

.services-8__title {
    font-size: 26px;
    font-weight: 600;
    color: #141820;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 9px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 575px) {
    .services-8__title {
        font-size: 23px;
    }
}

.services-8__title a:hover {
    color: #FF5E14;
}

.services-8__dec {
    font-size: 16px;
    font-weight: 400;
    color: #53545A;
    line-height: 26px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.services-8__btn a {
    font-size: 16px;
    color: #141820;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    transition: 0.3s;
}

    .services-8__btn a i {
        width: 34px;
        height: 34px;
        border-radius: 500px;
        border: 1px solid rgba(20, 24, 32, 0.14);
        text-align: center;
        line-height: 34px;
        margin-left: 5px;
        transition: 0.3s;
    }

    .services-8__btn a:hover {
        color: #FF5E14;
    }

        .services-8__btn a:hover i {
            background: #FF5E14;
            border-color: #FF5E14;
            color: #fff;
        }

.services-8__pagination {
    margin-top: 60px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

    .services-8__pagination .swiper-pagination-bullet {
        width: 60px;
        height: 10px;
        background: rgb(255, 94, 20);
        border-radius: 5px;
    }

    .services-8__pagination .swiper-pagination-bullet-active {
        background: rgb(255, 94, 20);
    }

.services-8__shape {
    position: absolute;
}

.services-8__shape__01 {
    bottom: 314px;
    left: 0;
}

.services-8__shape__02 {
    top: 0;
    right: 0;
}

.project-8__top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-8__top__wrapper {
        display: block;
    }
}

.project-8__thumb {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-8__thumb {
        width: 410px;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .project-8__thumb {
        width: 310px;
        margin: auto;
    }
}

.project-8__thumb img {
    max-width: inherit;
}

.project-8__thumb::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.3s;
    background: linear-gradient(180deg, rgba(20, 24, 32, 0) 0%, #141820 100%);
}

.project-8__thumb > a {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 500px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    right: 28px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.project-8__thumb:hover > a {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.project-8__thumb:hover.project-8__thumb::before {
    background: rgba(20, 24, 32, 0.7);
}

.project-8__thumb:hover .project-8__dec::after {
    opacity: 1;
    visibility: visible;
}

.project-8__content {
    position: absolute;
    left: 30px;
    bottom: 32px;
}

.project-8__title {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 0px;
    letter-spacing: -0.02em;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .project-8__title a:hover {
        color: #FF5E14;
    }

.project-8__dec {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .project-8__dec::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: 11px;
        margin-left: 5px;
        opacity: 0;
        visibility: visible;
        transition: 0.3s;
    }

.team-8__name {
    font-size: 18px;
    font-weight: 700;
    color: #171B24;
    text-transform: none;
    margin: 0;
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .team-8__name:hover a {
        color: #FF5E14;
    }

.team-8__wrapper {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-8__wrapper {
        width: 410px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.team-8__wrapper:hover .team-8__text {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.team-8__position {
    font-size: 14px;
    font-weight: 400;
    color: #57595C;
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.team-8__social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(20, 24, 32, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
    transition: 0.3s;
}

    .team-8__social a:hover {
        color: #fff;
        border-color: #FF5E14;
        background-color: #FF5E14;
    }

.team-8__text {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    padding-bottom: 14px;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-8__text {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .team-8__text {
        padding: 15px 15px;
        left: 20px;
        right: 20px;
    }
}

.footer-8 {
    background-color: #171717;
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-8 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8 {
        padding-top: 70px;
    }
}

.footer-8__widget__contact {
    margin-top: 35px;
}

    .footer-8__widget__contact a {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        display: block;
        margin-bottom: 5px;
        line-height: 26px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

        .footer-8__widget__contact a:hover {
            color: #FF5E14;
        }

.footer-8__widget__title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-8__widget__menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .footer-8__widget__menu ul li a:hover {
        color: #FF5E14;
    }

        .footer-8__widget__menu ul li a:hover::before {
            opacity: 1;
            visibility: visible;
            width: 10px;
            margin-right: 5.5px;
        }

    .footer-8__widget__menu ul li a::before {
        content: "";
        width: 0px;
        height: 1px;
        background: #FF5E14;
        display: inline-block;
        margin-right: 0px;
        transform: translateY(-6px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

.footer-8__widget__dec {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.footer-8__widget__input {
    position: relative;
    margin-right: 23px;
}

    .footer-8__widget__input input {
        background: #1F2124;
        padding: 16px 18px;
        padding-right: 55px;
        width: 100%;
        color: #fff;
    }

        .footer-8__widget__input input::placeholder {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 400;
            font-family: "Plus Jakarta Sans", sans-serif;
        }

    .footer-8__widget__input::before {
        content: "";
        height: 20px;
        width: 1px;
        background: #3A3A3A;
        position: absolute;
        right: 50px;
        top: 20px;
    }

    .footer-8__widget__input button {
        font-size: 20px;
        color: #FF5E14;
        background: transparent;
        position: absolute;
        right: 20px;
        top: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__widget.widget-1 {
        margin-bottom: 40px;
    }
}

.footer-8__widget.widget-2 {
    margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-8__widget.widget-2 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__widget.widget-2 {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

.footer-8__widget.widget-3 {
    margin-left: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-8__widget.widget-3 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__widget.widget-3 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__widget.widget-3 {
        margin-bottom: 40px;
    }
}

.footer-8__widget.widget-4 {
    margin-left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__widget.widget-4 {
        margin-left: 0px;
    }
}

.footer-8__copyright__wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14.5px 0;
    margin-top: 82px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__copyright__wrapper {
        margin-top: 70px;
    }
}

.footer-8__copyright__text {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__copyright__text {
        display: block;
        text-align: center;
    }
}

.footer-8__copyright__dec {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

    .footer-8__copyright__dec a {
        color: #fff;
        font-weight: 500;
    }

        .footer-8__copyright__dec a:hover {
            color: #FF5E14;
        }

.footer-8__copyright__social a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin: 0 7px;
}

    .footer-8__copyright__social a:hover {
        color: #FF5E14;
    }

.footer-8__copyright__menu a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
}

    .footer-8__copyright__menu a::before {
        content: "";
        height: 15px;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        left: -3px;
        top: 4px;
    }

    .footer-8__copyright__menu a:first-of-type {
        margin-left: 0;
        padding-left: 0;
    }

        .footer-8__copyright__menu a:first-of-type::before {
            display: none;
        }

    .footer-8__copyright__menu a:hover {
        color: #FF5E14;
    }

.cta-8 {
    padding: 84px 0;
    background: linear-gradient(224.19deg, #FF5E14 1.38%, #FF5E14 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-8 {
        padding: 35px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-8 {
        padding: 60px 0;
    }
}

.cta-8__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-8__wrapper {
        display: block;
    }
}

.cta-8__bg__shape {
    position: absolute;
    top: -110px;
    right: -42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-8__bg__shape {
        top: -54px;
    }
}

.our-achievement-skill-wrapper span {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding-right: 15px;
    margin-bottom: 0;
    display: block;
    margin: 5px 0;
}

/*# sourceMappingURL=style.css.map */
