/**************************************
                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: #EC1B21;
    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: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    scroll-padding-top: 160px;
}

a,
a:hover,
a:focus {
    color: #EC1B21;
    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: #093048;
    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: #1F1F1F;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 31px;
}

.title {
    color: #1D1D1D;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 65%;
    position: relative;
    margin-bottom: 30px;
}

.sub-title {
    color: #EC1B21;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 37px;
letter-spacing: 1.44px;
text-transform: uppercase;
}

.section-title {
    color: #151515;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.card-title{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 37px;
}
.small-line {
    width: 115px;
height: 3px;
background: #EC1B21;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
}


.primary-btn {
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 194.444%;
text-transform: uppercase;
    padding: 13px 46px;
    border-radius: 60px;
background: #EC1B21;
    border: 2px solid #EC1B21;
    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;
}


.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    inset: 0;
    scale: 1 0;
    background: #192B53;
    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: #192B53;
}

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

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

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

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

.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;
    gap: 4px;
    letter-spacing: 0.6px;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-block: 15px;
    &:hover{
        color: #EC1B21;
    }
}

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

.call-email {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #192B53;
    position: relative;
    box-shadow: 60vmax 0px 0 60vmax #192B53;
    clip-path: inset(0vmax -60vmax);
    padding-left: 70px;
    &::before{
        content: '';
        width: 0px;
        height: 0px;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 59px solid #192B53;
        position: absolute;
        left: -19px;
        z-index: -1;
    }
}

.header-area {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 999;
    right: 0;
    left: 0;

}


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

.header-area.sticky {
    background: rgb(255, 255, 255);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-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;

}
.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: 38px 6px;
    display: inline-block;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.57px;
}


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

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

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

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

#menu>.main-menu>ul>li.has-sub>a::before {
    top: 45px;
    right: -8px;
    transition: all .4s;
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    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: #EC1B21;
    border-left-color: #EC1B21;
}

/* #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: 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: 10px 20px;
    width: auto;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
}

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

#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: unset;
    right: 10px;
    bottom: 4%;
    z-index: 8;
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fc {
    width: 57px;
    height: 57px;
    background-color: #ec1b21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.fc:hover,
.fw:hover {
    transform: scale(1.2);
}

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

.banner {
    overflow: hidden;
    position: relative;
    background: url('../img/banner.webp') no-repeat center center;
    &::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(41, 41, 41, 0.81) 0%, rgba(102, 102, 102, 0.28) 100%);
}

    h1 {
        color: #FFF;
        font-size: 90px;
        font-style: normal;
        font-weight: 800;
        line-height: 97px;
    }

    p {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
    }
    .container {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        z-index: 2;
    }
}

.banner-content {
    width: 50%;
    background: rgb(0 0 0 / 41%);
    padding: 25px;
    box-shadow: -90vmax 0px 0 60vmax rgb(0 0 0 / 41%);
    clip-path: inset(0vmax -60vmax);
    .primary-btn{
        width: 100%;
    }
}

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

.banner-img {
    position: relative;
    margin-left: auto;
    margin-bottom: -7px;
    z-index: 1;
    text-align: right;
}
/********** 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);
}

}
}

/* **** About *** */
.about-us {
    position: relative;
}

.about-img img {
    width: 100%;
    border-radius: 0px 45px 0px 0px;
}


.counter-item {
    position: relative;
    border-left: 6px solid #D9D9D9;
    padding-left: 12px;
    margin-bottom: 35px;
    &:last-child{
        margin-bottom: 0;
    }
}

.counter-item h3 {
    color: #EC1B21;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.counter-item p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* call-assistance */
.call-assistance {
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    .section-title {
        color: #fff;
        margin-bottom: 20px;
    }
}

/* ****** Service ********** */
.service-box {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 5px;
    padding-bottom: 17px;
    .btn-group{
        padding-left: 5px;
        align-items: center;
        .primary-btn{
            width: 180px;
            height: 51px;
            padding: 0;
        }
        .fw{
            width: 59px;
            height: auto;
        }
    }
    
}
.service-img{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }
    span{
        width: 77px;
height: 82px;
border-radius: 6px;
background: #EC1B21;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
padding: 10px;
    }
}
.service-slider{
    p{
        line-height: 26px;
    }
    .slick-list{
        margin: 0 -15px;
    }
    .slick-slide{
        margin: 0 15px;
    }
}
.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;
}

