/*Main Css */

:root {
    --primary: #027FD2;
    --secondary: #333333;
    --white: #fff;

    --font-theme-1: 'Wix Madefor Text', sans-serif;
    --font-theme-2: 'Raul-5', sans-serif;
    --font-heading: 'Inter', sans-serif;
    --font-accent: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;

}

@font-face {
    font-family: "Raul-5";
    src: url("../fonts/raul-5.ttf") format("truetype");
}

::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    position: relative;
    /* background-image: url(..//images/hero-img.png);
background-repeat: no-repeat; */


}

body.inner-header {
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    color: var(--secondary);
    text-transform: capitalize;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: left;

}

h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
}

h2 span.text-bold {
    font-weight: bold;
}

h4 {
    font-size: 26px;
    line-height: 1.12;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.84px;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.btn {
    padding: 18px 58px;
    text-transform: capitalize;
    font-family: var(--font-heading) !important;

}

.btn:focus,
.btn:active:focus {
    box-shadow: none;
}

.btn i {
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
}

.btn-primary.cus-btn-1 {
    background-color: #F8DB5B;
    color: #000000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    box-shadow: none;
    border: 1px solid #000000;
    border-radius: 0px;

}

.btn-primary.cus-btn-1.second {
    background-color: #2F2B36;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    box-shadow: none;
    border: 1px solid #000000;
    border-radius: 0px;

}

.btn-primary.cus-btn-2.second {
    background-color: #2F2B36;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    box-shadow: none;
    border: 1px solid #000000;
    border-radius: 0px;

}

.btn-primary.cus-btn-1:hover {
    background-color: #fff;
    color: #000000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    box-shadow: none;
    border: 1px solid #000000;

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}


.btn-primary-border {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white) !important;
}


.btn-secondary {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary) !important;
}

.btn-dark {
    background-color: var(--dark);
    border: 1px solid var(--dark);
    color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background-color: transparent;
    border: 1px solid var(--dark);
    color: var(--dark) !important;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 18px;
    position: fixed;
    z-index: 11;
}

