@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    overflow: hidden;
}

:root {
    --primary-font: "Montserrat", serif;
    --primary-color: #9cff1e;
    --secondary-font: "Yeseva One", serif;
    --secondary-color: #000000;
    --sub-menu-color: #353535;
}

.container-fluid {
    max-width: 1700px;
    padding: 0 40px;
}

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: 0.8s !important;
    -o-transition-duration: 0.8s !important;
    transition-duration: 0.8s !important;
}

body.scrolled .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    transition: all 0.3s ease-in-out;
}

.sticky-logo {
    display: none;
}


body.scrolled section#mb-header {
    position: fixed;
    top: 0;
    background: white;
    box-shadow: -1px 5px 19px #37333352;
}

body.scrolled section#mb-header .logo {
    display: none;
}

body.home.scrolled header {
    position: fixed !important;
    background-color: white;
    box-shadow: -1px 6px 10px #0000001a;
}

body.home.scrolled header .logo {
    display: none;
}

body.home.scrolled header  .sticky-logo {
    display: block;
    width: 150px;
}
body.home.scrolled header .menu ul li a {
    color: black;
}
body.home.scrolled .logo {
    display: none;
}

body.home.scrolled  .sticky-logo {
    display: block;
    width: 156px;
}
/* modal css */
div#letsConnectsmodal .modal-content form {
    overflow: hidden;
    border-radius: 23px;
    padding: 18px;
}
div#letsConnectsmodal .modal-dialog.modal-dialog-centered {
    max-width: 800px;
    z-index: 99999999;
}

div#letsConnectsmodal .modal-body {
    position: relative;
    z-index: 99999999999;
}

div#letsConnectsmodal .modal-content h5:before {
    content: "";
    position: absolute;
    width: 63%;
    background: var(--primary-color);
    height: 4px;
    bottom: 13px;
}

.arrow-bg-shape-left {
    position: absolute;
    width: 520px;
    height: 520px;
    top: -180px;
    left: -297px;
    z-index: -1;
}

.arrow-bg-shape-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.arrow-bg-shape-right {
    position: absolute;
    width: 520px;
    height: 520px;
    bottom: -15px;
    right: -302px;
    z-index: -1;
    transform: rotate(180deg);
}

div#letsConnectsmodal {
    background: #33333338;
    backdrop-filter: blur(30px);
}

div#letsConnectsmodal .modal-dialog.modal-dialog-centered button.btn-close {
    position: absolute;
    top: -20px;
    right: -24px;
    background: var(--primary-color);
    opacity: 1;
    display: flex;
    align-items: center;
    font-size: 35px;
    z-index: 99999999999999999999999999999999999999999999999999;
    border-radius: 100%;
    border: 3px solid black;
}

.arrow-bg-shape-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.form-group {
    padding: 0 0 20px 0;
}

.form-group.d-flex.justify-content-between div.d-flex {
    display: flex !important;
    gap: 50px;
    width: 440px !important;
}

.form-group.d-flex.justify-content-between div input {
    display: inline-block !important;
}
div#letsConnectsmodal .modal-content h5 {
    font-size: 38px;
    color: black;
    text-shadow: -4px 3px 0px var(--primary-color);
    position: relative;
    padding: 29px 0 20px 10px;
    font-family: 'Yeseva One';
    width: fit-content;
    margin: 0 0 30px 0;
    z-index: 99999999;
}
.form-group input,.form-group textarea {
    color: black;
    height: 47px;
    width: 100%;
    border-bottom: 1px solid #20202078 !important;
    padding: 10px 0 10px 10px;
    border: none;
    background: #33333312 !important;
}

.form-group textarea {
    height: 165px;
    resize: none;
    border-radius: 0 !important;!i;!;
    background: #33333312 !important;!i;!;
}
.form-group label {
    font-size: 17px;
    font-family: var(--primary-font);
    padding: 12px 0 10px 0;
    font-weight: 600;
}

.form-group:last-child {
    padding: 23px 0 14px 0;
}

div#letsConnectsmodal .modal-content .modal-header button.btn-close {
    position: absolute;
    right: -9px;
    top: -7px;
    background: var(--primary-color);
    color: black;
    opacity: 1;
    z-index: 99999;
    border: 1px solid #000000;
    border-radius: 100%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#letsConnectsmodal .modal-content {
    margin: 0px 0 0 0;
    background: white;
    backdrop-filter: blur(12px);
    border-radius: 23px;
    border: 2px solid black;
    position: relative;
    box-shadow: 0 0 13px #0000008a;
    padding: 0;
}

div#letsConnectsmodal .modal-content .modal-header {
    border-radius: 22px 10px  0px  0px;
    font-family: var(--primary-font);
    border: 0;
    background: transparent;
    z-index: 9999999;
}

.form-group input::placeholder,.form-group textarea::placeholder {
    color: rgb(58, 57, 57);
}

.form-group.d-flex {
    gap: 10px;
    align-items: center;
}
/* modal css */
        /* Tabs Container */
        .tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            border-bottom: 2px solid #ddd;
            margin-bottom: 10px;
            padding: 0 0 20px 0;
        }

        /* Tab Buttons */
        .tab-button {
            padding: 5px 16px;
            font-size: 18px;
            position: relative;
            font-family: 'Montserrat';
            font-weight: 500;
            color: white;
            z-index: 1;
            overflow: hidden;
            transition: 0.3s ease;
            border-bottom: 3px solid transparent;
            background: black;
            margin: 0 10px;
            border: 2px solid black;
            border-radius: 18px;
            transition: all .6s ease;
        }

        /* Active Tab */
        .tab-button.active {
            background: black;
            color: black;
            border-radius: 18px;
            transform: translate(0px, -10px);
        }

        /* Tabs Content */
        .tab-content {
            display: none;
            padding: 60px 20px 90px 20px;
            background: #f9f9f9;
            border-radius: 5px;
        }

        .tab-content.active {
            display: block;
        }
        .tab-button::before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            left: 50%;
            right: 50%;
            top: 50%;
            transform: translate(-50% , -50%);
            background: black;
            z-index: -1;
            transition: all .6s ease;
            border-radius: 18px;
        }
        
        button.tab-button.active::before {
            background: var(--primary-color);
            width: 100%;
            height: 100%;
        }
        
        .logo-box {
            overflow: hidden;
            width: 100%;
            transition: all .5s ease;
            height: 280px;
            border: 2px solid #000000;
            margin: 10px 0;
            cursor: pointer;
            position: relative;
        }
        
        .logo-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .6s ease;
        }
        
        .logo-box:hover img {
            transform: scale(1.2) rotate(9deg);
        }
        
        .logo-box:hover {
            transform: translate(0px, -10px);
            border-color: black;
        }
/* Header start */

header {
    position: absolute;
    width: 100%;
    padding: 25px 0;
    z-index: 99;
    transition: all .6s ease;
}

header .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

header .menu-wrapper .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

header .menu-wrapper .menu ul li {
    list-style: none;
    position: relative;
}

header .menu-wrapper .menu ul li a {
    font-family: var(--primary-font);
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}

header .logo {
    width: 143px;
}

header .menu-wrapper .menu ul li a:before {
    content: "";
    --size: 7px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-200%, -50%);
    -ms-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    -webkit-transition: 0.4s ease-in-out all;
    -o-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    opacity: 0;
}

header .menu-wrapper .menu ul li a.active_page:before {
    opacity: 1;
}

header .menu-wrapper .menu ul li:hover a:before {
    opacity: 1;
}

.sub_menu_wrapper {
    position: absolute;
    pointer-events: none;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: 0 9px 20px 0 rgba(143, 132, 215, 0.4);
    box-shadow: 0 9px 20px 0 rgba(143, 132, 215, 0.4);
    min-width: 220px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    margin-top: 30px;
    margin-left: -40px;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul a {
    color: var(--sub-menu-color);
    font-size: 15px;
    padding: 10px 0 10px 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 400;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li {
    padding: 0 20px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -1px;
    height: 1px;
    background-color: #e5e5e5;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li:nth-last-child(1):before {
    display: none;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul a:before {
    opacity: 1;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    --size: 6px;
    z-index: -1;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li:hover {
    background: var(--primary-color);
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li:hover a:before {
    background: #fff;
    width: 100%;
    border-radius: 1px;
    height: 2px;
}

header .menu-wrapper .menu ul .sub_menu_wrapper ul li:hover:before {
    visibility: hidden;
}

header .menu-wrapper .menu ul li:hover .sub_menu_wrapper ul {
    height: var(--ulheight);
    padding: 17px 0;
}

header .menu-wrapper .menu ul li a .sub_parent {
    position: relative;
}

header .menu-wrapper .menu ul li:hover .sub_menu_wrapper {
    pointer-events: all;
}


/* Header End */


/* Theme btn start */

.theme-btn {
    text-decoration: none;
    color: var(--primary-color);
    background: var(--secondary-color);
    font-size: 18px;
    padding: 12px 35px 15px 35px;
    display: inline-block;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.theme-btn span:nth-child(2) {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: var(--secondary-color);
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.theme-btn span:nth-child(1) {
    position: relative;
    z-index: 3;
}

.theme-btn span:nth-child(3) {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: var(--primary-color);
    left: 5px;
    top: 5px;
    z-index: 1;
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.theme-btn span:nth-child(2):before {
    content: "";
    --size: 20px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(23px, 20px);
    -ms-transform: translate(23px, 20px);
    transform: translate(23px, 20px);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.theme-btn:hover span:nth-child(2):before {
    -webkit-transform: translate(0px, 0px) scale(20);
    -ms-transform: translate(0px, 0px) scale(20);
    transform: translate(0px, 0px) scale(20);
}

.theme-btn:hover span:nth-child(3) {
    left: 0;
    top: 0;
}

.theme-btn:hover {
    color: var(--secondary-color);
    -webkit-animation: theme_btn_hover linear alternate 1s infinite;
    animation: theme_btn_hover linear alternate 1s infinite;
}

@-webkit-keyframes theme_btn_hover {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@keyframes theme_btn_hover {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}


/* Theme btn end */


/* Slider start */

#slider {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#slider span {
    position: absolute;
}

#slider .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#slider .content * {
     width: -webkit-fit-content; 
    width: -moz-fit-content;
     width: fit-content; 
    margin: 0;
}

#slider .content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 0px 0 0 100px;
}

#slider .content h4 {
    font-family: var(--primary-font);
    color: rgb(236, 242, 245);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

#slider .content h5 {
    color: rgb(236, 242, 245);
    font-size: 48px;
    line-height: 1.2em;
    font-family: var(--secondary-font);
    font-weight: 400;
}

#slider :where(.slider-wrapper,
.slider-item,
.container,
.row) {
    height: 100%;
    position: relative;
}

#slider .col-lg-6:nth-child(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
}

#slider .col-lg-6:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#slider .col-lg-6:nth-child(2) .slide-img .img-fluid {
    width: 100%;
    position: relative;
    z-index: 2;
}

#slider .col-lg-6:nth-child(2) .slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 600px;
    position: relative;
}

#slider .slide_item_01_01 {
    top: -165px;
    left: -180px;
    width: 480px;
}

#slider span img {
    width: 100%;
}

#slider .slide_item_01_05 {
    left: 40px;
    bottom: -180px;
    width: 140px;
}

#slider .slide_item_01_03 {
    width: 420px;
    z-index: 1;
    left: 30px;
    top: 0;
    -webkit-animation: slide_item_01_03 10s infinite alternate linear;
    animation: slide_item_01_03 10s infinite alternate linear;
}

#slider :where(.row) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#slider .slide_item_01_04 {
    left: -65px;
    top: 64%;
    width: 110px;
}

#slider .slide_item_01_02 {
    width: 175px;
    top: -35px;
    right: 78px;
}

#slider .slide_item_01_06 {
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 80px;
}

@-webkit-keyframes slide_item_01_03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes slide_item_01_03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.slider_button {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    z-index: 999;
}

.slider_button .slide_next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slider_button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

span.slide_previous {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slider_button span {
    position: unset !important;
    --size: 34px;
    width: var(--size);
    height: var(--size);
    display: block;
    cursor: pointer;
}

#slider:hover .slider_button {
    opacity: 1;
}

#slider .slider-item+.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) .slide-img {
    width: 335px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
    position: relative;
}

#slider .slider-item:nth-child(3) .slide02_item_01 {
    width: 540px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

#slider .slider-item:nth-child(3) .slide02_item_01 img {
    -webkit-animation: slide02_item_01 15s linear infinite alternate;
    animation: slide02_item_01 15s linear infinite alternate;
}

#slider .slider-item:nth-child(3) .slide02_item_02 {
    left: -230px;
    width: 100px;
    top: 65px;
}

#slider .slider-item:nth-child(3) .slide02_item_03 {
    left: -250px;
    bottom: 0;
    width: 45px;
}

@-webkit-keyframes slide02_item_01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes slide02_item_01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

#slider .slider-item:nth-child(4) .slide-img {
    width: 260px;
}

#slider .slider-item:nth-child(4) .col-lg-6:nth-child(2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#slider .slider-item:nth-child(4) .slide_item_03_01 {
    top: 124%;
    width: 150px;
    left: 38%;
}

#slider .slider-item:nth-child(4) {
    background-position: top;
}

#slider .slider-item:nth-child(4) .slide03_item06 {
    width: 416px;
    top: -96px;
    left: 50%;
    -webkit-transform: translateX(-42%);
    -ms-transform: translateX(-42%);
    transform: translateX(-42%);
}

#slider .slider-item:nth-child(4) .slide03_item06 img {
    -webkit-animation: slide_item_01_03 10s infinite alternate linear;
    animation: slide_item_01_03 10s infinite alternate linear;
}

#slider .slider-item:nth-child(4) .slide03_item05 {
    z-index: 2;
    right: -140px;
    top: 200px;
    width: 30px;
}

#slider .slider-item:nth-child(4) .slide03_item04 {
    z-index: 3;
    right: -95px;
    width: 95px;
    top: -40px;
}

