/**************************************
                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: 6px;
    background-color: #192B53;
}

html::-webkit-scrollbar-thumb {
    background-color: #22405c;
    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;
}

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

a,
a:hover,
a:focus {
    color: #3fc2f3;
    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 70px;
}


/* 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);
}

.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: #263247;
    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: #454545;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dec {
    color: #202020;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.182%;
}

.section-title {
    color: #263247;
    font-family: 'Oswald Semi Bold';
    font-size: 59px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.763%;
    text-transform: uppercase;
}

.card-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
}

.primary-btn {
    color: #ffffff;
    font-family: 'Oswald Semi Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    padding: 22px 25px;
    border-radius: 6px;
    background: #3fc2f3;
    border: 1px solid #3fc2f3;
    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;
    gap: 10px;
}
.service-btn {
    position: absolute;
    right: 0px;
    bottom: 95px;
}

/*.primary-btn img {*/
/*    position: absolute;*/
/*    right: 85%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    transition: right 1s ease;*/
/*}*/

.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    inset: 0;
    scale: 1 0;
    background: #263247;
    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: #ffffff;
    border-color: #22405c;
    /*padding-right: 51px;*/
    /*padding-left: 25px;*/

    /*img {*/
    /*    right: 2%;*/
    /*    transform: rotateY(180deg) translateY(-50%);*/
    /*}*/
}

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


.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: 1530px;
}

.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: #22405c;
}

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

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

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

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

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 {
    background: #22405c;
}

.topbar a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-block: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;

}

.call-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-area {
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 999;
    right: 0;
    left: 0;
    width: 100%;
    background: #22405c;
    padding: 0px 0px;
    border-top: 4px solid #3fc2f3;
    border-bottom: 4px solid #3fc2f3;
    &::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 101%;
    background: #ffffff;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
}
.book-call{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    img{
        height: 36px;
        transform: translateY(6px);
    }
    span{
        color: #263247;
        font-family: 'Oswald Semi Bold';
        font-size: 58px;
        font-style: normal;
        font-weight: normal;
        line-height: 118.391%;
        text-transform: uppercase;
        display: block;
        letter-spacing: 0px;
        transition: all .5s;
    }
&:hover{
    span{
        color: #3fc2f3;
    }
    }
}

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

.header-area.sticky {
    background: #263247;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s;
    box-shadow: 0px 10px 26px 0px rgb(255 255 255 / 22%);
    .logo img{
        height: 80px;
        width: auto;
    }
    #menu>.main-menu>ul>li>a{
        padding: 30px 6px;
    }
}
.logo img{
        height: 116px;
        width: auto;
        transition: height 0.8s ease-in-out;
    }
/* @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;

    .primary-btn,
    .primary-btn:hover {
        padding: 18px 35px;
    }
}

.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: 38px 6px;
    display: inline-block;
    color: #FFF;
    font-family: 'Oswald Semi Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
}


#menu>.main-menu>ul>li>a:hover::after,
#menu .main-menu ul li a.current-menu-item::after {
    width: 80%;
}

#menu .main-menu ul li a.current-menu-item::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 7px;
    width: 25px;
    height: 1px;
    background: #22405c;
}

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

#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.current-menu-parent{
	a{
		color: #22405c;
		&::before {
    border-top: 1px solid #22405c !important;
    border-left: 1px solid #22405c !important;
}
	}
	li a{
		color:#000;
	}
}
#menu>.main-menu>ul>li.current-menu-parent li.current-menu-item{
	background: #22405c !important;
	a{
		color:#fff;
	}
}
#menu>.main-menu>ul>li.has-sub>a {}

#menu>.main-menu>ul>li.has-sub>a::before {
    top: 43px;
    right: -8px;
    transition: all .4s;
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transform: rotate(225deg);
}
.header-area.sticky{
    #menu>.main-menu>ul>li.has-sub>a::before {
        top: 35px;
    }
}
#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: #22405c;
        border-left-color: #22405c;
}

/* #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
}

#menu ul ul li:hover {}

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

#menu li:hover>ul>li {
    height: 40px;
    display: block;
    align-items: center;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}

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

#menu ul ul li a {
    padding: 10px 20px;
    width: auto;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    font-family: 'Oswald Semi Bold';
}

#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:hover a,
#menu .main-menu ul ul li:hover {
    color: #fff;
    background-color: #22405c;
    
}

#menu .main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    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: #363636
}

#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;
    }

    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: 35px
    }

    #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
    }
}

.fixed-btn {
    position: fixed;
    top: 42%;
    right: 10px;
    /*bottom: 4%;*/
    z-index: 8;
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fc{
    width: 57px;
    height: 57px;
    background-color: #3fc2f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.fc:hover,
.fw:hover {
    transform: scale(1.1);
}

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

.banner {
    overflow: hidden;
    position: relative;
    background-color: #fff;

    &::after {
        content: '';
        /* background-image: url(../img/banner-shape.webp); */
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 270px;
        height: 864px;
    }
    h5{
             position: relative;
        display: inline-block;
        color: rgb(34, 64, 92);
        text-transform: uppercase;
        clip-path: polygon(0px 0px, 96% 0px, 100% 100%, 0px 100%);
        font-size: 22px;
        margin-bottom: 5px;
        background: #b0ebff;
        padding: 4px 30px 4px 10px;
    }
    h1 {
        color: #263247;
        font-family: 'Oswald Semi Bold';
        font-size: 87px;
        font-style: normal;
        font-weight: 600;
        line-height: 118.391%;
        text-transform: uppercase;

        span {
            color: #22405c;
        }
    }

    p {
        color: #202020;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 137.5%;
    }

    .container {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        z-index: 2;
    }
}

.banner-content {
    width: 50%;
}

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

.banner-img {
    position: relative;
    width: 100%;
}

/* have Qustion */
.have-qustion {
    margin-top: -90px;
    z-index: 3;
    position: relative;
}

.qustion-box {
    background: #3fc2f3;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 60vmax 0px 0 60vmax #3fc2f3;
    clip-path: inset(0vmax -60vmax);

    .img-box {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: -5px;

        img {
            clip-path: polygon(0% 0%, 85.102% 0%, 100% 50%, 85.102% 100%, 0% 100%, 0% 0%);
        }

        &::after {
            content: '';
            clip-path: polygon(0% 0%, 85.102% 0%, 100% 50%, 85.102% 100%, 0% 100%, 0% 0%);
            position: absolute;
            inset: 0;
            background-color: #22405c;
            z-index: -1;
            right: -15px;
        }
    }

    h2 {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 14px;

        a {
            color: #22405c;
            text-decoration-line: underline;
        }
    }

    p {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 0;
    }

    .content-box {
        padding-left: 60px;
        width: 62%;
    }
}

/* ****** Service ********** */
.services {
    background-image: url(../img/service-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 130px;
}

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 100%;

    h3 {
        color: #000000;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 104%;
    }

    &:hover {
        .overlay-content {
            transform: translateY(0);
        }

        /*.service-name {*/
        /*    opacity: 0;*/
        /*}*/
    }
.service-content{
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    margin-top: -10px;
    padding-top: 35px;
    .card-title{
        margin-bottom: 10px;
    }
}
}

.service-img {
    height: auto;
    overflow: hidden;
    position: relative;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .icon{
        position: absolute;
        right: 5px;
        bottom: 5px;
        img{
            width: auto;
            height: 50px;
        }
    }
}

.service-name {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px 0px 4px 0px;
    background: #263247;
    display: flex;
    gap: 13px;
    align-items: center;
    height: 86px;
    padding: 14px;
    padding-left: 52px;
    transition: ease-in-out .5s;

    .icon {
        position: absolute;
        left: -50px;
        padding: 20px;
        bottom: 1px;
    }
}

.overlay-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 1;
    border-radius: 0px 37px 4px 0px;
    background: rgb(38 50 71 / 90%);
    padding: 15px 18px;
    transform: translateY(110%);
    transition: ease-in-out .5s;

    h3 {
        color: #22405c;
        text-decoration-line: underline;
        margin-bottom: 14px;
    }

    p {
        color: #E2E2E2;
        line-height: 144.444%;
        margin-bottom: 14px;
        font-size: 17px;
    }

    .fw {
        width: 50px;
        height: auto;
    }

    .primary-btn {
        padding: 14px 22px;
        padding-left: 37px;

        img {
            height: 38px;
            width: auto;
        }
        &:hover{
            padding-right: 37px;
            padding-left: 22px;
        }
    }
}

