@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

:root {
    --primary-color1: #3965ad;
    --primary-opcaity: rgba(0, 202, 235, 0.1);
    --primary-color2: hsl(217, 50%, 45%);
    --primary-opcaity2: rgba(0, 202, 235, 0.1);
    --primary-color3: hsl(217, 50%, 45%);
    --primary-opcaity3: rgba(160, 68, 255, 0.1);
    --primary-color4: hsl(217, 50%, 45%);
    --primary-opcaity4: rgba(39, 174, 96, 0.1);
    --primary-color4-light: hsla(217, 83%, 79%, 0.243);
    --primary-color5: rgb(255, 115, 66);
    --primary-opcaity5: rgba(255, 76, 76, 0.1);
    --primary-color6: rgb(47, 128, 237);
    --primary-opcaity6: rgba(47, 128, 237, 0.1);
    --text-color: #18212E;
    --text-color2: #676767;
    --text-color3: #AFAFAF;
    --text-light: #EEEEEE;
    --light-bg: #F8F8F8;
    --dark--bg: #0A120F;
    --dark-bg: #0A120F;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}


p, div {
  font-family: 'Poppins', sans-serif !important;
}

html {
    font-size: 1rem
}

@media(min-width:1200px) and (max-width:1399px) {
    html {
        font-size: 94%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html {
        font-size: 90%
    }
}

@media(min-width:768px) and (max-width:991px) {
    html {
        font-size: 87%
    }
}

@media(min-width:576px) and (max-width:768px) {
    html {
        font-size: 83%
    }
}

@media(max-width:576px) {
    html {
        font-size: 80%
    }
}

body {
    font-family: poppins, sans-serif
}

a {
    color: unset;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
    color: unset
}

input:focus,
textarea:focus,
button:focus {
    outline: none
}

ul {
    list-style: none
}

.pt-120 {
    padding-top: 120px
}
.mt-120 {
    margin-top: 120px
}
@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.mb-120 {
    margin-bottom: 120px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.para {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color2);
    font-family: poppins, sans-serif;
    line-height: 28px
}

.btn--primary4 {
    background: #aac9fa;
    color: var(--white);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border-radius: 5px
}

.btn--primary4::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--primary-color4);
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

.btn--primary4::after {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--primary-color4);
    transition: all .52s;
    z-index: -1;
    border-radius: 5px
}

.btn--primary4:hover {
    color: var(--white)
}

.btn--primary4:hover::before {
    transform: rotateX(90dx)
}

.btn--primary4:hover::after {
    transform: rotateY(90dx)
}

.btn--lg {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 32px
}

@media(max-width:767px) {
    .btn--lg {
        padding: 12px 25px
    }
}

.btn--md {
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 700
}

@media(max-width:767px) {
    .btn--md {
        padding: 10px 40px
    }
}

.btn--sm {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px
}

.header-btn {
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    font-family: cuprum, sans-serif;
    padding: 9px 20px
}

.section-title2 {
    text-align: center;
    margin-bottom: 60px
}

.section-title2 span {
    font-size: 16px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    padding: 5px 10px;
    margin-bottom: 15px;
    display: inline-block
}

.section-title2 h1 {
    color: var(--text-color);
    position: relative;
    font-weight: 700 !important;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px
}

@media screen and (min-width: 768px) {
    .section-title2 h1::after {
        content: url(../images/dual-underline.svg);
        right: 0;
        bottom: -10px
    }
}

.section-title2.primary3 span {
    color: var(--primary-color3);
    background: var(--primary-opcaity3)
}

.section-title2.primary4 span {
    color: var(--primary-color4);
    background: var(--primary-opcaity4)
}

.section-title3 {
    text-align: center;
    margin-bottom: 50px
}

.section-title3.style-2 {
    margin-bottom: 25px
}

.section-title3.style-2 h3 {
    font-size: 2.5rem;
    line-height: 1.2
}

.section-title3.style-3 span {
    color: var(--primary-color5)
}

.section-title3 span {
    font-size: 16px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    margin-bottom: 5px;
    display: block;
    margin-top: -5px
}

