/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: unset;
}

html::-webkit-scrollbar {
    width: 4px;
    background-color: #f3672165;
}

html::-webkit-scrollbar-thumb {
    background-color: #F36621;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-size: 16px;
    font-family: 'Lexend';
    font-weight: 400;
    color: #000;
    scroll-padding-top: 160px;
}

a,
a:hover,
a:focus {
    color: #F36621;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 46px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    .title{
        margin-bottom: 15px;
    }
    .primary-btn{
        margin-top: 20px;
        &:hover{
            border-color: #F36621;
        }
    }
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #15222B;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #ffffff;
}

.popup .popup__content .close:hover span {
    background-color: #15222B;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.left {
    background: #2C2929;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right {
    padding: 30px;
    text-align: left;
}

/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}

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

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

p {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.title {
    color: #000;
    font-family: 'Gilroy-Bold';
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 86.667% */
}

.sub-title {
    color: #6A6A6A;
    font-family: 'Gilroy-Light';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-title {
    color: #000;
    font-family: 'Gilroy-Bold';
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    text-transform: uppercase;
}
.card-title{
    color: #2D2B2B;
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.small-line {
    width: 77px;
    height: 3px;
    background: #F36621;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
}


.primary-btn {
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 194.444%;
text-transform: uppercase;
padding: 13px 17px;
padding-right: 25px;
border-radius: 0px;
background: #F36621;
border: 1px solid #F36621;
transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
display: flex;
align-items: center;
justify-content: center;
position: relative;
/* overflow: hidden; */
z-index: 1;
margin-left: 11px;
span{
    position: absolute;
    left: -9px;
    top: -1px;
    width: 5.305px;
    height: 102%;
    background: #F36621;
    color: #F36621;
    transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
span:last-child{
    width: 4px;
    left: -15px;
    border-left: 1.482px solid;
    border-right: 1.482px solid;
    background: transparent;
}
}


.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    inset: 0;
    scale: 1 0;
    background: #ffffff;
    z-index: -1;
    transition: all .35s;
}

.primary-btn:before {
    opacity: .5;
}

.primary-btn:after {
    transition-delay: .2s;
}

.primary-btn:hover:before,
.primary-btn:hover:after {
    scale: 1 1;
}

.primary-btn:hover {
    color: #F36621;
    border-color: #ffffff;
    span{
        background: #ffffff;
        color: #ffffff;
    }
    span:last-child{
        background: transparent;
    }
}

.primary-btn:focus {
    color: #fff;
}


.secondary-btn {
    background: #ffffff00;
    border-color: #fff;
    color: #fff;
}

.secondary-btn:hover {
    background: #192B53;
    border-color: #192B53;

    &::after,
    &::before {
        background-color: transparent;
    }
}

.container {
    max-width: 1400px;
}

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
    font-family: "Poppins", sans-serif;
}

.form-control:focus {
    border-color: #F36621;
}

form .btn-group {
    justify-content: center;
}

form .primary-btn {
    padding: 16px 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

form .primary-btn:hover {
    background: #ffffff;
    color: #F36621;
}

.form-group {
    margin-bottom: 4px;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
    
}

.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}

.form-group {
    position: relative;
}

.italic {
    font-style: italic;
}
.mobile{
    display: none;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*******************************
	Menu
*******************************/
.topbar {
color: #fff;
}

.topbar a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    font-family: 'Gilroy-Medium';
    gap: 6px;
    letter-spacing: 1.12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block: 12px;
    &:hover{
        color: #F36621;
    }
}

.topbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: end;
}

.call-email {
    display: flex;
    align-items: center;
    gap: 46px;
    background: rgba(0, 0, 0, 0.30);
    position: relative;
    box-shadow: 80vmax 0px 0 60vmax rgba(0, 0, 0, 0.30);
    clip-path: inset(0vmax -60vmax);
    padding-left: 70px;
    &::before{
        content: '';
        width: 0px;
        height: 0px;
        border-left: 18px solid transparent;
        border-top: 59px solid rgba(0, 0, 0, 0.30);
        position: absolute;
        left: -17px;
        z-index: -1;
    }
}

.header-area {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;

}


.flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-area.sticky,.white-menu {
    background: #4A3737;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.13);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-out;
    .call-email{
        background-color: #4A3737;
        box-shadow: 80vmax 0px 0 60vmax #4A3737;
        clip-path: inset(0vmax -60vmax);
        &::before{
            border-top: 59px solid #4A3737;
        }
    }
    #menu ul li a{
        color: #000;
    }
    #menu>.main-menu>ul>li.has-sub>a::before {
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
    }
    #menu>.main-menu>ul>li.has-sub:hover>a::before, #menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
        border-top-color: #F36621;
        border-left-color: #F36621;
    }
    #menu>.main-menu>ul>li:hover>a, #menu .main-menu ul li.current-menu-item a {
        color: #F36621;
    }
    .call-btn {
        span {
            color: #000000;
        }
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-menu {
    display: flex;
    align-items: center;
}

header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: ease-in-out .4s;

}
.logo {
    position: absolute;
    bottom: 4px;
}
.main-menu {
    margin-left: auto;
}

nav {
    position: relative;
    margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

#menu>.main-menu>ul>li {
    float: left;
    padding-inline: 10px;
}

#menu>.main-menu>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 20px 6px;
    display: block;
    color: #FFF;
    font-family: 'Gilroy-Medium';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 1.26px;
text-transform: uppercase;
}


#menu>.main-menu>ul>li>:hover a::after,
#menu .main-menu ul li.current-menu-item a::after {
    width: 6px;
    height: 6px;
/*     clip-path: polygon( 53.59% 0%,100% 100%,7.18% 100%,53.59% 0% ); */
}

#menu .main-menu ul li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #F36621;
	display:none;
}

#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a{
    color: #F36621;
}

#menu>.main-menu>ul>li.has-sub>a::before {}

#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
    background: #e9cba400 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

#menu>.main-menu>ul>li.has-sub>a {}

#menu>.main-menu>ul>li.has-sub>a::before {
    top: 10px;
    right: -8px;
    transition: all .4s;
    content: "";
    position: relative;
    margin-right: 10px;
    float: right;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transform: rotate(225deg);
}

#menu>.main-menu>ul>li.has-sub:hover>a::before,
#menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #F36621;
    border-left-color: #F36621;
}

/* #menu>.main-menu>ul>li.has-sub:hover>a::before {
    transform: rotate(-316deg);
    top: 36px;
} */

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: rgb(255, 255, 255);
    transition: all .25s ease;
    display: block !important;
}

#menu ul ul li:hover {}

#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 40px;
    display: flex;
    align-items: center;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 20px;
    width: auto;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    text-transform: uppercase;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li a:hover,
#menu .main-menu ul ul li:hover {
    color: #fff;
    background-color: #F36621;
}

#menu .main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 13px;
    right: 11px;
	left: auto;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #F36621;
}
#menu>.main-menu>ul>li.current-menu-ancestor a{
	color: #F36621;
}
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu a{
	color:#000;
	&:hover{
		color:#fff;
	}
}
#menu>.main-menu>ul>li.has-sub.current-menu-ancestor>a::before{
	border-top-color:#F36621;
	border-left-color:#F36621;
}
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu .current-menu-item a,
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu .current-menu-parent a,
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu .current-menu-parent .sub-menu .current-menu-item a{
	color: #fff;
    background-color: #F36621;
}
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu .current-menu-item .sub-menu a,
#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu .current-menu-parent .sub-menu a{
	color: #000;
    background-color: #fff;
	&:hover{
		color: #fff;
    background-color: #F36621;
	}
}
#menu ul ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 13px 20px;
    width: auto;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    text-transform: uppercase;
}
#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}

