@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Nexa-light';
    src: url(../font/NexaLight.otf);
}

@font-face {
    font-family: 'Nexa-Bold';
    src: url(../font/NexaBold.otf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Poppins", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 400;
    line-height: 31px;
    margin: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: 'Nexa-Bold';
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Nexa-Bold';
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
}

h3 {
    font-family: 'Nexa-Bold';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Nexa-Bold';
    font-size: 22px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Nexa-Bold';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Nexa-Bold';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 13px 27px;
    border: unset;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: #d0992b;
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #0b0b27;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 35px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d0992b;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.header-logo img {
    width: 200px;
    height: 125px;
    object-fit: contain;
}

.header-logo {
    margin-bottom: -30px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

li.menu-cont a {
    color: #000 !important;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}



/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec:before {
    content: '';
    position: absolute;
    left: 0;
    background: #0b0b27;
    width: 60.5%;
    height: 118%;
    z-index: -1;
    bottom: 20px;
}

section.banner-sec:after {
    background: #f9f9f9;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 15%;
    z-index: -1;
}

.banner-img {
    margin-right: -240px;
}

.banner-inner-txt h1 {
    text-transform: uppercase;
    font-size: 46px;
}

.banner-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: left;
}

.banner-slider .slick-next:hover:before {
    border-color: #d0992b;
    background: #d0992b;
}

.banner-slider .slick-prev:hover:before {
    border-color: #d0992b;
    background: #d0992b;
}

.banner-slider .slick-prev:before {
    content: '\f060';
    color: #fff;
    opacity: 1;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.banner-slider .slick-next:before {
    content: '\f061';
    color: #fff;
    opacity: 1;
    font-family: 'FontAwesome';
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.banner-slider button.slick-next.slick-arrow {
    right: 20px;
    top: 112%;
}

.banner-slider button.slick-prev.slick-arrow {
    left: 94%;
    top: 129%;
}


.banner-txt h1 {
    text-transform: uppercase;
}

.banner-slider .slick-slide {
    margin: 0;
    opacity: 1;
}

section.banner-sec .row {
    align-items: center;
}

.banner-slider {
    margin-top: 70px;
}

.banner-txt p {
    color: #fff;
    margin-bottom: 25px;
}

ul.banner-social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: -34px;
}

ul.banner-social li {
    background: #000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

ul.banner-social li i {
    color: #fff;
    font-size: 23px;
}

ul.banner-social li a {
    line-height: 1;
}

.menuSec ul {
    text-align: center;
}

.banner-main {
    display: flex;
    flex-direction: column;
    gap: 183px;
}

section.banner-sec {
    position: relative;
    margin-bottom: 120px;
}

.background-banimg {
    position: absolute;
    left: 75px;
    width: 300px;
    height: 300px;
    object-fit: contain;
    z-index: -1;
    top: 70px;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.service-main {
    position: relative;
}

.service-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.5s all;
}

.service-main:hover .serv-txt a {
    color: #d0992b;
}

.serv-txt {
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 88%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 21px 20px 10px;
}

.service-main:hover img {
    filter: contrast(0.5);
}

.serv-txt h4 {
    text-transform: uppercase;
}

.serv-txt p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
}

.serv-txt a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #50b9d9;
    font-weight: 600;
    font-size: 13px;
    transition: 0.5s;
}

section.service-sec .row {
    margin-bottom: 40px;
    justify-content: center;
}

section.service-sec {
    margin-bottom: 100px;
    padding: 100px 0;
    background-image: url(../images/service-back.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.service-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0b0b27;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 70%;
}

.service-main:hover .serv-txt a {
    color: #d0992b;
}

.service-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.service-head h6 {
    color: #d0992b;
    margin-bottom: 8px;
}

.service-head h2 {
    color: #fff;
}

section.service-sec.inner {
    padding: unset;
    background-image: unset;
    margin-bottom: 130px;
}

section.service-sec.inner:before {
    background: unset;
    position: unset;
    width: unset;
}

section.service-sec.inner .service-head {
    text-align: center;
    display: unset;
}

section.service-sec.inner .service-head h2 {
    color: #000;
}


/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

section.about-sec {
    margin-bottom: 120px;
}

.about-img img {
    width: 93%;
    height: 620px;
    object-fit: cover;
}

.about-txt h6 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #0b0b27;
}

.about-txt h2 {
    text-transform: uppercase;
    line-height: 1;
}

.about-txt h2 span {
    font-size: 92px;
    color: #d0992b;
    line-height: 87px;
}

.about-txt p {
    margin-bottom: 20px;
}

.about-side-pos img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.about-img.inner img {
    height: 670px;
}

.about-img.inner .about-side-pos img {
    height: 240px;
}

section.about-sec.inner .about-txt p {
    margin-bottom: 7px;
}

.about-side-pos {
    position: absolute;
    bottom: -50px;
    right: 0;
    border: 6px solid #fff;
}

.about-img {
    position: relative;
}

.about-txt {
    margin-top: 12px;
}

/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.why-choose-txt h6 {
    color: #d0992b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-txt h2 {
    line-height: 1.1;
}

.why-choose-txt p {
    margin-bottom: 12px;
    word-spacing: 1px;
}

.why-choose-txt ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 47px;
    gap: 30px;
    border: 1px solid #ebebeb;
    padding: 20px 20px 18px;
    border-radius: 8px;
}

.why-choose-img {
    position: relative;
}

.why-choose-txt ul li p {
    margin: unset;
}

.why-choose-img img {
    width: 100%;
    height: 705px;
    object-fit: cover;
}

.why-choose-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #d7a338;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.why-choose-sec {
    margin-bottom: 100px;
}