.section-title3 p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color2);
    font-family: poppins, sans-serif;
    line-height: 28px;
    margin-top: 15px
}

.section-title3 h3 {
    font-size: 2.8125rem;
    font-weight: 700;
    color: var(--text-color);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1
}

.section-title3.primary3 span {
    color: var(--primary-color3)
}

.section-title3.primary4 span {
    color: var(--primary-color4)
}

@keyframes circle {
    0% {
        transform: rotate(0dx) translate(-70px) rotate(0dx)
    }

    100% {
        transform: rotate(360dx) translate(-70px) rotate(-360dx)
    }
}

@keyframes anim {
    12.5% {
        stroke-dasharray: 33.9887319946px, 242.7766571045px;
        stroke-dashoffset: -26.7054322815px
    }

    43.75% {
        stroke-dasharray: 84.9718299866px, 242.7766571045px;
        stroke-dashoffset: -84.9718299866px
    }

    100% {
        stroke-dasharray: 2.427766571px, 242.7766571045px;
        stroke-dashoffset: -240.3488905334px
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

header.style-2 {
    background-color: var(--white);
    width: 94%;
    z-index: 99;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 9;
    border-radius: 100px;
    margin: 0 auto;
    top: 30px;
    left: 0;
    right: 0
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-2 {
        padding: 0 30px;
        border-radius: 0;
        width: 100%;
        top: 0
    }
}

@media(max-width:991px) {
    header.style-2 {
        padding: 0 20px;
        top: 0;
        border-radius: 0;
        width: 100%
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .header-logo {
        padding: 21px 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-2 .header-logo {
        padding: 21px 0
    }
}

@media(max-width:991px) {
    header.style-2 .header-logo {
        padding: 15px 0
    }
}

header.style-2 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-2 .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    transition: .35s ease-in;
    background: var(--primary-color2);
    cursor: pointer;
    white-space: nowrap;
    font-family: poppins, sans-serif
}

header.style-2 .header-btn:hover {
    background: #191a1c
}

header.style-2 .header-btn:hover a {
    color: var(--white)
}

@media(max-width:1199px) {
    header.style-2 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-nav {
    display: inline-block
}

header.style-2 .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-2 .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

header.style-2 .main-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    text-transform: capitalize;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

header.style-2 .main-nav ul li a:hover {
    color: var(--primary-color2)
}

header.style-2 .main-nav ul li a.active {
    color: var(--primary-color2)
}

header.style-2 .main-nav ul li i {
    width: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 33px;
    z-index: 999;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:991px) {
    header.style-2 .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-bg);
        -webkit-transform: translateX(-260px);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in
    }

    header.style-2 .main-nav ul {
        float: none;
        text-align: left;
        padding: 25px 10px 25px 0
    }

    header.style-2 .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-2 .main-nav ul li i {
        display: block
    }

    header.style-2 .main-nav ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 300;
    }
}

header.style-4 {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    padding: 0 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

@media(max-width:1700px) {
    header.style-4 {
        padding: 0 30px;
    }
}


@media(min-width:1200px) and (max-width:1399px) {
    header.style-4 {
        padding: 0 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-4 {
        padding: 0 30px
    }
}

@media(max-width:991px) {
    header.style-4 {
        padding: 0 20px;
        top: 0
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-4 .header-logo {
        padding: 21px 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header.style-4 .header-logo {
        padding: 21px 0
    }
}

@media(max-width:991px) {
    header.style-4 .header-logo {
        padding: 15px 0
    }
}

header.style-4 .header-logo img {
    min-width: 120px;
    max-width: 100%
}

header.style-4 .header-btn {
    color: var(--primary-color4);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    transition: .35s ease-in;
    background: 0 0;
    border: 1px solid var(--primary-color4);
    cursor: pointer;
    white-space: nowrap;
    font-family: poppins, sans-serif
}

header.style-4 .header-btn:hover {
    background: var(--primary-color4)
}

header.style-4 .header-btn:hover a {
    color: var(--white)
}

@media(max-width:1199px) {
    header.style-4 .header-btn {
        display: none;
        visibility: hidden
    }
}

header.style-4 .main-nav {
    display: inline-block
}

header.style-4 .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-4 .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

header.style-4 .main-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    text-transform: capitalize;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

header.style-4 .main-nav ul li a:hover {
    color: var(--primary-color4)
}

header.style-4 .main-nav ul li a.active {
    color: var(--primary-color4)
}

header.style-4 .main-nav ul li i {
    width: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 33px;
    z-index: 999;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:991px) {
    header.style-4 .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--dark-bg);
        -webkit-transform: translateX(-260px);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    header.style-4 .main-nav ul {
        float: none;
        text-align: left;
        padding: 25px 10px 25px 0
    }

    header.style-4 .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-4 .main-nav ul li i {
        display: block
    }

    header.style-4 .main-nav ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 300;
        font-weight: 500;
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0px)
    }
}

.mobile-menu-btn {
    margin-left: 25px
}

.mobile-menu-btn h5 {
    font-size: 18px
}

.video-play {
    text-align: center;
    z-index: 9
}

.video-play.style-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-play.style-2 .video-icon {
    background: var(--white);
    border: 1px solid var(--white)
}

.video-play.style-2 .video-icon i {
    color: var(--primary-color1)
}

.video-play.style-2 .video-icon::before {
    background: var(--white)
}

.video-play.style-2 .video-icon::after {
    background: var(--white)
}

.video-play.style-3 {
    z-index: 9
}

.video-play.style-3 .video-icon {
    background: var(--white);
    border: 1px solid var(--white)
}

.video-play.style-3 .video-icon i {
    color: var(--primary-color2)
}

.video-play.style-3 .video-icon::before {
    background: var(--white)
}

.video-play.style-3 .video-icon::after {
    background: var(--white)
}

.video-play.style-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.video-play.style-4 .video-icon {
    background: var(--primary-color3);
    border: 1px solid var(--primary-color3)
}

.video-play.style-4 .video-icon i {
    color: var(--white)
}

.video-play.style-4 .video-icon::before {
    background: var(--primary-color3)
}

.video-play.style-4 .video-icon::after {
    background: var(--primary-color3)
}

.video-play .video-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid var(--primary-color1);
    font-size: 36px;
    color: var(--white);
    background: var(--primary-color1)
}

.video-play .video-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(233, 0, 79, .5);
    -webkit-animation: ripple-1 2s infinite ease-in-out;
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1
}