@media screen and (max-width:992px) {
    header {
        position: relative;
        width: 100%;
        height: 70px;
    }

    .logo {}

    #menu .main-menu ul li.current-menu-item ul li a {
        color: #ffffff;
    }
	#menu .main-menu ul ul li.has-sub>a:after{
		display:none;
	}
	#menu>.main-menu>ul>li.current-menu-ancestor .sub-menu a {
    color: #ffffff;
}
    nav {
        width: 100%
    }

    #menu {
        width: 100%
    }

    #menu ul {
        width: 100%;
        display: none;
    }

    #menu .main-menu {
        width: 100%;
        position: fixed;
        height: 100% !important;
        background-color: rgb(1, 57, 102);
        transform: translateX(-100%);
        transition: all .4s;
        top: 90px;
        left: 0;
    }

    #menu .main-menu.open {
        transform: translateX(0%);
        display: block !important;

    }
    #menu .main-menu ul li a.current-menu-item::after {
        bottom: 15px;
    }
    #menu .main-menu ul li {
        width: 100%;
        border-top: 1px solid #4444442e;
    }

    #menu .main-menu ul li:hover {
        background: #363636
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }

    #menu .main-menu ul li a,
    #menu .main-menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #ffffff;
    }

    #menu>.main-menu>ul>li {
        float: none
    }

    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li {
        background: #1b268600 !important
    }

    #menu ul ul li:hover {
        background: #d84514 !important
    }

    #menu ul ul ul li a {
        padding-left: 14px;
        font-size: 13px;
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #fff
    }

    #menu .main-menu ul ul {
        box-shadow: none;
    }

    #menu .main-menu ul ul,
    #menu .main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 12px;
        cursor: pointer;
        z-index: 12399994;
    }

    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #ffffff;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0;
        height: 50px;
        width: 60px;
        cursor: pointer
    }

    /* #menu .submenu-button.submenu-opened {
      background:#1b268600;
  } */

    #menu ul ul .submenu-button {
        height: 34px;
        width: 40px
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 9px;
        right: 22px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    }

    #menu ul ul .submenu-button:after {
        top: 11px;
        right: 19px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 15px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    .header-area.sticky,.white-menu {
        
        #menu ul li a{
            color: #ffffff;
        }
        #menu>.main-menu>ul>li.has-sub>a::before {
            border-top: 1px solid #000000;
            border-left: 1px solid #000000;
        }
        #menu>.main-menu>ul>li.has-sub:hover>a::before, #menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
            border-top-color: #F36621;
            border-left-color: #F36621;
        }
        #menu>.main-menu>ul>li:hover>a, #menu .main-menu ul li.current-menu-item a {
/*             color: #F36621; */
        }
    }
}