/* ***** Why Choose ***** */
.why-choose{
    background: #192B53;
    position: relative;
    padding: 115px 0;
    z-index: 1;
    overflow: hidden;
    &::after{
        content: '';
        background: #EC1B21;
        position: absolute;
        height: 100%;
        right: 0;
        bottom: 0;
        width: 469px;
        z-index: -1;
    }
    .section-title,.card-title,p{
        color: #fff;
    }
    p{
        line-height: 26px;
    }
    .choose-item{
        position: relative;
        padding-left: 122px;
    }
    .choose-img {
        position: absolute;
        bottom: -7px;
        right: 0;
    }
    .icon-box{
        width: 107px;
height: 101px;
        border-radius: 6px;
border: 1px solid #D9D9D9;
background: #FFF;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 10px;
    }
    .container{
        position: relative;
        z-index: 1;
    }
}

/* ***** Gallery ***** */
.gallery-item{
    position: relative;
    height: 373px;
    width: 100%;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }
    a{
        position: absolute;
        inset: 0;
        background: #192B53;
        color: #fff;
        font-size: 60px;
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
        scale: .9;
        opacity: 0;
    }
    &:hover{
        a{
            opacity: 1;
            scale: 1;
        }
    }
}

/* ***** Testimonial ***** */
.testimonials{
    background-image: url(../img/testi-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.testi-box{
    background: #192B53;
    width: 45%;
    padding: 36px 24px;
    padding-bottom: 100px;
    position: relative;
    .section-title,p,h4{
        color: #fff;
    }
    .qut{
        position: absolute;
        right: 36px;
        top: 24px;
    }
    .star{
        background-image: url(../img/star.webp);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        display: inline-block;
    }
    .small-line {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    h4{
        color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 33px;
    }
    .user-info{
        .small-line{
            width: 50px;
            height: 1px;
        }
    }
}
.testi-slider{
    .slick-arrow{
        top: unset;
        bottom: -98px;
        left: 0px;
        &.slick-next{
            left: 60px;
        }
        &:hover,&:focus{
            background-color: #EC1B21;
        }
    }
}
/*  */

.contact{
    background-image: url(../img/get-in-touch.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 140px;
    padding-top: 140px;
    overflow: hidden;
    .get-img{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .form-control{
        border-radius: 4px;
        border: 1px solid #D7D7D7;
        background: #FFF;
        color: #000000;
font-size: 18px;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
line-height: inherit;
padding: 13px 15px;
&::placeholder{
    color: #494949;
    text-transform: uppercase;
}
&:focus{
    border-color: #EC1B21;
}

    }
    &::after{
        content: '';
        background-color: #192B53;
        width: 430px;
        height: 77px;
        position: absolute;
        right: -36px;
        transform: rotate(-50deg);
        transform-origin: right center;
        bottom: 250px;
    }
}
.map{
    iframe{
        width: 100%;
        border: 0;
        height: 611px;
    }
}
/******************************/
footer {
    background: #202B42;
    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: 40px;
    height: 2px;
    background-color: #D9D9D9;
    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: #EC1B21;
    transform: translateX(5px);
    &::before{
        border-top: 1px solid #EC1B21;
        border-left: 1px solid #EC1B21;
    }
}

.footer-social a:hover {
    background-color: #EC1B21;
    border-color: #EC1B21;
    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;
}

.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;
  }
.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%;
}
}
/*************************************
    Inner Page
*************************************/
.banner.inner-banner {
    background-size: cover;
    padding-top: 196px;
    .container{
        position: relative;
    }
    .banner-content {
        padding: 38px;
    }
}
.contact-page{
    padding: 65px 0;
    .choose-item {
        height: 94px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
        padding-left: 64px;
        position: relative;
        p{
            transition: all .5s;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            color: #464646;
        }
        a:hover p{
            color: #EC1B21;
        }
        .icon{
            width: 51.043px;
            height: 51.043px;
            border: 2px solid #EC1B21;
            border-radius: 50%;
            display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 5px;
        z-index: 1;
          img{
            filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(6183%) hue-rotate(350deg) brightness(90%) contrast(98%);
          }
        }
    }
    .redy-to-work{
        .choose-item{
            border-radius: 120px;
border: 1px solid #EC1B21;
width: 597.396px;
height: 104.992px;
padding-left: 120px;
cursor: pointer;
transition: all .5s;
.icon{
    width: 93.08px;
    height: 93.08px;
    background-color: #EC1B21;
    left: 7px;
    img{
        filter: unset;
    }
}
&:hover{
    background-color: #EC1B21;
    border-color: #EC1B21;
    .card-title{
        color: #fff;
    }
    .icon{
        border: 2px solid #fff;
    }
}
        }
        .card-title{
            color: #000;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 68.571% */
        }
    }
.form-control{
    border-radius: 5px;
background: #F2F2F2;
color: #414141;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 15px;
padding: 19px 13px;
border: 0;
&::placeholder{
    color: #414141;
font-size: 18px;
font-weight: 400;
}
}
}
.about-img{
    position: relative;
}
.about-page{
    .counter{
        .counter-item{
            background: rgba(0, 0, 0, 0.507);
            padding: 10px;
            border: 0;
            position: absolute;
            right: 0;
            top: 34px;
            display: flex;
            align-items: center;
            gap: 12px;
            p{
                color: #fff;
                margin: 0;
            }
        }
    }
    .service-item{
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: relative;
        padding: 20px;
        padding-left: 120px;
        height: auto;
        background: #000;
        border-radius: 4px;
        overflow: hidden;
        z-index: 1;
        &::after{
            content: '';
            position: absolute;
            inset: 0;
            background-color: #000;
            background: rgba(2, 9, 23, 0.60);
            z-index: -1;
        }
        span{
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            box-shadow: none;
            border-radius: unset;
        }
        p{
            margin: 0;
            color: #fff;
            line-height: 29PX;
        }
        .card-title{
            color: #fff;
            font-size: 28PX;
        }
    }
    .about-facility{
        margin-top: 60px;
    }
}
.check-list{
    li{
        position: relative;
        color: #1F1F1F;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 31px;
        padding-left: 45px;
        margin-bottom: 15px;
        &::before{
            content: '';
            background-image: url(../img/check-icon.webp);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            width: 34px;
            height: 34px;
        }
    }
}
.call-assistance{
    .counter-item{
        margin-left: 85px;
        padding-left: 15px;
        img{
            position: absolute;
            left: -85px;
            top: 50%;
            transform: translateY(-50%);
            width: 64px;
        }
        p{
            color: #fff;
        }
    }
}
.py-100{
    padding-block: 100px;
}
.include-item {
    position: relative;
    overflow: hidden;
    height: 248px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &:hover{
        .content{
        img{
            transform: rotateY(180deg);
        }
    }
    }
.content {
    position: absolute;
    background: rgb(18 18 18 / 33%);
    inset: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    img{
        width: auto;
        height: auto;
    }
    p{
        color: #fff;
        font-size: 24px;
    }
}
}
.blog-list{
    margin-bottom: 35px;
    border: 1px solid #F1F1F1;
    .blog-content {
        padding: 20px 14px;
    }
    .blog-img{
        height: 100%;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .card-title {
        a{
            color: #000;
font-style: normal;
font-weight: 600;
line-height: 31px;
display: -webkit-box;           
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis;
        }
    }
    p{
        display: -webkit-box;           
  -webkit-line-clamp: 4;        
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis;
    }
    .primary-btn{
        background-color: transparent;
        color: #EC1B21;
        &:hover{
            color: #fff;
        }
    }
}
.date{
    color: #6B6B6B;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 37px;
display: flex;
align-items: center;
gap: 10px;
}
.sidebar-service {
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-bottom: 27px;
    h4{
        color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 31px;
    }
}
.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: #EC1B21;
        }
    }

    h4 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        text-transform: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .date {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
    }
    p {
        line-height: 22px;
        margin-bottom: 0;
    }
}
.category-list{
    list-style-type: disc;
    padding-left: 20px;
    li a{
        color: #505050;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 36px;
transition: all .5s;
&:hover{
    color: #EC1B21;
        text-decoration: underline;
    
}
    }
}
.popular-tags{
    li{
        display: inline-block
    }
    a{
        border-radius: 3px;
        border: 1px solid #E7E7E7;
        color: #505050;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        padding: 9px 9px;
        display: block;
        margin-bottom: 5px;
        &:hover{
            background-color: #EC1B21;
            color: #ffffff;
        }
    }
}