.video-play .video-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(233, 0, 79, .3);
    z-index: -1;
    -webkit-animation: ripple-2 2s infinite ease-in-out;
    animation: ripple-2 2s infinite ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.video-play .video-icon.style-2 {
    border: 1px solid var(--primary-color4);
    color: var(--white);
    background: var(--primary-color4)
}

.video-play .video-icon.style-2::before {
    background: rgba(39, 174, 96, .5)
}

.video-play .video-icon.style-2::after {
    background: rgba(39, 174, 96, .3)
}

@keyframes ripple-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes ripple-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0
    }
}

.banner-content span {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    font-family: poppins, sans-serif;
    color: var(--white);
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block
}

.banner-content span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    border-radius: 30px;
    background: var(--primary-color1)
}

.banner-content h1 {
    font-size: 5rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    font-family: cuprum, sans-serif;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .banner-content h1 {
        font-size: 4rem;
        line-height: 1.1
    }
}

.banner-content p {
    font-size: 16px;
    color: var(--white);
    line-height: 28px;
    font-weight: 400;
    font-family: poppins, sans-serif
}

.banner-content .button-group {
    margin-top: 42px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width:991px) {
    .banner-content .button-group {
        justify-content: center
    }
}

@media(max-width:991px) {
    .banner-content {
        text-align: center
    }
}

@media(max-width:991px) {
    .banner-content.style-2 {
        margin-bottom: 50px;
        text-align: center
    }
}

.banner-content.style-2 span {
    color: var(--primary-color4)
}

.banner-content.style-2 span::before {
    background: var(--primary-color4)
}

.banner-content.style-2 h1 {
    color: var(--text-color)
}

.banner-content.style-2 p {
    color: var(--text-color)
}

.banner-content.style-3 {
    width: 100%;
    max-width: 680px
}