.why-choose-counter {
    width: 52%;
    display: flex;
    gap: 12px;
    align-items: center;
    position: absolute;
    padding: 20px 10px 12px;
    bottom: 0;
    z-index: 0;
}

.why-chose-icon img {
    width: 90px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(77%) sepia(92%) saturate(1059%) hue-rotate(332deg) brightness(90%) contrast(84%);
}

.why-choose-txt ul {
    margin-top: 30px;
    margin-left: 20px;
}

.why-chose-icon-txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-counter h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

div#counter {
    font-family: 'Nexa-Bold';
    font-size: 54px;
    color: #fff;
}

.why-choose-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #d7a338;
    opacity: 70%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.why-choose-sec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */


.footer-main {
    padding: 100px 0 32px 0;
    position: relative;
}

.footer-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/footer-back.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 9%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0b0b27;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.footer-logo a img {
    width: 400px;
    margin-bottom: 15px;
    height: 220px;
    object-fit: scale-down;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    opacity: 70%;
}

.footer-heading {
    margin: 0 0 45px 0;
}

.footer-contact {
    padding: 0px 0 0 20px;
}

.footer-link-txt p {
    width: 85%;
}

.footer-heading h5 {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.footer-heading h5::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d49f32;
}

.footer-links ul li .footer-link-txt {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-links ul li .footer-link-txt i,
.footer-links ul li .footer-link-txt a,
.footer-links ul li .footer-link-txt p {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    transition: ease-in;
    transition-duration: 0.2s;
    text-transform: none;
    opacity: 70%;
}

.footer-links ul li .footer-link-txt a:hover,
.footer-links ul li .footer-link-txt p:hover {
    color: #ff911f;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-links ul li a {
    color: #fff;
    font-size: 15PX;
    line-height: 36px;
    margin: 0;
    font-family: 'Poppins';
    transition: ease-in;
    transition-duration: 0.2s;
    text-transform: uppercase;
    opacity: 65%;
}

.footer-links ul li a:hover {
    color: #ff911f;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin: 0;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 20px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-link-txt-extra {
    display: grid;
}

.footer-socials ul li a i:hover {
    background-color: #ff911f;
    color: #fff;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-estimate .estimate {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 23px;
}

.footer-socials {
    margin: 30px 0 0 0;
}

span.footer-estimate-txt p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    opacity: 70%;
}