#slider .slider-item:nth-child(4) .slide03_item03 {
    z-index: 4;
    width: 75px;
    top: -129px;
    right: 0;
}

#slider .slider-item:nth-child(4) .slide03_item02 {
    z-index: 5;
    width: 100px;
    left: -125px;
    top: 221px;
}

#slider .slider-item:nth-child(4) .slide03_item02 img {
    -webkit-animation: slide03_item02 50s infinite linear;
    animation: slide03_item02 50s infinite linear;
}

@-webkit-keyframes slide03_item02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes slide03_item02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#slider .content a {
    text-decoration: none;
    color: #000;
    padding: 8px 24px 8px 24px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--primary-font);
    margin-top: 30px;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    border: 3px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

#slider .content a:hover {
    border: 3px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
}

#slider .content a:before {
    content: "";
    left: 0;
    top: 0;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    --size: 20px;
    border-radius: 50%;
    -webkit-transform: translate(-24px, -10px) scale(15);
    -ms-transform: translate(-24px, -10px) scale(15);
    transform: translate(-24px, -10px) scale(15);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#slider .content a:hover:before {
    -webkit-transform: translate(-24px, -10px) scale(0);
    -ms-transform: translate(-24px, -10px) scale(0);
    transform: translate(-24px, -10px) scale(0);
}

.over-hidden {
    overflow: hidden;
}

#slider .slider-item {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#slider .slider-item.active {
    opacity: 1;
    pointer-events: unset;
}

#slider :where(.slide_item_01_01 img,
.slide_item_01_05 img,
.slide_item_01_02 img,
.slide_item_01_04 img,
.slide_item_01_06 img,
.content h4,
.content h5,
.content a,
.slide02_item_02 img,
.slide02_item_03 img,
.slide_item_03_01 img,
.slide03_item03 img,
.slide03_item04 img,
.slide03_item05 img) {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
}

#slider :where(.slide-img .img-fluid,
.slide_item_01_03 img,
.slide02_item_01 img,
.slide03_item02 img,
.slide03_item06 img) {
    opacity: 0;
    -webkit-transition: 1.5s ease-in-out all;
    -o-transition: 1.5s ease-in-out all;
    transition: 1.5s ease-in-out all;
}

#slider .slider-item.active :where(.slide_item_01_01 img,
.slide_item_01_05 img,
.slide_item_01_02 img,
.slide_item_01_04 img,
.slide_item_01_06 img,
.content h4,
.content h5,
.content a,
.slide02_item_02 img,
.slide02_item_03 img,
.slide_item_03_01 img,
.slide03_item03 img,
.slide03_item04 img,
.slide03_item05 img,
.slide-img .img-fluid,
.slide_item_01_03 img,
.slide02_item_01 img,
.slide03_item02 img,
.slide03_item06 img) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* Slider end */


/* about start */

#about {
    padding: 100px 0;
    background-image: url('../img/about-bg.gif');
    right: 0%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

#about .content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 30px;
    position: relative;
    padding-left: 100px;
    margin-top: 100px;
}

#about .content * {
    margin: 0;
}

#about .content h4 {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    transform: rotate(-90deg) translate(-40px, 0px);
}

#about .content h5 {
    color: var(--sub-menu-color);
    font-family: var(--secondary-font);
    font-size: 55px;
    line-height: 1.2em;
    margin-top: -10px;
}

#about .content p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--sub-menu-color);
    line-height: 2em;
    letter-spacing: 0.5px;
    width: 95%;
}

#about .content h4:before {
    content: "";
    left: -5px;
    top: 5px;
    width: 110%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

@-webkit-keyframes contenth4before {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes contenth4before {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

#about .img img {
    -webkit-mask-image: url('../img/mask_2.svg');
    display: block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    position: relative;
    z-index: 2;
}

#about .img .mask-shadow {
    -webkit-mask-image: url(../img/mask_2_shadow.svg);
    display: block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    position: absolute;
    content: "";
    top: 0px;
    left: -13px;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#about .img {
    position: relative;
    width: 78%;
}


/* about end */


/* footer start */

footer {
    background: #202020;
    padding: 80px 0 20px 0;
}

footer .ft-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 67px !important;
}

footer .ft-img .img-item {
    width: 85px;
    position: relative;
}

footer .logo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

footer .logo-content img {
    width: 145px;
}

footer .logo-content p {
    margin: 0;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
}

footer .divider {
    width: 100%;
    height: 2px;
    background: #414141;
}

footer .row:nth-child(2) {
    margin: 40px 0;
}

footer .ft-box * {
    margin: 0;
}

footer .ft-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

footer .ft-box h3 {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 25px;
}

footer .ft-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

footer .ft-box .content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

footer .ft-box .content span h5 {
    color: var(--primary-color);
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
}

footer .ft-box .content span a {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: -o-linear-gradient(var(--primary-color), var(--primary-color)) left no-repeat, #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) left no-repeat, #ffffff;
    background: linear-gradient(var(--primary-color), var(--primary-color)) left no-repeat, #ffffff;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

footer .ft-box ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

footer .ft-box ul li {
    list-style: none;
}

footer .col-lg-5 .ft-box .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 220px;
}

footer .ft-box ul li a {
    color: #fff;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
    text-decoration: none;
    background: -o-linear-gradient(var(--primary-color), var(--primary-color)) left no-repeat, #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) left no-repeat, #ffffff;
    background: linear-gradient(var(--primary-color), var(--primary-color)) left no-repeat, #ffffff;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

footer .container-fluid {
    max-width: 100% !important;
    padding: 0;
    margin: 40px 0;
}

footer .ft-box .content .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2A2A2A !important;
    border: none !important;
    color: #fff !important;
    height: 60px;
}

footer .ft-box .content .form-wrapper input {
    width: 80%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .ft-box .content .form-wrapper button {
    width: 20%;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
    text-decoration: none;
}

footer .ft-box .content .form-wrapper input::-webkit-input-placeholder {
    color: #ffffff59;
}

footer .ft-box .content .form-wrapper input::-moz-placeholder {
    color: #ffffff59;
}

footer .ft-box .content .form-wrapper input:-ms-input-placeholder {
    color: #ffffff59;
}

footer .ft-box .content .form-wrapper input::-ms-input-placeholder {
    color: #ffffff59;
}

footer .ft-box .content .form-wrapper input::placeholder {
    color: #ffffff59;
}

footer .copyright p {
    margin: 0;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
}

footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 25px;
}

footer .social span a,
footer .social span a * {
    fill: #ffffff;
    display: block;
    font-size: 22px;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

footer .social span a:hover,
footer .social span a:hover * {
    fill: #feeb25;
}

footer .ft-box .content span a:hover,
footer .ft-box ul li a:hover {
    background-size: 100% 100%;
}

footer .ft-img .img-item:before {
    background: -o-linear-gradient(top, rgba(255, 175, 0, 0.75), rgba(255, 104, 73, 0.75));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 175, 0, 0.75)), to(rgba(255, 104, 73, 0.75)));
    background: linear-gradient(to bottom, rgba(255, 175, 0, 0.75), rgba(255, 104, 73, 0.75));
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

footer .ft-img .img-item:hover:before {
    opacity: 1;
}


/* footer end */


/* service start */

h2.verticle-txt {
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    position: absolute;
    z-index: 2;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 63px 0 -48px -80px;
    left: -34px;
    top: -34px;
}

h2.verticle-txt::before {
    content: "";
    left: -1px;
    top: 6px;
    width: 100%;
    height: 100%;
    background: #feeb25;
    position: absolute;
    z-index: -1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#services {
    padding: 100px 0px;
    background-image: url(../img/service-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 1020px;
    position: relative;
    z-index: 5;
}

#services .container {
    padding: 90px 100px 0 160px;
    position: relative;
}

#services .servce-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 100px;
    cursor: pointer;
}

#services .servce-box img {
    display: block;
    -webkit-mask-image: url('../img/service01.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

#services .col-lg-4:nth-child(2) .servce-box img {
    -webkit-mask-image: url('../img/service02.svg');
}

#services .col-lg-4:nth-child(3) .servce-box img {
    -webkit-mask-image: url('../img/service03.svg');
}

#services .servce-box h5 {
    margin: 0;
    font-size: 60px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
    text-shadow: 5px 5px 0 #ffeb00;
}

#services .heading {
    position: absolute;
    left: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#services .heading h5 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    position: relative;
    z-index: 2;
    transform: rotate(-90deg) translate(-45px, -10px);
}

#services .heading h5:before {
    content: "";
    left: -6px;
    top: 0;
    width: 115%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#services .servce-box .img:before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: var(--primary-color);
    -webkit-transform: translateY(10px) rotate(-31deg);
    -ms-transform: translateY(10px) rotate(-31deg);
    transform: translateY(10px) rotate(-31deg);
    -webkit-mask-image: url('../img/service01.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

#services .servce-box .img {
    position: relative;
}


/* service end */


/* appraoches start */

#approaches {
    padding: 250px 0;
    background: #f7f7f7;
    margin: -150px 0;
}

#approaches .container {
    width: 1000px;
}

#approaches h5 {
    margin: 0;
    font-size: 60px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
    margin-bottom: 130px;
}

#approaches .apprache {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#approaches .apprache * {
    margin: 0;
}

#approaches .apprache h4 {
    font-size: 30px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
    position: relative;
    z-index: 2;
}

#approaches .apprache p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--sub-menu-color);
    line-height: 1.6em;
    letter-spacing: 0.4px;
    width: 100%;
    padding-left: 5px;
    position: relative;
}

#approaches .apprache .number {
    position: absolute;
    font-size: 120px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    z-index: 1;
    top: -78px;
    left: -39px;
}

#approaches .col-lg-4:nth-child(3) {
    padding-left: 75px;
}

#approaches .col-lg-4:nth-child(4) {
    padding-left: 80px;
}

#approaches .col-lg-4:nth-child(4) p {
    width: 100%;
}

#approaches h3 {
    position: absolute;
    top: 0;
    left: -100px;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    margin: 0;
    transform: rotate(-90deg) translate(-50px, 0px);
}

#approaches .col-lg-12 {
    position: relative;
}

#approaches h3:before {
    content: "";
    left: -6px;
    top: 0;
    width: 110%;
    height: 110%;
    background: var(--primary-color);
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#approaches h3 span {
    position: relative;
    z-index: 2;
}

#approaches .apprache p .line {
    background: url('../img/dash-divider.svg');
    background-repeat: no-repeat;
    --size: 14px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: 0;
}

#approaches .apprache p .line.line1 {
    left: -27px;
    top: 8px;
}

#approaches .apprache p .line.line2 {
    left: -15px;
    top: 8px;
}

#approaches .apprache .theme-btn {
    padding: 12px 50px 15px 50px;
}


/* appraoches end */


/* Work start */

#work {
    padding: 200px 0px;
    background-image: url(../img/workmasking-suit.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
}

#work .four {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 650px;
}

#work .one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 650px;
}

#work .two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 650px;
}

#work .four .work-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 325px;
}

#work .work-item {
    position: relative;
}

#work .work-item .hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #feeb0ae6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    opacity: 0;
    pointer-events: none;
}

#work .work-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#work .one .work-item {
    height: 100%;
}

#work .two .work-item {
    height: 50%;
}

#work .work-item .hover h4 {
    font-family: var(--secondary-font);
    text-align: center;
    margin: 0;
    color: var(--sub-menu-color);
    font-size: 25px;
    line-height: 1.2em;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#work .work-item .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: rgba(53, 53, 53, 0.8);
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#work .work-item .buttons a {
    color: rgba(53, 53, 53, 0.8);
    text-decoration: none;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    position: relative;
}

#work .work-item .buttons a:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: rgba(53, 53, 53, 0.8);
    position: absolute;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    margin: 0 auto;
}

#work .work-item .buttons a:hover:before {
    width: 100%;
}

#work .work-item:hover .buttons {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#work .work-item:hover h4 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#work .work-item:hover .hover {
    opacity: 1;
    pointer-events: all;
}

#work .pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#work .sectionheading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

#work .sectionheading .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#work .sectionheading .inner h5 {
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-right: -70px;
}

#work .sectionheading .inner h6 {
    margin: 0;
    font-size: 60px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
}

#work .sectionheading .inner h5:before {
    content: "";
    content: "";
    left: -4px;
    top: 0;
    width: 110%;
    height: 20%;
    background: var(--primary-color);
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#work .sectionheading .inner h5 span {
    position: relative;
    z-index: 1;
}


/* Work end */


/* team start */

#team {
    padding: 100px 0;
}

#team .sectionheading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
}

#team .sectionheading .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

#team .sectionheading .inner h5 {
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-right: -100px;
    margin-left: 20px;
}

#team .sectionheading .inner h6 {
    margin: 0;
    font-size: 60px;
    line-height: 1.18em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
}

#team .sectionheading .inner h5:before {
    content: "";
    content: "";
    left: -3px;
    top: 0;
    width: 110%;
    height: 20%;
    background: var(--primary-color);
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#team .sectionheading .inner h5 span {
    position: relative;
    z-index: 1;
}

#team .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding-bottom: 20px;
}

#team .row {
    gap: 60px;
}

#team .slider .item .img {
    display: block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    position: relative;
    -webkit-mask-image: url(../img/staff_mask_1.svg);
}

#team .slider .item .img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    height: 40%;
    opacity: 0;
    -webkit-transform: skew(0, -7deg);
    -ms-transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    -webkit-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    -o-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    background-color: rgba(0, 185, 162, 0.8);
}

#team .slider .item .img .social {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    transform: translateX(-48%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, bottom 0.8s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, bottom 0.8s ease-in-out;
    transition: opacity 0.5s ease-in-out, bottom 0.8s ease-in-out;
}

#team .slider .item .img .info {
    position: absolute;
}

#team .slider .item .img .social a {
    border-radius: 50%;
    background: var(--primary-color);
    --size: 40px;
    width: var(--size);
    height: var(--size);
    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;
    color: var(--sub-menu-color);
    font-size: 22px;
}

#team .slider .item .img:hover:before {
    bottom: 0;
    opacity: 1;
}