.call-btn{
    position: relative;
    padding-left: 70px;
    color: #F36621;
    font-family: 'Lexend';
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 36px;

    
span{
    color: #FFF;
    font-family: 'Gilroy-Medium';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 15px;
letter-spacing: 1.12px;
text-decoration-line: underline;
display: block;
}
    .icon{
        width: 48px;
        height: 48px;
        border: 1px solid rgba(243, 103, 33, 0.200);
        border-radius: 50%;
        outline: 1px solid rgba(243, 103, 33, 0.103);
        display: flex;
        align-items: center;
        justify-content: center;
        outline-offset: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.fixed-btn {
    position: fixed;
    top: unset;
    right: 10px;
    bottom: 4%;
    z-index: 8;
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fc {
    width: 57px;
    height: 57px;
    background-color: #F36621;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fc:hover,
.fw:hover {
    transform: scale(1.2);
}

/************************************* Home Page **************************************/

.banner {
    .item{
        overflow: hidden;
        position: relative;
        &::after{
            content: '';
            background-image: url(../img/banner-vector.webp);
            position: absolute;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            inset: 0;
        }
    }
    .item.slick-active{
        h1{
        animation: slideInRight .31s both .5s;
        }
        p{
            animation: slideInLeft .51s both 1s;
        }
        .btn-group{
            animation: slideInLeft .81s both 1.1s;
        }
        .banner-img img{
    transform: scale(1);
    opacity: 1;
        }
  
    }

    h1 {
        color: #FFF;
        font-family: 'Gilroy-Bold';
        font-size: 84px;
        font-style: normal;
        font-weight: 800;
        line-height: 88px;
        text-transform: uppercase;
        padding-bottom: 75px;
span{
color: #FFF;
font-family: 'Gilroy-Light';
font-size: 60px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: uppercase;
&:after{
    content: '';
    width: 282.189px;
    height: 1px;
    display: inline-block;
    position: absolute;
    background: #F36621;
    transform: translateY(52px) translateX(20px);
}
}
    }

    p {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }
    .container {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: end;
        z-index: 2;
        padding-bottom: 87px;
    }
    .slick-arrow{
        right: 14%;
        top: 45%;
        width: 74.154px;
        height: 74.154px;
        border: 1px solid rgba(255, 255, 255, 0.205);
        background-color: transparent;
        &::before{
            width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
        }
        &:hover,&:focus{
            background: rgb(243, 103, 33);
        }
    }
    .slick-arrow.slick-prev {
        right: 14%;
        top: 55%;
        left: auto;
    }
}

.btn-group {
    display: flex;
    gap: 10px;
}

.banner-img {
    position: relative;
    &::after{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.55) 0%, rgba(41, 38, 38, 0.63) 100%);
    }
    img{
    transform: scale(1.4);
    transition: all 3s;
    opacity: 1;
    }
}
.slick-arrow::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #929292;
    border-left: 1px solid #929292;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 5px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.slick-arrow {
    width: 74.154px;
    height: 74.154px;
    background-color: #ffffff00;
    border: 1px solid rgba(135, 135, 135, 0.219);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    &:hover,&:focus{
        background: rgb(243, 103, 33);
        &::before{
            border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
        }
    }
}
.slick-arrow.slick-prev::before {
    transform: rotate(316deg);
    margin-left: 8px;
}
/* **** About *** */
.about-us {
    position: relative;
    background-image: url(../img/box-vector.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    .primary-btn:after{
        background: #000;
    }
    .primary-btn:hover{
        color: #fff;
        span{
            color: #000000;
            background: #000000;
        }
        span:last-child{
            background: transparent;
        }
    }
}
.contact-details.contact-page{
    .col-lg-7{
        padding-right: 10%;
        p:nth-child(3){
            color: #636363;
            font-family: 'Gilroy-Regular';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 35px;
        }
    }
    .col-lg-5{
        padding-left: 4%;
        border-left: 1px solid #F36621;
    }
    .primary-btn:after{
        background: #000;
    }
    .primary-btn:hover{
        color: #fff;
        span{
            color: #000000;
            background: #000000;
        }
        span:last-child{
            background: transparent;
        }
    }
    .choose-item{
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 20px;
        margin-bottom: 30px;
        padding-left: 70px;
        &:last-child{
            border-bottom: none;
        }
    .icon {
        width: 51px;
        height: 51px;
        outline-offset: 4px;
        padding: 14px;
    }
}
}
.about-vector{
    position: absolute;
    right: 0;
    bottom: -212px;
}
.dec{
    color: #252525;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 35px;
}
.about-img img {
    width: 100%;
}
.mision-vision{
    position: relative;
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
    .title{
        margin-bottom: 11px;
    }
    img{
        position: absolute;
        left: 0;
        top: 0;
    }
}
.list-style{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    li{
        color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 21px;
margin-bottom: 10px;
width: 46%;
    }
::marker{
    color: #F36621;
}
}
/* Counter */
.counter-section{
    .counter{
        background: #F5F5F5;
        padding: 40px 0;
        box-shadow: -60vmax 0px 0 60vmax #F5F5F5;
        clip-path: inset(0vmax -60vmax);
        .row .col-lg-3:last-child{
            .counter-item::after{
                display: none;
            }
        }
    }
    .counter-item {
        position: relative;
        padding-left: 30px;
        img{
            position: absolute;
            right: 80px;
            top: 0;
        }
        &::after{
            content: '';
            width: 1px;
            height: 49px;
            background: #CCC;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    
    .counter-item h3 {
        color: #000;
        font-family: 'Gilroy-Light';
        font-size: 62px;
        font-style: normal;
        font-weight: 400;
        line-height: 66px;
        text-transform: uppercase;
        span:last-child{
            color: #F36621;
        }
    }
    
    .counter-item p {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        font-family: 'Gilroy-Bold';
    }
}
/* **** Product ***** */
.product{
    .primary-btn{
        background: #000;
    }
    .primary-btn{
        span{
            color: #000000;
            background: #000000;
        }
        span:last-child{
            background: transparent;
        }
        &:hover{
            span{
                color: #ffffff;
                background: #ffffff;
            }
            span:last-child{
                background: transparent;
            }
        }
    }
}
.product-item{
background: #FFF;
box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.12);
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
height: 417.874px;
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
&:hover{
    .product-name{
        opacity: 0;
    }
    .overlay-content{
        transform: translateY(0);
    }
}
.product-name{
    clip-path: polygon( 0.154% 52.091%,100% 0.799%,100% 100%,0.154% 100%,0.154% 52.091% );
    background-color: #EAEAEA;
    height: 104.437px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    padding-top: 30px;
    transition: all .5s;
    padding-inline: 110px;
    text-align: center;
}
.overlay-content{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243, 102, 33, 0.82);
    flex-direction: column;
    transition: all .5s;
    transform: translateY(100%);
    .card-title{
        color: #fff;
        margin-bottom: 15px;
        padding-inline: 110px;
        text-align: center;
    }
}
}
/* ****** Service ********** */
.services {
    position: relative;
    overflow: hidden;
    .container-fluid{
        position: absolute;
        inset: 0;
        z-index: 1;
    }
}
.cards {
    height: 100%;
    .row{
        height: 100%;
    }
}
.services .glry-img {
    height: 840px;
    position: relative;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.services .glry-img .tab-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.services .glry-img .tab-img.current {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.services::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    opacity: 0.7;
}
.services .service-card {
    display: block;
    position: relative;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    .btn-group{
        justify-content: center;
    }
}

.services .service-card .title{
    color: #fff;
    margin-bottom: 10px;
}
.services .service-card p{
    color: #fff;
}
.services .row .col-lg-4 {
    -webkit-border-end: 1px solid #fff3;
    border-inline-end: 1px solid #fff3;
}
.services .row .col-lg-4:last-of-type {
    border: 0;
}
.service-card{
    overflow: hidden;
    position: relative;
    .overlay-content{
        position: absolute;
        inset: 0;
        padding: 80px 30px;
        transition: all .5s;
        opacity: 0;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    }
    &:hover{
        .title{
            opacity: 0;
            transition: all .5s;
        }
        .overlay-content{
            opacity: 1;
            .title{
                opacity: 1;
            }
        }
    }
}
/* ***** Why Choose ***** */
.parts{
    position: relative;
    background-image: url(../img/box-vector.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    .product-item{
        padding: 0;
        overflow: hidden;
        height: auto;
        &:after{
            content: '';
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(102, 102, 102, 0.19) 100%);
            position: absolute;
            inset: 0;
        }
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }
        .product-name {
            clip-path: unset;
            background-color: transparent;
            height: auto;
            text-align: left;
            display: block;
            left: 5px;
            right: 5px;
            bottom: 5px;
            position: absolute;
            padding-top: 30px;
            transition: all .5s;
            padding-inline: 0;
            padding: 36px 21px;
            z-index: 1;
        }
        .title{
            color: #fff;
            margin-bottom: 10px;
        }
        .overlay-content {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: start;
            justify-content: end;
            background-color: rgb(243 102 33 / 0%);
            z-index: 1;
            padding: 36px 21px;
            transition: all .5s;
        }
        p{
            color: #fff;
        }
        img{
            transition: all 2s;
        }
        &:hover{
            img{
                transform: scale(1.3);
            }
            .icon-box{
                img{
                    transform: scale(1);
                }
            }
        }
    }
    .icon-box {
        width: 138px;
        height: 148px;
        background: #F36621;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        img{
            width: auto;
            height: auto;
        }
    }
}
.parts-slider {
    padding-left: 14%;
    margin-top: 30px;
    .slick-list{
        margin: 0 -20px;
    }
    .slick-slide{
        margin: 0 20px;
    }
    .slick-arrow{
        top: -124px;
        right: 14%;
    }
    .slick-arrow.slick-prev{
        left: auto;
        right: 19%;
    }
  }
  
/* ***** Testimonial ***** */
.testimonials{
    background-image: url(../img/testi-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    &::after{
        content: "";
        opacity: 0.85;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.73) 0%, rgba(41, 38, 38, 0.84) 100%);
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .container{
        position: relative;
        z-index: 1;
    }
}
.testi-box{

    p{
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
    }
    .qut{
        position: absolute;
        right: 36px;
        top: 24px;
    }
    .small-line {
        width: 13px;
        height: 1px;
    }
    h4{
        color: #F36621;
        font-family: 'Gilroy-Bold';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .testi-item {
        position: relative;
        padding-left: 220px;
        padding-block: 20px;
        width: 80%;
        margin-inline: auto;
    }
    .user-img {
        width: 158px;
        height: 158px;
        position: absolute;
        left: 15px;
        outline: 1px solid #F36621;
        border-radius: 50%;
        outline-offset: 12px;
        border: 1px solid #F36621;
        padding: 12px;
        top: 45px;
        &::after{
            content: "";
            background: url(../img/qut-icon.webp);
            position: absolute;
            width: 79px;
            height: 79px;
            top: -34px;
            right: -23px; 
        }
    }
}
.testi-slider{
    .slick-arrow{
        border: 1px solid rgb(255 255 255 / 22%);
        &::before{
            border-top: 1px solid #ffffff;
            border-left: 1px solid #ffffff;
        }
    }
}
.slick-dots{
    text-align: left;
    padding-left: 25%;
    li{
        width: 9px;
        height: 9px;
        background-color: #f3672100;
        border: 1px solid #ffffff00;
        outline: 1px solid #fff;
        outline-offset: 4px;
        border-radius: 50%;
        margin: 0 10px;
        button{
            opacity: 0;
        }
    }
    li.slick-active{
        background-color: #F36621;
        border: 1px solid #fff;
    }
}
/* Brand */
.brand{
    .col{
        height: 146px;
        border-right: 1px solid #CFCFCF;
        border-bottom: 1px solid #CFCFCF;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-inline: 10px;
        &:after{
            content: "";
            width: 10px;
            height: 10px;
            background: #F36621;
            position: absolute;
            bottom: -5px;
            right: -5px;
            z-index: 1;
        }
        &:nth-child(6){
            border-right: none;
            &::after{
                display: none;
            }
        }
        &:nth-child(7),
        &:nth-child(8),
        &:nth-child(9),
        &:nth-child(10),
        &:nth-child(11),
        &:nth-child(12) {
        border-bottom: none;
        &::after{
            display: none;
        }
        }
        &:last-child{
            border-right: 0;
        }
    }
}
/* faq */
.faq{
    .col-lg-5{
        position: relative;
        z-index: 1;
    }
    .accordion {
        padding-block: 70px;
        background: #F5F5F5;
        box-shadow: 37vmax 0px 0 60vmax #F5F5F5;
        clip-path: inset(0vmax -60vmax);
    }
    .heading-box{
        background: #F36621;
        box-shadow: -60vmax 0px 0 60vmax #F36621;
        clip-path: inset(0vmax -60vmax);
        padding-block: 100px;
        padding-right: 140px;
        position: relative;
        padding-left: 30px;
        &::after{
            content: '?';
            width: 156px;
            height: 156px;
            position: absolute;
            right: -30px;
            bottom: 25px;
            color: #fff;
            font-size: 150px;
            font-family: 'Gilroy-Medium';
        }
        .section-title{
            color: #fff;
        }
    }
    .accordion__item {
        margin: 12px auto;
        transition: .5s;
        border-bottom: 1px solid #F36621;
    }
    
    .accordion__item:hover {
        transform: translateY(-5px)
    }
    
    .accordion__item .accordion__title {
        position: relative;
        display: block;
        padding: 13px 40px 15px 18px;
        margin-bottom: 2px;
        color: #fff;
        font-size: 24px;
        font-family: 'Gilroy-Bold';
        text-decoration: none;
        color: rgb(0, 0, 0);
        border-radius: 3px;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        cursor: pointer;
        font-weight: 400;
    }
    
    .accordion__title::after {
        content: '+';
        position: absolute;
        width: 19px;
        height: 11px;
        right: 6px;
        top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s;
    }
    .accordion__title::before {
        content: '';
        background-image: url(../img/angle.webp);
        position: absolute;
        width: 9px;
        height: 11px;
        left: 0px;
        top: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s;
    }
    .accordion__title.accordion-active::after{
        transform: rotate(180deg);
        content: '-';
    }
    .accordion__item .accordion-active{
        border-color: #fff;
        color: #F36621;
    }
    
    .accordion__item .accordion__title .accordion__arrow {
        position: absolute;
        top: 13px;
        right: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        font-weight: 700;
        margin-right: 5px;
        background-color: #c9c9c9;
        border-radius: 50%;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out
    }
    
    .accordion__item .accordion__content {
        padding: 15px;
        font-size: 18px;
        color: #252525;
        line-height: 155.556%;
        margin-bottom: 0;
        display: none;
        padding-top: 0;
    }
}
.faq-vector {
    position: absolute;
}
/* Blog */
.blog {
    position: relative;
    background-image: url(../img/box-vector.webp);
    background-position: 0 340px;
    background-repeat: no-repeat;
    background-size: 37%;
    .blog-img {
        margin-bottom: 0px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    }

    .blog-item {
        border-bottom: 0;
    }

    .blog-content {
        background: #2C2A29;
        padding: 39px 13px 13px 13px;
        padding-bottom: 15px;
        margin-top: -23px;
        z-index: 1;
        position: relative;
        width: 95%;
        margin-inline: auto;
        border-top: 2px solid #F36621;
        .card-title{
            color: #fff;
            margin-bottom: 20px;
        }
    }
    .blog-tag {
        position: absolute;
        top: -35px;
        border-radius: 5px 5px 0px 0px;
        background: #2C2A29;
        color: #fff;
        height: 36px;
        left: 0;
        padding: 6px 20px;
        transition: all .5s;
    }

    .read-more {
        color: #ffffff;
        background: #F36621;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        &:hover {
            color: #F36621;
        background: #ffffff;
        }
    }
    .primary-btn:after{
        background: #000;
    }
    .primary-btn:hover{
        color: #fff;
        span{
            color: #000000;
            background: #000000;
        }
        span:last-child{
            background: transparent;
        }
    }
}

.blog-item {
    position: relative;
    overflow: hidden;

    &:hover {
        .blog-img img {
            transform: scale(1.1);
        }
        .card-title:hover {
            color: #F3642A;
        }
        .blog-tag{
            background: #F36621;
        }
    }
}

.right-arrow,
.left-arrow,
.left-arrow::after,
.right-arrow::after {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 9px;
    margin-right: 5px;
    height: 8px;
}

.right-arrow::after {
    content: "";
    position: absolute;
    height: 9px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg) scaleY(1);
}