.wp-pagenavi {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #ec1b21;
    font-size: 20px;
    font-family: 'Work Sans Medium';
    font-weight: 500;
}

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

.wp-pagenavi a.active {
    color: #6a1d19;
}

.wp-pagenavi a:hover:not(.active){
    background-color: #FF0000;
}

.blog-details-banner {
    margin: 50px;
}
.wp-pagenavi span.current {
    background: #ec1b21;
    color: #fff;
	border-radius: 6px;
}
.wp-pagenavi a:hover{
	border-color: #BFBFBF;
    background: #8BC34A;
    color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #ec1b21;
}
.left-arrow,.right-arrow {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
  }
  .left-arrow::after,
  .left-arrow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 2px;
    left: 0;
  }
  .left-arrow::after {
    border-left: 2px solid;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
  }

  .right-arrow::after,
  .right-arrow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 2px;
    right: 0;
  }
  .right-arrow::after {
    border-right: 2px solid;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
  }
.blog-details{
    h1{
        color: #000;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 54px; /* 120% */
    }
    .blgo-details-img{
        margin-bottom: 28px;
        height: 438px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.related-articles{
padding-top: 0;
}
.blog-item:hover{
    .card-title{
        color: #EC1B21;
    }
}
.banner.inner-banner {
    h1 {
        font-size: 66px;
    }
}
.form-box{
    border-radius: 29px;
    background-image: url(../img/service-form-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 40px 22px;
    h3{
        color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 56px;
    }
    p{
        color: #fff;
    }
    .form-control{
        border-radius: 4px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    padding: 13px 11px;
    color: #494949;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px;
&::placeholder{
    color: #494949;
    text-transform: uppercase;
}
    }
}
.bg-light{
    background: #F2F5FA;
}
.em-service-item{
    border-radius: 10px;
    overflow: hidden;
    .content {
        background: #FFF;
        padding: 20px;
        text-align: center;
        margin-top: -30px;
        position: relative;
        z-index: 1;
    }
}
.mb-10{
    margin-bottom: 10px;
}
.arow-list{
    & li {
        padding-left: 24px;
        font-weight: 500;
        margin-bottom: 5px;
        &::before {
            background-image: url(../img/arrow-icon.webp);
            width: 14px;
            height: 14px;
            top: 10px;
        }
    }
}
.call-box{
    border-radius: 10px;
border: 1px solid #192B53;
background: #F2F5FA;
padding: 40px;
text-align: center;
margin-top: 40px;
h2{
    color: #151515;
text-align: center;
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: 52px;
}
a{
    color: #EC1B21;
    text-decoration-line: underline;
}
}
.se-gallery{
    .gallery-item {
        height: 340px;
    }
}
.check-blue{
    & li {
        padding-left: 24px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #192B53;
        &::before {
            background-image: url(../img/check-blue.webp);
            width: 18px;
            height: 18px;
            top: 6px;
        }
    }
}
.be-img{
    border-radius: 14px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.accordion__item {
    margin: 12px auto;
    transition: .5s;
    border-bottom: 1px solid #A4A4A4;
}

.accordion__item:hover {
    transform: translateY(-5px)
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 13px 90px 15px 13px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: rgb(18, 18, 18);
    border-radius: 3px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    font-weight: 600;
}

  
.accordion__title::after {
    content: '';
    background-image: url(../img/down-arrow.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 19px;
    height: 11px;
    right: 6px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.accordion__title.accordion-active::after{
    transform: rotate(180deg);
}
.accordion__item .accordion-active{
    border-color: #fff;
}

.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: 20.356px;
    color: #0f0f0f;
    line-height: 1.667;
    margin-bottom: 0;
    display: none;

}
.img{
    border-radius: 0px 45px 0px 0px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/*******************************
  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;
    }
    .service-item {
        gap: 16px;
        font-size: 20px;
    }
    .contact {
        padding-bottom: 100px;
        padding-top: 50px;
        .get-img {
            width: 48%;
        }
    }
    .map {
        iframe {
            height: 510px;
        }
    }
    .banner.inner-banner {
        h1 {
            font-size: 60px;
        }
    }
    .em-service-item {
        .card-title {
            font-size: 22px;
        }
    }
}

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

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

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1230px;
    }
    .banner.inner-banner {
        padding-top: 122px;
        .banner-content {
            padding: 20px;
        }
    }
    .contact-page {
        .form-control {
            padding: 16px 13px;
        }
        .choose-item {
            margin-bottom: 18px;
        }
    }
    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 16px;
    }
    .header-area{
        .primary-btn{
            padding: 9px 25px;
        }
    }
    .popup .popup__content {
        width: 70%;
    }
    .banner {
        h1 {
            font-size: 60px;
            line-height: 77px;
        }
    }
    .form-head {
        height: 84px;
    }
    p {
        font-size: 16px;
        line-height: 1.667;
    }
    .sub-title {
        margin-bottom: 0;
        font-size: 22px;
    }
    .section-title {
        font-size: 35px;
        line-height: 46px;
    }
   
    .sec-gap {
        padding: 40px 0;
    }
    
    .primary-btn{
        font-size: 16px;
        padding: 10px 35px;
    }
    .banner-img {
        margin-bottom: -8px;
        width: 90%;
        
    }
    .service-item {
        gap: 14px;
        font-size: 18px;
        span {
            width: 70.779px;
            height: 70.779px;
            padding: 16px;
        }
    }
    .counter-item h3 {
        font-size: 40px;
        line-height: 46px;
    }
    .counter-item p {
        font-size: 20px;
    }
    .service-slider {
        .slick-list {
            margin: 0 -10px;
        }
        .slick-slide {
            margin: 0 10px;
        }
    }
    .card-title {
        font-size: 20px;
        line-height: 30px;
    }
    .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: 298px;
    }
    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 {
        padding: 12px 50px;
    }
    .banner.inner-banner {
        h1 {
            font-size: 54px;
        }
        p {
            font-size: 20px;
            line-height: 32px;
        }
    }
    .em-service-item {
        .content{
            padding: 15px;
        }
        .card-title {
            font-size: 18px;
        }
    }
    .arow-list {
        & li {
            margin-bottom: 0px;
            font-size: 16px;
        }
    }
    .call-box {
        h2 {
            font-size: 30px;
            line-height: 40px;
        }
    }
    .se-gallery {
        .gallery-item {
            height: 274px;
        }
    }
    .accordion__item .accordion__title{
        font-size: 20px;
    }
    .accordion__item .accordion__content{
        padding-top: 0;
    }
    .about-page {
        & .service-item {
            padding-left: 106px;
            span {
                left: 20px;
                width: auto;
                height: auto;
                padding: 0;
                width: 70px;
            }
            .card-title {
                font-size: 24PX;
            }
        }
    }
    .check-list {
        li {
            font-size: 17px;
        }
    }
    .category-list {
        li a {
            font-size: 12px;
            line-height: 30px;
        }
    }
    .popular-tags {
        a {
            font-size: 12px;
            padding: 6px 5px;
        }
    }
    .recent-post-list li a {
        h4 {
            font-size: 13px;
        }
    }
    .blog-details {
        h1 {
            font-size: 34px;
            line-height: 44px;
            margin-bottom: 14px;
        }
    }
}

@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;
        img{
            height: 70px;
            width: auto;
            margin-top: 4px;
        }
    }
    .topbar a {
        padding-block: 5px;
    }
    .hamburger {
        background: #ffffff;
        border-radius: 4px;
        top: 18px;
        left: 0;
    }
    .hamburger:before,.hamburger.menu-opened:before{
        background: #EC1B21;
    }
    .hamburger:after {
        border-top: 2px solid #EC1B21;
        border-bottom: 2px solid #EC1B21;
    }
    .hamburger.menu-opened:after{
        background: #EC1B21;
    }

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

    #menu .main-menu {
        top: 120px;
        background-color: #192B53;
    }

    #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: 75%;
        padding: 22px;
    }
   
    .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;
    }
    .why-choose {
        padding: 50px 0;
        .choose-img {
            display: none;
        }
    }
    .gallery-item {
        height: 185px;
    }
    .testi-box {
        width: 70%;
    }
    .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 {
        h1 {
            font-size: 48px;
        }
        p {
            font-size: 18px;
            line-height: 32px;
        }
    }
    .call-box {
        h2 {
            font-size: 26px;
            line-height: 34px;
        }
    }
    .se-gallery {
        .gallery-item {
            height: 230px;
        }
    }
    .about-page {
        & .service-item {
            .card-title {
                font-size: 22PX;
            }
            p {
                line-height: 24PX;
                font-size: 14px;
            }
        }
    }
    .py-100 {
        padding-block: 60px;
    }
    .about-page {
        & .service-item {
            text-align: left;
            .card-title {
                font-size: 20PX;
            }
        }
    }
}

@media (max-width: 575.98px) {
    .call-email {
        padding-left: 0px;
    }
    .topbar a {
        padding-block: 2px;
        font-size: 11px;
        img{
            height: 12px;
            width: auto;
        }
    }
    .header-area {
        .primary-btn {
            padding: 4px 15px;
            font-size: 12px;
        }
    }
    .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: 40px;
            width: auto;
        }
    }

    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%);
    }


    .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;
    }
    .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;
    }
    .banner {
        &::after {
            background-size: 80px;
            inset: 0;
            background: linear-gradient(45deg, #093048, #093048c4);
            width: 100%;
            height: 100%;
        }
    }
    .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: 71px;
        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;
    }

    #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 {
        padding-top: 10px;
        padding-bottom: 10px;
        .container {
            position: relative;
        }
        p {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 5px;
        }
        h1 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        h5 {
            font-size: 15px;
            margin-bottom: 15px;
        }
    }
    .primary-btn {
        font-size: 14px;
        padding: 7px 22px;
    }
    
    .banner-content {
        width: 330px;
        margin-bottom: 12px;
        margin-top: 12px;
        padding: 10px;
        padding-left: 0px;
        .primary-btn {
            font-size: 12px;
            padding: 7px 9px;
        }
    }
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .slick-arrow::before {
        content: '';
        width: 9px;
        height: 9px;
    }
    .card-title {
        font-size: 18px;
        line-height: 24px;
    }
    .service-box {
        & .btn-group {
            .fw {
                width: 40px;
                height: auto;
            }
            .primary-btn {
                width: 140px;
                height: 40px;
                padding: 0;
            }
        }
    }
    .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: 150px;
    }
    .testi-box {
        width: 100%;
    }
    .banner-img {
        margin-bottom: -8px;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        
    }
    .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;
        border-left: 0px solid #D9D9D9;
        padding-left: 0px;
        margin-bottom: 0px;
        width: 50%;
    }
    .counter-item h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .counter-item p {
        font-size: 16px;
    }
    .stars {
        margin-bottom: 0;
    }
    .testi-box {
        padding-bottom: 80px;
        h4 {
            font-size: 18px;
            line-height: 18px;
        }
    }
    .contact {
        padding-bottom: 20px;
        padding-top: 20px;
        p{
            margin-bottom: 0;
        }
    }
    .contact {
        .form-control {
            font-size: 14px;
            padding: 10px 12px;
        }
    }
    form .primary-btn {
        padding: 7px 40px;
    }
    .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;
    }
    .banner.inner-banner {
        padding-bottom: 0;
        padding-top: 30px;
        .banner-content {
            padding: 6px 0;
            margin: 0;
        }
        &::after {
            inset: 0;
            background: linear-gradient(90deg, rgba(41, 41, 41, 0.81) 0%, rgba(102, 102, 102, 0.28) 100%);
            width: 100%;
            height: 100%;
        }
    }
    .contact-page {
        .form-control {
            padding: 16px 13px;
            font-size: 14px;
        }
        select.form-control{
            font-size: 17px;
        }
        .choose-item {
            margin-bottom: 0px;
            margin-top: 15px;
            height: 64px;
            p {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 0;
            }
        }
        & .redy-to-work {
            & .choose-item {
                width: 100%;
                height: 70.992px;
                padding-left: 76px;
                .icon {
                    width: 60.08px;
                    height: 60.08px;
                    padding: 13px;
                    left: 4px;
                    top: 4px;
                }
            }
            .card-title {
                font-size: 20px;
            }
        }
    }
    .banner.inner-banner {
        h1 {
            font-size: 28px;
            margin-bottom: 6px;
        }
        p {
            font-size: 14px;
            line-height: 22px;
        }
    }
    .form-box {
        border-radius: 20px;
        padding: 25px 15px;
        h3 {
            font-size: 24px;
            line-height: 34px;
        }
        .form-control {
            padding: 8px 11px;
            font-size: 14px;
        }
    }
    .call-box {
        padding: 20px;
        margin-top: 30px;
        h2 {
            font-size: 16px;
            line-height: 24px;
        }
    }
    .se-gallery {
        .gallery-item {
            height: 162px;
        }
    }
    .check-list.check-blue {
        & li {
            padding-left: 24px;
            font-weight: 500;
            margin-bottom: 0px;
            font-size: 15px;
        }
    }
    .accordion__item .accordion__title {
        font-size: 15px;
        padding: 13px 30px 15px 13px;
    }
    .accordion__item .accordion__content {
        font-size: 14.356px;
        line-height: 1.667;
    }
    .accordion__item {
        margin: 0px auto;
    }
    .check-list {
        li {
            font-size: 15px;
            line-height: 20px;
        }
    }
    .call-assistance {
        .counter-item {
            margin-left: 50px;
            padding-left: 3px;
            img {
                left: -49px;
                width: 38px;
            }
            p {
                font-size: 14px;
                line-height: 18px;
            }
        }
    }
    .py-100 {
        padding-block: 30px;
    }
    .include-item {
        & .content {
            p {
                color: #fff;
                font-size: 16px;
                margin: 0;
            }
        }
    }
    .date {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        span{
            display: flex;
            align-items: center;
            gap: 4px;
        }
    }
    .blog-list{
        .card-title {
            font-size: 16px;
            a {
                line-height: 22px;
            }
        }
    }
    .recent-post-list li a {
        h4 {
            font-size: 15px;
        }
    }
    .popular-tags {
        a {
            font-size: 14px;
        }
    }
    .category-list {
        li a {
            font-size: 14px;
            line-height: 28px;
        }
    }
    .sidebar-service {
        h4 {
            font-size: 20px;
        }
    }
    .small-line {
        width: 70px;
        height: 2px;
        margin-bottom: 11px;
    }
    #pagination li a, #pagination li span {
        width: 38px;
    }
    .blog-details {
        h1 {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 10px;
        }
        .blgo-details-img {
            margin-bottom: 15px;
            height: 140px;
        }
    }
    h2 {
        font-size: 18px;
    }
    .check-list.arow-list {
        li {
            line-height: 35px;
        }
    }
    .check-list.check-blue {
        li {
            line-height: 30px;
        }
    }
    .accordion__title::after {
        background-size: 12px;
        background-position: right;
    }
    .accordion__title.accordion-active::after {
        transform: rotate(180deg) translateX(-6px);
    }
    .fixed-btn {
        right: 2px;
        align-items: center;
        width: 45px;
    }
    .fc {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
}