.icon {
    clip-path: polygon(50.58% 0%, 74.548% 13.627%, 100% 25%, 98.515% 50%, 100% 75%, 74.548% 86.373%, 50.58% 100%, 26.613% 86.373%, 1.161% 75%, 2.646% 50%, 1.161% 25%, 26.613% 13.627%, 50.58% 0%);
    background-color: #22405c;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.key-feature {
    background: #263247;
    padding: 46px 0;
    position: relative;

    h2 {
        background-color: #3fc2f3;
        color: #FFF;
        font-family: 'Oswald Semi Bold';
        font-size: 59px;
        font-style: normal;
        font-weight: 600;
        line-height: 86px;
        text-transform: uppercase;
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 159px;
        clip-path: polygon(-11.359% 0%, 83.41% 0%, 100% 50%, 83.41% 100%, -11.359% 100%, -11.359% 0%);
        display: flex;
        align-items: center;
        padding-left: 25px;
        padding-right: 60px;
    }

    .icon-box {
        position: relative;
        width: 134px;
        height: 134px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-inline: auto;
        margin-bottom: 15px;

        svg {
            width: 134px;
            height: 134px;
            position: absolute;
            transition: all .5s;
        }

        svg:last-child {
            width: 150px;
            height: 150px;
            position: absolute;
        }
       
    }
}

.counter-item {
    position: relative;
    text-align: center;
    &:hover{
        svg{
            transform: rotate(-90deg);
        }
        img{
        transform: rotateY(180deg);
        }
    }
}

.flex {
    display: flex;
    text-align: left;
    justify-content: center;
    gap: 10px;
}

.counter-item h3 {
    color: #FFF;
    font-family: 'Oswald Semi Bold';
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    text-transform: uppercase;
}

.counter-item p {
    color: #FFF;
    font-family: 'Oswald Semi Bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
}

.ms-auto {
    margin-left: auto;
}