.left-arrow::after {
    content: "";
    position: absolute;
    height: 9px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg) scaleY(1);
}

.right-arrow::after {
    transform: rotate(-45deg) scaleX(-1);
}
.blog-slider{
    margin-bottom: 45px;
    .slick-list{
        margin: 0 -15px;
    }
    .slick-slide{
        margin: 0 15px;
    }
    .slick-arrow{
        background-color: #3E3636;
        border: 0;
        width: 46px;
        height: 46px;
        top: 40%;
        &:hover{
            background-color: #F36621;
        }
    }
}
/* Contact  */

.contact{
    background-image: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    &::after{
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.85;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.73) 0%, rgba(41, 38, 38, 0.84) 100%);
    }
    .container{
        position: relative;
        z-index: 1;
    }
    .section-title,p{
        color: #fff;
    }
    .form-control{
        border-radius: 0px;
        border: 1px solid #FFF;
        background: rgba(0, 0, 0, 0.40);
        color: #ffffff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: inherit;
padding: 14px 18px;
&::placeholder{
    color: #ffffff;
}
&:focus{
    border-color: #F36621;
}

    }
 
}

/******************************/
footer {
    background: #2C2929 url(../img/footer-shape.webp);
    width: 100%;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.footer-box {
    padding-right: 4%;
}

.footer-logo {
    margin-bottom: 10px;
}

footer p {
    color: #E6E6E6;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.footer-title {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 53px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    position: relative;
    margin-bottom: 18px;
}

  
.footer-title:after {
    content: '';
    width: 54px;
    height: 2px;
    background: #F36621;
    display: inherit;
    margin-top: -4px;
}
h5{
color: #F36621;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
footer ul li a,
footer p a {
color: #D1D1D1;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
position: relative;
}
footer ul li a::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 11px;
    display: inline-block;
    transition: all .5s;
}
footer ul li a{
    display: block;
}
footer ul li a:hover{
    color: #F36621;
    transform: translateX(5px);
    &::before{
        background-color:#F36621;
    }
}

.footer-social a:hover {
    background-color: #F36621;
    border-color: #F36621;
    transform: scale(1.1);
}
.copyright-section{
    background: #313E59;
}
.copyright {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    border-top: 1px solid #4F4848;
}

.copyright a {
    color: #FF8A36;
    text-decoration: underline;
}
.copyright p{
    margin: 0;
}
.footer-contact p{
    position: relative;
}

.footer-social{
    display: flex;
    gap: 5px;
    a{
        width: 40px;
        height: 40px;
        border: 1px solid #666161;
        display: flex;
        align-items: center;
        justify-content: center;
}
}
/*************************************
    Inner Page
*************************************/
/* ***** Contact Page ***** */
.inner-banner{
    position: relative;
    &:after{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.55) 0%, rgba(41, 38, 38, 0.63) 100%);
    }
    .container{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        z-index: 1;
        padding-top: 122px;
    }
    h1{
        color: #FFF;
        font-family: 'Gilroy-Bold';
        font-size: 72px;
        font-style: normal;
        font-weight: 400;
        line-height: 66px;
        text-transform: uppercase;
    }
}
.contact-page{
    padding: 65px 0;
    .choose-item {
        height: 94px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 55px;
        position: relative;
        padding-left: 122px;
        padding-right: 60px;
        .card-title{
            margin-bottom: 6px;
        }
        p{
            transition: all .5s;
            color: #3A3A3A;
            font-family: 'Lexend';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            margin-bottom: 0;

        }
        a:hover p{
            color: #F36621;
        }
        .icon{
            width: 91px;
            height: 91px;
            background-color: #fff;
            border: 1px solid #F36621;
            outline: 1px solid rgba(243, 103, 33, 0.208);
            outline-offset: 7px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: -5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            transition: all .5s;
}
&:hover{
    .icon{
        background-color: #f367212c;
        img{
            transform: rotateY(180deg);
        }
    }
}
    }
    form .primary-btn{
        width: 100%;
        color: #fff;
        background: #2C2A29;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        &:hover{
            background-color: #fff;
            color: #2C2929;
        }
    }
    .contact-box{
        background: #F36621;
        padding: 20px;
        text-align: center;
        .title{
            color: #FFF;
            font-size: 38px;
        }
        .small-line{
            background-color: #fff;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        .form-control{
            background: #FFF;
            border: 0;
            color: #696767;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 8px;
            padding: 18px 15px;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
}
textarea{
    height: auto;
}
    }
}
.map{
    iframe{
        width: 100%;
        border: 0;
        height: 543px;
    }
}
.gallery{
    .title{
        font-size: 36px;
        margin-bottom: 5px;
    }
    .mb-30 {
        margin-bottom: 10px;
    }
}
.gallery-item {
    position: relative;
    height: 188px;
    width: 100%;
    border: 1px solid #D6D6D6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 100%;
        height: 100%;
        object-fit: none;
        transition: all 0.5s;
    }
    a {
        position: absolute;
        inset: 0;
        background: rgb(243 102 33 / 69%);
        color: #fff;
        font-size: 60px;
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
        scale: .9;
        opacity: 0;
        img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }
    }
    &:hover {
        a {
            opacity: 1;
            scale: 1;
        }
    }
}
.product-details{
    .product-img-box{
        background: #FFF;
        box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.15);
        padding: 15px;
        text-align: center;
    }
    .product-content-box {
        background: #F5F5F5;
        padding: 24px;
        box-shadow: 0vmax 0px 0 2vmax #F5F5F5;
        clip-path: inset(0vmax -2vmax);
        .section-title{
            font-size: 46px;
            line-height: 52px;
        }
        ul{
            list-style-type: disc;
            padding-left: 20px;
            li{
                color: #252525;
                font-family: 'Lexend';
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 26px;
                margin-top: 11px;
            }
            ::marker{
                color: #F36621;
            }
        }
    }
}
.mb-40{
    margin-bottom: 40px;
}
/* Blog */
.blog-list{
    .blog-item{
        margin-bottom: 50px;
    h6{
        color: #E8E8E8;
        font-family: 'Lexend';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .blog-content {
        padding: 13px 13px 13px 13px;
    }
    .card-title{
        color: #FFF;
        font-family: 'Gilroy-Bold';
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 5px;
    }
    p{
        color: #ECECEC;
        font-family: 'Lexend';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
}
}
.sidebar-service {
    background-color: #F6F6F6;
    padding: 10px;
    margin-bottom: 20px;
    h2{
        color: #000;
        font-family: 'Gilroy-Bold';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .recent-post-list img {
        object-fit: cover;
        width: 98px;
    height: 73px;
    }
    .recent-post-list li {
        margin-bottom: 25px;
        &:last-child{
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    }
    .recent-post-list li a {
        display: flex;
        align-items: center;
        gap: 10px;
        align-items: center;
    
        &:hover {
            h4 {
                color: #F3642A;
            }
        }
    
        h4 {
            color: #414141;
            font-family: 'Gilroy-Bold';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
    text-transform: unset;
    display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
        }
    }
}
.contact-box {
    background: #F36621;
    padding: 14px;
    text-align: center;
    h2{
        color: #FFEAEA;
        font-family: 'Gilroy-Bold';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }
    .small-line{
        background-color: #fff;
    }
    .primary-btn{
        background: #2C2A29;
        width: 100%;
        margin: 0;
        padding: 6px;
        &:hover{
            color: #F36621;
        }
    }
}
.related-articles{
    .section-title{
        font-size: 36px;
        line-height: 45px;
    }
}
.leave-reply {
    border-top: 1px solid #BBB;
    padding-top: 30px;
    h2{
        color: #1C1C1C;
        font-family: 'Gilroy-Bold';
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }
}
.blog-details{
    h5{
        font-size: 20px;
        font-family: 'Gilroy-Bold';
        text-transform: uppercase;
        margin-bottom: 6px;
    }
	h3{
        font-size: 22px;
        font-family: 'Gilroy-Bold';
        margin-bottom: 6px;
    }
    h1{
        color: #1C1C1C;
        font-family: 'Gilroy-Bold';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
        margin-bottom: 3px;
    }
    h6{
        color: #5B5B5B;
        font-family: 'Lexend';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 20px;
    }
	ul {
    list-style-type: disc; 
    padding-left: 20px;
    margin-bottom: 20px; 
}

ul li {
    color: #1C1C1C; 
    font-family: 'Lexend', sans-serif; 
    font-size: 16px; 
    font-style: normal; 
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 10px; 
}
    .blog-details-img{
        margin-bottom: 26px;
        height: 646px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .blog-content-box {
        padding-inline: 20px;
        position: relative;
        padding-bottom: 24px;
        &::before{
            content: '';
            width: 4px;
            height: 112px;
            background: #F36621;
            position: absolute;
            left: 0;
            top: 0;
        }
        h2{
            color: #1C1C1C;
            font-family: 'Gilroy-Bold';
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 45px;
            margin-bottom: 4px;
        }
    }
}
.blog-details-banner{
    padding-top: 110px;
    background-color: #fff;
    height: auto !important;
}
.our-comprehensive {
    background: #F4F4F4;
    padding: 28px;
    margin-top: 60px;
    margin-bottom: 60px;
    h2{
        color: #1C1C1C;
        font-family: 'Gilroy-Bold';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }
    .card-title{
        color: #181818;
    }
    p{
        color: #3A3A3A;
    }
    .mision-vision{
        padding-left: 112px;
        span.icon-box{
            position: absolute;
            left: 0;
            top: 0;
            width: 91px;
            height: 91px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #F36621;
            outline: 1px solid rgba(243, 103, 33, 0.507);
            outline-offset: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .5s;
            img{
                position: relative;
            }
        }
        .small-line{
            width: 53px;
            height: 3px;
            margin-bottom: 4px;
        }
        &:hover{
            span.icon-box{
                background-color: #F36621;
                border: 1px solid #F36621;
                img{
                    transform: rotateY(180deg);
                }
            }
        }
    }
}
.unique-value{
    background: #2C2A29;
    box-shadow: -80vmax 0px 0 100vmax #2C2A29;
    clip-path: inset(0vmax -60vmax);
    margin-bottom: 60px;
    .section-title,p,.card-title{
        color: #fff;
    }
    .small-line{
        width: 32px;
        height: 3px;
        margin-bottom: 4px;
    }
    .col-lg-3:hover{
        img{
            transform: rotateY(180deg);
        }
    }
}
.content-box{
    background: #F6F6F6;
    padding: 25px;
    margin-bottom: 38px;
    transition: all .5s;
    &:hover{
        background: #f367215d;
    }
    h2{
        color: #000;
        font-family: 'Gilroy-Bold';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }
}
.service-banner{
    h1{
        margin-bottom: 30px;
    }
    .contact-box {
        background: #FFF;
        text-align: left;
        padding: 0;
        .contact-body{
            padding: 14px;
        }
        h2{
            height: 61px;
            background-color: #F36621;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            clip-path: polygon( 0% 0%,100% 0%,83.302% 100%,16.698% 100%,0% 0% );
        }
        .form-control{
            border: 1px solid #C0C0C0;
            padding: 14px 9px;
            color: #000000;
            font-family: 'Gilroy-Regular';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: 100%;
            &::placeholder{
                color: #A8A8A8;
            }
        }
        .primary-btn{
            background: #272727;
            border-color: #272727;
            padding-block: 8px;
            &:hover{
                background: #F36621;
                border-color: #F36621;
                color: #fff;
            }
        }
    }
    label{
        color: #696767;
        font-family: 'Gilroy-Medium';
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        margin-bottom: 6px;
    }
    
}
.welcome{
    background: #F36621;
    .section-title,p,h3{
        color: #fff;
    }
    .small-line{
        background-color: #fff;
    }
    h3{
        font-family: 'Gilroy-Bold';
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 15px;
    }
}
.service-info{
    padding-block: 56px;
    position: relative;
    .our-comprehensive {
        background: #f4f4f400;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        .mision-vision {
            margin-bottom: 35px;
        }
    }
    .img-box{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .col-lg-6{
        padding-right: 40px;
    }
}
.service-info.right-content{
    .col-lg-6{
        margin-left: auto;
        padding-right: 0;
        padding-left: 40px;
    }
    .img-box{
        left: 0;
        right: auto;
    }
}
.service-details{
    .unique-value {
        text-align: center;
        background: #F9F9F9;
        box-shadow: -80vmax 0px 0 100vmax #F9F9F9;
        clip-path: inset(0vmax -60vmax);
        margin-bottom: 0;
        .section-title, p, .card-title {
            color: #000000;
        }
    }
}
 #pagination, .wp-pagenavi {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi {
    display: inline
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: "Arimo";
    font-weight: 500;
}

  .wp-pagenavi span.current {
    border-color: #f36621;
    background: #f36621;
    color: #fff;
    border-radius: 6px;
}

.wp-pagenavi a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.wp-pagenavi .active a {
    color: #ffffff;
    background: #f36621;
}

.wp-pagenavi  a:hover:not(.active) {
    color: #ffffff;
    background: #f36621;
}
/*******************************
  Responsive
********************************/

@media (min-width: 1920px) and (max-width: 2560px) {
   
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
       screen and (min-resolution: 120dpi) {
        .call-btn {
            padding-left: 62px;
        }
        #menu>.main-menu>ul>li>a,#menu ul ul li a{
            font-size: 14px;
        }
        .logo {
            width: 340px;
        }
        .mision-vision {
            margin-bottom: 15px;
        }
        .parts-slider {
            padding-left: 13%;
        }
        .container {
            max-width: 75%;
        }
        .product-item {
            .product-name {
                padding-inline: 70px;
            }
        }
        .banner {
            .item{
                height: 100vh;
            }
            h1 {
                font-size: 64px;
                line-height: 78px;
                padding-bottom: 75px;
                span{
                    font-size: 50px;
                }
            }
            p{
                font-size: 20px;
                line-height: 28px;
            }
            .slick-arrow {
                width: 64.154px;
                height: 64.154px;
            }
        }
        .banner-img {
            position: relative;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .dec {
            font-size: 18px;
            line-height: 28px;
        }
        .section-title {
            font-size: 52px;
            line-height: 56px;
        }
        p {
            font-size: 15px;
            line-height: 23px;
        }
        .list-style {
            li {
                font-size: 14px;
                line-height: 21px;
                margin-bottom:4px;
                width: 48%;
            }
        }
        .about-vector {
            width: 21%;
            bottom: -100px;
        }
        .product-item {
            & .overlay-content {
                .card-title {
                    padding-inline: 70px;
                }
            }
        }
        .services .glry-img {
            height: 80vh;
            position: relative;
        }
        .slick-arrow {
            width: 60px;
            height: 60px;
        }
        .testi-box {
            p {
                font-size: 18px;
                line-height: 28px;
            }
        }
        .faq {
            .accordion__item .accordion__title {
                font-size: 20px;
            }
        }
        .blog {
            & .blog-content {
                .card-title {
                   font-size: 18px;
                }
            }
        }
        .counter-section {
            & .counter-item {
                img {
                    right: 70px;
                }
            }
            .counter-item h3 {
                font-size: 52px;
                line-height: 66px;
            }
        }
        .mision-vision {
            .title {
                margin-bottom: 6px;
                font-size: 26px;
            }
        }
        .sec-gap {
            padding: 40px 0;
        }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
       screen and (min-resolution: 150dpi) {
    body {
        font-size: 1.2rem;
    }
}


@media (max-width: 1600px),
(max-width: 1536px) {
    #menu>.main-menu>ul>li {
        padding-inline: 0px;
    }
    #menu {
        gap: 30px;
    }
	.logo {
    width: 380px;
}
   #menu>.main-menu>ul>li>a,#menu ul ul li a {
    font-size: 16px;
}
	.call-btn {
    padding-left: 62px;
    font-size: 26px;
	span {
        font-size: 14px;
    }
}
	.call-email {
    gap: 20px;
    padding-left: 20px;
}
	.topbar a {
    font-size: 14px;
}
	.banner {
    .slick-arrow {
        top: 42%;
    }
}
	.about-vector {
    bottom: -74px;
    width: 10%;
}
	.parts-slider {
    .slick-arrow {
        top: -155px;
        right: 5%;
    }
	.slick-arrow.slick-prev {
        left: auto;
        right: 11%;
    }

}
	.parts-slider {
    padding-left: 5%;
}
}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 14px;
    }
    .gallery {
        .title {
            font-size: 30px;
            margin-bottom: 5px;
        }
    }
    .logo {
        bottom: 12px;
        width: 340px;
    }
    .topbar a {
        font-size: 14px;
    }
    .call-email {
        gap: 15px;
        padding-left: 60px;
    }
    .header-area{
        .primary-btn{
            padding: 9px 25px;
        }
    }
    .call-btn {
        padding-left: 64px;
        span {
            font-size: 14px;
        }
    }
    .popup .popup__content {
        width: 70%;
    }
    .banner {
        h1 {
            font-size: 74px;
            line-height: 78px;
            span {
                font-size: 54px;
                &:after {
                    transform: translateY(48px) translateX(20px);
                }
            }
        }
        .slick-arrow {
            top: 37%;
        }
        .slick-arrow.slick-prev {
            top: 50%;
        }
    }
    .banner {
        .slick-arrow {
            width: 64.154px;
            height: 64.154px;
        }
    }
    #menu {
        gap: 15px;
    }
    .product-details {
        & .product-content-box {
            box-shadow: 0vmax 0px 0 1vmax #F5F5F5;
            clip-path: inset(0vmax -1vmax);
            .section-title {
                font-size: 36px;
                line-height: 40px;
            }
            & ul {
                margin-top: -14px;
                li {
                    font-size: 17px;
                    line-height: 24px;
                    margin-top: 10px;
                }
            }
        }
    }
    p {
        font-size: 16px;
        line-height: 1.667;
    }
    .sub-title {
        margin-bottom: 0;
        font-size: 22px;
    }
    .section-title {
        font-size: 42px;
        line-height: 52px;
    }
    .dec {
        font-size: 20px;
        line-height: 30px;
    }
    .sec-gap {
        padding: 40px 0;
    }
    
    .primary-btn{
        font-size: 16px;
        padding-block: 8px;
    }
    .about-vector {
        bottom: -85px;
        width: 12%;
    }
    .title {
        font-size: 26px;
        line-height: 26px;
    }
    .mision-vision {
        .title {
            margin-bottom: 5px;
        }
    }
    .list-style {
        li {
            font-size: 16px;
        }
    }
    .about-us,.parts {
        background-size: 42%;
    }
    .product-item {
        .product-name {
            padding-inline: 70px;
        }
    }
    .product-item {
        & .overlay-content {
            .card-title {
                padding-inline: 60px;
            }
        }
    }
    .card-title {
        font-size: 22px;
    }
    .services .glry-img {
        height: 500px;
        position: relative;
    }
    .counter-section {
        .counter-item h3 {
            font-size: 52px;
        }
        .counter-item p {
            font-size: 22px;
        }
    }
    .slick-arrow {
        width: 64.154px;
        height: 64.154px;
    }
    .parts-slider {
        .slick-arrow {
            right: 7%;
        }
        .slick-arrow.slick-prev {
            left: auto;
            right: 13%;
        }
    }
    .parts-slider {
        padding-left: 7.5%;
        margin-top: 30px;
    }
    .testi-box {
        p {
            font-size: 20px;
            line-height: 30px;
        }
    }
    .slick-dots {
        padding-left: 28%;
    }
    .faq {
        .accordion__item .accordion__title {
            font-size: 20px;
        }
        .accordion__item .accordion__content {
            font-size: 16px;
        }
    }
    .sidebar-service {
        .recent-post-list li {
            margin-bottom: 16px;
        }
        .recent-post-list img {
            object-fit: cover;
            width: 80px;
            height: 70px;
        }
    }
    .sidebar-service {
        & .recent-post-list li a {
            h4 {
                font-size: 15px;
                line-height: 20px;
            }
        }
    }
    .blog-list {
        & .blog-item {
            .card-title {
                font-size: 26px;
                line-height: 32px;
            }
        }
    }
    .blog-details {
        .blog-details-img {
            margin-bottom: 26px;
            height: 390px;
        }
    }
    .unique-value {
        .card-title {
            font-size: 20px;
        }
        p{
            line-height: 22px;
        }
    }
    .content-box {
        h2 {
            font-size: 28px;
        }
    }
    .service-banner {
        height: 750px;
        .banner-img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
}

@media (max-width: 1366px) {}

@media (max-width: 1199.98px) {

    #menu>.main-menu>ul>li {
        padding-inline: 10px;
    }
}

