h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "popins";
    text-transform: capitalize;
}

ul,
li,
p {
    font-family: "Brinnan_Regular";
}

body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

p {
    font-size: 18px;
    line-height: 1.3;
    font-family: "poppins";
}

.container {
    max-width: 1500px !important;
}

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

input,
textarea {
    border: none;
    width: 100%;
}

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

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

input[type="submit"] {
    width: 101%;
    text-align: center;
    color: #fff !important;
    font-size: 22px;
    font-family: poppins;
    cursor: pointer;
    font-weight: 400;
    display: block;
    border: none;
    position: relative;
    isolation: isolate;
    background: transparent;
}

.sub_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    position: relative;
    isolation: isolate;
    /* transform: skewX(334deg); */
}

.sub_wrap::before {
    content: "";
    width: 98%;
    height: 93%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    border-radius: 6px;
    z-index: -2;
    transform: skewX(340deg);
}

.sub_wrap::after {
    content: "";
    width: 93%;
    height: 67%;
    background-color: #000;
    position: absolute;
    border-radius: 7px;
    z-index: -1;
    transform: skewX(340deg);
}

.banner .form_wrap .sub_wrap {
    margin-top: 30px;
}

.collapse .btn_wrap {
    margin: inherit !important;
    margin-left: auto !important;
}

/* header css start here */

/* banner form css start here */

.form_wrap {
    background: url(form_bg.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 90px 44px 60px;
    width: 68%;
    margin-top: 140px;
    position: relative;
    left: 39%;
}

.input_wrap {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.form_title {
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    font-weight: 600;
    font-family: poppins;
}

.form_haed {
    text-align: center;
}

.banner_content {
    width: 100%;
    height: 100%;
    padding: 28% 0% 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.banner_content .btn_wrap {
    margin: inherit;
}

/* banner css start here */

.banner {
    width: 100%;
    height: 100%;
    background: url("home_banner.webp") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner_content::after {
    position: absolute;
    content: "";
    background: url("banner_after1.webp") no-repeat center bottom;
    width: 100%;
    height: 100%;
    left: 76px;
    bottom: 0;
    background-size: 100%;
    z-index: -1;
}

.title {
    font-size: 50px;
    line-height: 60px;
    font-family: poppins;
    color: #fff;
    font-weight: bold;
}

.title span {
    color: #be9046;
}

.banner_content p {
    color: #fff;
}

.banner_content p {
    width: 75%;
}

/* banner css end here */

/* sction 2 css start here */

section.sec_2 {
    background: #000;
    padding: 30px 0px 30px;
    text-align: right;
    color: #fff;
}

.sec_2 .content_wrap {
    height: 100%;
    align-content: center;
}

.siler_wrap marquee {
    width: 100%;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

marquee img {
    margin-right: 20px;
    display: inline-block;
}

/* sction 2 css start here */

.sec_3 {
    padding: 40px 0px;
}

section.sec_3 p,
section.sec_3 .title {
    width: 70%;
    margin: auto;
    text-align: center;
    color: #000;
}

.sec_3 div#nav-tab {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 5px 5px 5px 0px #0000001a, -5px -5px 5px 0px #0000001a;
    margin: auto;
}

.sec_3 .nav-link {
    padding: 5px 30px;
    border-radius: 50px !important;
    border: none !important;
    color: #000;
    font-size: 20px;
    font-family: poppins;
    font-weight: 300 !important;
}

.sec_3 .nav-link.active,
.sec_3 .nav-link:focus,
.sec_3 .nav-link:hover {
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
    color: #fff !important;
}

.sec_3 .content_wrap {
    padding: 40px 0px;
}

section.sec_4 {
    background: url(sec4_bg.png) no-repeat center center;
    background-size: 100%;
}

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc( var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #111;
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX( calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4);
    /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    width: 100%;
}

.trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.trust li img {
    width: 60%;
    display: block;
    margin: auto;
}

section.sec_5 {
    padding: 5% 0% 10%;
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
    background-size: 100% 100%;
    border-radius: 0 0 100% 100%;
}

.btn_wrap {
    width: fit-content;
    margin: auto;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    isolation: isolate;
}

.btn_wrap::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff3b;
    z-index: -1;
    border-radius: 5px;
    transform: skewX(343deg);
}

a.btn.btn-secondary,
a.btn.btn-primary {
    position: relative;
    background: none;
    border: none;
    outline: none;
    isolation: isolate;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    font-family: poppins;
    padding: 10px 20px;
}

a.btn.btn-secondary::before,
a.btn.btn-primary::before {
    position: absolute;
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    transform: skewX(343deg);
    z-index: -1;
}

a.btn.btn-secondary {
    color: #000;
}

a.btn.btn-secondary::before {
    background: #fff;
}

a.btn.bg_dark::before {
    background: #000;
}

.sec_6 .btn_wrap::before {
    background: #00000033;
}

.sec_6 .btn_wrap {
    margin: inherit;
}

#nav-tab2 {
    position: relative;
    border: none;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    isolation: isolate;
}

#nav-tab2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000012;
    z-index: -1;
    border-radius: 5px;
    transform: skewX(343deg);
}

.sec_6 .tab-pane {
    padding: 5% 0%;
}

div#nav-tab2 button {
    flex: 0 0 16%;
    position: relative;
    padding: 5px 10px;
    isolation: isolate;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

div#nav-tab2 button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffff;
    z-index: -1;
    border-radius: 5px;
    transform: skewX(343deg);
    left: 0;
    top: 0;
}