/* ***** Why Choose ***** */
.why-choose {
    position: relative;
    padding: 78px 0;
    padding-bottom: 190px;
    z-index: 1;

    .section-title {
        line-height: 106.78%;
        margin-bottom: 10px;
    }

    p {
        line-height: 26px;
    }

    .choose-item {
        position: relative;
        padding-left: 122px;
        margin-bottom: 40px;
        padding-right: 60px;
        &:hover{
            .icon{
                transform: rotate(-180deg);
            }
            img{
            transform: rotate(180deg) scale(.9);
            }
        }
    }

    .choose-img {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;

        .dots {
            position: absolute;
            left: -45px;
            bottom: -44px;
            z-index: -1;
            filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
        }
    }

    .icon {
        clip-path: polygon(50.531% 0%, 74.522% 13.627%, 100% 25%, 98.513% 50%, 100% 75%, 74.522% 86.373%, 50.531% 100%, 26.54% 86.373%, 1.062% 75%, 2.549% 50%, 1.062% 25%, 26.54% 13.627%, 50.531% 0%);
        background-color: #EEE;
        width: 104px;
        height: 104px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: -5px;
        z-index: 1;

        span {
            background-color: #22405c;
            clip-path: polygon(50.531% 0%, 74.522% 13.627%, 100% 25%, 98.513% 50%, 100% 75%, 74.522% 86.373%, 50.531% 100%, 26.54% 86.373%, 1.062% 75%, 2.549% 50%, 1.062% 25%, 26.54% 13.627%, 50.531% 0%);
            position: absolute;
            inset: 0;
            width: 92px;
            height: 92px;
            z-index: -1;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .container {
        position: relative;
        z-index: 1;
    }
}

/* call-assistance */
.call-assistance {
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;

    .section-title {
        color: #fff;
        margin-bottom: 15px;
        font-size: 54px;
        line-height: 62.963%;
    }

    .dec {
        color: #fff;
    }
}

/* **** About *** */
.about-us {
    position: relative;
    padding-top: 102px;
}


.about-img {
    position: relative;

    .about-big {
        border-radius: 38px;
    }

    .about-small {
        border-radius: 33px;
        position: absolute;
        right: 0;
        bottom: -70px;
        box-shadow: 0 0 0 15px #fff;
    }

    .exp {
        position: absolute;
        top: -60px;
        right: 0;
        img{
            filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
        }
        .exp-content {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 30px;
            text-align: center;
        }

        h3 {
            color: #FFF;
            font-family: 'Oswald Semi Bold';
            font-size: 58px;
            font-style: normal;
            font-weight: 600;
            line-height: 58px;
            text-transform: uppercase;
        }
        p{
            color: #FFF;
text-align: center;
font-family: 'Oswald Semi Bold';
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
text-transform: uppercase;
        }
    }

    .about-vector {
        position: absolute;
        left: -203px;
        z-index: -1;
        bottom: -200px;
    }
    .dot-shape{
        position: absolute;
        right: -28px;
        bottom: 276px;
        z-index: -1;
        filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
    }
}

/********** Short service ****/
.short-service {
    background: #F6F6F6;
    padding: 35px 0;
}

.service-item {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    height: 113.193px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 10px;
    padding-left: 16px;
    transition: all .5s;

    span {
        width: 83.779px;
        height: 83.779px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #192B53;
        box-shadow: 0 0 0 5px rgba(25, 43, 83, 0.204);
        transition: all .5s;
    }

    &:hover {
        background-color: #192B53;
        color: #fff;

        span {
            background-color: #EC1B21;
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.204);
        }

        img {
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }
    }
}

/* ***** Gallery ***** */
.gallery-item {
    position: relative;
    height: 480px;
    width: 100%;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }

    a {
        position: absolute;
        inset: 0;
        background: #192b53db;
        color: #fff;
        font-size: 60px;
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
        scale: .9;
        opacity: 0;
        img{
            width: auto;
            height: auto;
        }
    }

    &:hover {
        a {
            opacity: 1;
            scale: 1;
        }
    }
}




/* ****** Service ********** */

.slick-arrow {
    width: 49px;
    height: 49px;
    background-color: #FFF;
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.18));
    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;
}

.slick-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #171717;
    border-left: 1px solid #171717;
    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.slick-prev::before {
    transform: rotate(316deg);
    margin-left: 8px;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #192B53;
    filter: drop-shadow(0px 6px 7px rgba(25, 43, 82, 0.185));
    -webkit-filter: drop-shadow(0px 6px 7px hsl(221, 54%, 21%));
}

.slick-arrow:hover::before,
.slick-arrow:focus::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}