#team .slider .item .img:hover .social {
    opacity: 1;
    bottom: 15%;
}

#team .slider .item .info {
    right: 90px;
    bottom: -20px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#team .slider .item {
    position: relative;
}

#team .slider .item .info * {
    margin: 0;
    background: var(--primary-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 10px;
}

#team .slider .item .info h5 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 15px;
}

#team .slider .item .info h6 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
}

#team .slider .item:nth-child(1) .img {
    -webkit-mask-image: url(../img/staff_mask_1.svg);
}

#team .slider .item:nth-child(2) .img {
    -webkit-mask-image: url(../img/staff_mask_2.svg);
}

#team .slider .item:nth-child(3) .img {
    -webkit-mask-image: url(../img/staff_mask_3.svg);
}

#team_slider {
    overflow: hidden;
    padding-bottom: 5px;
}

#dotes span {
    --size: 12px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    display: block;
    border-radius: 50%;
    background: var(--sub-menu-color);
    opacity: 1;
    border: 3px solid transparent;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    position: relative;
}

div#dotes {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
    margin-top: 58px;
}

#dotes span.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid var(--primary-color);
    margin-right: 50px;
    scale: 1.5;
}

#dotes span:before {
    content: "";
    right: -33px;
    top: 50%;
    width: 0;
    background: var(--sub-menu-color);
    height: 2px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

#dotes span.swiper-pagination-bullet-active:before {
    width: 30px;
}

#dotes span:nth-last-child(1).swiper-pagination-bullet-active {
    margin-left: 50px;
    margin-right: 0;
}

#dotes span:nth-last-child(1):before {
    right: unset;
    left: -32px;
}


/* team end */


/* blog start */

#blogs {
    padding: 100px 0;
    background: url('../img/blog-bg.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 100% 100%;
    min-height: 1000px;
    background-repeat: no-repeat;
}

#blogs .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 16px;
    position: relative;
}

#blogs .blog * {
    margin: 0;
}

#blogs .blog .strategy {
    text-decoration: none;
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    font-weight: 400;
    margin-top: 20px;
    position: relative;
}

#blogs .row {
    margin-top: 100px;
    padding: 0 50px;
}

#blogs .blog h4 {
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
    font-size: 28px;
}

#blogs .blog p {
    font-family: var(--primary-font);
    color: #353535a8;
    font-weight: 400;
}

#blogs .blog .theme-btn span:nth-child(3) {
    background: #fff;
}

#blogs .blog .strategy:before {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #00B9A2;
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#blogs .blog .strategy:hover:before {
    width: 100%;
}

#blogs .blog .date-box {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--primary-color);
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
    z-index: 5;
}

#blogs .blog .date-box * {
    margin: 0;
}

#blogs .blog .date-box h6 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    text-shadow: 1px 1px 0px #fff;
}

#blogs .blog .date-box h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    text-shadow: 1px 1px 0px #fff;
}


/* blog end */


/* testimonial start */

#testimonial {
    padding: 170px 0 0 0;
}

#testimonial .test-item .img {
    -webkit-mask-image: url(../img/testimonial-mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

#testimonial .test-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#testimonial .test-item .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

#testimonial .test-item .content * {
    margin: 0;
}

#testimonial .test-item .content p {
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
    width: 90%;
    position: relative;
    padding-left: 50px;
}

#testimonial .container {
    padding: 0 60px;
}

#testimonial .test-item .info * {
    margin: 0;
    background: var(--primary-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px;
}

#testimonial .test-item .info h5 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 15px;
}

#testimonial .test-item .info h6 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
}

#testimonila_slider {
    overflow: hidden;
    padding: 0 0 50px 0;
}

#testimonila_slider #dotes {
    margin-top: 20px;
}

#testimonila_slider #dotes span::before {
    background: var(--primary-color);
}

#testimonial .test-item .content p span:nth-child(1) {
    position: absolute;
    left: 5px;
}

#testimonial .test-item .content .info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.testi-icon {
    position: absolute;
    width: 68px;
}


/* testimonial end */


/* patner start */

#partners {
    padding: 100px 0;
    background: #f2f2f2;
    margin-top: 80px;
    position: relative;
}

#partners img {
    margin: 0 20px;
    display: block;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#partners img:hover {
    -webkit-animation: theme_btn_hover linear alternate 1s infinite;
    animation: theme_btn_hover linear alternate 1s infinite;
    scale: 1.1;
}

#partners .ring {
    position: absolute;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    background: transparent;
    border: 15px solid #91dbd2;
    border-radius: 50%;
    z-index: 1;
    top: 0;
}

#partners .container {
    position: relative;
    z-index: 5;
}


/* patner end */


/* cta start */

#cta {
    padding: 150px 0;
    background: url('../img/cta-patter.png'), #01b8a2;
    position: relative;
    overflow: hidden;
}

#cta .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

#cta h5 {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    text-align: center;
    margin: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 28px;
}

#cta h5:before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: url('../img/dash-divider.svg');
    position: absolute;
    height: 16px;
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: cta-h5-before linear infinite 500s;
    animation: cta-h5-before linear infinite 500s;
}

@-webkit-keyframes cta-h5-before {
    100% {
        background-position-x: 10000px;
    }
}

@keyframes cta-h5-before {
    100% {
        background-position-x: 10000px;
    }
}

#cta h4 {
    margin: 0;
    text-align: center;
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
}

#cta .theme-btn {
    margin: 0 auto;
}

#cta .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

#cta .lines {
    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;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    left: 0;
    top: 0;
    z-index: 1;
}

#cta .lines span {
    width: 5px;
    height: 140px;
    background: var(--primary-color);
    border-radius: 5px;
}

#cta .container {
    position: relative;
    z-index: 5;
}


/* cta end */


/* mobile menu start */

#mb-header {
    display: none;
}

#mobilemenu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 99;
    padding: 20px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#mobilemenu.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#mobilemenu .logo {
    width: 210px;
}

#mobilemenu .mb-menu {
    margin-top: 40px;
}

#mobilemenu .mb-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

#mobilemenu .mb-menu ul li {
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    border-bottom: 1px solid #312b2b59;
    padding: 15px 0;
}

#mobilemenu .mb-menu ul li a {
    text-decoration: none;
    color: black;
    font-family: var(--primary-font);
    font-size: 23px;
    padding: 0 0 0 10px;
}

#mobilemenu .mb-menu ul .sub_menu_wrapper {
    position: unset;
    /* background: #ffffff; */
    border-radius: 6px;
    padding: 0;
    pointer-events: all;
    margin: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#mobilemenu .mb-menu ul .sub_menu_wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* gap: 5px; */
}

#mobilemenu .mb-menu ul .sub_menu_wrapper ul a {
    color: black;
    font-size: 23px;
    width: 100%;
    display: block;
    background: white;
    border-radius: 5px;
    text-align: left;
    padding: 3px 26px 7px 26px;
    border-bottom: 1px solid #33333345;
}

#mobilemenu .mb-menu ul .sub_menu_wrapper li {
    padding: 0 !important;
}

#mobilemenu .mb-menu ul li a .arrow {
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    display: inline-block;
}

#mobilemenu .mb-menu li .sub_menu_wrapper.active {
    height: fit-content;
    padding: 6px;
    margin: 6px 0;
}

#mobilemenu .mb-menu li.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-close {
    position: absolute;
    right: 24px;
    background: #ffffff;
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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;
    z-index: 5;
    color: #000;
    font-size: 20px;
}

.menu-open {
    --size: 43px;
    width: var(--size);
    height: var(--size);
    background: #ffffff;
    border-radius: 50%;
    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;
    font-size: 30px;
    color: #00000059;
    margin: 0 0 0 auto;
}


/* mobile menu end */


/* inner page banner start */

#innerbanner {
    padding: 150px 0;
    background: url('../img/inner-page-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 550px;
}

#innerbanner .ex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#innerbanner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

#innerbanner :where(.container,
.row,
.col-lg-12) {
    height: 100%;
    position: relative;
}

#innerbanner h5 {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 100px;
    line-height: 1.2em;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
}

#innerbanner .bradcrums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

#innerbanner .bradcrums a,
#innerbanner .bradcrums {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.9;
    font-family: var(--primary-font);
    font-size: 18px;
    text-decoration: none;
}

#innerbanner h5:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 48%;
    background: url(../img/dash-divider.svg);
    position: absolute;
    height: 18px;
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: cta-h5-before linear infinite 500s;
    animation: cta-h5-before linear infinite 500s;
    z-index: 2;
    margin: 0 auto;
}

#innerbanner .image01 {
    position: absolute;
    top: -48px;
    left: 60px;
}

#innerbanner .image02 {
    position: absolute;
    right: 0;
    bottom: -100px;
}


/* inner page banner end */


/* contact section satrt */

.contact-form {
    padding: 37px 30px;
    box-shadow: 0 0 11px #0000001c;
    margin: 0 60px 0 -220px;
    border-radius: 10px;
}

.contact-form .form-group input, .form-group textarea {
    background: #33333312 !important;
    color: #000;
    /* border-radius: 10px; */
}

.contact-form .form-group select {
    width: 100%;
    height: 40px;
    padding: 0 13px;
    border: 0;
    border-bottom: 1px solid #202020;
    background: #33333312 !important;
}

.contact-form .form-group label {
    margin: 1px 0 -5px 0;
    display: none;
}

#contactus {
    padding: 100px 0;
}

#contactus .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
}

#contactus .heading h2 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 26px;
    position: relative;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0 -105px 0 20px;
}

#contactus .heading h2:before {
    content: "";
    left: 12px;
    top: -6px;
    width: 75%;
    height: 110%;
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#contactus .heading h4 {
    margin: 0;
    font-family: var(--secondary-font);
    font-size: 50px;
    color: var(--sub-menu-color);
}

#contactus .first {
    padding-left: 85px;
    margin: 60px 0;
}

#contactus .first p {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--sub-menu-color);
    font-weight: 400;
}

#contactus .first h3 {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 25px;
    color: var(--sub-menu-color);
    font-weight: 600;
}

#contactus .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

#contactus .infow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-left: 50px;
}

#contactus .infow-wrapper .info-box ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

#contactus .infow-wrapper .info-box ul li {
    list-style: none;
}

#contactus .infow-wrapper .info-box ul li:nth-child(1) {
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}

#contactus .infow-wrapper .info-box ul li:nth-child(1):before {
    content: "";
    left: 0;
    top: 50%;
    --size: 12px;
    background: var(--primary-color);
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contactus .infow-wrapper .info-box a {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--sub-menu-color);
    font-weight: 400;
    text-decoration: none;
    position: relative;
}

#contactus .infow-wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

#contactus .infow-wrapper .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 30px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#contactus .infow-wrapper .info-box a:before {
    content: "";
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    background: #000;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#contactus .infow-wrapper .info-box a:hover:before {
    width: 100%;
}

#contactus .infow-wrapper .social a:hover {
    color: var(--primary-color);
    -webkit-animation: theme_btn_hover linear alternate 1s infinite;
    animation: theme_btn_hover linear alternate 1s infinite;
    scale: 1.2;
}

#contactus .map-wrapper {
    --size: 900px;
    width: var(--size);
    height: var(--size);
    -webkit-mask-image: url(../img/service01.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    margin: -180px 0 0 -200px;
}

#contactus .map-wrapper iframe {
    width: 100%;
    height: 100%;
}


/* contact section end */


/* about who start */

#who-about {
    padding: 100px 0;
    background-image: url(../img/about-bg.gif);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

#who-about .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#who-about .heading h2 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 26px;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: -50px;
}

#who-about .heading h2:before {
    content: "";
    left: -7px;
    top: 10px;
    width: 110%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#who-about .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
}

#who-about .container .row {
    gap: 76px;
}

#who-about .col-lg-12 .row {
    gap: 0;
}

#who-about .img {
    -webkit-mask-image: url(../img/service01.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

#who-about .who-box {
    position: relative;
}

#who-about .who-box h3 {
    margin: 0;
    font-family: var(--secondary-font);
    text-shadow: 2px 2px 0 #fff;
    padding-left: 30px;
    color: var(--sub-menu-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    font-size: 35px;
    z-index: 1;
}

#who-about .who-box h3:before {
    --size: 15px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #00b9a2;
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
}

#grateresult {
    padding: 100px 0;
    background: url('../img/about-grate.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#grateresult .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#grateresult .heading h2 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 19px;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: -50px;
    margin-left: -53px;
}

#grateresult .heading h2:before {
    content: "";
    left: -7px;
    top: 9px;
    width: 110%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#grateresult .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
    color: #fff;
}

#grateresult .container .row {
    gap: 60px;
}

#grateresult .col-lg-12 .row {
    gap: 0;
}

#grateresult .counter * {
    margin: 0;
}

#grateresult .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

#grateresult .counter h5 {
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 75px;
    color: var(--primary-color);
}

#grateresult .counter p {
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 40px;
    color: #fff;
}

#grateresult .heading h2 span {
    position: relative;
    z-index: 2;
}

#grateresult .img {
    width: 250px;
    position: absolute;
    top: -40px;
    right: 0;
    -webkit-animation: grateresult infinite linear 1s alternate;
    animation: grateresult infinite linear 1s alternate;
}

@-webkit-keyframes grateresult {
    0% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes grateresult {
    0% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

#about.vission {
    background: no-repeat;
}

#about.vission .img {
    margin: 0 auto;
}

#about.vission .img img {
    -webkit-mask-image: url(../img/service01.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

#our-standarts {
    padding: 100px 0;
    background: #f7f7f7;
    position: relative;
}

#our-standarts .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#our-standarts .heading h2 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 19px;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0 -40px 0 -57px;
}

#our-standarts .heading h2 span {
    position: relative;
    z-index: 3;
}

#our-standarts .heading h2:before {
    content: "";
    left: -7px;
    top: 9px;
    width: 110%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#our-standarts .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
    color: var(--sub-menu-color);
}

#our-standarts .row {
    gap: 75px;
}

#our-standarts .col-lg-12 .row {
    gap: 0;
}

#our-standarts .icon-box * {
    margin: 0;
}