@media(max-width:991px) {
    .banner-content.style-3 {
        margin-bottom: 50px;
        text-align: center
    }
}

.banner-content.style-3 span {
    color: var(--text-color)
}

.banner-content.style-3 span::before {
    background: var(--text-color)
}

.banner-content.style-3 h1 {
    color: var(--text-color);
    font-size: 4.4rem
}

@media(max-width:1399px) {
    .banner-content.style-3 h1 {
        font-size: 4rem
    }
}

.banner-content.style-3 p {
    color: var(--text-color)
}

@keyframes spin {
    0% {
        transform: rotate(0dx);
        transform-origin: 100 100
    }

    100% {
        transform: rotate(360dx);
        transform-origin: 100 100
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0dx)
    }

    50% {
        transform: translateY(180dx)
    }

    100% {
        transform: translateY(360dx)
    }
}

@keyframes large {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.6)
    }
}

@keyframes large {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1.8)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0dx)
    }

    50% {
        transform: translateY(180dx)
    }

    100% {
        transform: translateY(360dx)
    }
}

@keyframes large {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.6)
    }
}

@keyframes large {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1.8)
    }
}

.banner-section4 {
    background-color: var(--primary-color4-light);
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@keyframes scroll {
    0% {
        top: 5px
    }

    50% {
        top: 23px
    }

    100% {
        top: 5px
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.8)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes movingobject {
    0% {
        transform: rotate(0dx) translateY(5px)
    }

    0% {
        transform: rotate(360dx) translateY(0px)
    }
}

.about1-section {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.about1-content {
    padding-right: 30px
}

.about1-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: poppins, sans-serif;
    background: var(--primary-opcaity);
    padding: 5px 10px;
    margin-bottom: 15px;
    display: inline-block
}

.about1-content h3 {
    font-size: 2.1875rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px
}

@keyframes jump {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0dx)
    }

    100% {
        transform: rotate(360dx)
    }
}

.about-section3 {
    position: relative;
    padding-right: 6% 
}

@media(max-width:767px) {
    .about-section3 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.about3-content {
    position: relative;
    z-index: 1;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    padding: 100px 200px 100px 70px;
    overflow: hidden
}

@media(min-width:1200px) and (max-width:1399px) {
    .about3-content {
        padding: 100px 50px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .about3-content {
        padding: 80px 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about3-content {
        padding: 80px 30px
    }
}

@media(max-width:767px) {
    .about3-content {
        padding: 40px 25px
    }
}

.about3-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 20px
}

.about3-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color2);
    font-family: poppins, sans-serif;
    margin-bottom: 10px
}

.about3-content .about3-list {
    margin: 24px 0 50px;
    padding: 0
}

.about3-content .about3-list li {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color2);
    font-family: cuprum, sans-serif;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px
}

.about3-content .about3-list li:last-child {
    margin-bottom: 0
}

.about3-content .about3-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color3)
}

.about3-content .about3-list.style-2 li::before {
    background: var(--primary-color2)
}

.about3-content .about-footer .experience svg {
    margin-right: 5px;
    fill: var(--primary-color3)
}

.about3-content .about-footer .experience h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color3);
    font-family: cuprum, sans-serif
}

.about3-content.style-2 {
    box-shadow: unset;
    padding: unset;
    max-width: 530px;
    width: 100%
}

@media(max-width:991px) {
    .about3-content.style-2 {
        padding: unset
    }
}

.about3-content.style-2 .about3-list {
    margin: 20px 0 50px;
    padding: 0
}

.about3-content.style-2 .about3-list li::before {
    background: var(--primary-color4)
}

.about3-content.style-2 .about-footer .experience svg {
    margin-right: 5px;
    fill: var(--primary-color4)
}

.about3-content.style-2 .about-footer .experience h4 {
    color: var(--primary-color4)
}

.about3-content.style-3 {
    box-shadow: unset;
    padding: unset;
    width: 100%
}

@media(max-width:991px) {
    .about3-content.style-3 {
        padding: unset
    }
}

.about3-content.style-3 h4 {
    font-size: 25px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.4;
    margin-bottom: 30px
}