/* ***** Testimonial ***** */
.testimonials {
    background-image: url(../img/testi-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 120px;
}

.testi-box {
    border-radius: 10px;
border: 1px solid #C6C6C6;
background: #F6F6F6;
    position: relative;
    padding: 18px;
    margin-bottom: 24px;
    transition: all .5s;
    border-bottom: 3px solid #22405c;
}

.testi-head .left-quote {
    position: absolute;
    right: 22px;
    top: 20px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
}

.testi-box .list-item span.user-img {
    border-radius: 50%;
    width: 84px;
    height: 84px;
}
.divider {
    filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
}
.star {
    background-image: url(../img/star.webp);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}

.stars {
    margin-bottom: 0;
}

.testi-box .flex h5 {
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}

.testi-box .flex p {
    color: #545454;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 10px;
}

.testi-box .flex {
    position: relative;
    padding-left: 80px;
    padding-right: 55px;
    min-height: 70px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 6px;
    gap: 0;
}

.user-img {
    width: 67px;
    height: 67px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.testi-head {
    padding: 0px;
    padding-bottom: 5px;
}

.left-quote {
    position: absolute;
    top: -18px;
}

.testi-slider .slick-list {
    margin: 0 -15px;
}

.testi-slider .slick-slide {
    margin: 0 15px;
}

.testi-slider .slick-dots li {
    width: 9.5px;
    height: 9.5px;
    margin: 0 8px;
    background-color: #f2943700;
    border-radius: 50%;
    cursor: pointer;
    outline: 1px solid #808080;
    outline-offset: 3px;
}

.testi-slider .slick-dots li button::before {
    display: none;
}

.testi-slider .slick-dots li.slick-active {
    background: #22405c;
    opacity: 1;
}

.testi-slider .slick-dots {
    bottom: -50px;
}

/*  */

.contact {
    background-image: url(../img/get-in-touch.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    .row .col-lg-6:last-child{
        border-radius: 0px 78px 0px 0px;
        background: #263247;
        padding: 35px;
        padding-right: 10%;
    }
    .get-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form-control {
        border-radius: 4px;
border: 1px solid #22405c;
background: #EFEFEF;
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: inherit;
        padding: 16px 15px;

        &::placeholder {
            color: #494949;
        }

        &:focus {
            border-color: #22405c;
        }

    }
.section-title,p{
    color: #fff;
}
.divider{
    filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7500%) hue-rotate(195deg) brightness(113%) contrast(113%);
}
}

.map {
    background-color: #22405c;
    iframe {
        width: 100%;
        border: 0;
        height: 475px;
        margin: 0;
    }
}
.title {
    color: #1D1D1D;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 65%;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Oswald Semi Bold';
}
/******************************/
footer {
    background: #263247;
    width: 100%;
    padding-top: 50px;
}

.footer-box {
    padding-right: 4%;
}

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

footer p {
    color: #D1D1D1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-title {
    font-size: 22px;
    line-height: 53px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: relative;
    margin-bottom: 18px;
}


.footer-title:after {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #22405c;
    display: inherit;
    margin-top: -8px;
}

footer ul li a,
footer p a {
    color: #D1D1D1;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    position: relative;
}

/* footer ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 11px;
} */

footer ul li a {
    display: block;
}

footer ul li a:hover {
    color: #22405c;
    transform: translateX(5px);

    &::before {
        border-top: 1px solid #22405c;
        border-left: 1px solid #22405c;
    }
}

.footer-social a:hover {
    background-color: #22405c;
    border-color: #22405c;
    transform: scale(1.1);
}



.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 #494F5A;
}

.copyright a {
    color: #FF8A36;
    text-decoration: underline;
}

.copyright p {
    margin: 0;
}

.footer-contact p {
    position: relative;
    padding-left: 40px;
}

.footer-contact p span {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(468%) hue-rotate(154deg) brightness(105%) contrast(91%);
}

.footer-social {
    display: flex;
    gap: 10px;

    a {
        width: 58.931px;
        height: 58.931px;
        border-radius: 50%;
        border: 1px solid #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
}
.sub-title{
    color: #22405c;
    font-family: 'Oswald Semi Bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*******************************
  Inner Page
********************************/
/* ***** Contact Page***** */
.banner.inner-banner{
    &::after {
        content: '';
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 29.69%, #FFF 100%);
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width:70%;
        height: 100%;
    }
    .banner-content {
        margin: 0;
    }
    h1{
        font-size: 61px;
    }
}
.contact-box{
    border-radius: 0px 78px 0px 0px;
background: #263247;
padding: 45px;
.form-control {
    border-radius: 4px;
border: 1px solid #22405c;
background: #EFEFEF;
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    padding: 16px 15px;

    &::placeholder {
        color: #494949;
    }

    &:focus {
        border-color: #22405c;
    }

}
.section-title,p{
color: #fff;
}
.divider{
filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7500%) hue-rotate(195deg) brightness(113%) contrast(113%);
}
}
.contact-page{
    padding: 65px 0;
    .choose-item {
        height: 94px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 35px;
        p{
            transition: all .5s;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
        }
        a:hover p{
            color: #22405c;
        }
        .icon{
            width: 90px;
            height: 104px;
            span{
                width: 84px;
                height: 95px;
            }
        }
    }
    form .primary-btn, form .primary-btn:hover {
        padding: 21px 89px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
    }
}
/* ***** Blog ***** */

 #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: #ed8f00;
    background: rgb(237, 143, 0);
    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: #ed8f00;
}

.wp-pagenavi  a:hover:not(.active) {
    color: #ffffff;
    background: #ed8f00;
}
.blogs {
    .blog-img {
        margin-bottom: 0px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    }

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

    .blog-content {
        background: #F8F8F8;
        padding: 18px 12px;
        padding-bottom: 15px;
        margin-top: -23px;
        z-index: 1;
        position: relative;
        width: 95%;
        margin-inline: auto;
    }

    .blog-date {
        color: #22405c;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 131.25% */
text-transform: uppercase;
margin-bottom: 5px;
    }

    p{
        line-height: 150%;
        display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 5px;
    }

    .read-more {
        color: #22405c;
        font-family: 'Oswald Semi Bold';
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 127.778% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: uppercase;

        &:hover {
            color: #263247;
        }
    }
}
.date {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.blog-title {
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  margin-bottom: 5px;
}

.blog-item {
    border-bottom: 1px solid #91C1B9;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;

    &:hover {
        .blog-img img {
            transform: scale(1.1);
        }
        .blog-title:hover {
            color: #22405c;
        }
    }
}

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

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

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

.right-arrow::after {
    transform: rotate(-45deg) scaleX(-1);
    left: 4px;
}
.sidebar-service {
    background-color: #F6F6F6;
    padding: 10px;
    margin-bottom: 20px;
}

.details-content h2 {
    color: #303030;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    /* 156.41% */
}

.blog-details-img {
    margin-bottom: 20px;
}

.sidebar-service {
    h4 {
        color: #263247;
        font-family: 'Oswald Semi Bold';
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 111.111% */
text-transform: uppercase;
    }

    .small-line {
        background: #22405c;
        margin-top: 2px;
        margin-bottom: 10px;
        width: 62px;
        height: 3px;
        display: inline-block;
    }
}
.recent-post-list img {
    object-fit: cover;
    width: 76px;
height: 70px;
}
.recent-post-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.205);
    padding-bottom: 10px;
    &: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: #22405c;
        }
    }

    h4 {
        color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
font-family: 'Public Sans';
text-transform: unset;
display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
    }

    p {
        line-height: 22px;
        margin-bottom: 0;
    }
}
.category-list{
    list-style-type: disc;
    padding-left: 20px;
    li a{
        color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 36px;
&:hover{
    color: #22405c;
        text-decoration: underline;
    
}
    }
}
.contact-page{
    .contact-box {
        border-radius: 0;
        padding: 16px;
        .section-title{
            font-size: 35px;
            text-align: center;
            margin-bottom: 15px;
        }
    }
}
.blog-details{
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    margin-bottom: 40px;
    .blog-title{
        color: #000;
font-size: 41px;
font-style: normal;
font-weight: 600;
line-height: 46px;
display: block;
    }
    .blog-img {
        height: 482px;
        margin-bottom: 18px;
        img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
    .blog-date{
        color: #22405c;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 21px;
text-transform: uppercase;
margin-bottom: 5px;
    }
    h2{
        color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
margin-bottom: 12px;
    }
}
.small-line{
    width: 63px;
height: 2px;
background: #22405c;
display: inline-block;
margin-bottom: 29px;
margin-top: 10px;
}
.blogs{
    .section-title{
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 111.111% */
text-transform: uppercase;
    }
}
/* *** About **** */
.about-img-box{
    border-radius: 23px;
    overflow: hidden;
    img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.about-counter{
    background: url(../img/about-counter-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    h3,p{
        color: #263247;
    }
    .icon-box{
        img{
            filter: brightness(0) saturate(100%) invert(13%) sepia(54%) saturate(502%) hue-rotate(179deg) brightness(100%) contrast(87%);
        }
    }
}
.corevalue{
    .container{
        position: relative;
    }
    .corevalue-img{
        img{
            border-radius: 23px;
            position: absolute;
            right: 0;
            top: 0;
        }
    }
}
.corevalue-content{
    border-radius: 29px;
    background: #F6F6F6;
    padding: 24px;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}
.core-item{
    position: relative;
    padding-left: 85px;
    .icon{
        width: 73px;
height: 73px;
background-color: #263247;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
clip-path: none;
border-radius: 50%;
    }
    &:hover{
        .icon{
            background-color: #22405c;
            img{
                transform: rotateY(180deg);
            }
        }
    }
}
/* **** Service **** */
.support{
    background: #FFF6F2;
    
    .core-item{
        border-radius: 8px;
        background: #FFF;
        height: 110px;
        padding: 26px 23px;
        padding-left: 105px;
        transition: all .5s;
        &:hover{
            box-shadow: 0px 0px 22px 0 rgb(0 0 0 / 5%);
            .icon{
                background: transparent;
            }
        }
    }
    .icon{
        background: transparent;
        border-radius: 0;
        width: auto;
        height: auto;
        left: 23px;
        img{
            width: 67px;
            height: auto;
        }
    }
    .card-title {
        line-height: 26px;
    }
}
.ac-service-box{
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    .service-img{
        border-radius: 29px;
        overflow: hidden;
        img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
    &:hover{
        box-shadow: 0px 0px 22px 0 rgb(0 0 0 / 5%);
       .service-img{
        img{
            transform: scale(1.1);
        }
       }
       .ac-service-name{
        background: #22405c;
       }
    }
}
.ac-service-name {
    border-radius: 0px 0px 29px 29px;
    background: #263247;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    transition: all .5s;
    .card-title,p{
        color: #fff;
        margin: 0;
    }
}
.commercial-ac{
    background: #263247;
    position: relative;
    .img-box{
        position: absolute;
        width: 48%;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
    .divider {
        filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7500%) hue-rotate(195deg) brightness(113%) contrast(113%);
    }
    .section-title, p,li {
        color: #fff;
    }
}
.list-style{
list-style-type: disc;
padding-left: 20px;
li{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 40px;
font-family: 'Public Sans Bold';
}
}
.level{
    .card-title{
        color: #263247;
    }
}
.Maintenance{
    background: #22405c;
    .section-title{
        color: #fff;
    }
    .primary-btn{
        background: #263247;
    }
}
.service-details{
    .img-box{
        border-radius: 29px;
        overflow: hidden;
        img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
}
.service-dark{
    background: #263247;
    .section-title,p{
        color: #fff;
    }
    .divider{
        filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7500%) hue-rotate(195deg) brightness(113%) contrast(113%);
    }
    .section-title{
        color: #FFF;
        font-family: 'Public Sans Bold';
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: 138.182%;
text-transform: unset;
    }
}
.service-gallery{
    .gallery-item{
        height: 326px;
        border-radius: 29px;
        overflow: hidden;
        a{
            background: rgba(38, 50, 71, 0.40);
            ;
        }
    }
}
.offers{
    background: #F4F4F4;
}

.accordion {
    max-width: 1170px;
    margin: 40px auto 0;
  }
  
  .at-tab {
    display: none;
    padding: 15px;
    padding-top: 0;
  }
  
  .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }
  
  .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
  }
  
  .at-title.active:after {
    content: "-";
  }
  
  .at-item {
    border-radius: 5px;
    margin-bottom: 15px;
    background: #F6F6FB;
  }
  
  .at-title h3 {
    color: #242424;
    font-family: 'Public Sans';
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
padding: 16px 13px;
  }
  
  .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
  }
.blog-style {
  list-style-type: none; /* Removes default bullets */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
}

.blog-style li {
  background-color: #f9f9f9; /* Light background color */
  color: #333; /* Dark text color */
  padding: 10px 15px; /* Space around the text */
  margin-bottom: 5px; /* Space between list items */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Light shadow effect */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

.blog-style li:hover {
  background-color: #e0f7fa; /* Changes background color on hover */
  cursor: pointer; /* Shows a pointer cursor */
}

/*******************************
  Responsive
********************************/
@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
    .container {
        max-width: 1430px;
    }
    
    #menu>.main-menu>ul>li {
        padding-inline: 6px;
    }

    #menu {
        gap: 30px;
    }
    .banner {
        h1 {
            font-size: 77px;
        }
    }
    .qustion-box {
        h2 {
            font-size: 42px;
        }
    }
    .have-qustion {
        margin-top: -40px;
    }
    .service-name {
        height: 78px;
        padding-left: 48px;
        .icon {
            left: -43px;
            bottom: 1px;
            width: 80px;
            height: 80px;
        }    
    }
    .key-feature {
        h2 {
            font-size: 42px;
            height: 140px;
            padding-left: 25px;
            padding-right: 60px;
        }
    }
    .service-item {
        gap: 16px;
        font-size: 20px;
    }
    .why-choose {
        padding-bottom: 60px;
        .choose-img {
            width: 50%;
        }
    }
    .call-assistance {
        .section-title {
            font-size: 49px;
        }
    }

    .map {
        iframe {
            height: 400px;
        }
    }
    .gallery-item {
        height: 384px;
    }
}

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

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

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1230px;
    }
    .banner.inner-banner {
        h1 {
            font-size: 57px;
        }
    }
    .blog-details {
        .blog-img {
            height: 385px;
            margin-bottom: 18px;
        }
    }
    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 16px;
    }

    .header-area {
        .primary-btn,.primary-btn:hover {
            padding: 14px 30px;
        }
    }
    .category-list {
        li a {
            font-size: 13px;
            line-height: 28px;
        }
    }
    .contact-page {
        & .contact-box {
            .section-title {
                font-size: 28px;
                text-align: center;
                margin-bottom: 15px;
            }
        }
    }
    .recent-post-list li a {
        h4 {
            font-size: 15px;
            line-height: 24px;
        }
    }
    .sidebar-service {
        h4 {
            font-size: 22px;
        }
    }
    .popup .popup__content {
        width: 70%;
    }

    .banner {
        h1 {
            font-size: 67px;
            line-height: 73px;
        }
        p {
            font-size: 20px;
        }
    }
    .qustion-box {
        h2 {
            font-size: 36px;
        }
        p {
            font-size: 20px;
            line-height: 30px;
        }
    }
    .form-head {
        height: 84px;
    }

    p {
        font-size: 16px;
        line-height: 1.667;
    }

    .sub-title {
        margin-bottom: 0;
        font-size: 22px;
    }

    .section-title {
        font-size: 40px;
        line-height: 46px;
    }

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

    .primary-btn {
        font-size: 16px;
        padding-block: 18px;
    }
    .dec {
        font-size: 18px;
    }

    .service-box {
        h3 {
            font-size: 18px;
        }
    }
    .overlay-content {
        p {
            font-size: 15.5px;
        }
    }
    .overlay-content {
        .fw {
            width: 45px;
            height: auto;
        }
        .primary-btn {
            padding-block: 10px;
        }
    }
    .call-assistance {
        .section-title {
            font-size: 43px;
        }
    }
    .about-img {
        padding-right: 11%;
    }
    .about-img {
        .about-small {
            box-shadow: 0 0 0 11px #fff;
            width: 51%;
        }
        .dot-shape {
            bottom: 208px;
        }
    }
    .counter-item p {
        font-size: 20px;
        line-height: 30px;
    }
    .counter-item h3 {
        font-size: 48px;
    }
    .why-choose {
        .choose-item {
            padding-left: 110px;
        }

        p {
            line-height: 22px;
        }

        .icon-box {
            width: 95px;
            height: 101px;
            border-radius: 4px;
            top: 10px;
        }
    }

    .gallery-item {
        height: 340px;
    }

    footer ul li a,
    footer p a,
    footer p {
        font-size: 16px;
    }

    .contact {
        .form-control {
            font-size: 16px;
            padding: 12px 15px;
        }

        &::after {
            right: -100px;
        }
    }

    form .primary-btn,form .primary-btn:hover {
        padding: 14px 50px;
    }
    .about-img {
        .about-vector {
            position: absolute;
            left: -83px;
            z-index: -1;
            bottom: -190px;
            width: 90%;
        }
    }
    .footer-social {
        a {
            width: 50.931px;
            height: 50.931px;
        }
    }
    .banner-content {
        width: 50%;
        margin-top: -85px;
    }
    .corevalue {
        & .corevalue-img {
            img {
                width: 64%;
            }
        }
    }
    .corevalue-content {
        margin-top: 45px;
    }
    .support {
        .card-title {
            line-height: 26px;
            font-size: 20px;
        }
    }
    .ac-service-name{
        .card-title {
            font-size: 19px;
            line-height: normal;
        }
    }
    .service-dark {
        .section-title {
            font-size: 33px;
        }
    }
    .service-gallery {
        .gallery-item {
            height: 250px;
        }
    }
}