header.sticky>.main-header {
    background-color: #015891;
    transition: background-color 0.3s ease;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo {
    display: inline-block;
    text-align: center;
}

.logo img {
    display: block;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu-callnow {
    color: var(--primary) !important;
    background: transparent;
}

.menu-callnow i {
    color: var(--dark) !important;
    line-height: 2;
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
}

.menu>li>a {
    display: block;
    font-family: var(--font-theme-1);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.top-icons.menu>li {
    padding: 0 30px 0 0;
}

.top-icons.menu>li a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.btn-header {
    background: var(--primary);
    color: white !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.btn-header:hover {
    transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
    color: #f8db5b;
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */


/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

span.count {
    font-family: var(--font-heading);
    font-size: 64px;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    font-weight: 500;
}

.counter span.text-white {
    font-family: var(--font-heading);
    font-size: 64px;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    font-weight: 500;
}

.form-select,
.form-select:focus {
    background: transparent;
    border: 1px solid #626262;
    border-radius: 24px;
    padding: 8px 34px 8px 29px;
    color: #ddd;
    font-size: 13px;
    margin-bottom: 18px;
    color: var(--bg-light);
    box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
    position: absolute;
    top: 96%;
    left: 50%;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
    content: "\f177";
    font-size: 25px;
    font-weight: 100;
    color: var(--primary);
    font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 92%;
    right: 4%;
    border: none;
    background-color: transparent;
    font-size: 0px;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
    position: absolute;
    top: 96%;
    right: 46%;
    border: none;
    background-color: transparent;
    font-size: 0px;
    width: 30px;
    height: 30px;
    z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
    content: "\f178";
    font-size: 25px;
    font-weight: 100;
    color: var(--primary);
    font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
    content: "\f178";
    font-size: 25px;
    font-weight: 100;
    color: var(--primary);
    font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
    width: 100%;
    height: 500px;
}

.slick-center .slick-list.draggable {
    padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
    margin: 0 70px;
}

.slick-center .slick-current img {
    position: relative;
    top: -41px;
}

.sliderDiv {
    background-size: cover;
    height: 1200px;
    width: 100%;
    background-repeat: no-repeat;
}

.socail-icons {
    display: flex;
}

ul.socail-icons li i {
    color: #fff;
    font-size: 18px;
    font-weight: 300;

}

ul.socail-icons li {
    margin-right: 10px;
}

a.logo {
    font-size: 30px;
    color: var(--white);
    font-family: var(--font-heading);
}

/* inner pages */

.inner-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 193px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner .content h1 {}

/* inner pages */

.footer-border {
    height: 1px;
    margin: 61.5px 83px 29px 177px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}

ul.footer-social-icons {
    display: flex;
    margin-top: 20px;
}

ul.footer-social li a {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: var(--white);
    margin-bottom: 15px;
}

ul.footer-social li a i {
    color: var(--primary);
    margin-right: 17px !important;
}

ul.footer-social li a:hover {
    color: var(--primary);
}

ul.footer-social-icons li {
    margin-right: 12px;
}

ul.footer-social-icons li a {
    color: var(--white);
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

ul.footer-social-icons li a i {
    font-size: 22px;
}

.menu-Bar a.logo {
    font-size: 45px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #1dd3b0;
}

.menu>li>a:hover {
    color: #f8db5b;
}

ul.breadcrumb-menu {
    display: block;
    text-transform: uppercase;
}

ul.breadcrumb-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
    color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
    margin-left: 0px;
}

ul#counter {
    display: flex;
    align-items: center;
    gap: 7rem;
    /* padding: 24px 36px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
    /* background-color: #222; */
    /* margin-top: -112px;*/
}

.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}

ul#counter li .counter>div {
    font-weight: 600;
    line-height: 1;
    font-size: 38px;
    color: #fff;
    /* padding-bottom: 10px; */
    flex-shrink: 0;
}

ul#counter li {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#counter li .counter span.text {
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
    color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
    color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
    color: #62a488;
}

.counter span.text-dark {
    font-weight: 600;
    font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
    position: absolute;
    top: 23%;
    left: -68px;
    font-size: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary);
    background-color: transparent;
    z-index: 2;
    line-height: 0;
    border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
    content: "\f104";
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
    position: absolute;
    top: 23%;
    right: -70px;
    border: none;
    background-color: transparent;
    font-size: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary);
    background-color: transparent;
    background-color: transparent;
    line-height: 0;
    border-radius: 50%;
    z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
    content: "\f105";
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    border-radius: 0;
    height: 35px;
}

/* Accordian */

.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 0px 0px 22px 2px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
    background: white;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0rem;
}

ul.accordion-list li span {
    display: flex;
    position: relative;
}

.accordion-list li h3 {
    color: var(--secondary);
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 14px;
}

.accordion-list li.active h3 {
    color: var(--primary);
    font-size: 20px;

}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 900;
    top: 0;
}

.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}

ul.accordion-list li.active h3:after {
    content: "\f077";
    color: var(--primary);
}

.answer p {
    margin-top: 16px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
    border: solid 1px #c9cbd6;
    height: 60px;
    margin-top: 18px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.subscribe button.btn-subscribe {
    text-transform: uppercase;
    display: inline-block;
    height: 58px;
    border-radius: 0;
    border: none;
    background: var(--primary);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 35px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    text-align: center;
    color: var(--white);
}

.subscribe input.form-control {
    border: none;
    /* width: 100%; */
    padding: 8px 13px;
    height: 100%;
    margin: 0;
    display: inline-block;
    color: var(--secondary);
    background-color: transparent;
    padding-right: 9.5rem;
}

/* Subscription */

.sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* topbar */

.top-bar {
    padding: 15px 0;
    background: var(--primary);
}

.top-social-icons {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.top-contact-info {
    display: flex;
    gap: 22px;
}

.top-contact-info li {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.top-contact-info li a {
    color: var(--white);
}

.top-social-icons li a i {
    color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contactIconBg .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
    background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
    top: 35%;
    position: absolute;
    left: -2%;
    font-size: 26px;
    color: var(--secondary);
    cursor: pointer;
}

.related-slider span.arr-right {
    top: 35%;
    position: absolute;
    right: -2%;
    font-size: 26px;
    color: var(--secondary);
    cursor: pointer;
}

footer {
    background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 93%)), url(../images/footer.png);
    padding-top: 35px;
}

footer .border-top {
    border-top: 1px solid #808080 !important;
}

.f-logo {
    font-size: 30px;
    text-align: left;
    color: var(--white);
    font-family: var(--font-heading);
    line-height: normal;
}

.f-logo:hover {
    color: var(--white);
}

.f-logo-content {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.5px;
    color: var(--white);
}

.f-menu {
    margin-top: 30px;
}

.f-menu .f-icon-box {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 10px;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
    color: var(--white);
}

.f-menu .f-icon-box i {
    color: var(--white);
}

ul.f-menu li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 14px;
    font-family: var(--font-theme-1);
}