span.footer-estimate-txt h5 {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

a.theme1.estimate {
    background: #d49f32;
    padding: 15px 20px 15px 30px;
    border-radius: 12px;
}

.footer-socials P {
    opacity: 70%;
    color: #fff;
    margin-bottom: 30px;
}

span.footer-estimate-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    color: #fff;
    background: #0b0b27;
    border-radius: 100px;
    font-size: 26px;
    transition: ease-out;
    transition-duration: 0.2s
}

.estimate:hover span.footer-estimate-icon i {
    transition: ease-in;
    transition-duration: 0.2s;
    border: 1px solid #0b0b27;
    background: transparent;
    color: #0b0b27;
}

.footer-rights p {
    color: #fff;
    line-height: 46px;
    text-align: center;
    margin: 0;
}

.footer-rights-sec {
    position: relative;
    margin: 30px 0 0 0;
}

.footer-rights-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    border: 1px solid #fff3;
    z-index: 0;
}

.footer-rights {
    background-color: #d49f32;
    border-radius: 5px;
    position: relative;
    padding: 5px 0;
}

.footer-social-icon ul {
    display: flex;
    align-items: center;
    gap: 33px;
}

.footer-social-icon ul li {
    background: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.footer-social-icon ul li a i {
    color: #0b0b27;
    font-size: 33px;
}

.footer-social-icon ul li a {
    line-height: 1;
}

.footer-links ul li {
    margin-bottom: 11px;
}

.footer-logo {
    padding-right: 22px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Home Section Start ------------------------------------------------------------- */

section.contact-sec {
    background-image: url(../images/contact-back.jpg);
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
    position: relative;
    z-index: 0;
}

section.contact-sec .container-fluid {
    padding: 0 9% 0 6%;
}

section.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0b0b27;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 85%;
}

.contact-form {
    background: #d0992b;
    padding: 20px 30px;
    margin-left: 25px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    border: 1px solid #00000000;
    padding: 10px 18px;
    border-radius: 5px;
}

.contact-form h3 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.contact-form select {
    width: 100%;
    height: 50px;
    border: 1px solid #00000000;
    border-radius: 5px;
    margin-bottom: 12px;
}

.contact-form textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #00000000;
    margin-bottom: 5px;
}

.contact-form button {
    padding: 13px 27px;
    border: unset;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: #0b0b27;
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Poppins';
    text-transform: uppercase;
}

section.contact-sec .row {
    align-items: center;
}

.contact-main h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 1.05;
}

.contact-main {
    text-align: center;
}


/*---------------------------------------------------- Contact Home Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.client-head {
    text-align: center;
    margin-bottom: 35px;
}

.client-head h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    color: #0b0b27;
}

.client-head h2 {
    line-height: 1.1;
}

.testi-main {
    padding: 33px;
    border: 1px solid #cdcdcd;
}

.testi-img img {
    width: 100%;
    height: 113px;
    object-fit: cover;
}

.testi-user {
    display: flex;
    align-items: flex-end;
    gap: 17px;
    margin-bottom: 25px;
}

.testi-user-txt ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.testi-img {
    position: relative;
}

.quote-testi img {
    width: auto;
    height: auto;
}

.quote-testi {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;

    justify-content: center;
    border-radius: 50%;
    bottom: -18px;
    left: 38px;
}

section.testimonail-sec {
    margin-bottom: 100px;
}

section.testimonail-sec .slick-slide {
    margin: 0 7px;
}

.testi-user-txt h4 {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 800;
}

.testi-user-txt h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0b0b27;
}

.testi-user-txt ul {
    background: #d0992b;
    padding: 2px 19px;
    border-radius: 3px;
    width: fit-content;
}

.testi-user-txt ul li i {
    color: #fff;
}

.testi-main p {
    font-size: 15px;
    word-spacing: 2px;
    text-align: justify;
}

.testi-slider .slick-slide {
    opacity: 1;
}

section.testimonail-sec .slick-dots li button:before {
    display: none;
}

section.testimonail-sec .slick-dots li button {
    padding: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

section.testimonail-sec .slick-dots li {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 20px;
    /* box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000; */
    margin: 0;
    opacity: 1;
}

section.testimonail-sec .slick-dots li.slick-active {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 6px #d0992b;
    background: #d0992b;
    margin: 0 5px;
}