@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: start;
    }
    .book-call {
    font-size: 22px;
    img {
        height: 22px;
        transform: translateY(6px);
    }
    span {
        font-size: 38px;
    }
    }
    header {
        height: auto;
    }

    .logo {
        width: auto;
        padding-block: 0px;
        padding-top: 4px;
        position: relative;

        img {
            height: 70px;
            width: auto;
            margin-top: 4px;
        }
    }

    .topbar a {
        padding-block: 5px;
    }

    .hamburger {
        background: #ffffff00;
        border-radius: 4px;
        top: 18px;
        left: 0;
    }

    .hamburger:before,
    .hamburger.menu-opened:before {
        background: #22405c;
    }

    .hamburger:after {
        border-top: 2px solid #22405c;
        border-bottom: 2px solid #22405c;
    }

    .hamburger.menu-opened:after {
        background: #22405c;
    }

    #menu .main-menu {
        background-color: rgb(19 19 19);
        top: 60px;
        flex-direction: column;
        padding-right: 0;
    }

    #menu .main-menu {
        top: 112px;
        background-color: #263247;
        border-top: 1px solid #fff;
    }

    #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;
    }

    .form-head {
        height: 112px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .banner {
        h1 {
            font-size: 45px;
            line-height: 50px;
            margin-bottom: 6px;
        }
    }

    .banner-content {
        width: 91%;
        text-align: center;
        padding: 0;
        margin-inline: auto;
        .btn-group{
            justify-content: center;
        }
    }
    .banner-img {
        position: relative;
        width: 100%;
        height: 490px;
        object-fit: cover;
        opacity: .4;
    }
    .qustion-box {
        flex-direction: column;
        gap: 30px;
        .img-box {
            width: 100%;
            display: none;
        }
        .content-box {
            width: 100%;
            text-align: center;
            padding: 20px;
        }
    }
    .key-feature {
        h2 {
            font-size: 42px;
            height: 120px;
            padding-left: 25px;
            padding-right: 60px;
            transform: unset;
            top: 0;
            position: relative;
            margin-bottom: 35px;
            text-align: center;
            justify-content: center;
        }
    }
    .counter-item h3 {
        font-size: 38px;
        line-height: 45px;
    }
    .call-assistance {
        .section-title {
            font-size: 34px;
            line-height: 112%;
        }
    }
    .counter-item p {
        font-size: 18px;
        line-height: 26px;
    }
    .section-title {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .sub-title {
        margin-bottom: 0;
        font-size: 18px;
    }

    footer {
        padding-top: 40px;

        .btn-group {
            margin-bottom: 30px;
        }
    }

    .info {
        margin-bottom: 25px;
        gap: 25px;
        margin-top: 25px;

        a {
            font-size: 18px;
        }
    }

    .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;
    }
    .about-img {
        padding: 7%;
        margin-bottom: 50px;
        .about-small {
            box-shadow: 0 0 0 11px #fff;
            width: 40%;
            right: 10px;
        }
        .about-vector {
            position: absolute;
            left: -20px;
            z-index: -1;
            bottom: -170px;
            width: 70%;
        }
        .exp {
            top: -20px;
        }
        .dot-shape {
            right: -10px;
        }
    }
    .why-choose {
        padding: 50px 0;

        .choose-img {
            display: none;
        }
    }

    .gallery-item {
        height: 255px;
    }
    .contact {
        .row .col-lg-6:last-child {
            padding: 35px;
        }
    }

    .testimonials {
        background-position: center;
    }

    .contact {
        padding-bottom: 40px;
        padding-top: 40px;

        .get-img {
            width: 48%;
            display: none;
        }

        &::after {
            z-index: -1;
        }
    }

    .footer-social {
        a {
            width: 48.931px;
            height: 48.931px;
            padding: 13px;
        }
    }
    .banner.inner-banner {
        .banner-content {
            width: 60%;
            margin: 0;
            padding-bottom: 0;
        }
        .banner-img {
            height: 300px;
        }
    }
    .blog-details {
        .blog-img {
            height: 319px;
            margin-bottom: 18px;
        }
    }
    .corevalue {
        & .corevalue-img {
            img {
                width: 100%;
                position: relative;
            }
        }
    }
    .corevalue-content {
        margin-top: -40px;
        .card-title {
            font-size: 22px;
        }
    }
    .banner.inner-banner {
        h1 {
            font-size: 45px;
        }
    }
    .commercial-ac {
        .img-box {
            display: none;
        }
    }
    .Maintenance {
        text-align: center;
        .justify-content-end {
            justify-content: center !important;
        }
    }
    .service-details{
        .col-lg-7:nth-child(3){
            order: 2;
        }
    }
    .service-gallery {
        .gallery-item {
            height: 210px;
        }
    }
   .banner-content {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .call-email {
        padding-left: 0px;
        a:last-child {
            justify-content: end;
        }
    }

    .topbar a {
        padding-block: 4px;
        font-size: 13px;
        width: 50%;

        img {
            height: 12px;
            width: auto;
        }
        
    }

    .header-area {
        .primary-btn {
            padding: 6px 10px;
            font-size: 12px;
        }
    }

    .form-control {
        font-size: 14px;
        padding: 10px 10px;
    }

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

    .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: start;
    }
.topbar {
    display: none;
}
.qustion-box {
    & h2 {
        a {
            display: block;
        }
    }
}
    .logo {
        width: auto;
        padding-block: 0px;

        img {
            height: 50px;
            width: auto;
            margin-top: 0;
        }
    }

    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: 54px;
        width: 70px;
        background: rgb(255 255 255 / 6%);
    }
    .header-area.sticky {
        #menu>.main-menu>ul>li>a {
            padding: 16px 6px;
        }
    }

    .section-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .service-dark {
        .section-title {
            font-size: 22px;
        }
    }
    .sub-title {
        margin-bottom: 0;
        font-size: 15px;
        line-height: normal;
    }

    p {
        font-size: 14px;
    }

    .sec-gap,
    .sec-pad {
        padding: 30px 0;
    }

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

    footer {
        padding-top: 30px;
        text-align: center;
    }

    .copyright {
        padding: 10px 0;
        padding-bottom: 10px;
        justify-content: center;
        gap: 0px 0px;
        margin-top: 20px;
    }

    

    .copyright p {
        margin-bottom: 5px;
    }

    .flex-box {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        background: #ffffff05;
        padding-block: 10px;
    }


    #menu .main-menu {
        top: 88px;
        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: 16px 6px;
    }

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

    #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;
        right: 30px;
    }

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

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

    #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;
    }

    .banner-content {
        width: 100%;
    }

    .call-btn {
        font-size: 14px;
        margin-right: 0px;
        padding: 4px;
        padding-left: 40px;
        transform: translateY(53px);
        background: #ffffff;
        padding-right: 8px;
    }

    .banner {

        p {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 15px;
        }

        h1 {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        h5 {
            font-size: 14px;
            clip-path: border-box;
            padding-block: 6px;
            padding-inline: 9px;
            margin-bottom: 12px;
        }
    }

    .primary-btn {
        font-size: 13px;
        padding-block: 10px;
    }
    .primary-btn:hover {
        padding-right: 40px;
        padding-left: 25px;
    }
    .primary-btn img {
        height: auto;
    }

    .banner-content {
        width: 100%;
        margin-top: -60px;
        text-align: center;
        padding: 0;
        .btn-group{
            justify-content: center;
        }
    }
    .banner-img {
        position: relative;
        width: 100%;
        height: 370px;
        object-fit: cover;
        opacity: .5;
    }
    .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .slick-arrow::before {
        content: '';
        width: 9px;
        height: 9px;
    }
    .qustion-box {
        h2 {
            font-size: 28px;
            width: 90%;
            margin-inline: auto;
        }
        p {
            font-size: 16px;
            line-height: 24px;
        }
    }
    .dec {
        font-size: 16px;
    }
    .overlay-content {
        & .primary-btn {
            img {
                height: 34px;
                width: auto;
            }
        }
        p {
            font-size: 14.5px;
        }
    }
    .service-box {
        h3 {
            font-size: 16px;
        }
        & .btn-group {
            .fw {
                width: 40px;
                height: auto;
            }

        }
    }
    .service-name {
        height: 75px;
        padding-left: 43px;
        .icon {
            left: -39px;
            bottom: 1px;
            width: 74px;
            height: 74px;
        }
    }
    .key-feature {
        h2 {
            font-size: 28px;
            height: 70px;
           
        }
    }
    .why-choose {
        padding: 30px 0;
    }

    .why-choose {
        &::after {
            background: #ec1b2100;
        }
    }

    .why-choose {
        .icon-box {
            width: 95px;
            height: 84px;
            padding: 20px;
            border-radius: 4px;
            top: 6px;
        }
    }

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

    .gallery-item {
        height: 126px;
    }
    .contact {
        .row .col-lg-6:last-child {
            padding: 20px;
        }
    }
    .testi-box {
        width: 100%;
    }

    .service-item {
        width: 100%;
        height: auto;
        padding: 12px 10px;
        padding-left: 12px;
    }

    .service-item {
        display: block;
        text-align: center;
        height: 100%;
        font-size: 15px;

        span {
            margin-inline: auto;
            margin-bottom: 10px;
        }
    }

    .counter {
        display: flex;
        flex-wrap: wrap;
    }

    .counter-item {
        position: relative;
    }

    .counter-item h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .key-feature {
        padding: 30px 0;
        padding-top: 10px;
    }
    .counter-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .why-choose {
        .choose-item {
            background: #26324721;
            padding: 20px 14px;
            margin-bottom: 20px;
        }
        .icon{
            position: relative;
        }
    }
    .card-title {
        font-size: 19px;
    }
    .call-assistance {
        padding: 30px 0;
    }
    .call-assistance {
        .section-title {
            font-size: 28px;
            line-height: 112%;
        }
    }
    .about-img {
        .exp {
            top: -20px;
            width: 120px;
            .exp-content {
                padding: 15px;
            }
            p {
                font-size: 14px;
                line-height: 16px;
            }
            h3 {
                font-size: 34px;
                line-height: 40px;
            }
        }
        .about-vector {
            left: -15px;
            bottom: -110px;
            width: 80%;
        }
        .about-small {
            box-shadow: 0 0 0 7px #fff;
            width: 42%;
            right: 10px;
            border-radius: 16px;
            bottom: -55px;
        }
    }
    .stars {
        margin-bottom: 0;
    }

    .testi-box {
        h4 {
            font-size: 18px;
            line-height: 18px;
        }
    }

    .contact {
        padding-bottom: 20px;
        padding-top: 20px;

        p {
            margin-bottom: 15px;
        }
    }
    .fc {
        width: 38px;
        height: 38px;
    }
    .fw {
        width: 42px;
        height: auto;
        margin-left: auto;
    }
    .fixed-btn {
        right: 5px;
        width: 42px;
        align-items: end;
    }
    .contact {
        .form-control {
            font-size: 14px;
            padding: 14px 15px;
        }
    }
    .footer-social {
        a {
            width: 40.931px;
            height: 40.931px;
            padding: 11px;
        }
    }

    form .primary-btn, form .primary-btn:hover {
        padding: 10px 35px;
    }

    .map {
        iframe {
            height: 230px;
        }
    }

    .testi-slider {
        .slick-arrow {
            bottom: -80px;
        }
    }

    .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: 100px;
            width: auto;
        }
    }

    .title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .header-area.sticky {
        .logo img {
            height: 50px;
            width: auto;
        }
    }
    .banner.inner-banner {
        .banner-content {
            width: 70%;
            margin: 0;
            padding-bottom: 0;
        }
        .banner-img {
            height: 160px;
        }
        h1 {
            font-size: 28px;
        }
    }
    .contact-page {
        .choose-item {
            height: auto;
            p {
                font-size: 17px;
                margin: 0;
            }
        }
    }
    .contact-box {
        padding: 20px;
        .form-control {
            font-size: 14px;
            padding: 14px 15px;
        }
    }
    .contact-page {
        form .primary-btn, form .primary-btn:hover {
            padding: 15px 65px;
            font-size: 14px;
        }
    }
    .blogs {
        .blog-date {
            font-size: 14px;
            line-height: 14px;
        }
        .read-more {
            font-size: 15px;
        }
    }
    .blog-title {
        font-size: 17px;
        line-height: 23px;
    }
    .right-arrow,.right-arrow::after{
        width: 7px;
        height: 16px;
    }
    .right-arrow::after {
        height: 7px;
    }
    #pagination li a, #pagination li span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #pagination {
        margin-top: 16px;
    }
    .sidebar-service {
        h4 {
            font-size: 18px;
        }
        .small-line {
            margin-top: 0px;
            margin-bottom: 13px;
            width: 50px;
            height: 2px;
        }
    }
    .contact-page {
        padding: 25px 0;
    }
    .blog-details {
        .blog-title {
            font-size: 24px;
            line-height: 30px;
        }
        .small-line {
            margin-bottom: 15px;
            margin-top: 4px;
        }
        .blog-date {
            font-size: 14px;
            line-height: 16px;
        }
    }
    .blog-details {
        .blog-img {
            height: 151px;
            margin-bottom: 10px;
        }
        h2 {
            font-size: 17px;
            line-height: 23px;
            margin-bottom: 10px;
        }
    }
    .blog-details {
        padding-bottom: 10px;
        margin-bottom: 20px;
        
    }
    .blogs {
        .section-title {
            font-size: 18px;
            line-height: 18px;
        }
    }
    .about-counter {
        padding-top: 30px;
    }
    .core-item {
        position: relative;
        background: #00000012;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
        .icon{
            position: relative;
            margin-bottom: 10px;
            transform: unset;
            top: unset;
        }
    }
    .corevalue-content {
        .card-title {
            font-size: 18px;
            line-height: 28px;
        }
    }
    .support {
        .core-item {
            height: auto;
            padding: 15px;
            transition: all .5s;
            text-align: center;
            margin-bottom: 0;
            .icon {
                left: unset;
                img {
                    width: auto;
                    height: 60px;
                }
            }
        }
        .card-title {
            line-height: 18px;
            font-size: 15px;
        }
    }
    .ac-service-box {
        .service-img {
            border-radius: 15px;
            overflow: hidden;
        }
    }
    .ac-service-name {
        padding: 12px;
        transition: all .5s;
        .card-title {
            font-size: 18px;
            line-height: normal;
        }
    }
    .service-gallery {
        .gallery-item {
            height: 100px;
            border-radius: 15px;
        }
    }
    .book-call {
    font-size: 14px;
    letter-spacing: 0px;
        span {
        font-size: 22px;
    }
        img {
        height: 14px;
        transform: translateY(2px);
    }
}
.header-area {
    border-top: 2px solid #3fc2f3;
    border-bottom: 2px solid #3fc2f3;
    &::before {
        width: 55%;
    }
}
}