#our-standarts .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

#our-standarts .icon-box .icon-wrapper {
    position: relative;
    --size: 100px;
    width: var(--size);
    height: var(--size);
}

#our-standarts .icon-box .icon-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#our-standarts .icon-box .icon-wrapper .icon-svg {
    width: 100%;
    height: 100%;
}

#our-standarts .icon-box .icon-wrapper .icon {
    width: 42px;
    z-index: 2;
}

#our-standarts .icon-box h5 {
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 30px;
    color: var(--sub-menu-color);
}

#our-standarts .icon-box p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--sub-menu-color);
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 83%;
}

#our-standarts .container {
    max-width: 1100px;
    position: relative;
    z-index: 3;
}


/* about who end */


/* about process start */

#our-process .container {
    background: url('../img/ourprocess.png') no-repeat;
    background-size: 100% 100%;
    min-height: 870px;
    padding: 100px 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
}

#our-process {
    background: #f7f7f7;
    position: relative;
}

#our-process .container .row {
    gap: 70px;
    position: relative;
    z-index: 4;
}

#our-process .container .col-lg-12 .row {
    gap: 0;
}

#our-process .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#our-process .heading h2 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 19px;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0 -40px 0 -41px;
}

#our-process .heading h2 span {
    position: relative;
    z-index: 3;
}

#our-process .heading h2:before {
    content: "";
    left: -5px;
    top: 0;
    width: 110%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#our-process .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
    color: var(--sub-menu-color);
}

#our-process .content * {
    margin: 0;
}

#our-process .content h3 {
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 30px;
    color: var(--sub-menu-color);
    position: relative;
    z-index: 2;
}

#our-process .content p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--sub-menu-color);
    line-height: 1.2em;
    letter-spacing: 0.5px;
    width: 101%;
}

#our-process .content span {
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 110px;
    color: #ffffffbd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#our-process .content {
    position: relative;
    padding-top: 72px;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

#our-process .ex-animation {
    width: 600px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: 2;
}

#our-process .ex-animation img {
    width: 100px;
}


/* about process end */


/* service page service start */

#services.service-page {
    min-height: auto;
    background: none;
}

#services.service-page .container {
    padding: 0 100px;
}

#services.service-page .container .heading {
    left: 0;
    display: none;
}

#services.service-page .container .heading:before {
    background: var(--primary-color);
}

#services.service-page .servce-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#services.service-page .col-lg-4+.col-lg-4 h5 {
    text-shadow: none;
}

#services.service-page .col-lg-4+.col-lg-4 .servce-box .img:before {
    display: none;
}

#services.service-page .theme-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 86px;
}

#services.service-page .servicepage-icon {
    width: 117px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    -webkit-animation: servicepage-icon 50s linear infinite alternate;
    animation: servicepage-icon 50s linear infinite alternate;
}

@-webkit-keyframes servicepage-icon {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    0% {
        -webkit-transform: translateX(1000%);
        transform: translateX(1000%);
    }
}

@keyframes servicepage-icon {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    0% {
        -webkit-transform: translateX(1000%);
        transform: translateX(1000%);
    }
}


/* service page service end */


/* Service page what we do start */

#whatwedo {
    background: url('../img/ourprocess.png') no-repeat;
    background-size: 100% 100%;
}

#whatwedo .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
}

#whatwedo .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#whatwedo .icon-box .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatwedo .icon-box .icon {
    --size: 60px;
    background: #fff;
    min-width: var(--size);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    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;
    padding: 5px;
    min-height: var(--size);
    padding: 12px;
}

#whatwedo .icon-box .content * {
    margin: 0;
}

#whatwedo .icon-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

#whatwedo .icon-box .content h5 {
    font-size: 30px;
    line-height: 1.2em;
    font-family: var(--secondary-font);
    color: var(--sub-menu-color);
}

#whatwedo .icon-box .content p {
    color: var(--sub-menu-color);
    opacity: 0.9;
    font-family: var(--primary-font);
    font-size: 16px;
    text-decoration: none;
}

#whatwedo h4 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 22px;
    position: relative;
    z-index: 2;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 63px 0 -48px -80px;
}

#whatwedo h4 span {
    position: relative;
    z-index: 3;
}

#whatwedo h4:before {
    content: "";
    left: -9px;
    top: 8px;
    width: 110%;
    height: 110%;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#whatwedo .container {
    padding: 200px 100px;
}

#whatwedo .col-lg-12 .row {
    row-gap: 60px;
}

#about.choose-quality img {
    -webkit-mask-image: url(../img/testimonial-mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
}

#about.choose-quality .img {
    margin: 0 auto;
}

#about.choose-quality #testimonila_slider #dotes span {
    background: #e5e5e5;
}

#about.choose-quality #testimonila_slider #dotes span::before {
    background: #e5e5e5;
}

#about.choose-quality #testimonila_slider #dotes {
    margin-top: 60px;
}

#about.choose-quality #testimonila_slider #dotes span.swiper-pagination-bullet-active {
    background: transparent;
}


/* Service page what we do end */


/* pricing section start */

#pricing {
    padding: 100px 0;
}

#pricing .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

#pricing .heading h4 {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 18px;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 80px -49px 0px -70px;
}

#pricing .heading h4:before {
    content: "";
    left: -10px;
    top: 8px;
    width: 110%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    -webkit-animation: contenth4before alternate 1s infinite linear;
    animation: contenth4before alternate 1s infinite linear;
}

#pricing .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
}

#pricing .heading p {
    margin: 0;
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 70%;
}

#pricing .heading .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

#pricing .pricing-box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    background-color: #d4f4f1;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

#pricing .pricing-box .pricing-header {
    position: relative;
    padding: 30px 15px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

#pricing .pricing-box .pricing-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-mask-image: url(../img/pricing_plan.svg);
    -webkit-mask-position: center bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: #00b9a2;
}

#pricing .pricing-box .pricing-header h4 {
    position: relative;
    z-index: 3;
    margin: 0;
    font-family: var(--secondary-font);
    font-size: 35px;
    color: var(--primary-color);
}

#pricing .pricing-box .pricing-header .lines-pricing span {
    width: 3px;
    height: 18px;
    background: var(--primary-color);
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

#pricing .pricing-box .pricing-header .lines-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

#pricing .pricing-box .pricing-header .price_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

#pricing .pricing-box .pricing-header .price_wrapper i {
    font-family: var(--primary-font);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

#pricing .pricing-box .pricing-header .price_wrapper span {
    font-family: var(--primary-font);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    margin: 0;
    line-height: 1;
}

#pricing .pricing-box .pricing-header .price_wrapper p {
    font-family: var(--primary-font);
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    line-height: 1.1em;
    margin: 0;
}

#pricing .pricing-box .content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

#pricing .pricing-box .content-wrapper * {
    margin: 0;
}

#pricing .pricing-box .content-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    color: rgba(53, 53, 53, 0.3);
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 400;
}

#pricing .pricing-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#pricing .pricing-box.best:before {
    content: "best";
    right: -34px;
    top: 14px;
    width: 126px;
    height: 34px;
    background: var(--primary-color);
    position: absolute;
    z-index: 4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    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;
}

#pricing .pricing-box.best {
    background: var(--primary-color);
}

#pricing .pricing-box.best .content-wrapper div {
    color: #000;
}

#pricing .pricing-box.best .theme-btn span:nth-child(3) {
    background: #fff;
}


/* pricing section end */


/* faq page start */

#pricing.faq .heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-bottom: 1px solid #8783833d;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 15px;
}

.faq-question {
    background-color: #f1f1f100;
    padding: 15px;
    cursor: pointer;
    font-size: 17px;
    color: black;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-family: var(--secondary-font);
}

.faq-question:hover {
    background-color: #feeb25;
    color: black;
}

.faq-answer {
    margin-top: -15px;
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    -o-transition: max-height 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    margin: 15px 0;
}

.faq-answer p {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 16px;
}

.faq-item.active {
    background: #feeb25;
}

.faq-item.active * {
    color: #000000;
}

.faq-question:hover {
    color: black;
}


/* faq page end */


/* blog page start */

#blogsection {
    padding: 100px 0;
}

#blogsection .row:nth-child(even) {
    margin: 40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#blogsection .col-lg-6 * {
    margin: 0;
}

#blogsection .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#blogsection a {
    font-family: var(--primary-font);
    font-size: 16px;
    text-decoration: none;
    color: var(--sub-menu-color);
}

#blogsection h4 {
    font-family: var(--secondary-font);
    font-size: 30px;
}

#blogsection p {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--sub-menu-color);
    font-weight: 400;
    width: 88%;
    margin: 0 0 0 auto !important;
    opacity: 0.7;
}

#blogsection .blog-btn {
    font-weight: 600;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    padding-left: 20px;
}

#blogsection .row:nth-child(even) * {
    text-align: left;
}

#blogsection .row:nth-child(odd) * {
    text-align: right;
}

#blogsection .divider {
    display: block;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    margin: 0 0 0 auto;
}

#blogsection .blog-btn:before {
    content: "";
    left: 0;
    top: 50%;
    --size: 10px;
    width: var(--size);
    height: var(--size);
    background: var(--primary-color);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#blogsection .blog-btn:hover:before {
    border-radius: 2px;
    top: 78%;
    width: 100%;
    height: 10px;
    -webkit-transform: translate(8%, -50%);
    -ms-transform: translate(8%, -50%);
    transform: translate(8%, -50%);
}

#blogsection .row:nth-child(even) p {
    margin: 0 !important;
}

#blogsection .row:nth-child(even) .divider {
    margin: 0 !important;
}

#blogsection .row:nth-child(even) .blog-btn {
    margin: 0 !important;
}

#blogsection .blog-img {
    height: 350px;
    position: relative;
}

#blogsection .blog-img .blog-date {
    position: absolute;
    background: #fff;
    padding: 10px 30px;
    left: 20px;
    top: 20px;
}

#blogsection .blog-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#blogsection .blog-img .blog-date * {
    margin: 0;
}

#blogsection .blog-img .blog-date h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: var(--sub-menu-color);
    opacity: 0.8;
}

#blogsection .blog-img .blog-date h5 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: var(--sub-menu-color);
    opacity: 0.8;
}


/* blog page end */


/* single blog page start */

#single-blog-section {
    padding: 100px 0;
}

#single-blog-section .row {
    row-gap: 20px;
}

#single-blog-section .row * {
    margin: 0;
}

#single-blog-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
}

#single-blog-section .content p {
    font-family: var(--primary-font);
    color: var(--sub-menu-color);
    font-size: 16px;
}

#single-blog-section .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

#single-blog-section span {
    color: #000;
    opacity: 0.7;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#single-blog-section a {
    font-size: 12px;
    color: #ffffff;
    background: #00000070;
    padding: 0 5px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    display: block;
}

#single-blog-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

#single-blog-section .social span {
    all: unset;
}

#single-blog-section .blog-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #e5e5e5;
    padding: 20px 0;
}

#single-blog-section .slide-item a {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    gap: 15px;
}

#single-blog-section .slide-item .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}

#single-blog-section .slide-item .content-inner p {
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
}

#single-blog-section .slide-item a .img {
    height: 80px;
}

#single-blog-section .slide-item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#single-blog-section .slide-item .content-inner h5 {
    color: var(--sub-menu-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
}

#single-blog-section .next.slide-item :where(p,
h5) {
    text-align: right;
}

#single-blog-section .blog-slide .inner-divider {
    min-width: 1px;
    background: #e5e5e5;
    display: block;
}

#single-blog-section .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
    margin-top: 30px;
}

#single-blog-section .form h5 {
    font-family: var(--secondary-font);
    font-size: 40px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#single-blog-section .form h5:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 23%;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
}

#single-blog-section .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
}

#single-blog-section .form-wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
}

#single-blog-section .form-wrapper :where(input,
textarea) {
    width: 100%;
    font-family: var(--primary-font);
    height: 48px;
    color: var(--sub-menu-color);
    padding: 15px;
    font-weight: 400;
    border: 1px solid var(--primary-color);
}

#single-blog-section .form-wrapper :where(textarea) {
    height: 150px;
}

#single-blog-section .form-wrapper .btn-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0;
}

#single-blog-section .form-wrapper .btn-ct button {
    min-height: 50px;
    padding: 0 25px;
    background: var(--sub-menu-color);
    color: var(--primary-color);
    border: none;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

#single-blog-section .form-wrapper .btn-ct button:hover {
    background: var(--primary-color);
    color: var(--sub-menu-color);
}

#single-blog-section .social a:hover {
    background: #000;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}


/* single blog page end */


/* pop start */

.pop {
    position: fixed;
    width: 700px;
    padding: 50px 33px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 999;
    background: #4acfb4;
    border-radius: 10px;
    -webkit-box-shadow: rgb(0 0 0 / 44%) 0px 54px 55px, rgb(0 0 0 / 57%) 0px -12px 30px, rgb(0 0 0 / 43%) 0px 4px 6px, rgb(0 0 0 / 29%) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    box-shadow: rgb(0 0 0 / 44%) 0px 54px 55px, rgb(0 0 0 / 57%) 0px -12px 30px, rgb(0 0 0 / 43%) 0px 4px 6px, rgb(0 0 0 / 29%) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
}

.pop.active {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
}

.pop .pop-close {
    --size: 45px;
    width: var(--size);
    height: var(--size);
    background: #000000;
    border-radius: 50%;
    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;
    position: absolute;
    left: -14px;
    color: #fff;
    top: -9px;
    cursor: pointer;
}

.pop h5 {
    color: var(--sub-menu-color);
    font-family: var(--secondary-font);
    font-size: 39px;
    line-height: 1.2em;
    margin: 0;
}

.pop .inner-form-erapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.pop .inner-form-erapper :where(input,
textarea) {
    width: 100%;
    font-family: var(--primary-font);
    height: 48px;
    color: var(--sub-menu-color);
    padding: 15px;
    font-weight: 400;
    border: 1px solid var(--primary-color);
}

.pop .inner-form-erapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.pop-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
}

.pop .inner-form-erapper :where(textarea) {
    height: 143px;
}