.about3-content.style-3 .about3-list {
    margin: 20px 0 50px;
    padding: 0
}

.about3-content.style-3 .about3-list li::before {
    background: var(--primary-color4)
}

.about3-content.style-3 .about-footer .experience svg {
    margin-right: 5px;
    fill: var(--primary-color5)
}

.about3-content.style-3 .about-footer .experience h4 {
    color: var(--primary-color5)
}

.about3-content.style-4 {
    box-shadow: unset;
    padding: unset
}

.about3-content.style-4 .about-footer .experience svg {
    margin-right: 5px;
    fill: var(--primary-color2)
}

.about3-content.style-4 .about-footer .experience h4 {
    color: var(--primary-color2)
}

.service3-section {
    position: relative;
    z-index: 1
}

@media(min-width:992px) and (max-width:1199px) {
    .service3-section {
        margin-top: -30px;
        padding-top: 90px
    }
}

@media(max-width:991px) {
    .service3-section {
        margin-top: -30px;
        padding-top: 80px
    }
}

.service-item3 {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .11);
    border-radius: 5px 35px;
    padding: 30px 25px;
    position: relative;
    margin-top: 30px
}

.service-item3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color3);
    opacity: 0;
    transform: scale(.3);
    transition: all 450ms ease-out 25ms;
    border-radius: 5px 35px
}

.service-item3:hover::before {
    transform: scale(1);
    opacity: .1
}

.service-item3:hover .read-more-icon {
    background: var(--primary-color1);
}

.service-item3 .read-more-icon {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: var(--white);
    transition: all 400ms ease-out 25ms;
    cursor: pointer
}

.service-item3 .read-more-icon:hover {
    background: var(--primary-color3);
    border: 1px solid var(--primary-color3)
}

.service-item3 .icon {
    margin-bottom: 25px
}

.service-item3 .content h4 a {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color)
}

.service-item3 .content p {
    margin-bottom: 0
}

.company-vdo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/office_space.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 770px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .company-vdo {
        margin-bottom: 40px
    }
}

.company-vdo.style-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/office_space.jpg");
    max-width: unset
}

@media(min-width:992px) and (max-width:1199px) {
    .company-vdo.style-2 {
        height: 450px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .company-vdo.style-2 {
        height: 380px
    }
}

@media(max-width:767px) {
    .company-vdo.style-2 {
        height: 300px
    }
}

.single-team2 {
    border-radius: 0;
    transition: all .5s ease-in-out
}

.single-team2:hover .team-image img {
    transform: scale(1.15)
}

.single-team2 .team-image {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.single-team2 .team-image img {
    width: 100%;
    transition: all .65s ease;
    height: 450px;
    object-fit: cover
}

.single-team2 .team-content {
    width: 90%;
    margin: -46px auto 0;
    box-shadow: 0 0 25px rgba(86, 68, 169, .1);
    text-align: center;
    transition: all .45s ease-in;
    border-radius: 5px;
    background-color: var(--white);
    z-index: 2;
    position: relative;
    padding: 30px
}

.single-team2 .team-content .name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    color: var(--text-color)
}

@media(max-width:1399px) {
    .single-team2 .team-content .name {
        font-size: 24px
    }
}

.single-team2 .team-content .designation {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--text-color2);
    font-family: poppins, sans-serif;
    margin-bottom: 0
}

.single-team2.style-3 {
    box-shadow: 0 0 25px rgba(86, 68, 169, .1);
    border-radius: 5px;
    overflow: hidden
}

.single-team2.style-3 .team-content {
    width: 100%;
    margin: unset;
    text-align: center;
    transition: all .45s ease-in;
    border-radius: 5px;
    background-color: var(--white);
    z-index: 2;
    position: relative;
    padding: 30px
}

.single-team2.style-3 .team-image {
    height: 380px
}

.testimonial-section2 {
    position: relative
}

.blog-section {
    background-color: var(--light-bg);
    position: relative;
    z-index: 1
}

.sigle-blog-1 {
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1)
}

.sigle-blog-1.style-2 .blog-content h4:hover {
    color: var(--primary-color2)
}