ul.f-menu li a:hover {
    color: var(--white);
}

.footer-content {
    padding-top: 35px;
    padding-bottom: 70px;
}

footer h6 {
    font-family: var(--font-theme-2);
    color: var(--white);
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.copyright {
    padding-top: 11px;
    padding-bottom: 11px;
    background: transparent;
    text-align: left;
}

.copyright p {
    font-family: var(--font-theme-1);
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: normal;
    font-weight: 400;

}

.mainBanner {
    height: 610px;
    display: flex;
    align-items: center;
    position: relative;
}

.home .mainBanner {
    height: 1050px;
    display: flex;
    align-items: center;
    position: relative;
    border: 10px solid #000000;
}

.hero-content h1 {
    font-family: var(--font-theme-2);
    font-weight: 400;
    font-size: 70px;

}

.hero-content p.para {
    font-weight: 400;
    font-size: 21px;
    line-height: 29.4px;
    font-family: var(--font-theme-1);
}

.mainBanner .hero-img {
    text-align: right;
}

.hero-content .btn-primary {}



section.category {
    background-color: #027FD2;
}

section.category ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.category ul li {
    text-align: center;
}

section.category ul li p {
    color: #ffffff;
    font-family: var(--font-theme-1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22.4px;

}

section.about {
    background-color: #015891;
}

section .section-title {
    font-family: var(--font-theme-2);
    color: #ffffff;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 20px;
}


section.category .content .btn-primary {}


section.about .content {
    background: linear-gradient(180deg, #F8DB5B 0%, #C7A151 100%);
    padding: 6em;
}

section.about .content h2.title {
    font-weight: 400;
    font-size: 39px;
    line-height: 54.6px;
    color: #000;
    font-family: var(--font-theme-2);
    margin-bottom: 81px;
}

section.about.about-2 .content h2.title {
    color: #ffffff;
    margin-bottom: 20px;
}

section.about.about-2.sec-pad .content.contact-us-content {
    padding: 0em 3.5em 7em;
}

section.about.about-2 .content h2.title {}

section.about.about-2 .content p.para {
    font-size: 16px;
    font-family: var(--font-theme-1);
    line-height: 22.4px;
    color: #ffffff;
    margin-bottom: 15px;

}

section.about.about-2 .content .btn-primary.cus-btn-3 {
    background-color: transparent;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    box-shadow: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    margin-top: 20px;
}

section.about.about-2 .content {
    background: transparent;
    position: relative;
}

section.about.about-2 .content .about-img-4 {
    position: absolute;
    top: -138px;
    right: 0;
}

section.about.about-2 .content .about-img-5 {
    position: absolute;
    bottom: -85px;
    right: 0;
}


section.about .content h4.sub-title {
    font-weight: 400;
    font-size: 21.8px;
    line-height: 30.53px;
    color: #ffffff;
    font-family: var(--font-theme-2);
    margin-bottom: 20px;
}

section.about .content p.para b {
    font-weight: 600;
}

section.about .content p.para {
    font-size: 16px;
    font-family: var(--font-theme-1);
    line-height: 22.4px;
    color: #000;
    margin-bottom: 15px;

}

section.about .about-img-2 {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.area1 {background:#424045;}

section.about .abt-img {

    position: relative;

}

section.about .abt-img-2 {

    border: 8px solid #000000;
    background-color: #015891;
}

section.about.inner-about .abt-img-2 {

    border: 8px solid #000000;
    background-color: #015891;
    width: fit-content;
    padding: 2rem 5rem 2rem;
}

section.about.sec-pad {
    padding-right: 3rem;
    padding-left: 3rem;
}

section.about.sec-pad h3 {
    font-family: var(--font-theme-1);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

section.about.sec-pad .b-seller {
    padding: 0px 10px 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #2F2B36;
    width: fit-content;
    color: #fff;
}

section.about-2 {
    background-color: #027FD2;
}

section.about .content .btn-primary {
    margin-top: 50px;
}


.last_sec_video {
    position: relative;
    max-width: 100%;
    height: 80vh;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
    border: 9px solid #000000;
}

.last_sec_video .play-icon {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 50%;
    left: 50%;
    bottom: 50%;
}

.last_sec_video .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
}



.testimonial .testi-part-2 {
    background-color: #027FD2;

}

.testimonial .testi-part-2a {
    padding: 2rem 5rem 0rem;
    height: 100%;
}

.testimonial .testi-part-2 h2 {
    color: #ffffff;
    font-family: var(--font-theme-2);
    font-size: 44px;
    font-weight: 400;

}

.testimonial .testi-slider {
    background-color: #E7E8D5;
    margin-top: 45px;
    margin-left: -25rem;
}

.testimonial .testi-slider .heading {
    font-family: var(--font-theme-1);
    font-size: 22.2px;
    line-height: 31px;
    color: #2F2B36;
}

.testimonial .testi-slider .pera {
    font-family: var(--font-theme-1);
    font-size: 16px;
    line-height: 25.60px;
    color: #2F2B36;
    width: 80%;
}

.testimonial .testi-slider .content-box {
    padding: 0rem 5rem 4rem;
}

.testimonial .testi-slider .slick-next-custom {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    line-height: 0;
    border-radius: 50%;
    background-color: transparent;
}


.testimonial .testi-slider .slick-prev-custom {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: -20px 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 0;
    border-radius: 50%;
    background-color: transparent;
}

.testimonial .testi-slider .testi-box {
    display: flex !important;
    align-items: center;

}

footer {
    padding-right: 3rem;
    padding-left: 3rem;
}

footer .footer-form h6 {
    font-family: var(--font-theme-1);
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

footer .footer-form label {
    font-family: var(--font-theme-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #ffffff;
}

footer .footer-form .form-control {
    background-color: #2F2B36;
    border: 1px solid #ffffff;
    font-family: var(--font-theme-1);
    font-weight: 400;
    font-size: 14px;
    height: 42px;
    margin-bottom: 9px;
        color: #fff;
}

footer .footer-form .btn-subscribe {
    width: 100%;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    height: 42px;
}

.bg-color-1 {
    background-color: #015891 !important;
}


.contact .contact-form {
    background-color: #00518D;
    padding: 50px;
}

section.about.contact .contact-form h3 {
    font-weight: 400;
    font-size: 23.6px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 20px;
}

section.about.contact .contact-form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: #ffffff;
}

section.about.contact .contact-form input {
    height: 40px;
    box-shadow: none;
    border: 0px;
}

section.about.contact .contact-form textarea {
    height: 100px;
    box-shadow: none;
    border: 0px;
}

section.about.contact .contact-form .cus-btn-1 {
    width: 100%;
    height: 40px;
    line-height: 0;
    border: 0px;
    font-weight: 400;
    font-size: 16px;

}

section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle {
    height: 40px;
    line-height: 0;
    padding: 0px;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    padding-left: 10px;
    border-radius: 0px;

}

section.about.contact .contact-form .btn.btn-outline-secondary:hover,
section.about.contact .contact-form .btn.btn-outline-secondary:focus,
section.about.contact .contact-form .btn.btn-outline-secondary {
    color: #000000;
}

section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle::after {
    vertical-align: text-top;
    margin-top: 3px;

}


.faq {
    padding-bottom: 50px;
}

.faq .accordion .accordion-button {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: #027FD2;
    color: #ffffff;
    font-family: var(--font-theme-1);
    box-shadow: none;
}

.faq .accordion .accordion-body {
    padding: 20px 20px 30px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--font-theme-1);
}

.faq h2.heading {
    color: #000000;
    font-family: var(--font-theme-2);
    font-size: 44px;
    font-weight: 400;
    margin: 50px;
    text-align: center;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255, 255, 255)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255, 255, 255)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}



.faq .faq-box {
    background-color: #E7E8D5;
    margin-top: 45px;
    margin-left: -25rem;
}

.faq .faq-box .heading {
    font-family: var(--font-theme-1);
    font-size: 22.2px;
    line-height: 31px;
    color: #2F2B36;
}

.faq .faq-box .pera {
    font-family: var(--font-theme-1);
    font-size: 16px;
    line-height: 25.60px;
    color: #2F2B36;
    width: 80%;
}




@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1665px;
    }

    header .main-header .menuWrap ul .sm-escape {
        display: none;
    }

    .contact .contact-form {

        padding: 30px;

    }

    section.about.about-2.sec-pad .content.contact-us-content {
        padding: 0em 0em 3em;
    }

    .mainBanner {
        background-size: cover !important;
    }

    .sm-escape {
        display: none;
    }
}


@media (max-width: 1200px) {
    header .main-header .menuWrap ul .sm-escape {
        display: none;
    }

    .mainBanner {
        background-size: cover !important;
    }

    .sm-escape {
        display: none;
    }

}

@media (max-width: 1024px) {
    header .main-header .menuWrap ul .sm-escape {
        display: none;
    }

    header .main-header .menuWrap ul .sm-escape {
        display: none;
    }



    .menu-Bar span {
        background: var(--white);
    }

    .logo img {
        max-width: 100% !important;
        height: 75px;
    }

    .logo {
        position: relative;
        z-index: 11;
        text-align: left;
    }

    .menuWrap.open {
        background-color: #00518D;
    }

    .top-left-menu {
        display: none;
    }

    header .main-header ul.menu>li>a {
        color: #ffffff !important;
    }

    header .main-header .menuWrap ul .sm-escape {
        display: block;
    }

    header .main-header .menuWrap ul .sm-escape img {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }

    header .main-header ul.menu>li>a {
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .mainBanner .hero-img {
        margin-top: 20px;
    }

    section.category ul {
        display: flex;
        flex-direction: revert-layer;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 21px;
        justify-content: center;
    }

    section.about .content {
        padding: 1em;
    }

    section.about.sec-pad {

        padding: 40px 10px 40px 10px;
        background-size: cover !important;
        position: relative;
    }

    section.about.about-2 .content .about-img-4 {
        height: 145px;
        top: -72px;
    }

    section.about .abt-img img {
        height: 665px;
        width: auto !important;
    }

    section.about.about-2 .content .about-img-5 {
        height: 136px;
    }

    .testimonial .testi-slider {
        margin-left: -65px;
        margin-top: 32px;
    }

    .testimonial {
        padding-bottom: 47px;
        background-color: #027FD2;
    }

    .testimonial .testi-part-2a {
        padding: 0px 0px 25px 0px;
    }

    section.about.about-2 .content .about-img-5 {

        bottom: -25px;
    }

    section.about.contact .contact-form .cus-btn-1 {

        line-height: 1.5;
    }

    .testimonial .testi-slider .pera {
        width: 100%;
    }

    .testimonial .testi-slider {
        margin-left: 0;
    }

    .testimonial .testi-slider .content-box {
        padding: 2rem 1rem 2rem;
    }

    .testimonial .testi-part-2 h2 {
        padding-inline: 1rem;
    }

    .testimonial .testi-slider {
        margin-left: -120px;
    }

    section.video-sec {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .last_sec_video .bg-image {

        height: 100%;
    }

    .last_sec_video video {

        width: 100%;
        height: 100%;
    }

    .last_sec_video {
        height: 100%;
    }


    section.about.about-2.sec-pad .content.contact-us-content {
        padding: 0px;
    }

    .contact .contact-form {
        padding: 15px;
    }

    footer ul.f-menu li a {
        margin-bottom: 0px;
    }

    footer .f-menu {
        margin-top: 5px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .hero-content a.btn-primary {


        margin-top: 13px !important;
    }

    .btn {
        padding: 6px 16px;
    }

    section.about .content h2.title {
        margin-bottom: 17px;
    }

    section.about .content .btn-primary {
        margin-top: 13px;
    }

    section.about .about-img-2 {
        height: 244px;
    }

    section.about .content h2.title {

        font-size: 30px;
        line-height: 41.6px;
    }

    .mainBanner {
        height: auto !important;
    }

    section.about.about-2 .content .about-img-4 {
        height: 100px;
    }

    section.about.about-2 .content .about-img-5 {
        height: 100px;
    }


    footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    footer .f-logo-sec {
        text-align: center;
    }

    footer .f-logo {
        text-align: center;
        width: 100%;
    }

    footer .footer-form h6 {
        text-align: center;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq h2.heading {
        font-size: 40px;
        margin: 14px;
    }

    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle {
        z-index: 0;
    }

    .mainBanner {
        background-size: cover !important;
    }

    .sm-escape {
        display: none;
    }
}

@media (max-width: 768px) {

    header .main-header .menuWrap ul .sm-escape {
        display: none;
    }



    .menu-Bar span {
        background: var(--white);
    }

    .logo img {
        max-width: 100% !important;
        height: 75px;
    }

    .logo {
        position: relative;
        z-index: 11;
        text-align: left;
    }

    .menuWrap.open {
        background-color: #00518D;
    }

    .top-left-menu {
        display: none;
    }

    header .main-header ul.menu>li>a {
        color: #ffffff !important;
    }

    header .main-header .menuWrap ul .sm-escape {
        display: block;
    }

    header .main-header .menuWrap ul .sm-escape img {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }

    header .main-header ul.menu>li>a {
        align-items: center !important;
        justify-content: center !important;
        display: flex
;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .mainBanner .hero-img {
        margin-top: 20px;
    }

    section.category ul {
        display: flex;
        flex-direction: revert-layer;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 21px;
        justify-content: center;
    }

    section.about .content {
        padding: 1em;
    }

    section.about.sec-pad {

        padding: 40px 0px 40px 0px;
        background-size: cover !important;
        position: relative;
    }

    section.about.about-2 .content .about-img-4 {
        height: 145px;
        top: -72px;
    }

    section.about .abt-img img {
        height: 665px;
        width: auto !important;
    }

    section.about.about-2 .content .about-img-5 {
        height: 136px;
    }

    .testimonial .testi-slider {
        margin-left: -65px;
        margin-top: 32px;
    }

    .testimonial {
        padding-bottom: 47px;
        background-color: #027FD2;
    }

    .testimonial .testi-part-2a {
        padding: 0px 0px 25px 0px;
    }

    section.about.about-2 .content .about-img-5 {

        bottom: -25px;
    }

    .contact-footer {
        width: 50%;
        margin: auto;
        text-align: center;
    }


    .testimonial .testi-slider .pera {
        width: 100%;
    }

    .testimonial .testi-slider {
        margin-left: 0;
    }

    .testimonial .testi-slider .content-box {
        padding: 2rem 1rem 2rem;
    }

    .testimonial .testi-part-2 h2 {
        padding-inline: 1rem;
    }

    .testimonial .testi-slider {
        margin-left: -120px;
    }

    section.video-sec {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .last_sec_video .bg-image {

        height: 100%;
    }

    .last_sec_video video {

        width: 100%;
        height: 100%;
    }

    .last_sec_video {
        height: 100%;
    }


    section.about.about-2.sec-pad .content.contact-us-content {
        padding: 0px;
    }

    .contact .contact-form {
        padding: 15px;
    }

    footer ul.f-menu li a {
        margin-bottom: 0px;
    }

    footer .f-menu {
        margin-top: 5px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .hero-content a.btn-primary {


        margin-top: 13px !important;
    }

    .btn {
        padding: 6px 16px;
    }

    section.about .content h2.title {
        margin-bottom: 17px;
    }

    section.about .content .btn-primary {
        margin-top: 13px;
    }

    section.about .about-img-2 {
        height: 244px;
    }

    section.about .content h2.title {

        font-size: 30px;
        line-height: 41.6px;
    }

    .mainBanner {
        height: auto !important;
    }

    section.about.about-2 .content .about-img-4 {
        height: 100px;
    }

    section.about.about-2 .content .about-img-5 {
        height: 100px;
    }


    footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    footer .f-logo-sec {
        text-align: center;
    }

    footer .f-logo {
        text-align: center;
        width: 100%;
    }

    footer .footer-form h6 {
        text-align: center;
    }



    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq h2.heading {
        font-size: 40px;
        margin: 14px;
    }

    section.contact {
        padding: 0px 10px 30px 10px !important;
    }



    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle {
        z-index: 0;
    }

    .about.about-2.sec-pad.contact img.contact-banner-2 {
        height: 168px;
        object-fit: cover;
        width: auto;
    }

    section.about.contact .contact-form .cus-btn-1 {
        line-height: 1;
    }

      .mainBanner .hero-content{
        margin-top: 70px;
    }
}

@media (max-width: 576px) {

    section.about .abt-img img {
        height: auto;
        width: 100%;
    }

.testimonial .testi-part-2 h2 {
    
    font-size: 30px;
}


    .menu-Bar span {
        background: var(--white);
    }

    .logo img {
        max-width: 100% !important;
        height: 55px;
    }

    .logo {
        position: relative;
        z-index: 11;
        text-align: left;
    }

    .menuWrap.open {
        background-color: #00518D;
    }

    .top-left-menu {
        display: none;
    }

    header .main-header ul.menu>li>a {
        color: #ffffff !important;
    }

    header .main-header .menuWrap ul .sm-escape {
        display: block;
    }

    header .main-header .menuWrap ul .sm-escape img {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }

    header .main-header ul.menu>li>a {
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .mainBanner .hero-img {
        margin-top: 20px;
    }


    section.category ul {
        display: flex;
        flex-direction: revert-layer;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 21px;
        justify-content: center;
    }

    section.about .content {
        padding: 1em;
    }

    section.about.sec-pad {
        padding-left: 0;
        padding-right: 0;
    }

    section.about.about-2 .content .about-img-4 {
        height: 145px;
        top: -72px;
    }

    section.about.about-2 .content .about-img-5 {
        height: 136px;
    }

    .video-sec {
        display: none;
    }

    .testimonial .testi-part-2a {
        padding: 2rem 0rem 0rem;
    }

    .testimonial {
        padding-top: 0px;
    }

    .testimonial .testi-slider .testi-box {
        display: block !important;
    }

    .testimonial .testi-slider .pera {
        width: 100%;
    }

    .testimonial .testi-slider {
        margin-left: 0;
    }

    .testimonial .testi-slider .content-box {
        padding: 3rem 2rem 3rem;
    }

    .testimonial .testi-part-2 h2 {
        padding-inline: 1rem;
    }

    .testimonial {
        padding-bottom: 0px;
    }

    section.about.about-2.sec-pad .content.contact-us-content {
        padding: 0px;
    }

    .contact .contact-form {
        padding: 15px;
    }

    footer ul.f-menu li a {
        margin-bottom: 0px;
    }

    footer .f-menu {
        margin-top: 5px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .hero-content a.btn-primary {

        width: 100%;
        margin-top: 13px !important;
    }

    .btn {
        padding: 6px 16px;
    }

    section.about .content h2.title {
        margin-bottom: 17px;
    }

    section.about .content .btn-primary {
        margin-top: 13px;
    }

    section.about .about-img-2 {
        height: 244px;
    }

    section.about .content h2.title {

        font-size: 30px;
        line-height: 41.6px;
    }

    .mainBanner {
        height: auto !important;
    }

    section.about.about-2 .content .about-img-4 {
        height: 100px;
    }

    section.about.about-2 .content .about-img-5 {
        height: 100px;
    }


    footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    footer .f-logo-sec {
        text-align: center;
    }

    footer .f-logo {
        text-align: center;
        width: 100%;
    }

    footer .footer-form h6 {
        text-align: center;
    }

    .mainBanner {
        background-size: auto !important;
    }


    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq h2.heading {
        font-size: 40px;
        margin: 14px;
    }

    section.contact {
        padding: 0px 10px 30px 10px !important;
    }


    section.about.contact .contact-form .cus-btn-1 {

        line-height: 1;
    }

    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle::after {

        margin-top: -1px;
    }



    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle {
        z-index: 0;
    }
  .mainBanner .hero-content{
        margin-top: 70px;
    }

    .menu {
    font-size: 0px;
    display: flex
;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
}

}

@media (max-width: 425px) {
    section.about.about-2 .content .about-img-5 {
        height: 80px;
    }

    .contact-footer {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .mainBanner {
        background-size: auto !important;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq .accordion .accordion-button {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }

    .faq h2.heading {
        font-size: 40px;
        margin: 14px;
    }




    section.contact {
        padding: 0px 10px 30px 10px !important;
    }


    section.about.contact .contact-form .cus-btn-1 {

        line-height: 1;
    }

    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle::after {

        margin-top: -1px;
    }

    section.about.contact .contact-form .btn.btn-outline-secondary.dropdown-toggle {
        z-index: 0;
    }

    .mainBanner .hero-content{
        margin-top: 70px;
    }
    .menu {
    font-size: 0px;
    display: flex
;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
}

}