div#nav-tab2 button.active {
    color: #fff;
}

div#nav-tab2 button.active::before {
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
}

div#nav-tab2 button:nth-child(1) {
    flex: 0 0 8%;
}

.sec7_bg {
    width: 100%;
    background: #000;
    background-size: 100% 100%;
    padding: 50px 25px;
    border-radius: 50px;
}

.sec7_bg .btn_wrap {
    margin: inherit;
}

.sec_10 .content_wrap .btn_wrap::before,
.sec_8 .btn_wrap::before {
    background: #0000003b;
}

.sec_8 ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("sec8_bg.png") no-repeat;
    background-size: 77%;
    background-position: center;
    padding: 70px 0px;
}

.sec_8 ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sec_8 ul li img {
    width: 60%;
}

.sec_9 {
    background: url("sec10_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 50px;
}

.sec_9 .btn_wrap {
    margin: inherit;
}

.sec_9 .content_wrap {
    height: 100%;
    align-content: center;
}

.title_sm {
    font-size: 25px;
    font-family: poppins;
    line-height: 1;
}

.sec_9 img {
    width: 100%;
}

.slider_wrap {
    width: 100%;
    height: 100%;
}

.sec_10 .testimonial_slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_10 .content_wrap .btn_wrap {
    margin: inherit;
}

.testimonial_content {
    width: 85%;
    padding: 20px 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 8px 20px 0px #0000001f;
    border-radius: 20px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    height: 191px;
    max-height: 100%;
}

.testimonial_content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background: #00000045;
    left: 0;
    z-index: -1;
    transition: 0.5s all ease-in-out;
}

.testimonial_slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    margin-bottom: 22px;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial_slider.slick-vertical .slick-center .testimonial_content::before {
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
}

.testimonial_slider.slick-vertical .slick-center .testimonial_content {
    width: 100%;
}

.testimonial_slider.slick-vertical .slick-center {
    margin-right: 20px;
}

.testimonial_content .img_wrap img {
    width: 70px;
    border-radius: 50%;
}

.sec_10 .content_wrap {
    padding-top: 100px;
}

.content p {
    width: 80%;
}

.sec_11 .content_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 81px;
    height: 100%;
}

.sec_11 {
    background: url("sec11_bg.png") no-repeat bottom;
    background-size: 100% 51%;
    padding: 2% 0%;
}

.toll_content strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    margin-left: 10px;
}

.toll_content a {
    color: #fff;
}

.toll_content a:focus,
.toll_content a:hover {
    color: #c6c6c6;
}

.tab-pane img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 0;
}

.sec_4 .img_wrap img {
    width: 100%;
    max-width: 100%;
}

.footer_form {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 19px 40px 0px #0000002b;
    width: 77%;
    margin-left: auto;
}

.footer_form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.toll_content a p {
    margin-left: 28px;
}

.footer_form form textarea,
.footer_form form input {
    padding: 20px;
    box-shadow: 5px 10px 30px 0px #00000014;
    border-radius: 10px;
}

footer {
    background: #000;
    color: #bababa;
    padding: 40px 0px 0px;
}

footer a {
    color: #bababa;
}

footer a:focus,
footer a:hover {
    color: #e0e0e0;
}

.footer_content {
    width: 70%;
    margin: auto;
}

footer .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 40px;
}

.form_content h3 {
    font-size: 50px;
    line-height: 1;
    font-family: poppins;
    font-weight: bold;
}

a.navbar-brand img {
    width: 100%;
}