.sigle-blog-1.style-2 .blog-content .designation h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px
}

.sigle-blog-1:hover .blog-image img {
    transform: scale(1.125)
}

.sigle-blog-1 .blog-image {
    overflow: hidden
}

.sigle-blog-1 .blog-image img {
    transform: scale(1);
    transition: all .67s ease-in-out
}

@media(max-width:767px) {
    .sigle-blog-1 .blog-image img {
        width: 100%
    }
}

.sigle-blog-1 .blog-content {
    padding: 30px 25px;
    background-color: var(--white)
}

.sigle-blog-1 .blog-content span {
    display: inline-block;
    color: var(--text-color2);
    font-size: 16px;
    font-weight: 400px;
    font-family: poppins, sans-serif;
    margin-bottom: 10px
}

.sigle-blog-1 .blog-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.4;
    transition: all .52s ease
}

.sigle-blog-1 .blog-content h4:hover {
    color: var(--primary-color1)
}

.sigle-blog-1 .blog-content .designation h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px
}

.join-section {
    overflow: hidden;
    position: relative
}

footer {
    background-image: linear-gradient(rgba(18, 19, 24, 0.938), rgba(18, 19, 24, 0.955));
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    overflow: hidden
}

footer .footer-top {
    padding: 90px 0
}

@media(max-width:991px) {
    footer .footer-top {
        padding: 80px 0
    }
}

footer .footer-item {
    min-width: 200px
}

@media(max-width:576px) {
    footer .footer-item {
        padding-left: 20px
    }
}

footer .footer-item a img {
    margin-bottom: 25px
}

footer .footer-item p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 28px
}

footer .footer-item h5 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px
}

footer .footer-item .footer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .footer-item .footer-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    transition: all .4s ease-in
}

footer .footer-item .footer-list li::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--primary-color1);
    opacity: 0;
    transition: all .65s ease
}

footer .footer-item .footer-list li:last-child {
    margin-bottom: 0
}

footer .footer-item .footer-list li:hover {
    padding-left: 20px
}

footer .footer-item .footer-list li:hover a {
    color: var(--primary-color1)
}

footer .footer-item .footer-list li:hover::before {
    opacity: 1
}

footer .footer-item .footer-list li a {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    transition: all .4s ease
}

footer .footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start
}

footer .footer-social i {
    color: var(--white);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid var(--text-color2);
    text-align: center;
    transition: all .42s ease
}

footer .footer-social i:hover {
    background: var(--primary-color1);
    border: 1px solid var(--primary-color1)
}

footer .address-list {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 25px
}

footer .address-list li {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: start
}

footer .address-list li svg {
    fill: var(--primary-color1);
    margin-top: 6px
}

footer .address-list li a {
    font-size: 16px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    color: var(--text-light);
    transition: all .42s ease;
    padding-left: 10px;
    line-height: 1.6
}

footer .address-list li:hover a {
    color: var(--primary-color1)
}

footer .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #2f2f2f
}

footer .footer-bottom p {
    font-size: 13px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    color: var(--white);
    margin-bottom: 0;
    margin-right: 30px
}

@media(max-width:991px) {
    footer .footer-bottom p {
        margin-right: 0
    }
}

footer.style-2 {
    background-color: #17181a;
    background-image: unset;
    position: relative;
    z-index: 1;
    overflow: hidden
}

footer.style-2 .footer-item .footer-list li::before {
    color: var(--primary-color2)
}

footer.style-2 .footer-item .footer-list li:hover a {
    color: var(--primary-color2)
}

footer.style-2 .footer-social i:hover {
    background: var(--primary-color2);
    border: 1px solid var(--primary-color2)
}

footer.style-2 .address-list li svg {
    fill: var(--primary-color2);
    margin-top: 6px
}

footer.style-2 .address-list li:hover a {
    color: var(--primary-color2)
}

footer.style-3 {
    background-image: linear-gradient(rgba(18, 19, 24, 0.9), rgba(18, 19, 24, 0.9)), url("../images/bg/footer3-bg.html");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden
}

footer.style-3 .footer-item .footer-list li::before {
    color: var(--primary-color3)
}