@media (max-width: 991.98px) {
    #menu {
        justify-content: center;
    }
    header {
        height: auto;
    }
    .logo {
        width: auto;
        padding-block: 0px;
        padding-top: 4px;
        position: relative;
        bottom: 4px;
        img{
            height: 70px;
            width: auto;
            margin-top: 4px;
        }
    }
    
    .hamburger {
        background: #ffffff00;
        border-radius: 4px;
        top: 18px;
        left: 0;
    }
    .hamburger:before,.hamburger.menu-opened:before{
        background: #F36621;
    }
    .hamburger:after {
        border-top: 2px solid #F36621;
        border-bottom: 2px solid #F36621;
    }
    .hamburger.menu-opened:after{
        background: #F36621;
    }
    #menu .submenu-button {
        height: 75px;
        width: 74px;
        cursor: pointer;
        background: #ffffff0f;
    }
    #menu .submenu-button:after {
        top: 30px;
        right: 30px;
    }
    #menu .submenu-button.submenu-opened:after {
        top: 35px;
    }
    #menu .main-menu ul ul.open {
        transform: unset;
        background: #ffffff0f;
    }
    #menu .main-menu {
        background-color: rgb(0, 0, 0);
        top: 60px;
        flex-direction: column;
        padding-right: 0;
    }

    #menu .main-menu {
        top: 79px;
        background-color: rgb(0, 0, 0);
    }
    #menu>.main-menu>ul>li.has-sub>a::before{
        display: none;
    }
    #menu>.main-menu>ul>li {
        border-bottom: 1px solid #dddddd3d;
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 16px;
        padding: 20px 6px;
    }

    header .flex-box {
        margin-top: 0px;
        position: absolute;
        right: 0;
    }

    #menu>.main-menu>ul>li:hover, #menu .main-menu ul li.current-menu-item:hover, #menu .main-menu ul li.current-menu-item, #menu .main-menu ul li.has-sub.current-menu-item:hover {
        background: #ffffff00 !important;
    }
    #menu .main-menu ul li.current-menu-item a::after {
        bottom: 16px;
        transform: unset;
        left: 10px;
    }
    .call-btn {
        width: 48px;
        position: absolute;
        right: 0;
        font-size: 0;
        span {
            font-size: 0;
        }
    }
    .container-fluid {
        padding: 0 15px;
    }
    .topbar {
        display: none;
    }
    .form-head {
        height: 112px;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .banner {
        .container {
            padding-bottom: 30px;
            padding-right: 28%;
        }
        h1 {
            font-size: 45px;
            line-height: 50px;
            margin-bottom: 0px;
            padding-bottom: 0;
            span {
                font-size: 33px;
                display: block;
                &:after {
                    transform: translateY(22px) translateX(10px);
                    width: 174.189px;
                }
            }
        }
        .banner-img {
            position: relative;
            height: 540px;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }
        .slick-arrow {
            top: 34%;
        }
    }
    .counter-section {
        & .counter {
            .row .col-lg-3:nth-child(2) {
                .counter-item{
                    &::after{
                        display: none;
                    }
                }
            }
        }
    }
    .services .glry-img {
        height: 890px;
        position: relative;
    }
    .services .row .col-lg-4 {
        border-inline-end: 1px solid #fff3;
        border-bottom: 1px solid #fff3;
    }
    .services .row .col-lg-4:nth-child(2) {
        border-right: 0px solid #fff3;
    }
   .service-card{
    .overlay-content {
        padding: 60px 15px;
    }
   }
    .section-title {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 36px;
    }
    .sub-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .parts-slider {
        padding-left: 2.2%;
        margin-top: 15px;
    }
    .testi-box {
        .user-img {
            position: relative;
            left: unset;
            top: unset;
            display: block;
            margin-inline: auto;
            margin-bottom: 30px;
        }
        .testi-item {
            padding-left: 0;
            width: 80%;
            text-align: center;
        }
    }
    .slick-dots {
        padding-left: 0;
        text-align: center;
    }
    .parts-slider {
        .slick-arrow {
            top: -190px;
        }
        .slick-arrow.slick-prev {
            left: auto;
            right: 18%;
        }
    }
    footer {
        padding-top: 40px;
        .btn-group {
            margin-bottom: 30px;
        }
    }
    .faq-vector {
        position: absolute;
        display: none;
    }
    .faq {
        .heading-box {
            padding-block: 60px;
        }
        .accordion {
            padding-block: 30px;
        }
    }
    .card-title {
        font-size: 20px;
    }
    .footer-menu {
        margin-bottom: 25px;
        li {
            margin: 0 4px;
        }
    }
    .copyright {
        padding: 15px 0;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0px 4px;
        p, a {
            font-size: 16px;
            margin: 0;
        }
    }
    .slick-prev {
        left: -5px;
    }
    .slick-next {
        right: -5px;
    }
    
    .footer-social {
        a {
            width: 48.931px;
            height: 48.931px;
            padding: 13px;
        }
    }
    .inner-banner {
        h1 {
            font-size: 46px;
            line-height: 54px;
        }
    }
    .service-info {
        padding-block: 0;
        .img-box {
            position: relative;
            width: 100%;
            margin-bottom: 20px;
        }
        & .our-comprehensive {
            .mision-vision {
                margin-bottom: 35px;
                height: 90px;
            }
        }
        .col-lg-6 {
            padding-right: 20px;
            padding-left: 20px;
        }
    
    }
    .service-info.right-content {
        .col-lg-6 {
            margin-left: auto;
            padding-right: 20px;
            padding-left: 20px;
        }
    }
   .banner {
        .item {
            height: auto;
        }
    }
}