.footer_content {
    width: 70%;
    margin: auto;
    padding-bottom: 20px;
}

.footer_content img {
    margin-bottom: 30px;
    width: 40%;
}

h3.f_title {
    color: #fff;
    font-family: poppins;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: relative;
    width: fit-content;
}

h3.f_title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 50%;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    left: 0;
}

footer .wrap li {
    text-align: center;
}

.grediant_bg {
    background: linear-gradient(to left, #c6913c 0%, #c6913ca1 100%);
    padding: 10px 0%;
    color: #fff;
}

.grediant_bg a {
    color: #fff;
    font-size: 18px;
    font-family: poppins;
    line-height: 1;
    font-weight: 700;
    text-decoration: none ;
    font-size:12px;
    
}

.grediant_bg p {
    margin: 0;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
}

/* sliders */

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc( var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: 100%;
    background-color: #000000;
    color: #eee;
    overflow: hidden;
    position: relative;
    align-content: center;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
    animation-play-state: paused;
  } */

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX( calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

@keyframes scrolling {
    0% {
        transform: translateX(calc(100%));
    }
    100% {
        transform: translateX( calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4);
    /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    width: 40%;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }
    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }
    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

.sec_6 {
    padding: 30px 0px;
}

ul.social_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}

ul.social_inner li a {
    background: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #fff;
}

ul.social_inner li {
    margin: 0 10px 0 0;
}

ul.social_inner li a:hover {
    background: #fff;
    color: #f93529;
    transition: .5s ease;
}

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

.footer_links.center h5 {
    margin: auto;
    margin-bottom: 20px;
}

.footer_links.center li {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.footer_links.center li a {
    color: #fff;
}

.footer_links ul.trake {
    background: #1B1B1B;
    border: 1px solid #363636;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    position: relative;
    top: -35px;
}

.footer_links h4 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

/* sliders */

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 3%;
    max-width: 540px !important;
}

.popup_form_wrp {
    padding: 16px 10px;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0 0 20px;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: #000;
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 160px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #be9046 !important;
    height: 600px;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #be9046;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #be9046;
}

button.btn-close {
    position: absolute;
    right: 6px;
    top: 5px;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-top-right-radius: 20px;
    background: #be9046;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #000;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #000;
}

.popup_form_wrp .footer_form {
    width: 100%;
    height: fit-content;
    padding: 20px;
}

.sec_2 .title {
    font-size: 50px;
}

.toll_content {
    margin: 40px 0 0;
}

section.sec_8 {
    padding: 100px 0 0;
}

.modal-content {
    border: 2px solid #be9046 !important;
    height: 100%;
}

.sec7_bg .img_wrap {
    position: relative;
}

.sec7_bg .img_wrap img {
    position: absolute;
    width: 70%;
    /* background: #000; */
    bottom: 0;
    top: -68px;
    /* filter: invert(1); */
    border-radius: 40% 0 40px 40%;
    right: 0px;
}

ul.navbar-nav {
    gap: 50px;
}

ul.navbar-nav li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: poppins;
}

/* media query */

@media (max-width: 1440px) {
    .container {
        max-width: 1270px !important;
    }
    .title {
        font-size: 45px;
        line-height: 1.3;
    }
    .banner_content::after {
        width: 94%;
    }
    .sec_2 .content_wrap .title {
        font-size: 40px;
    }
    section.sec_3 .title {
        width: 60%;
    }
    .sec_3 .nav-link {
        font-size: 16px;
    }
    div#nav-tab2 button {
        font-size: 16px;
    }
    .title_sm {
        font-size: 20px;
    }
    .sec_9 .content_wrap .title {
        font-size: 40px;
    }
    .form_wrap {
        margin-top: 30px;
    }
}