footer.style-3 .footer-item .footer-list li:hover a {
    color: var(--primary-color3)
}

footer.style-3 .footer-social i:hover {
    background: var(--primary-color3);
    border: 1px solid var(--primary-color3)
}

footer.style-3 .address-list li svg {
    fill: var(--primary-color3);
    margin-top: 6px
}

footer.style-3 .address-list li:hover a {
    color: var(--primary-color3)
}

footer.style-4 {
    background-image: linear-gradient(rgba(18, 19, 24, 0.9), rgba(18, 19, 24, 0.9)), url("../images/bg/footer3-bg.html");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden
}

footer.style-4 .footer-item .footer-list li::before {
    color: var(--primary-color4)
}

footer.style-4 .footer-item .footer-list li:hover a {
    color: var(--primary-color4)
}

footer.style-4 .footer-social i:hover {
    background: var(--primary-color4);
    border: 1px solid var(--primary-color4)
}

footer.style-4 .address-list li svg {
    fill: var(--primary-color4);
    margin-top: 6px
}

footer.style-4 .address-list li:hover a {
    color: var(--primary-color4)
}

.joinus-area {
    background-image: url(../images/office_space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 1, 12, .8);
    background-blend-mode: multiply;
    min-height: 290px;
    padding: 80px 7%;
    border-radius: 5px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

.joinus-area h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: cuprum, sans-serif;
    color: var(--white);
    line-height: 1.5
}

.joinus-area .joinus-btn {
    padding: 14px 45px;
    font-size: 18px;
    font-weight: 600;
    font-family: poppins, sans-serif
}

.video-section {
    background-image: url(../images/office_space.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 1, 12, .8);
    background-blend-mode: multiply;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    overflow: hidden
}

.video-section h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 40px
}

.offer-image-area {
    position: relative;
    background: var(--light-bg);
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 50%;
    animation: jump 1s linear infinite alternate
}

.offer-image-area.style-2 {
    background-image:var(--primary-color4);
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 100%;
    max-height: 530px
}

.offer-image-area.style-2 .banner5-image {
    max-width: 108%;
    margin-left: -35px;
    margin-top: -30px
}

@media(max-width:991px) {
    .offer-image-area {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:576px) {
    .offer-image-area {
        width: 100%;
        max-width: 300px;
        height: 300px
    }
}

.offer-image-area::before {
    content: "";
    width: 100%;
    height: 15px;
    background: rgba(113, 112, 112, .1);
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 50%;
    animation: rotate2 1s linear infinite alternate
}

@keyframes jump {
    0% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes rotate2 {
    0% {
        transform: translateY(15px) scale(.5);
        background: rgba(113, 112, 112, .1)
    }

    100% {
        transform: translateY(0px) scale(1);
        background: rgba(113, 112, 112, .12)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0dx)
    }

    100% {
        transform: rotate(360dx)
    }
}

.inner-banner {
    min-height: 500px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/it1.jpg");
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
}

@media(min-width:1200px) and (max-width:1399px) {
    .inner-banner {
        min-height: 420px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .inner-banner {
        min-height: 400px
    }
}

@media(max-width:991px) {
    .inner-banner {
        min-height: 370px
    }
}

@keyframes move {
    0% {
        transform: rotate(0dx) scaleX(0)
    }

    100% {
        transform: rotate(360dx) scaleX(1)
    }
}

.inner-banner a.down-arrow-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    text-align: center;
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.inner-banner a.down-arrow-icon svg {
    animation: vibrate 1.5s linear infinite;
    fill: var(--primary-color1);
    width: 1rem;
    height: 1.75rem
}

@keyframes vibrate {
    0% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(0px)
    }

    75% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0px)
    }
}

.breadcrumb {
    margin: 0;
    padding: 0;
    justify-content: center
}

.breadcrumb .breadcrumb-item {
    color: var(--primary-color1);
    font-size: 20px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    position: relative;
    padding-left: 20px
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0
}

.breadcrumb .breadcrumb-item.active {
    color: #ddd
}

.breadcrumb-item+.breadcrumb-item::before {
    content: unset
}