section.testimonail-sec ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    bottom: -50px;
}


/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us page Section Start ------------------------------------------------------------- */

.banner-img.inner img {
    height: 490px;
    width: 100%;
}

.banner-img.inner {
    margin-right: -260px;
    margin-left: 80px;
}

section.banner-sec.inner:before {
    height: 120%;
}

section.banner-sec.inner ul.banner-social {
    margin-bottom: -140px;
}

section.banner-sec.inner:after {
    height: 20%;
}

.banner-main.inner {
    gap: 187px;
}

section.banner-sec.inner .background-banimg {
    top: 90px;
    height: 360px;
    width: 450px;
    left: 40px;
}


section.trust-about-mid {
    padding: 90px 0;
    margin-bottom: 100px;
    background-image: url(../images/about-iner-center.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 0;
}

section.team-member-sec {
    margin-bottom: 100px;
}
section.team-member-sec .row{
    justify-content: center;
}

.team-head {
    text-align: center;
    margin-bottom: 30px;
}

.team-head h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d0992b;
    font-weight: 600;
}

.team-head h2 {
    text-transform: uppercase;
}

.team-head p {
    width: 65%;
    margin: 0 auto;
}

.team-txt {
    margin-top: 20px;
}

.team-txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-txt h6 {
    font-size: 19px;
    text-transform: uppercase;
    color: #d49f32;
    font-family: "Poppins", sans-serif;
}

section.trust-about-mid h2 {
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
}

section.trust-about-mid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0b0b27;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 80%;
}

/*---------------------------------------------------- About Us page Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Book Now Section Start ------------------------------------------------------------- */

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 1px solid #c1c0c0;
    border-radius: 10px;
    color: #636363;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #636363;
    -webkit-appearance: none;
    border-radius: 7px;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-weight: 400;
    color: #636363;
    font-size: 16px;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px !important;
    margin-bottom: 4%;
    border: 2px solid #c1c0c0;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    padding: 40px 0 100px;
    background-image: url(../images/team-bg.jpg);
    background-repeat: no-repeat;
}

.online-restions-sec .theme_btn {
    width: 40%;
    font-size: 19px;
}

/*---------------------------------------------------- Book Now Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Detail Section Start ------------------------------------------------------------- */

section.serv-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-img img {
    width: 100%;
    height: 730px;
    object-fit: cover;
    margin-bottom: 35px;
}

.serv-detail-txt h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
}

.serv-detail-txt p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Service Detail Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Us Section Start ------------------------------------------------------------- */
.contact-text>p {
    color: #000;
    opacity: 70%;
    width: 70%;
    margin-top: 5px;
}

.contact_page_main button.theme_btn {
    padding: 15px 70px;
    font-size: 18px;
}

.contatc-form input::placeholder {
    text-transform: uppercase;
    color: #8e8e8e;
    font-family: 'Poppins';
    font-size: 16px;
}

.contatc-form textarea::placeholder {
    text-transform: uppercase;
    color: #8e8e8e;
    font-family: 'Poppins';
    font-size: 16px;
}


.Contact-banner:before {
    content: 'Contact Us';
    color: #fff;
    font-size: 55px;
    position: absolute;
    left: 12%;
    top: 45%;
    font-weight: bolder;
    letter-spacing: 2px;
    z-index: 10;
}

.contatc-form {
    padding: 48px 30px;
    border-radius: 25px;
    border: solid 0.5px #e8e8e8;
    background: #fff;
}

.contatc-form h2 {
    font-size: 48px;
    text-transform: uppercase;
}

.contatc-form input {
    background: #fff0;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #c4c4c475;
    border-radius: 7px;
}

.contatc-form textarea {
    background: #fff0;
    width: 100%;
    resize: none;
    height: 150px;
    border: 1px solid #c4c4c475;
    color: black;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.contact-text h2 {
    font-size: 48px;
    text-transform: uppercase;
}

.contact_page_sidbar h6 {
    font-size: 17px;
    color: #8b8a8a;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.contact_page_sidbar h4 {
    font-size: 19px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 5px;
}

ul.contact_page_sidbar a {
    font-size: 17px;
    color: #8b8a8a;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
}

.contact_page_sidbar i {
    font-size: 40px;
    margin: 0 20px 0 0;
    width: 50px;
    color: black;
}

.contact_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e51921;
    color: #ffffff;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
}