.pop .inner-form-erapper .btn-ct-pop button {
    min-height: 50px;
    padding: 0 25px;
    background: var(--sub-menu-color);
    color: var(--primary-color);
    border: none;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}

.pop .inner-form-erapper .btn-ct-pop button:hover {
    background: var(--primary-color);
    color: var(--sub-menu-color);
}


/* pop end */


/* home pop start */

.home-pop-up {
    background: url('../img/home-pop-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    width: 700px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -130%);
    -ms-transform: translate(-50%, -130%);
    transform: translate(-50%, -130%);
    padding: 20px;
    border-radius: 10px;
    z-index: 99999999999999;
    -webkit-box-shadow: rgb(0 0 0 / 75%) 0px 19px 38px, rgb(0 0 0 / 39%) 0px 15px 12px;
    box-shadow: rgb(0 0 0 / 75%) 0px 19px 38px, rgb(0 0 0 / 39%) 0px 15px 12px;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
}

.home-pop-up.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-pop-up * {
    margin: 0;
}

.home-pop-up h5 {
    font-family: var(--secondary-font);
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

.home-pop-up h6 {
    font-family: var(--secondary-font);
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    text-align: right;
}

.home-pop-up .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 2%;
}

.home-pop-up .wrapper .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.home-pop-up .wrapper .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
}

.home-pop-up .wrapper .form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    background: #1e092e;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.home-pop-up .wrapper .form div :where(input,
select) {
    background: #fff;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-family: var(--primary-font);
    font-size: 14px;
    color: var(--sub-menu-color);
    outline: 0;
}

.hom-pop-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #ffffff;
    z-index: 5;
    cursor: pointer;
}

.home-pop-up .wrapper .form button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #4cc291;
    border: none;
    padding: 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    margin: 0 0 0 auto;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
}


/* home pop end */

/* extra css start */

#services .heading h5 span {
    position: relative;
    z-index: 5;
}
#about.choose-quality h4 {
    top: 24px;
    left: -25px;
}
#pricing.faq h4 {
    margin: 0px -49px 0px -70px;
}

#contactus .heading h2:before {
    width: 110%;
    height: 17%;
    top: 7px;
    left: -8px;
}

#body.active {
    position: relative;
}


body.scrolled header {
    position: fixed;
    background: white;
    box-shadow: -1px 8px 6px #3333331a;
}

body.scrolled header .menu-wrapper .menu ul li a {
    color: black !important;
}

body.scrolled header .logo {
    display: none;
}

body.scrolled .sticky-logo {
    display: block;
    width: 143px;
}


section#mobilemenu .logo {
    display: block;
}

#body.active:before {
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #00000082;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 999999;
    opacity: 1;
    transition: 0.3s ease-in-out all;
}

.chat-icon {
    --size: 61px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    background: linear-gradient(111deg, #05d5ff, #01a58d);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    animation: theme_btn_hover linear alternate 1s infinite;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
}

.chat-icon:hover {
    scale: 1.05;
}

/* extra css end */



/* portfolio page css begin */

.web-content-info .heading h5 {
    margin: 0;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    font-size: 60px;
}

.website-img.logo-box {
    height: 460px;
}

.web-content-info {
    display: flex;
    align-items: center;
    height: 100%;
}

.web-content-info .heading p {
    font-size: 20px;
    padding: 13px 0 14px 0;
}

.web-content-info .heading a {
    color: black;
    font-size: 26px;
    text-decoration: none;
}

.video-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    position: relative;
}

.video-box img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-box:hover img {
    transform: scale(1.05);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #33333369;
}

/* portfolio page css End */



/* ------------------------------ */


/* Responsicivenes start */

@media (max-width: 1500px) {
    footer .logo-content p {
        font-size: 17px;
    }
    
    footer .col-lg-4 {
        width: 100%;
    }
    #slider .col-lg-6:nth-child(2) .slide-img {
        width: 450px;
    }
    #slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) .slide-img {
        width: 250px;
    }
    #slider .slider-item:nth-child(4) .slide-img {
        width: 250px;
    }
    #slider .content h5 {
        font-size: 40px;
    }
    #slider .content h4 {
        font-size: 13px;
    }
    #slider .content a {
        margin-top: 20px;
    }
    #slider .slide_item_01_01 {
        width: 346px;
        top: -125px;
    }
    #slider .slide_item_01_05 {
        width: 117px;
    }
    #slider .slide_item_01_03 {
        width: 300px;
    }
    #slider .slide_item_01_02 {
        width: 107px;
    }
    #slider .slide_item_01_04 {
        width: 68px;
        left: -50px;
    }
    #slider .slide_item_01_06 {
        width: 60px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_01 {
        width: 400px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_03 {
        width: 40px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_02 {
        width: 80px;
    }
    #slider .slider-item:nth-child(4) .slide03_item06 {
        width: 300px;
        top: -32px;
    }
    #slider .slider-item:nth-child(4) .slide03_item02 {
        width: 70px;
    }
    #slider .slider-item:nth-child(4) .slide03_item03 {
        width: 60px;
        top: -50px;
    }
    #slider .slider-item:nth-child(4) .slide03_item04 {
        width: 70px;
        top: 0px;
        right: -52px;
    }
    #slider .slider-item:nth-child(4) .slide03_item05 {
        width: 20px;
        right: -60px;
    }
    .slider_button span {
        --size: 27px;
    }
    header .logo {
        width: 130px;
    }
    .theme-btn {
        font-size: 16px;
        padding: 10px 24px;
    }
    header .menu-wrapper .menu ul {
        gap: 30px;
    }
    header .menu-wrapper .menu ul li a {
        font-size: 16px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul {
        margin-top: 20px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul a {
        font-size: 14px;
        padding: 8px 0 8px 20px;
    }
    header .menu-wrapper .menu ul li:hover .sub_menu_wrapper ul {
        padding: 15px 0;
    }
    #about .content h5 {
        font-size: 45px;
    }
    #about .content p {
        font-size: 15px;
    }
    #about .content {
        gap: 20px;
    }
    #about .content h4 {
        font-size: 18px;
    }
    #about .content h4:before {
        width: 110%;
    }
    #about .img {
        width: 70%;
    }
    #services .servce-box h5 {
        font-size: 50px;
    }
    #services .heading h5 {
        font-size: 18px;
    }
    #services .heading:before {
        width: 100%;
    }
    #approaches h5 {
        font-size: 50px;
    }
    #approaches h3 {
        font-size: 18px;
    }
    #approaches h3:before {
        width: 110%;
    }
    #approaches .apprache .number {
        font-size: 100px;
    }
    #approaches .apprache h4 {
        font-size: 24px;
    }
    #approaches .apprache p {
        font-size: 15px;
    }
    #approaches .apprache .theme-btn {
        padding: 10px 40px 13px 40px;
        font-size: 14px;
    }
    #approaches .apprache {
        gap: 15px;
    }
    #work .sectionheading .inner h6 {
        font-size: 50px;
    }
    #work .sectionheading .inner h5 {
        font-size: 18px;
    }
    #work .sectionheading .inner h5:before {
        width: 110%;
    }
    #work .four {
        height: 550px;
    }
    #work .one {
        height: 550px;
    }
    #work .two {
        height: 550px;
    }
    #work .work-item .hover h4 {
        font-size: 20px;
    }
    #work .work-item .buttons a {
        font-size: 16px;
    }
    #team .sectionheading .inner h6 {
        font-size: 50px;
    }
    #team .sectionheading .inner h5 {
        font-size: 18px;
    }
    #team .sectionheading .inner h5:before {
        width: 110%;
        height: 20%;
        top: 0;
    }
    #blogs .blog .date-box h6 {
        font-size: 20px;
    }
    #blogs .blog .date-box h5 {
        font-size: 12px;
    }
    #blogs .blog .strategy {
        font-size: 14px;
    }
    #blogs .blog h4 {
        font-size: 22px;
    }
    #blogs .blog p {
        font-size: 15px;
    }
    #blogs .blog {
        gap: 13px;
    }
    #blogs {
        min-height: 920px;
    }
    #testimonial .test-item .content p {
        font-size: 35px;
    }
    #cta h5 {
        font-size: 18px;
    }
    #cta h4 {
        font-size: 50px;
    }
    footer .logo-content img {
        width: 135px;
    }
    footer .logo-content p {
        font-size: 14px;
    }
    footer .ft-img .img-item {
        width: 75px;
    }
    footer .ft-box h3 {
        font-size: 18px;
    }
    footer .ft-box .content span h5 {
        font-size: 16px;
    }
    footer .ft-box .content span a {
        font-size: 16px;
    }
    footer .ft-box ul li a {
        font-size: 16px;
    }
    footer .ft-box ul {
        gap: 8px;
    }
    footer .col-lg-5 .ft-box .content {
        gap: 180px;
    }
    footer .copyright p {
        font-size: 14px;
    }
    footer .social span a,
    footer .social span a * {
        font-size: 18px;
    }
    #innerbanner h5 {
        font-size: 80px;
    }
    #innerbanner .bradcrums a,
    #innerbanner .bradcrums {
        font-size: 16px;
    }
    #who-about .heading h5 {
        font-size: 45px;
    }
    #who-about .heading h2 {
        font-size: 20px;
    }
    #who-about .who-box h3 {
        font-size: 26px;
    }
    #our-process .heading h5 {
        font-size: 55px;
    }
    #contactus .map-wrapper {
        --size: 800px;
    }
    #contactus .heading h4 {
        font-size: 45px;
    }
    #work .four .work-item {
        height: 275px;
    }
}

@media (max-width: 1200px) {
    #slider .content h5 {
        font-size: 30px;
    }
    #slider .content h4 {
        font-size: 10px;
    }
    #slider .content a {
        padding: 6px 11px;
        font-size: 10px;
        margin-top: 10px;
    }
    #slider .slide_item_01_01 {
        width: 300px;
        left: -85px;
        top: -114px;
    }
    #slider .slide_item_01_05 {
        width: 10;
        width: 100px;
    }
    #slider .col-lg-6:nth-child(2) .slide-img {
        width: 400px;
    }
    #slider .slide_item_01_03 {
        width: 273px;
    }
    #slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) .slide-img {
        width: 200px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_01 {
        width: 300px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_02 {
        width: 70px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_03 {
        width: 30px;
    }
    #slider .slider-item:nth-child(4) .slide-img {
        width: 200px;
    }
    #slider .slider-item:nth-child(4) .slide03_item06 {
        width: 260px;
    }
    header .logo {
        width: 100px;
    }
    .theme-btn {
        font-size: 12px;
        padding: 8px 15px 10px 15px;
    }
    header .menu-wrapper .menu ul {
        gap: 18px;
    }
    header .menu-wrapper .menu ul li a {
        font-size: 14px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul a {
        font-size: 12px;
        padding: 6px 0 6px 20px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul a:before {
        --size: 5px;
    }
    #about .content h5 {
        font-size: 32px;
    }
    #about .content p {
        font-size: 14px;
        line-height: 1.6em;
    }
    #about .content {
        gap: 10px;
    }
    #about .content h4 {
        font-size: 16px;
    }
    #services {
        min-height: 790px;
    }
    #services .container {
        padding: 48px 71px 0 160px;
    }
    #services .servce-box h5 {
        font-size: 39px;
    }
    #services .heading h5 {
        font-size: 16px;
    }
    #approaches {
        padding: 200px 0;
    }
    #approaches .container {
        width: 800px;
    }
    #approaches h3 {
        font-size: 16px;
        left: -50px;
    }
    #approaches h5 {
        font-size: 47px;
        margin-bottom: 100px;
        margin-left: 30px;
    }
    #approaches .apprache .number {
        font-size: 70px;
        left: -4px;
        top: -42px;
    }
    #approaches .apprache h4 {
        font-size: 20px;
    }
    #approaches .apprache p {
        font-size: 14px;
    }
    #approaches .apprache .theme-btn {
        font-size: 12px;
        padding: 11px 26px;
    }
    #approaches .col-lg-4:nth-child(3) {
        padding-left: 30px;
    }
    #approaches .col-lg-4:nth-child(4) {
        padding-left: 30px;
    }
    #work {
        padding: 130px 0;
    }
    #work .sectionheading .inner h6 {
        font-size: 40px;
    }
    #work .sectionheading .inner h5 {
        font-size: 16px;
    }
    #work .sectionheading {
        -webkit-transform: translate(-100px, 28px);
        -ms-transform: translate(-100px, 28px);
        transform: translate(-100px, 28px);
    }
    #work .four {
        height: 400px;
    }
    #work .one {
        height: 400px;
    }
    #work .two {
        height: 400px;
    }
    #work .work-item .hover h4 {
        font-size: 16px;
    }
    #work .work-item .buttons a {
        font-size: 12px;
    }
    #team .sectionheading .inner h6 {
        font-size: 40px;
    }
    #team .sectionheading .inner h5 {
        font-size: 16px;
    }
    #team .slider .item .img .social a {
        --size: 30px;
        font-size: 15px;
    }
    #team .slider .item .info h5 {
        font-size: 14px;
    }
    #team .slider .item .info h6 {
        font-size: 14px;
    }
    #blogs .row {
        margin-top: 70px;
    }
    #blogs .blog {
        gap: 10px;
    }
    #blogs .blog .strategy {
        font-size: 12px;
        margin-top: 15px;
    }
    #blogs .blog h4 {
        font-size: 18px;
    }
    #blogs .blog p {
        font-size: 14px;
    }
    #blogs .blog .date-box h6 {
        font-size: 18px;
    }
    #blogs .blog .date-box h5 {
        font-size: 10px;
    }
    #blogs {
        min-height: 700px;
    }
    #testimonial .test-item .content p {
        font-size: 25px;
        padding-left: 30px;
    }
    #testimonial .test-item .info h5 {
        font-size: 12px;
    }
    #testimonial .test-item .info h6 {
        font-size: 12px;
    }
    .testi-icon {
        width: 50px;
    }
    #partners .ring {
        --szie: 50px;
    }
    #cta h5 {
        font-size: 16px;
    }
    #cta h4 {
        font-size: 42px;
    }
    footer .logo-content img {
        width: 120px;
    }
    footer .ft-box h3 {
        font-size: 16px;
    }
    footer .ft-box {
        gap: 31px;
    }
    footer .ft-box .content span h5 {
        font-size: 14px;
    }
    footer .ft-box .content span a {
        font-size: 14px;
    }
    footer .col-lg-5 .ft-box .content {
        gap: 150px;
    }
    footer .ft-box ul li a {
        font-size: 14px;
    }
    footer .ft-box .content .form-wrapper {
        height: 45px;
    }
    footer .ft-box .content .form-wrapper input {
        font-size: 14px;
    }
    footer .ft-box .content .form-wrapper button {
        font-size: 14;
        font-size: 14px;
    }
    #innerbanner h5 {
        font-size: 70px;
    }
    #innerbanner .bradcrums a,
    #innerbanner .bradcrums {
        font-size: 14px;
    }
    #innerbanner .image01 {
        width: 100px;
    }
    #innerbanner .image02 {
        width: 100px;
    }
    #who-about .heading h5 {
        font-size: 32px;
    }
    #who-about .heading h2 {
        font-size: 18px;
    }
    #grateresult .heading h5 {
        font-size: 45px;
    }
    #grateresult .heading h2 {
        font-size: 16px;
    }
    #grateresult .counter h5 {
        font-size: 50px;
    }
    #grateresult .counter p {
        font-size: 30px;
    }
    #our-standarts .heading h5 {
        font-size: 45px;
    }
    #our-standarts .heading h2 {
        font-size: 16px;
    }
    #our-standarts .container {
        max-width: 900px;
    }
    #our-standarts .icon-box h5 {
        font-size: 25px;
    }
    #our-standarts .icon-box p {
        font-size: 14px;
    }
    #our-standarts .icon-box .icon-wrapper {
        scale: 0.8;
        margin: -10px 0 -11px -12px;
    }
    #our-process .ex-animation img {
        width: 70px;
    }
    #our-process .heading h5 {
        font-size: 45px;
    }
    #our-process .heading h2 {
        font-size: 16px;
    }
    #our-process .content span {
        font-size: 80px;
    }
    #our-process .content h3 {
        font-size: 25px;
    }
    #our-process .content p {
        font-size: 14px;
    }
    #our-process .content {
        padding-top: 56px;
        padding-left: 23px;
    }
    #our-process .container {
        min-height: 794px;
        padding: 100px 94px;
    }
    #whatwedo .icon-box .content h5 {
        font-size: 20px;
    }
    #whatwedo .icon-box .content p {
        font-size: 14px;
    }
    #whatwedo .icon-box .icon {
        --size: 40px;
    }
    #whatwedo h4 {
        font-size: 18px;
    }
    #pricing .heading h5 {
        font-size: 50px;
    }
    #pricing .heading h4 {
        font-size: 16px;
    }
    #pricing .heading p {
        font-size: 18px;
        width: 100%;
    }
    #pricing .heading {
        margin-bottom: 40px;
    }
    #pricing .pricing-box {
        margin-bottom: 30px;
    }
    #contactus .heading h4 {
        font-size: 37px;
    }
    #contactus .heading {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #contactus .heading h2 {
        font-size: 20px;
        margin: 30px -70px 0 12px;
    }
    #contactus .first p {
        font-size: 18px;
    }
    #contactus .first h3 {
        font-size: 20px;
    }
    #contactus .first p {
        font-size: 16px;
    }
    #contactus .infow-wrapper .info-box ul li:nth-child(1) {
        font-size: 20px;
        padding-left: 22px;
    }
    #contactus .infow-wrapper .info-box ul li:nth-child(1):before {
        --size: 10px;
    }
    #contactus .infow-wrapper .info-box a {
        font-size: 16px;
    }
    #contactus .infow-wrapper .social a {
        font-size: 16px;
    }
    #contactus .map-wrapper {
        --size: 650px;
    }

    #work .four .work-item {
        height: 200px;
    }

    #contactus .heading h2 {
        margin: 36px -70px 0 12px;
    }
    
    #contactus .heading h2:before {
        height: 70%;
        top: 0;
        left: -6px;
    }
}