.breadcrumb-item+.breadcrumb-item::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 15px;
    left: 0
}

.inner-banner-title {
    font-size: 55px;
    font-weight: 700;
    color: var(--white);
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .inner-banner-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .inner-banner-title {
        font-size: 30px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.7)
    }
}

.service-list-area {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    padding: 40px 30px;
    margin-bottom: 50px
}

.service-list-area .sidebar-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 25px
}

.service-list-area .service-list {
    padding: 0;
    margin: 0
}

.service-list-area .service-list li {
    border: 1px solid #eee;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .45s ease-in-out
}

.service-list-area .service-list li:hover {
    background-color: var(--primary-color1)
}

.service-list-area .service-list li:hover a {
    color: var(--white)
}

.service-list-area .service-list li:hover svg {
    fill: var(--white)
}

.service-list-area .service-list li:last-child {
    margin-bottom: 0
}

.service-list-area .service-list li a {
    font-size: 19px;
    font-weight: 400;
    color: var(--text-color);
    font-family: cuprum, sans-serif;
    transition: all .45s ease-in-out
}

.service-list-area .service-list li svg {
    fill: var(--text-color);
    transition: all .45s ease-in-out
}

.service-details-area>img {
    border-radius: 5px;
    margin-bottom: 35px
}

.service-details-area h3 {
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3.service-subtitle::before {
    position: absolute;
    width: 200px;
    background-color: red;
    z-index:99999;
    height: 4px;
}

h3.service-subtitle {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px
}

header.style-1 .nav-right .header-icons {
    margin-right: 20px
}

header.style-4 .main-nav {
    display: inline-block
}

header.style-4 .main-nav .mobile-menu-logo {
    display: none
}

header.style-4 .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-4 .main-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

header.style-4 .main-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    text-transform: capitalize;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

header.style-4 .main-nav ul li a:hover {
    color: var(--primary-color4)
}

header.style-4 .main-nav ul li a.active {
    color: var(--primary-color4)
}

header.style-4 .main-nav ul li i {
    width: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 33px;
    z-index: 999;
    cursor: pointer;
    display: none
}

header.style-4 .main-nav ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 215px;
    background: #000;
    text-align: left;
    transition: all .5s ease-out 0s;
    transform: translateY(20px)
}

header.style-4 .main-nav ul li ul.sub-menu>li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #383838;
    position: relative
}

header.style-4 .main-nav ul li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: #fff
}

header.style-4 .main-nav ul li ul.sub-menu>li a {
    display: block;
    padding: 15px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

header.style-4 .main-nav ul li ul.sub-menu>li a:hover {
    color: var(--primary-color4);
    margin-left: 10px
}

header.style-4 .main-nav ul li ul.sub-menu>li a.active {
    color: var(--primary-color4)
}

header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: #000;
    top: 0
}

@media only screen and (max-width:1199px) {
    header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: #242424;
        top: 0
    }
}

header.style-4 .main-nav ul li ul.sub-menu>li .sub-menu li i {
    display: block
}

header.style-4 .main-nav ul li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-4 .main-nav ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

header.style-4 .main-nav ul li.menu-item-has-children>i {
    display: block
}

@media only screen and (max-width:991px) {
    header.style-4 .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff !important;
        -webkit-transform: translateX(-260px);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    header.style-4 .main-nav.show-menu {
        transform: translateX(0)
    }

    header.style-4 .main-nav .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        border-bottom: 1px solid transparent;
        padding-bottom: 8px
    }

    header.style-4 .main-nav ul {
        float: none;
        text-align: left;
        padding: 25px 10px 25px 0
    }

    header.style-4 .main-nav ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }

    header.style-4 .main-nav ul li i {
        display: block
    }

    header.style-4 .main-nav ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 300;
        font-weight: 500;
    }

    header.style-4 .main-nav ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px)
    }

    header.style-4 .main-nav ul li .bi {
        top: 8px;
        font-size: 16px;
        color: var(--white)
    }
}

.main-nav .show-menu {
    background-color: #fff !important;
}

.banner-bg-1 {
    background-size: cover;
    background-position: center;
}