.contact_social a:hover {
    background-color: #e51921;
    color: #fff;
}

.contact_map iframe {
    width: 100%;
    height: 480px;
    margin-top: 80px;
}


ul.contact_page_sidbar {
    margin-bottom: 50px;
}

.contatc-form button.btn10 {
    width: 38%;
}

.contact_page_main {
    width: 100%;
    height: 100%;
    background-size: cover;
}


.social-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-links a {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 29px;
}

.rd-txt a.btn10 {
    width: 30%;
}

.rd-txt h3 {
    font-size: 60px;
}

.appoinment_secc form input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 12px 10px !important;
    margin-bottom: 30px;
    border-radius: 7px !important;
}

.appoinment_secc form select {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form input::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}


.appoinment_secc form textarea {
    resize: none;
    height: 200px;
}

/* Contact Us Section End  */

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .theme_btn {
        padding: 13px 19px;
        font-size: 14px;
    }

    h1 {
        font-size: 40px;
    }

    a.theme1.estimate {
        gap: 15px;
        padding: 15px 15px 15px 20px;
    }

    span.footer-estimate-txt h5 {
        font-size: 18px !important;
    }

    section.banner-sec:before {
        width: 63.5%;
    }












}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .banner-slider .slick-track,
    .banner-slider .slick-slide {
        width: 100% !important;
    }

    .menuSec ul li a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .theme_btn {
        font-size: 13px;
        padding: 10px 17px;
    }

    h1 {
        font-size: 25px;
    }

    .banner-img img {
        height: 600px;
    }

    .banner-img {
        margin-right: 0;
    }

    .banner-main {
        gap: 23px;
    }

    section.banner-sec:before {
        width: 53%;
        height: 130%;
    }

    h2 {
        font-size: 30px;
    }

    .why-choose-txt ul {
        margin-top: 10px;
        margin-left: 0px;
    }

    .why-choose-txt ul li {
        gap: 20px;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .why-chose-icon img {
        width: 50px;
        height: 40px;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

    .why-chose-icon-txt h4 {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .why-choose-counter {
        width: 100%;
    }

    .why-choose-counter h3 {
        font-size: 20px;
    }

    div#counter {
        font-size: 40px;
    }

    section.why-choose-sec {
        margin-bottom: 60px;
    }

    section.contact-sec .container-fluid {
        padding: 0 1% 0 1%;
    }

    .contact-form h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact-form {
        padding: 15px 15px;
        margin-left: 5px;
    }

    .contact-main h1 {
        font-size: 25px;
    }

    .banner-img.inner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .banner-main.inner {
        gap: 25px;
    }

    section.banner-sec.inner ul.banner-social {
        margin-bottom: 30px;
    }

    .contatc-form {
        margin-top: 40px;
        padding: 35px 20px;
    }

    .banner-sec .banner-main {
        gap: 182px;
    }

    .footer-social-icon ul {
        gap: 10px;
    }

    a.theme1.estimate {
        padding: 15px 5px 15px 15px;
        gap: 12px;
    }

    span.footer-estimate-icon i {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }

    span.footer-estimate-txt h5 {
        font-size: 16px !important;
    }

    .footer-heading h5 {
        font-size: 20px;
    }

    .footer-contact {
        padding: 0px 0 0 0px;
    }

    .testi-user-txt h4 {
        font-size: 20px;
    }

    .testi-user-txt h6 {
        font-size: 12px;
    }

    .testi-main {
        padding: 15px;
    }

    .inner .banner-main {
        gap: 32px;
    }












}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner-slider .slick-track,
    .banner-slider .slick-slide {
        width: 100% !important;
    }

    .menuSec ul li a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .theme_btn {
        font-size: 13px;
        padding: 10px 17px;
    }

    h1 {
        font-size: 25px;
    }

    .banner-img img {
        height: 600px;
    }.footer-socials P {
        font-size: 14px;
    }

    .banner-main {
        gap: 23px;
    }

    section.banner-sec:before {
        width: 56.5%;
    }

    h2 {
        font-size: 30px;
    }

    .why-choose-txt ul {
        margin-top: 10px;
        margin-left: 0px;
    }

    .why-choose-txt ul li {
        gap: 20px;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .why-chose-icon img {
        width: 50px;
        height: 40px;
    }

    p {
        font-size: 13px;
        line-height: 20px;
    }

    .why-chose-icon-txt h4 {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .why-choose-counter {
        width: 100%;
    }

    .why-choose-counter h3 {
        font-size: 20px;
    }

    div#counter {
        font-size: 40px;
    }

    section.why-choose-sec {
        margin-bottom: 60px;
    }

    section.contact-sec .container-fluid {
        padding: 0 1% 0 1%;
    }

    .contact-form h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact-form {
        padding: 15px 15px;
        margin-left: 5px;
    }

    .contact-main h1 {
        font-size: 25px;
    }

    .banner-img.inner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .banner-main.inner {
        gap: 25px !important;
    }

    section.banner-sec.inner ul.banner-social {
        margin-bottom: 30px;
    }

    .contatc-form {
        margin-top: 40px;
        padding: 35px 20px;
    }

    .banner-sec .banner-main {
        gap: 82px;
    }

    section.banner-sec.inner{
        padding-top: 20px;
    }
















}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    section.banner-sec:before {
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    .banner-img {
        margin-right: 0;
    }

    .contact-form {
        margin-left: 0;
        padding: 10px 10px;
    }

    section.contact-sec .container-fluid {
        padding: 40px 3% 0 3%;
    }

    .background-banimg {
        top: 70px;
        left: 0px;
        z-index: -1;
        width: 300px;
        height: 300px;
        max-width: 100%;
    }

    .header-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .menuSec .text-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo img {
        width: 150px;
        height: 80px;
    }

    h1 {
        z-index: 1;
        font-size: 25px;
        position: relative;
    }

    .banner-txt p {
        margin-bottom: 15px;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .banner-img img {
        height: 400px;
    }

    .banner-main {
        gap: 25px;
    }

    ul.banner-social {
        margin-bottom: 25px;
    }

    .menuSec {
        padding: 10px 0;
        background: #0b0b27;
    }

    section.banner-sec:after {
        display: none;
    }

    .banner-slider {
        margin-top: 40px;
    }

    .slicknav_menu {
        background: #0b0b27;
    }

    li.menu-cont a {
        color: #fff !important;
    }

    .slicknav_nav a:hover {
        background: #d0992b;
    }

    .theme_btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    section.banner-sec {
        margin-bottom: 40px;
    }

    .about-img img {
        height: 400px;
    }

    .about-side-pos {
        bottom: -3px;
        border: 3px solid #fff;
    }

    h2 {
        font-size: 30px;
    }

    section.about-sec {
        margin-bottom: 40px;
    }

    section.service-sec {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .service-head {
        gap: 15px;
        flex-wrap: wrap;
    }

    .service-main img {
        height: 330px;
    }

    h4 {
        font-size: 14px;
    }

    .serv-txt p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    section.service-sec .row {
        margin-bottom: 20px;
    }

    .why-choose-txt ul {
        margin-top: 15px;
        margin-left: 0px;
    }

    .why-choose-txt ul li {
        gap: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        flex-direction: column;
        padding: 15px 15px 15px;
    }

    .why-chose-icon img {
        width: 50px;
        height: 50px;
    }

    .why-chose-icon-txt h4 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .why-choose-img img {
        height: 425px;
    }

    .why-choose-counter {
        gap: 10px;
        width: 100%;
        padding: 15px 8px 10px;
    }

    .why-choose-counter h3 {
        font-size: 20px;
    }

    div#counter {
        font-size: 35px;
    }

    .contact-main h1 {
        font-size: 21px;
    }

    .footer-social-icon ul {
        gap: 15px;
    }

    .footer-social-icon ul li {
        width: 35px;
        height: 35px;
    }

    .footer-social-icon ul li a i {
        font-size: 18px;
    }

    a.theme1.estimate {
        padding: 10px 15px 10px 10px;
        border-radius: 5px;
    }

    span.footer-estimate-icon i {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    .footer-contact {
        padding: 30px 0 10px 0px;
    }

    .footer-logo p {
        font-size: 12px;
        text-align: left;
        line-height: 20px;
    }

    .footer-logo {
        padding-right: 0px;
    }

    .testi-main {
        padding: 15px;
    }

    .testi-main p {
        font-size: 12px;
        word-spacing: 1px;
    }

    .testi-user-txt h4 {
        font-size: 16px;
    }

    .testi-user-txt h6 {
        font-size: 12px;
    }

    .testi-user-txt ul {
        padding: 4px 9px;
    }

    .testi-user-txt ul li i {
        font-size: 12px;
    }

    .contact-form h3 {
        font-size: 25px;
    }

    .banner-img.inner img {
        height: 380px;
    }

    .banner-img.inner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .banner-main.inner {
        gap: 25px;
    }

    section.banner-sec.inner ul.banner-social {
        margin-bottom: 20px;
    }

    section.banner-sec.inner {
        padding-top: 30px;
    }

    .banner-inner-txt h1 {
        font-size: 25px;
    }

    .online-restions-sec .theme_btn {
        width: fit-content;
        font-size: 12px;
    }

    .serv-detail-txt h2 {
        font-size: 25px;
    }

    .serv-detail-txt p {
        font-size: 12px;
        line-height: 20px;
    }

    section.serv-detail-sec {
        margin-bottom: 0px;
    }

    .footer-main {
        padding: 50px 0 32px 0;
    }

    .team-head p {
        width: 100%;
    }

    .contatc-form input {
        width: 100%;
        font-size: 12px;
        padding: 9px 14px;
        border-radius: 5px;
        margin-bottom: 10px;
    }


    .contatc-form br {
        display: none;
    }

    .contatc-form {
        padding: 15px 10px;
        border-radius: 10px;
    }

    .contact_page_main {
        padding: 15px;
        margin-top: 25px;
    }

    .contatc-form h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    ul.contact_page_sidbar {
        margin-bottom: 20px;
    }

    .contact_page_sidbar i {
        width: 30px;
        font-size: 20px;
        margin: 0 10px 0 0;
    }

    .contact_page_sidbar h6 {
        font-size: 14px;
    }

    .contact_page_sidbar h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-text>p {
        width: 100%;
    }

    .contact-text h2 {
        font-size: 25px;
    }

    .about-side-pos img {
        height: 240px;
    }

    .banner-slider .slick-track,
    .banner-slider .slick-slide {
        width: 100% !important;
    }


}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    section.banner-sec:before {
        bottom: 0px;
        width: 100%;
        height: 100%;
    }

    .banner-img {
        margin-right: 0;
    }

    .contact-form {
        margin-left: 0;
        padding: 10px 10px;
    }

    section.contact-sec .container-fluid {
        padding: 40px 3% 0 3%;
    }

    .background-banimg {
        top: 70px;
        left: 0px;
        z-index: -1;
        width: 300px;
        height: 300px;
        max-width: 100%;
    }

    .header-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .menuSec .text-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo img {
        width: 150px;
        height: 80px;
    }

    h1 {
        z-index: 1;
        font-size: 25px;
        position: relative;
    }

    .banner-txt p {
        margin-bottom: 15px;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .banner-img img {
        height: 400px;
    }

    .banner-main {
        gap: 25px;
    }

    ul.banner-social {
        margin-bottom: 25px;
    }

    .menuSec {
        padding: 10px 0;
        background: #0b0b27;
    }

    section.banner-sec:after {
        display: none;
    }

    .banner-slider {
        margin-top: 40px;
    }

    .slicknav_menu {
        background: #0b0b27;
    }

    li.menu-cont a {
        color: #fff !important;
    }

    .slicknav_nav a:hover {
        background: #d0992b;
    }

    .theme_btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    section.banner-sec {
        margin-bottom: 40px;
    }

    .about-img img {
        height: 400px;
    }

    .about-side-pos {
        bottom: -3px;
        border: 3px solid #fff;
    }

    h2 {
        font-size: 30px;
    }

    section.about-sec {
        margin-bottom: 40px;
    }

    section.service-sec {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .service-head {
        gap: 15px;
        flex-wrap: wrap;
    }

    .service-main img {
        height: 330px;
    }

    h4 {
        font-size: 14px;
    }

    .serv-txt p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    section.service-sec .row {
        margin-bottom: 20px;
    }

    .why-choose-txt ul {
        margin-top: 15px;
        margin-left: 0px;
    }

    .why-choose-txt ul li {
        gap: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        flex-direction: column;
        padding: 15px 15px 15px;
    }

    .why-chose-icon img {
        width: 50px;
        height: 50px;
    }

    .why-chose-icon-txt h4 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .why-choose-img img {
        height: 425px;
    }

    .why-choose-counter {
        gap: 10px;
        width: 100%;
        padding: 15px 8px 10px;
    }

    .why-choose-counter h3 {
        font-size: 20px;
    }

    div#counter {
        font-size: 35px;
    }

    .contact-main h1 {
        font-size: 21px;
    }

    .footer-social-icon ul {
        gap: 15px;
    }

    .footer-social-icon ul li {
        width: 35px;
        height: 35px;
    }

    .footer-social-icon ul li a i {
        font-size: 18px;
    }

    a.theme1.estimate {
        padding: 10px 15px 10px 10px;
        border-radius: 5px;
    }

    span.footer-estimate-icon i {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    .footer-contact {
        padding: 30px 0 10px 0px;
    }

    .footer-logo p {
        font-size: 12px;
        text-align: left;
        line-height: 20px;
    }

    .footer-logo {
        padding-right: 0px;
    }

    .testi-main {
        padding: 15px;
    }

    .testi-main p {
        font-size: 12px;
        word-spacing: 1px;
    }

    .testi-user-txt h4 {
        font-size: 16px;
    }

    .testi-user-txt h6 {
        font-size: 12px;
    }

    .testi-user-txt ul {
        padding: 4px 9px;
    }

    .testi-user-txt ul li i {
        font-size: 12px;
    }

    .contact-form h3 {
        font-size: 25px;
    }

    .banner-img.inner img {
        height: 380px;
    }

    .banner-img.inner {
        margin-right: 0px;
        margin-left: 0px;
    }

    .banner-main.inner {
        gap: 25px !important;
    }

    section.banner-sec.inner ul.banner-social {
        margin-bottom: 20px;
    }

    section.banner-sec.inner {
        padding-top: 30px;
    }

    .banner-inner-txt h1 {
        font-size: 25px;
    }

    .online-restions-sec .theme_btn {
        width: fit-content;
        font-size: 12px;
    }

    .serv-detail-txt h2 {
        font-size: 25px;
    }

    .serv-detail-txt p {
        font-size: 12px;
        line-height: 20px;
    }

    section.serv-detail-sec {
        margin-bottom: 0px;
    }

    .footer-main {
        padding: 50px 0 32px 0;
    }

    .team-head p {
        width: 100%;
    }

    .contatc-form input {
        width: 100%;
        font-size: 12px;
        padding: 9px 14px;
        border-radius: 5px;
        margin-bottom: 10px;
    }


    .contatc-form br {
        display: none;
    }

    .contatc-form {
        padding: 15px 10px;
        border-radius: 10px;
    }

    .contact_page_main {
        padding: 15px;
        margin-top: 25px;
    }

    .contatc-form h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    ul.contact_page_sidbar {
        margin-bottom: 20px;
    }

    .contact_page_sidbar i {
        width: 30px;
        font-size: 20px;
        margin: 0 10px 0 0;
    }

    .contact_page_sidbar h6 {
        font-size: 14px;
    }

    .contact_page_sidbar h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-text>p {
        width: 100%;
    }

    .contact-text h2 {
        font-size: 25px;
    }

    .about-side-pos img {
        height: 240px;
    }
















}