@media (max-width: 990px) {
    #slider .col-lg-6:nth-child(2) .slide-img {
        width: 360px;
    }
    #slider {
        /* height: 550px; */
    }
    #slider .col-lg-6 {
        width: 50%;
    }
    #slider .content {
        margin: 0 0 0 30px;
    }
    #slider .content h5 {
        font-size: 25px;
    }
    #slider .slide_item_01_01 {
        width: 250px;
        left: -50px;
        top: -100px;
    }
    #slider .slide_item_01_05 {
        width: 94px;
    }
    #slider .slide_item_01_03 {
        width: 250px;
    }
    #slider .slide_item_01_02 {
        width: 85px;
    }
    #slider .slide_item_01_04 {
        width: 50px;
        left: -30px;
    }
    #slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) .slide-img {
        width: 155px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_01 {
        width: 250px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_02 {
        width: 50px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_03 {
        width: 20;
        width: 20px;
    }
    #slider .slider-item:nth-child(4) .slide-img {
        width: 190px;
    }
    #slider .slider-item:nth-child(4) .slide03_item06 {
        width: 230px;
    }
    .slider_button span {
        --size: 20px;
    }
    header .col-lg-2 {
        width: 14%;
    }
    header .col-lg-10 {
        width: 86%;
    }
    header .logo {
        width: 70px;
    }
    header .menu-wrapper {
        gap: 25px;
    }
    header .menu-wrapper .menu ul {
        gap: 15px;
    }
    header .menu-wrapper .menu ul li a {
        font-size: 12px;
    }
    header .menu-wrapper .menu ul li a:before {
        --size: 5px;
    }
    .theme-btn {
        font-size: 10px;
        padding: 6px 11px 8px 11px;
    }
    header .menu-wrapper .menu ul li:hover .sub_menu_wrapper ul {
        min-width: 183px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul a {
        font-size: 10px;
    }
    header .menu-wrapper .menu ul .sub_menu_wrapper ul a:before {
        --size: 5px;
    }
    #about {
        padding: 140px 0 60px 0;
        background-size: 48%;
    }
    #about .content {
        margin: 0;
        padding-left: 90px;
        gap: 24px;
        margin-bottom: 20px;
    }
    #about .content h5 {
        font-size: 30px;
    }
    #about .content h5 br {
        display: none;
    }
    .theme-btn {
        font-size: 14px;
        padding: 10px 24px;
    }
    #about .img {
        width: 50%;
        margin: 0 auto;
    }
    #services {
        padding: 60px 0;
        min-height: 650px;
    }
    #services .container {
        padding: 0;
    }
    #services .col-lg-4 {
        width: 33.3%;
    }
    #services .servce-box {
        gap: 80px;
    }
    #services .servce-box h5 {
        font-size: 33px;
    }
    #services .heading {
        position: relative;
        left: 0;
        top: 37px;
    }
    #services .heading h5 {
        font-size: 18px;
    }
    #services .heading:before {
        width: 100%;
        top: unset;
        bottom: 0;
        left: 0;
        height: 46%;
    }
    #services .row {
        padding: 0 55px;
        margin-top: 51px;
    }
    #approaches .col-lg-4 {
        width: 33.3%;
    }
    #approaches .container {
        width: 100%;
    }
    #approaches h3 {
        left: 0;
        font-size: 13px;
    }
    #approaches h5 {
        font-size: 44px;
        margin-bottom: 88px;
        padding-left: 42px;
    }
    #approaches .apprache .number {
        font-size: 56px;
    }
    #approaches .apprache h4 {
        font-size: 18px;
    }
    #approaches .apprache p {
        font-size: 12px;
    }
    #approaches .apprache .theme-btn {
        font-size: 11px;
        padding: 7px 32px 10px 33px;
    }
    #work .sectionheading .inner h6 {
        font-size: 30px;
        font-size: 35px;
    }
    #work .four {
        height: 300px;
    }
    #work .one {
        height: 300px;
    }
    #work .two {
        height: 300px;
    }
    #work .work-item .hover h4 {
        font-size: 13px;
    }
    #work .work-item .buttons a {
        font-size: 10px;
    }
    #team {
        padding: 60px 0;
    }
    #team .sectionheading .inner h6 {
        font-size: 35px;
    }
    #blogs .col-lg-4 {
        width: 33.3%;
    }
    #blogs {
        padding: 60px 0;
        min-height: 550px;
    }
    #blogs .row {
        padding: 0 20px;
    }
    #blogs .blog .date-box {
        padding: 5px 15px;
    }
    #blogs .blog .date-box h6 {
        font-size: 16px;
        font-size: 14px;
    }
    #blogs .blog .date-box h5 {
        font-size: 8px;
    }
    #blogs .blog {
        gap: 5px;
    }
    #blogs .blog .strategy {
        margin-top: 4px;
        font-size: 10px;
    }
    #blogs .blog h4 {
        font-size: 13px;
    }
    #blogs .blog p {
        font-size: 11px;
    }
    #blogs .theme-btn {
        font-size: 10px;
        padding: 6px 18px 8px 18px;
    }
    #testimonial .test-item .content p {
        font-size: 18px;
    }
    #testimonial .test-item .info h5 {
        font-size: 10px;
    }
    #testimonial .test-item .info h6 {
        font-size: 10px;
    }
    .testi-icon {
        width: 35px;
    }
    #partners {
        padding: 60px 0;
        margin-top: 60px;
        overflow: hidden;
    }
    #partners .col-lg-3 {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #partners img {
        width: 200px;
        margin: 14px 0;
    }
    #cta {
        padding: 70px 0;
    }
    #cta h4 {
        font-size: 35px;
    }
    footer {
        padding: 100px 0 30px 0;
    }
    footer .col-lg-6 {
        width: 50%;
    }
    footer .logo-content img {
        width: 90px;
    }
    footer .logo-content p {
        font-size: 13px;
    }
    footer .ft-img .img-item {
        width: 62px;
    }
    footer .row:nth-child(2) {
        margin: 20px 0;
    }
    footer .col-lg-4 {
        width: 76%;
    }
    footer .col-lg-5 {
        width: 50%;
    }
    #innerbanner {
        height: 450px;
    }
    #innerbanner h5 {
        font-size: 60px;
    }
    #innerbanner .image01 {
        width: 80px;
    }
    #who-about {
        padding: 60px 0;
    }
    #who-about .heading h5 {
        font-size: 26px;
    }
    #who-about .heading h2 {
        font-size: 16px;
    }
    #who-about .container .col-lg-4 {
        width: 33.3%;
    }
    #who-about .who-box h3 {
        font-size: 20px;
    }
    #who-about .who-box h3:before {
        --size: 12px;
        top: 4px;
    }
    #grateresult {
        padding: 60px 0;
    }
    #grateresult .heading h5 {
        font-size: 30px;
    }
    #grateresult .heading h2 {
        font-size: 14px;
    }
    #grateresult .col-lg-4 {
        width: 33.3%;
    }
    #grateresult .counter h5 {
        font-size: 40px;
    }
    #grateresult .counter p {
        font-size: 25px;
    }
    #our-standarts {
        padding: 60px 0;
    }
    #our-standarts .container {
        max-width: 600px;
    }
    #our-standarts .heading h5 {
        font-size: 35px;
    }
    #our-standarts .heading h2 {
        font-size: 14px;
    }
    #our-standarts .row {
        gap: 60px;
    }
    #our-standarts .col-lg-4 {
        width: 33.3%;
    }
    #our-standarts .icon-box h5 {
        font-size: 20px;
    }
    #our-standarts .icon-box p {
        font-size: 13px;
        width: 100%;
    }
    #our-standarts .icon-box {
        gap: 10px;
    }
    #our-standarts .icon-box .icon-wrapper {
        scale: 0.6;
        margin: -10px 0 -16px -25px;
    }
    #our-process .col-lg-4 {
        width: 33.3%;
    }
    #our-process .container .row {
        gap: 50px;
    }
    #our-process .heading h5 {
        font-size: 32px;
    }
    #our-process .container {
        min-height: 600px;
        padding: 60px 60px;
    }
    #our-process .content p {
        font-size: 17px;
        padding: 0 0 40px 0;
    }
    #our-process .content {
        gap: 7px;
        padding-top: 50px;
        padding-left: 17px;
    }
    #our-process .content span {
        font-size: 65px;
    }
    #services.service-page .container {
        padding: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #services.service-page .heading {
        margin: 0 auto;
    }
    #services.service-page .servicepage-icon {
        width: 57px;
    }
    #services .row {
        padding: 25px 76px;
        margin-top: 0;
    }
    #services.service-page .theme-btn {
        margin-top: 41px;
    }
    #services.service-page .servce-box {
        gap: 37px;
        margin-top: 40px;
    }
    #whatwedo .col-lg-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #whatwedo h4 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 15px;
    }
    #whatwedo .container {
        padding: 93px 60px;
    }
    #whatwedo .col-lg-12 .row {
        row-gap: 32px;
    }
    #whatwedo .col-lg-12 .col-lg-4 {
        width: 100%;
    }
    #about.choose-quality #testimonila_slider {
        padding: 11px 0 50px 0;
    }
    #blogsection .row .col-lg-6 {
        width: 50%;
        gap: 20px;
    }
    #blogsection {
        padding: 60px 0px;
    }
    #blogsection a {
        font-size: 14px;
    }
    #blogsection h4 {
        font-size: 20px;
    }
    #blogsection p {
        width: 100%;
        font-size: 14px;
    }
    #blogsection .blog-btn {
        font-size: 14px;
    }
    #blogsection .blog-img {
        height: 300px;
    }
    #blogsection .blog-img .blog-date h4 {
        font-size: 16px;
    }
    #blogsection .blog-img .blog-date h5 {
        font-size: 12px;
    }
    #contactus .map-wrapper {
        margin: 0;
    }
    #contactus .infow-wrapper .info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }
    #contactus .infow-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
    #contactus .first {
        margin: 20px 0;
        padding-left: 0px;
    }
    #contactus .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        position: relative;
    }
    #contactus .heading h2 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    #contactus .heading h2:before {
        width: 100%;
        left: 0;
        top: 52%;
        height: 14px;
    }
    .pop h5 {
        font-size: 30px;
    }
    .pop .inner-form-erapper :where(input,
    textarea) {
        font-size: 14px;
        height: 36px;
    }
    .pop .inner-form-erapper :where(textarea) {
        height: 100px;
    }
    #work .four .work-item {
        height: 150px;
    }
    #contactus .heading h2 {transform: rotate(0deg);margin: 0;}
}