@media (max-width: 575.98px) {
    
    .form-control {
        font-size: 14px;
        padding: 10px 10px;
    }

    .form-group {
        margin-bottom: 1px;
    }

    .offcanvas-body .contact-form label {
        font-size: 16px;
        margin-bottom: 5px;
        display: block;
    }

    form .btn-group {
        justify-content: center;
        margin-top: 15px;
    }


    #menu {
        justify-content: center;
    }

    .logo {
        width: auto;
        padding-block: 0px;
        img{
            height: 35px;
            width: auto;
            margin-top: 11px;
        }
    }

    header {
        height: auto;
    }

    .hamburger {
        top: 7px;
        width: 43px;
        height: 36px;
    }

    .hamburger:after {
        top: 17px;
        right: 6px;
        height: 10px;
        width: 30px;
    }

    .hamburger:before {
        top: 8px;
        right: 6px;
        height: 2px;
        width: 30px;
    }

    .hamburger.menu-opened:after {
        top: 18px;
        border: 0;
        height: 2px;
        width: 30px;
    }

    .hamburger.menu-opened:before {
        top: 18px;
        width: 30px;
    }

    #menu .submenu-button {
        height: 51px;
        width: 70px;
        background: rgb(255 255 255 / 3%);
    }
    .banner {
        h1 {
            font-size: 28px;
            line-height: 32px;
            span {
                font-size: 20px;
                display: block;
                &:after {
                    transform: translateY(13px) translateX(10px);
                    width: 58.189px;
                }
            }
        }
        p {
            font-size: 16px;
            line-height: 22px;
        }
        .container {
            padding-bottom: 30px;
            padding-right: 20%;
        }
        .banner-img {
            position: relative;
            height: 390px;
        }
        .slick-arrow {
            width: 40.154px;
            height: 40.154px;
            top: 35%;
            right: 5%;
        }
        .slick-arrow.slick-prev {
            top: 49%;
            right: 5%;
        }
    }
    .call-btn {
        padding: 0;
        width: 35px;
        .icon {
            width: 35px;
            height: 35px;
            padding: 9px;
            outline-offset: 3px;
        }
    }
    .section-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .sub-title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: normal;
    }
    p {
        font-size: 14px;
        line-height: 1.3667;
    }
    .list-style {
        li {
            width: 100%;
            font-size: 14px;
            margin-bottom: 6px;
        }
    }
    .counter-section {
        .counter-item {
            padding-left: 0px;
            img {
                right: 8px;
                width: 50px;
                top: 12px;
            }
        }
        .counter-item p {
            font-size: 16px;
        }
        .counter-item h3 {
            font-size: 40px;
        }
    }
    .about-vector {
        bottom: -27px;
        width: 16%;
    }
    .service-card {
        .overlay-content {
            padding: 30px 15px;
        }
    }
    .services .row .col-lg-4:first-child {
        border-right: 0px;
    }
    .parts-slider {
        .slick-arrow {
            top: 50%;
            right: 10px;
            background: rgb(243, 103, 33);
        }
        .slick-arrow.slick-prev {
            left: 10px;
            right: unset;
        }
        .slick-arrow::before {
            border-top: 1px solid #ffffff;
            border-left: 1px solid #ffffff;
        }
    }
    .parts {
        .icon-box {
            width: 95px;
            height: 100px;
            padding: 10px;
        }
        & .product-item {
            .product-name {
                padding: 16px 20px;
            }
        }
    }
    .testi-box {
        .testi-item {
            width: 100%;
        }
        p {
            font-size: 16px;
            line-height: 22px;
        }
    }
    .brand {
        .col {
            height: 80px;
            padding-inline: 10px;
            &:nth-child(6) {
                border-right: 1px solid #CFCFCF;
                border-bottom: 1px solid #CFCFCF;
            }
            &:nth-child(7),&:nth-child(8){
                border-bottom: 1px solid #CFCFCF;
            }
            &:last-child{
                border-right: 1px solid #CFCFCF;
            }
            &:nth-child(6),&:nth-child(7){
                &::after{
                    display: inherit;
                }
            }
            &:nth-child(4),&:nth-child(8),&:nth-child(12){
                border-right: 0;
            }
            &:nth-child(4){
                &::after{
                    display: none;
                }
            }
        }
    }
    .faq {
        .heading-box {
            padding-block: 30px;
            &::after {
                right: -69px;
                bottom: -30px;
                font-size: 109px;
            }
        }
        .accordion {
            padding-block: 10px;
        }
        .accordion__item .accordion__title {
            font-size: 16px;
            padding-block: 10px;
        }
        .accordion__item .accordion__content {
            font-size: 14px;
        }
    }
    .blog {
        .blog-content {
            padding: 20px 13px 13px 13px;
        }
        .blog-tag {
            top: -30px;
            height: 30px;
            padding: 6px 20px;
            font-size: 14px;
        }
    }
    .parts-slider {
        padding-inline: 2.2%;
        margin-top: 15px;
    }
    .sec-gap,
    .sec-pad {
        padding: 30px 0;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    footer {
        padding-top: 30px;
    }
    .copyright {
        padding: 10px 0;
        padding-bottom: 10px;
        justify-content: center;
        gap: 0px 0px;
        margin-top: 20px;
    }
    
    .copyright p {
        margin-bottom: 5px;
    }

    #menu .main-menu {
        top: 48px;
        flex-direction: column;
        padding-right: 0;
        z-index: 9;
    }

    #menu>.main-menu>ul>li.has-sub>a::before {
        display: none;
    }

    #menu>.main-menu>ul>li>a {
        padding: 8px 6px;
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 14px;
    }
    #menu ul ul li a {
        font-size: 13px;
    }
    #menu .submenu-button:after {
        top: 22px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        transform: rotate(0deg);
        border-bottom: 0px solid #fff;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(0deg);
        top: 22px;
    }

    #menu ul ul li a {
        padding-left: 8px;
    }

    #menu .main-menu ul ul.open {
        background: #ffffff0d;
    }

    .menu-white .hamburger.menu-opened:after {
        background-color: #000;
    }

    #menu .main-menu ul li.current-menu-item a::after {
        display: none;
    }

    
    .btn-group {
        display: flex;
        gap: 10px;
    }

    .primary-btn {
        font-size: 14px;
    }
    

    .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .slick-arrow::before {
        content: '';
        width: 9px;
        height: 9px;
    }
    .card-title {
        font-size: 18px;
        line-height: 24px;
    }
  
    .mb-30 {
        margin-bottom: 10px;
    }
   
    form .primary-btn {
        padding: 7px 40px;
    }
   
    .footer-menu {
        & li {
            a {
                font-size: 15px;
                display: block;
            }
        }
    }
   
    .copyright {
        p, a {
            font-size: 14px;
            margin: 0;
        }
    }
    .popup .popup__content {
        width: 95%;
    }
    .left{
        img{
            height: 55px;
            width: auto;
            padding: 9px;
        }
    }
    .title {
        font-size: 20px;
    }
    .dec {
        font-size: 15px;
        line-height: 22px;
    }
    .fixed-btn {
        right: 5px;
        width: 45px;
    }
    .fc {
        width: 45px;
        height: 45px;
    }
    .inner-banner {
        height: 180px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .container {
            padding-top: 50px;
        }
        h1 {
            font-size: 28px;
			line-height: normal;
        }
    }
    .contact-page {
        padding: 30px 0;
        .choose-item {
            height: auto;
            background: #ffe9dd;
            padding: 15px;
            margin-bottom: 15px;
            .icon{
                position: relative;
                outline-offset: 5px;
                width: 70px;
                height: 70px;
                margin-top: 10px;
                margin-bottom: 10px;
            }
            p {
                font-size: 15px;
                line-height: 20px;
            }
        }
        & .contact-box {
            .title {
                font-size: 24px;
            }
            .form-control {
                font-size: 14px;
                padding: 12px 12px;
            }
        }
    }
    .map {
        iframe {
            height: 280px;
        }
    }
    .gallery {
        .title {
            font-size: 22px;
            margin-bottom: 5px;
        }
    }
    .product-details {
        & .product-content-box {
            padding: 15px;
            box-shadow: 0vmax 0px 0 0vmax #F5F5F5;
            clip-path: inset(0vmax 0vmax);
            .section-title {
                font-size: 21px;
                line-height: 30px;
            }
            & ul {
                li {
                    font-size: 15px;
                    line-height: 20px;
                    margin-top: 10px;
                }
            }
        }
        
    }
    .product-details{
        .container{
            .row:nth-child(2n){
                .col-lg-6:last-child{
                    order: -1;
                }
            }
        }
    }
    .blog-list {
        & .blog-item {
            h6 {
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 4px;
            }
            .card-title {
                font-size: 18px;
                line-height: 24px;
            }
            p {
                font-size: 14px;
                line-height: 20px;
            }
        }
    }
    .blog-details-banner {
        padding-top: 48px;
    }
    .blog-details {
        h5 {
            font-size: 15px;
            margin-bottom: 5px;
            line-height: normal;
        }
        h1 {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 3px;
        }
        h6 {
            font-size: 12px;
            line-height: 13px;
            margin-bottom: 20px;
        }
        .blog-details-img {
            margin-bottom: 15px;
            height: 160px;
        }
        .blog-content-box {
            padding-inline: 12px;
            padding-bottom: 0px;
            h2 {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 6px;
            }
        }
    }
    .leave-reply {
        h2 {
            font-size: 22px;
            line-height: 26px;
        }
    }
    .sidebar-service {
        h2 {
            font-size: 20px;
        }
    }
    .our-comprehensive {
        background: #F4F4F4;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        .mision-vision {
            padding-left: 0;
            text-align: center;
            margin-bottom: 0;
            span.icon-box{
                position: relative;
                margin-inline: auto;
                margin-bottom: 12px;
                width: 70px;
                height: 70px;
                padding: 15px;
                outline-offset: 4px;
            }
            .small-line {
                margin-bottom: 9px;
            }
        }
        h2 {
            font-size: 22px;
            line-height: 30px;
        }
    }
    .unique-value {
        margin-bottom: 20px;
        .card-title {
            font-size: 18px;
            line-height: 18px;
            margin-top: 6px;
        }
    }
    .content-box {
        background: #F6F6F6;
        padding: 15px;
        margin-bottom: 15px;
        h2 {
            font-size: 20px;
            line-height: 22px;
        }
        .small-line {
            width: 40px;
        }
    }
    .service-banner {
        height: 630px;
        h1 {
            margin-bottom: 0px;
        }
        label {
            font-size: 14px;
            margin-bottom: 4px;
        }
        & .contact-box {
            h2 {
                height: 44px;
                font-size: 20px;
            }
            .form-control {
                padding: 12px 9px;
                font-size: 14px;

            }
        }
    }
    .welcome {
        h3 {
            font-size: 19px;
            line-height: 22px;
            margin-bottom: 8px;
        }
    }
    .service-info {
        padding-block: 0;
        text-align: center;
    }
    .card-title {
        font-size: 16px;
        line-height: 20px;
    }
    .service-info {
        & .our-comprehensive {
            .mision-vision {
                margin-bottom: 35px;
                height: auto;
            }
        }
    }
    .contact-details.contact-page {
        & .col-lg-7 {
            p:nth-child(3) {
                font-size: 15px;
                line-height: 22px;
            }
        }
        .choose-item {
            padding-bottom: 15px;
            margin-bottom: 15px;
            padding-left: 15px;
        }
    }
}