@media (max-width: 1360px) {
    .sec7_bg .img_wrap img {
        position: absolute;
        width: 70%;
        /* background: #000; */
        bottom: 0;
        top: -36px;
        /* filter: invert(1); */
        border-radius: 40% 0 40px 40%;
        right: 0px;
        display:none;
    }
    .form_wrap {
        background: url(form_bg.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 90px 20px 60px;
        width: 68%;
        margin-top: 30px;
        position: relative;
        left: 30%;
    }
    .footer_form {
        width: 90%;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1150px !important;
    }
    .title {
        font-size: 41px;
    }
    .sec_2 .content_wrap .title {
        font-size: 35px;
    }
    .sec_6 {
        padding: 54px 0 0;
    }
    .sec7_bg .btn_wrap {
        margin: 0 !important;
    }
    .sec_9 .content_wrap .title {
        font-size: 35px;
    }
    .form_wrap {
        width: 74%;
        left: 28%;
        margin: 0 0 10px;
    }
}

@media (max-width: 575px) {
    .sec7_bg .img_wrap {
        display: none;
    }
    .container {
        max-width: 90% !important;
    }
    .lap_img {
        width: 100%;
        display: block;
        margin: auto;
    }
    .sec_8 ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        background: none;
    }
    .trust_img {
        width: 100%;
    }
    .banner_content {
        text-align: center;
        align-items: center;
        padding: 8% 0% 20%;
    }
    .form_wrap {
        width: 100%;
        left: 0;
        margin: 0 auto 10px;
    }
    .sec_2 .content_wrap {
        text-align: center;
    }
    section.sec_3 p,
    section.sec_3 .title {
        width: 100% !important;
    }
    .sec_3 div#nav-tab {
        flex-wrap: wrap !important;
        justify-content: space-around !important;
        width: 100% !important;
    }
    .sec_3 .nav-link {
        flex: 1 0 40%;
        display: block;
    }
    .sec_3 .nav-link {
        font-size: 10px;
        font-weight: 500 !important;
    }
    .title {
        font-size: 27px;
    }
    .banner_content p {
        width: 100%;
    }
    .form_title {
        font-size: 30px;
        line-height: 1;
    }
    .sec_2 .content_wrap .title {
        font-size: 25px;
    }
    #nav-tab2 {
        flex-wrap: wrap !important;
        gap: 5px;
    }
    div#nav-tab2 button {
        flex: 1 0 30%;
        gap: 10px;
    }
    .content-wrap {
        text-align: center;
    }
    .sec_6 .btn_wrap {
        margin: 0 auto !important;
    }
    .tab-pane img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 60px 0 0;
    }
    .banner_content::after {
        display: none !important;
    }
    section.sec_4 {
        background-size: 100% 100%;
        padding: 30px 0px;
    }
    section.sec_5 {
        background-size: cover;
    }
    div#nav-tab2 button {
        font-size: 13px;
    }
    .sec7_bg {
        background: #000;
        border-radius: 20px;
        padding: 40px 10px;
        height: 100%;
        text-align: center;
    }
    .sec7_bg .btn_wrap {
        margin: 0 auto !important;
    }
    .sec_8 {
        padding: 70px 0px;
    }
    .sec_9 {
        background: url("sec10_bg.png") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0 10px;
    }
    .testimonial_content {
        width: 95%;
        height: 100%;
    }
    .test_content p {
        font-size: 10px;
    }
    .testimonial_content {
        align-items: flex-start;
    }
    .testimonial_content::before {
        top: 0;
    }
    .sec_11 {
        background-size: cover;
    }
    .footer_form {
        width: 100%;
    }
    .sec_11 .content_wrap {
        color: #fff;
        gap: 20px;
    }
    .form_content h3 {
        font-size: 30px;
    }
    .footer_form {
        padding: 40px 20px;
    }
    .footer_form form {
        gap: 10px;
    }
    .footer_content {
        width: 100%;
    }
    footer .wrap li a {
        font-size: 20px;
    }
    .grediant_bg .d-flex {
        flex-direction: column !important;
        gap: 20px !important;
        align-items: center;
        text-align: center;
    }
    .sec_11 .content_wrap .title {
        font-size: 50px;
    }
    h3.f_title {
        margin: 0 auto;
    }
    .sec_11 .content_wrap .title span {
        color: #fff;
    }
    input[type="submit"] {
        padding: 6px !important;
    }
    .navbar-light .navbar-toggler {
        color: #fff !important;
        border-color: #fff !important;
        background: #fff;
    }
    .banner_content .btn_wrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 17px;
    }
    .banner_content .btn_wrap a {
        flex: 1 0 100%;
        font-size: 16px;
    }
}

.privacy_main header.header {
    background: #000;
}

section.term-sec-wrap {
    padding: 50px 0;
}

section#getintouch p a {
    color: #000;
}

.sec_4 .content_wrap ul li p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.img_wrap {
    width: 100%;
    height: 100%;
    align-content: center;
}

section.sec_9 .img_wrap img {
    width: 100%;
    border-radius: 0;
}

.testimonial_content .img_wrap {
    width: fit-content;
    height: fit-content;
}

footer strong {
    color: #fff;
    font-size: 14px;
}

footer p:nth-child(1) {
    font-size: 11px;
}