@media (max-width: 600px) {
    .form-group.d-flex.justify-content-between div.d-flex {
        display: flex !important;
        gap: 15px;
        width: 100% !important;
        flex-direction: column;
    }
    div#letsConnectsmodal .modal-dialog.modal-dialog-centered button.btn-close {
        position: absolute;
        top: -28px;
        right: -8px;
        }
    .form-group.d-flex {
        gap: 10px;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }
.tabs {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    }
.tab-button {
     width: fit-content;
     text-align: center;
     margin: 6px;
}
button.tab-button.active {
    transform: translate(0);
}
.website-img.logo-box {
    height: 200px;
}
.web-content-info .heading h5 {
    font-size: 38px;
}
.logo-box {
    height: 200px;
}

div#letsConnectsmodal .modal-content .modal-header button.btn-close {
    right: 3px;
}

.web-content-info .heading p {
    font-size: 16px;
    line-height: 31px;
    padding: 13px 0 0px 0;
}

#grateresult .counter h5 {
    text-align: center;
    font-size: 100px;
}

#our-standarts .icon-box .icon-wrapper {
    margin: 0 auto;
    font-size: 38px;
}

#grateresult .counter  p {
    text-align: center;
    font-size: 35px !important;
}
    section#who-about {
    background-position: top right;
    background-size: 250px;
}

#grateresult .heading h5 br {
    display: none;
}
    .slide-third .col-lg-6:nth-child(1) {
        position: absolute !important;
        top: 30%;
        bottom: auto;
    }
    section#blogs {
        padding: 125px 0 0 0;
    }
    #work .pr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    #approaches .apprache h4 br {
        display: none;
    }
    
    #approaches .apprache p {
        font-size: 18px;
        padding: 30px 0 30px 0;
    }
    
    .apprache a.theme-btn {
        font-size: 19px !important;
        margin: 0 0 -12px 0 !important;
    }
    #services .servce-box h5 br {
        display: none;
    }
    .slide-first .col-lg-6:nth-child(1) {
        position: absolute !important;
        top: 30%;
        bottom: auto;
    }
    
    .slide-first .col-lg-6:nth-child(1) .content h5 {
        font-size: 45px !important;
        width: 100% !important;
    }
    
    .slide-first .col-lg-6:nth-child(1) .content {
        text-align: center;
        justify-content: center !important;
        margin: 0 !important;
    }
    
    .slide-first .col-lg-6:nth-child(1) .over-hidden {
        margin: 6px auto !important;
    }
    
    .slide-first .col-lg-6:nth-child(1) .over-hidden h4 {
        font-size: 14px !important;
    }
    
    .slide-first .col-lg-6:nth-child(1) .over-hidden a {
        font-size: 14px !important;
    }
    .slide-first .col-lg-6:nth-child(1) .slide-img {
        width: 460px;
    }
    .slide-second .col-lg-6:nth-child(1) {
        position: absolute !important;
        top: 35%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center !important;
    }
    .slide-second .col-lg-6:nth-child(1) .content {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        justify-content: center !important;
    }
    
    .slide-second .col-lg-6:nth-child(1) .content .over-hidden {
        margin: 5px auto !important;
    }
    
    .slide-second .col-lg-6:nth-child(1) .content .over-hidden h4 {
        font-size: 18px !important;
    }
    
    .slide-second .col-lg-6:nth-child(1) .content .over-hidden h5 {
        font-size: 45px !important;
    }
    .slide-second .col-lg-6:nth-child(2) .slide-img {
        width: 340px !important;
        margin: 0 auto !important;
    }
    
    .slide-second .col-lg-6:nth-child(1) .content .over-hidden a {
        font-size: 14px !important;
    }
    #about .content p {
        font-size: 21px !important;
        padding: 0 0 30px 0 !important;
    }
    #about .content a {
        font-size: 16px !important;
        padding: 12px 40px 15px 40px;
    }
    header {
        display: none;
    }
    #mb-header {
        position: absolute;
        width: 100%;
        z-index: 99;
        padding: 15px 0;
        display: block;
        background: white;
    }
    #mb-header .logo {
        width: 100px;
    }
    #slider {
        /* height: 530px; */
        overflow: hidden;
    }
    #slider .col-lg-6 {
        width: 100%;
        display: block;
    }
    #slider .col-lg-6:nth-child(2) .slide-img {
        width: 460px;
        margin: 0 auto;
    }
    #slider .col-lg-6:nth-child(2) {
        height: 239px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #slider :where(.row) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        gap: 30px;
    }
    #slider .content h5 br {
        display: none;
    }
    #slider .content h5 {
        font-size: 20px;
        width: 100%;
    }
    #slider .content h4 {
        font-size: 9px;
    }
    #slider .content a {
        padding: 3px 7px;
        margin: 0;
    }
    #slider .slide_item_01_01 {
        width: 207px;
    }
    #slider .slide_item_01_03 {
        width: 238px;
        left: 69px;
    }
    #slider .slide_item_01_02 {
        width: 52px;
        top: -24px;
        right: 63px;
    }
    #slider .slide_item_01_04 {
        width: 30px;
        top: 72%;
        left: -19px;
    }
    #slider .slide_item_01_05 {
        width: 51px;
    }
    .slider_button {
        padding: 0 6px;
    }
    .slider_button span {
        --size: 17px;
    }
    #slider .slide_item_01_06 {
        width: 35px;
    }
    #slider .slider-item:nth-child(3) .col-lg-6:nth-child(2) {
        height: 290px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_02 {
        left: 133px;
        top: -100px;
    }
    #slider .slider-item:nth-child(3) .slide02_item_03 {
        left: -89px;
    }
    #slider .slider-item:nth-child(4) .slide-img {
        width: 124px;
    }
    #slider .slider-item:nth-child(4) .slide03_item06 {
        width: 166px;
    }
    #slider .slider-item:nth-child(4) .col-lg-6:nth-child(2) {
        height: 272px;
    }
    #slider .slider-item:nth-child(3) .content h5 br {
        display: block !important;
    }
    #about .content h5 {
        font-size: 34px;
        padding: 0 0 20px 0;
    }
    #about .content {
        gap: 15px;
    }
    #about .img {
        width: 100%;
        padding: 70px 0 0 0;
    }
    #services .col-lg-4 {
        width: 100%;
    }
    #services {
        background: no-repeat;
        padding: 30px 0;
        min-height: auto;
    }
    #services .row {
        padding: 0 0;
        margin-top: 46px;
        gap: 30px;
    }
    #services .heading h5 {
        left: auto;
        font-size: 22px;
        line-height: 19px;
        font-weight: 400;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -164px;
        top: 103px;
        font-size: 24px;
        line-height: 19px;
        font-weight: 400;
    }
    #services .heading {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #services .heading:before {
        background: #ffeb01;
    }
    #services .servce-box h5 {
        text-align: center;
        font-size: 35px;
        text-shadow: -1px 2px 0 #ffeb0000;
        padding: 9px 0 40px 0;
    }
    #services .servce-box .img {
        width: 100%;
        margin: 0 auto;
    }
    #services .servce-box .img:before {
        -webkit-transform: translateY(10px) rotate(-31deg);
        -ms-transform: translateY(10px) rotate(-31deg);
        transform: translateY(10px) rotate(-31deg);
        content: "";
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: #ffff7e;
        -webkit-mask-image: url(../img/service01.svg);
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center center;
    }
    #services .servce-box .img {
        position: relative;
    }
    #services .servce-box {
        gap: 17px;
    }
    #approaches {
        margin: 0;
        padding: 90px 0 50px 0;
    }
    #approaches h5 br {
        display: none;
    }
    #approaches h5 {
        font-size: 35px;
        margin-bottom: 60px;
        margin-left: 0px;
    }
    #approaches h3 {
        font-size: 21px;
        left: -58px;
        top: 73px;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #approaches h3:before {
        left: 1px;
        width: 100%;
        top: -2px;
    }
    #approaches .col-lg-4 {
        width: 100%;
        padding: 0 50px !important;
        margin: 40px 0;
    }
    #approaches .apprache h4 {
        font-size: 35px;
    }
    #approaches .apprache .number {
        font-size: 110px;
        top: -60px;
        left: -7px;
    }
    #approaches .apprache p .line {
        --size: 6px;
    }
    #approaches .apprache {
        gap: 10px;
        padding: 0 0 33px 25px;
    }
    #approaches .col-lg-4:nth-child(4) {
        margin-bottom: 20px;
    }
    #work {
        padding: 0px 0 20px 0;
        gap: 70px;
        margin: 18px 0;
    }
    #work .four {
        height: 160px;
        max-height: fit-content;
        overflow: hidden;
        flex-direction: column;
        flex-wrap: nowrap !important;
    }
    #work .one {
        height: 160px;
    }
    #work .two {
        height: 160px;
    }
       #work .sectionheading .inner h6 {
        font-size: 32px;
        padding: 0 0 40px 0;
    }
    #work .sectionheading {
        -webkit-transform: translate(0px, 53px);
        -ms-transform: translate(0px, 53px);
        transform: translate(0px, 53px);
    }
    #work .sectionheading .inner h5 {
        font-size: 22px;
        -webkit-transform: rotate(-90deg) translateY(45px);
        -ms-transform: rotate(-90deg) translateY(45px);
        transform: rotate(-90deg) translateY(45px);
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        margin-right: 0;
        margin-left: -80px;
        top: 30px;
        height: 25px;
    }
    #work .sectionheading .inner h5:before {
        left: 1px;
        height: 20px;
        width: 100%;
    }
    #work .work-item .hover h4 {
        font-size: 29px;
    }
    #work .work-item .buttons a {
        font-size: 23px;
    }
    #work .work-item:hover .buttons {
        gap: 2px;
        font-size: 8px;
    }
    #team {
        padding: 50px 0 0 0;
    }
    #team .sectionheading .inner h6 br {
        display: none;
    }
    #team .sectionheading .inner h6 {
        font-size: 30px;
    }
    #team .sectionheading .inner {
        gap: 16px;
    }
    #team .row {
        gap: 40px;
    }
    #blogs {
        background: no-repeat;
    }
    #blogs .row {
        padding: 0;
        margin-top: 0;
        gap: 40px;
    }
    #blogs .col-lg-4 {
        width: 100%;
    }
    #blogs .blog .strategy {
        font-size: 18px;
        padding: 15px 0 7px 0;
    }
    #blogs .blog h4 {
        font-size: 31px;
        padding: 0 0 10px 0;
    }
    #blogs .blog p {
        font-size: 15px;
        padding: 0 0 13px 0;
        line-height: 29px;
    }
    #blogs .theme-btn {
        font-size: 17px;
        padding: 10px 37px 16px 37px;
    }
    #blogs .blog {
        gap: 10px;
    }
    #blogs .blog .date-box h6 {
        font-size: 18px;
    }
    #blogs .blog .date-box h5 {
        font-size: 11px;
    }
    #testimonial .test-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 10px;
    }
    #testimonial .test-item .img {
        width: 290px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    #testimonial .test-item .content p {
        font-size: 22px;
        text-align: center;
        width: 100%;
        padding: 2px 0 15px 0;
        line-height: 34px;
    }
    #testimonial .test-item .content p span:nth-child(1) {
        position: unset;
    }
    #testimonial .test-item .info h5 {
        text-align: center;
        font-size: 18px;
    }
    #testimonial .test-item .info h6 {
        text-align: center;
        font-size: 13px;
    }
    #testimonial .test-item .info * {
        width: auto;
    }
    #testimonial .test-item .content {
        gap: 8px;
    }
    #partners img {
        width: 100%;
        margin: 15px auto;
    }
        #partners .col-lg-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
        text-align: center;
        justify-content: center !important;
    }
    #partners {
        padding: 30px 0;
    }
    #partners .ring {
        --size: 43px;
        border: 6px solid #91dbd2;
    }
    #cta {
        padding: 50px 0;
    }
        #cta h5 {
        font-size: 22px;
        padding-bottom: 32px;
    }
    #cta h5:before {
        height: 13px;
    }
    #cta h4 {
        font-size: 34px;
        padding: 10px 0 20px 0;
    }
    #cta .lines span {
        height: 55px;
    }
    footer .logo-content img {
        width: 210px;
    }
    footer .logo-content p {
        font-size: 17px;
    }
    footer .ft-img .img-item {
        width: 114px;
        padding: 0px 0 20px 0;
    }
    footer .ft-box h3 {
        font-size: 23px;
        margin: 38px 0 3px 0;
    }
    footer .ft-box .content span h5 {
        font-size: 18px;
    }
    footer .ft-box .content span a {
        font-size: 18px;
    }
    footer .col-lg-5 .ft-box .content {
        gap: 60px;
        flex-direction: column;
    }
    footer .ft-box ul li a {
        font-size: 18px;
    }
    footer .copyright p {
        font-size: 14px;
    }
    footer .col-lg-6:nth-child(1) {
        width: 100%;
    }
    footer .col-lg-6:nth-child(2) {
        width: 72%;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        padding: 10px 10px 10px 0px;
    }
    footer .social span a,
    footer .social span a * {
        font-size: 14px;
    }
    footer .social {
        gap: 13px;
    }
    footer .container-fluid {
        margin: 20px 0;
    }
    #innerbanner {
        height: 350px;
    }
    #innerbanner h5 {
        font-size: 35px;
    }
    #innerbanner .image01 {
        width: 40px;
    }
    #innerbanner .image02 {
        width: 70px;
    }
    #who-about .heading h5 {
        font-size: 37px;
        padding: 0 0 60px 50px;
    }
    #who-about .heading {
        gap: 26px;
    }
    #who-about .heading h2 {
        font-size: 22px;
        position: absolute;
        left: -42px;
        top: 56px;
    }
    #who-about .container .col-lg-4 {
        width: 100%;
    }
    #who-about .container .row {
        gap: 50px;
    }
    #who-about .who-box h3 {
        font-size: 35px;
        top: 0px;
    }
    #grateresult .heading h5 {
        font-size: 25px;
    }
    #grateresult .heading {
        gap: 25px;
    }
    #grateresult .container .row {
        gap: 40px;
    }
    #grateresult .col-lg-12 .row {
        gap: 30px;
    }
    #grateresult .col-lg-4 {
        width: 100%;
    }
    #our-standarts .heading h5 {
        font-size: 34px;
        padding: 0 0 0 130px;
    }
    #our-standarts .heading {
        gap: 25px;
    }
    #our-standarts .row {
        gap: 40px;
    }
    #our-standarts .col-lg-4 {
        width: 100%;
    }
    #our-standarts .col-lg-12 .row {
        gap: 25px;
    }
    #our-process .container {
        background: no-repeat;
        padding: 0 10px;
        min-height: auto;
    }
    #our-process .heading {
        gap: 24px;
    }
    #our-process .heading h5 {
        font-size: 32px;
        padding: 0 0 0 20px;
    }
    #our-process .heading h2 {
        font-size: 14px;
    }
    #our-process .container .row {
        gap: 40px;
    }
    #our-process .col-lg-4 {
        width: 100%;
    }
    #our-process .container .col-lg-12 .row {
        gap: 30px;
    }
    #our-process .content span {
        color: #33333308;
        font-size: 120px;
        text-align: center;
        margin: 0 auto !important;
        left: 43%;
        top: 29px;
        transform: translate(-50%);
    }
    #our-process .content h3 {
        font-size: 35px;
        padding: 80px 0 20px 0;
    }
    #our-process .content {
        padding-top: 28px;
        padding-left: 13px;
        text-align: center;
    }
    #our-process {
        padding-bottom: 50px;
    }
    #services.service-page .container .heading {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #services.service-page .theme-btn {
        margin-top: 0px;
    }
    #services.service-page .servicepage-icon {
        display: none;
    }
    #whatwedo {
        background: url('../img/ourprocess.png') no-repeat;
        background-size: contain;
        background-position: center;
    }
    #whatwedo .container {
        padding: 50px 15px;
    }
    #whatwedo .icon-box {
        gap: 10px;
        flex-direction: column;
        justify-content: center !important;
        padding: 30px 0 30px 0;
    }
    #whatwedo .icon-box .icon {
        background: white;
        --size: 48px;
        padding: 4px;
        justify-content: center !important;
        margin: 0 auto;
    }
    #whatwedo .icon-box .content h5 {
        font-size: 35px;
    }
    #whatwedo .icon-box .content p {
        font-size: 16px;
    }
    #whatwedo .icon-box .content {
        gap: 4px;
        text-align: center;
    }
    #whatwedo .col-lg-12 .row {
        row-gap: 20px;
    }
    #whatwedo h4:before {
        background: var(--primary-color);
        width: 100%;
        left: 0;
        top: 52%;
        height: 12px;
    }
    #whatwedo .heading {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 4px;
    }
    #about.choose-quality {
        padding-top: 0;
    }
    #pricing {
        padding: 60px 0;
    }
    #pricing .heading {
        gap: 20px;
    }
    #pricing .heading h4 {
        font-size: 14px;
    }
    #pricing .heading h5 {
        font-size: 32px;
    }
    #pricing .heading p {
        font-size: 19px;
        line-height: 35px;
    }
    #pricing .pricing-box .pricing-header h4 {
        font-size: 35px;
    }
    #pricing .pricing-box .pricing-header .price_wrapper span {
        font-size: 65px;
    }
    #pricing .pricing-box .pricing-header .price_wrapper i {
        font-size: 30px;
    }
    #pricing .pricing-box .pricing-header .price_wrapper p {
        font-size: 18px;
        margin: 7px 0 0 0;
    }
    .faq-question {
        font-size: 14px;
    }
    .faq-answer p {
        font-size: 14px;
    }
    #blogsection .row .col-lg-6 {
        width: 100%;
        gap: 13px;
        padding: 0;
    }
    #blogsection .row:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 15px;
    }
    #blogsection .row:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #blogsection .row:nth-child(odd) * {
        text-align: left;
    }
    #blogsection .divider {
        margin: 0;
    }
    #blogsection .blog-btn {
        margin: 0 !important;
    }
    #blogsection a {
        margin-top: 20px !important;
    }
    #blogsection .row:nth-child(even) {
        margin: 0;
    }
    #blogsection .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    #single-blog-section {
        padding: 60px 0;
    }
    #single-blog-section .content p {
        font-size: 14px;
    }
    #single-blog-section .content {
        padding-top: 0;
    }
    #single-blog-section .img {
        margin-bottom: 10px;
    }
    #single-blog-section .slide-item .content-inner p {
        font-size: 12px;
    }
    #single-blog-section .slide-item .content-inner h5 {
        font-size: 13px;
    }
    #single-blog-section .slide-item a .img {
        margin: 0;
        height: 48px;
    }
    #single-blog-section .slide-item .content-inner {
        gap: 4px;
    }
    #single-blog-section .form {
        margin-top: 15px;
    }
    #single-blog-section .form h5 {
        font-size: 32px;
    }
    #single-blog-section .form-wrapper :where(input,
    textarea) {
        font-size: 14px;
        height: 40px;
    }
    #single-blog-section .form-wrapper :where(textarea) {
        height: 100px;
    }
    #single-blog-section .form-wrapper .btn-ct button {
        font-size: 14px;
        min-height: 40px;
    }
    #contactus {
        padding: 60px 0px;
    }
    #contactus .heading h2 {
        font-size: 24px;
        transform: rotate(-89deg);
        position: absolute;
        top: 45px;
        left: -31px;
    }
    #contactus .heading h4 {
        font-size: 32px;
        padding: 0 0 0 55px;
    }
    #contactus .first p {
        font-size: 16px;
        line-height: 38px;
    }
    #contactus .first h3 {
        font-size: 14px;
    }
    #contactus .infow-wrapper .info-box ul li:nth-child(1) {
        font-size: 18px;
    }
    #contactus .infow-wrapper .info-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 100%;
        padding: 0 0 0 64px;
    }
    #contactus .map-wrapper {
        --size: 350px;
    }
    .home-pop-up h5 {
        font-size: 18px;
    }
    .home-pop-up h6 {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }
    .home-pop-up .wrapper {
        margin-top: 10px;
    }
    .home-pop-up .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home-pop-up .wrapper .img {
        width: 160px;
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .home-pop-up .wrapper .img {
        font-size: 10px;
    }
    .home-pop-up .wrapper .form div :where(input,
    select) {
        font-size: 12px;
        height: 35px;
    }
    .home-pop-up .wrapper .form div {
        gap: 7px;
    }
    .home-pop-up .wrapper .form button {
        font-size: 12px;
        gap: 5px;
    }
    .home-pop-up.active {
        padding: 15px;
    }
    #about .content h4 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -43px;
        top: 25px;
        font-size: 23px;
        line-height: 19px;
        font-weight: 400;
    }
    #about .content h4:before {
        width: 100%;
        top: 0;
        left: 0;
    }
    #team .sectionheading .inner h5 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 20px;
        top: 45px;
        left: 0;
        margin: 0;
    }
    #team .sectionheading .inner {
        display: contents;
    }
    #team .sectionheading .inner h6 {
        margin-left: 60px;
        margin-bottom: 25px;
    }
    #team .sectionheading .inner h5:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    #who-about .heading h2 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0;
    }
    #who-about .heading h2:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    #who-about .heading h5 {
        -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        transform: translateX(4px);
    }
    #grateresult .img {
        width: 166px;
        display: none;
    }
    #grateresult .heading h2 {
        position: absolute;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        /* width: 92px; */
        height: 100%;
        margin-right: 17px;
        margin-left: 4px;
        white-space: nowrap;
        font-size: 22px;
        padding: 20px 0px 0 0;
    }
    #grateresult .heading h2:before {
        width: 100%;
        top: 28px;
        left: 1px;
        height: 30px;
    }
    #grateresult .heading h5 {
        margin-left: -48px;
        font-size: 32px;
        padding: 0 0 0 140px;
    }
    #grateresult .heading {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
        position: relative;
    }
    #our-standarts .heading h2 {
        -webkit-writing-mode: unset;
        position: absolute;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin: 0 0px 0 0px;
        font-size: 20px;
        left: -17px;
        top: 50px;
    }
    #our-standarts .heading h2:before {
        width: 100%;
        top: 0;
        left: 0;
    }
    #our-standarts .heading h5 {
        margin-left: -50px;
    }
    #our-standarts .heading {
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    #our-process .heading h2 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 101px;
        margin: 8px 0px 0 0px;
        font-size: 24px;
    }
    #our-process .heading h2:before {
        width: 142px;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--primary-color);
    }
    #our-process .heading h5 {
        margin-left: -40px;
    }
    #our-process .heading {
        -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        transform: translateX(-35px);
    }
    #pricing .heading h4 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        min-width: 120px;
    }
    #pricing .heading h4:before {
        height: 100%;
        top: 0;
        width: 165px;
        left: 0;
    }
    #pricing .heading .content {
        margin-left: -52px;
    }
    #pricing.faq .heading {
        -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        transform: translateX(-48px);
    }
    #about.choose-quality #testimonila_slider .content h4 {
        -webkit-transform: rotate(-90deg) translate(-33px, -16px);
        -ms-transform: rotate(-90deg) translate(-33px, -16px);
        transform: rotate(-90deg) translate(-33px, -16px);
        font-size: 19px;
        left: -39px;
        top: 21px;
    }
    #pricing.pricing .heading h4 {
        min-width: 125px;
        top: 70px;
        margin: 25px 0 0 0;
        font-size: 19px;
    }
    #pricing.pricing .heading {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    #work .four .work-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 80px;
    }

    #about .content {
        padding-left: 42px;
    }
    
    #services .heading h5:before {
        background: var(--primary-color);
    }

    #services.service-page .heading {
        display: none;
    }
    
    #services.service-page .row {
        margin-top: 0;
    }
    
    #whatwedo h4 {
        transform: none;
        margin: 0 0 50px 0;
    }
    #pricing.faq h4 {
        margin: -110px 0px 0 1px;
        font-size: 19px;
    }
    #pricing .heading h5 br {
        display: none;
    }

    .chat-icon {
        --size: 50px;
        font-size: 20px;
    }
    .ct-heading h5 {
        text-shadow: 4px 5px 0px yellow !important;
        padding: 0 0 48px 36px !important;
    }
    #cta h4 br {
        display: none;
    }
    
    section#cta .content a.theme-btn {
        padding: 14px 27px 16px 32px;
        font-size: 17px;
    }
    body.home.scrolled section#mb-header {
        position: fixed;
        background: white;
        box-shadow: -1px 6px 10px #0000001a;
    }
    #services.service-page a.theme-btn.aos-init.aos-animate {
        margin: 60px 0 0 0;
        color: white;
        font-size: 18px;
        padding: 17px 32px 22px 32px;
    }
    #whatwedo .col-lg-12 .col-lg-4:last-child {
        padding-bottom: 60px;
    }
    #who-about .heading {
        position: relative;
    }
    
    #who-about .heading h5 br {
        display: none;
    }
    #who-about .who-box {
        position: relative;
        width: 331px;
        margin: 0 auto;
        padding: 0px 0 0px 0;
    }
    #our-standarts .icon-box h5 {
        font-size: 30px;
        text-align: center;
        padding: 20px 0 0 0;
    }
    #our-standarts .icon-box p {
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding: 12px 0 30px 0;
    }
    #our-standarts .icon-box .icon-wrapper {
        scale: 1.0;
    }
    #our-standarts .icon-box .icon-wrapper .icon {
        width: 66px;
    }
    #grateresult .counter h5 {
        text-align: center;
        font-size: 100px;
    }

    #grateresult .counter  p {
        text-align: center;
        font-size: 35px !important;
    }

    #our-standarts .heading h5 br {
        display: none;
    }

    #our-standarts .icon-box {
        justify-content: center !important;
        /* gap: 71px !important; */
    }

    #our-standarts .icon-box .icon-wrapper {
        margin: 0 auto;
        font-size: 38px;
    }
    #pricing .heading h5 br {
        display: none;
    }
    #pricing .pricing-box .content-wrapper * {
        font-size: 24px;
    }
    #pricing .pricing-box .content-wrapper * {
        font-size: 24px;
    }
    
    .pricing-box.best a.theme-btn {
        padding: 13px 50px 17px 50px;
        font-size: 18px;
    }
    .pricing-box a.theme-btn {
        padding: 13px 50px 17px 50px;
        font-size: 18px;
    }
    #contactus .first {
        margin: 20px 0;
        padding-left: 61px;
        padding-top: 19px;
        padding-bottom: 28px;
    }
    #contactus .heading h4 br {
        display: none;
    }
    .social.aos-init.aos-animate {
        padding: 0 0 60px 65px;
    }
    h2.verticle-txt {
        left: 30px !important;
        top: 0 !important; 
    }
    .form-group label {
        font-size: 17px;
        font-family: var(--primary-font);
        padding: 6px 0 3px 0;
    }
    section#mb-header .logo {
        display: none;
    }
    
    section#mb-header .sticky-logo {
        width: 100px;
        display: block;
        padding: 3px 0 0 0;
    }
}



@media(max-width:400px){
    .slider-item.slide-first .slide-img {
        width: 360px !important;
    }
    .slide-first.third-slide .slide-img {
        width: 230px !important;
    }
    #services .servce-box img {
        width: 80%;
        margin: 0 auto;
    }
}

/* Responsicivenes end */

