@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@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: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

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

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin-left: auto;
}

.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: #626262;
    padding: 30px 20px;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .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: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.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;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.menuSec ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #be9245;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    transition: .2s all;
}

.menuSection .row {
    align-items: center;
    border-bottom: 1px solid #4d4947;
}

.menuSec ul li a.active:before {
    height: 120%;
}

.menuSec ul li a.active,
.menuSec ul li a:hover {
    color: #fff;
}

.menuSec ul li a:hover:before {
    height: 120%;
}


/*header css End */


/*banner css 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;
    z-index: 1;
    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;
}

.container-fluid {
    padding: 0 5%;
}

.main_slider {
    position: relative;
    z-index: 5;
}

.main_slider::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
    left: 4%;
    top: 0;
    background: #be9245;
    z-index: 1;
}

.banner_text {
    padding-left: 50px;
    position: relative;
    z-index: 9;
}

.banner_text h2 {
    font-size: 148px;
    color: #be9245;
    -webkit-text-stroke: 1px #ffffff82;
}

.banner_text h1 {
    font-size: 98px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.banner_text p {
    font-size: 14px;
    color: #fff;
    width: 70%;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.banner_text p::before {
    position: absolute;
    content: '.';
    width: auto;
    height: auto;
    top: -10px;
    left: -10px;
    font-size: 80px;
    color: #fff;
    line-height: 0;
}

.banner_text h1::before {
    position: absolute;
    content: '';
    width: 55%;
    height: 1px;
    left: 0;
    bottom: -20px;
    background: #fff;
}

img.home-banner-image {
    width: 100%;
    object-fit: cover;
}

.main_slider:after {
    position: absolute;
    content: '';
    top: 0;
    right: 4.2%;
    width: 1px;
    height: 100%;
    background: #4d4947;
}

.carousel-control-prev,
.carousel-control-next {
    width: 66px;
    height: 100px;
    margin: auto;
    background: #ab833e;
    z-index: 1;
    opacity: 1;
}


/*banner css end*/


/* About Section Start */

.about-sec {
    position: relative;
    padding: 100px 0;
    background: #fffdf4;
}

.about-sec .row {
    align-items: center;
}

.about-content {
    background-color: rgb(255, 253, 244);
    box-shadow: 0px 20px 84px 0px rgba(0, 0, 0, 0.11);
    padding: 70px 100px 70px 50px;
    width: 110%;
}

.about-content p {
    font-size: 16px;
    color: #000000;
    padding: 10px 0;
    font-weight: 500;
}

ul.about-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 40px;
}

ul.about-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.about-list a {
    display: inline-grid;
}

ul.about-list i {
    font-size: 40px;
    color: #be9245;
    font-weight: 700;
}

ul.about-list span {
    font-size: 14px;
    color: #4b4b4b;
}

ul.about-list a {
    font-size: 26px;
    color: #0f0f0f;
    font-weight: 600;
}

.btn-1 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background: #202020;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 2px 2px 2px 20px;
}

.btn-1>img {
    background: #fffdf4;
    height: 50px;
    width: 50px;
    object-fit: scale-down;
    margin-left: 15px;
}

.about-image img {
    width: 100%;
    object-fit: cover;
}

.about-image {
    position: relative;
    z-index: 1;
}

.about-image h2 {
    font-size: 101px;
    color: #ffffff;
    text-transform: capitalize;
    writing-mode: tb-rl;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    padding: 70px;
    background: #b78d44f5;
    display: inline-flex;
    width: 300px;
    height: 550px;
}


/* About Section End */


/* Service Section Start */

.service-sec {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.service-.service-image img {
    width: 100%;
}

.service-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 66.2%;
    background: #f2efe0;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h2 {
    font-size: 80px;
    color: #0f0f0f;
    margin-bottom: 10px;
}

.sec-head p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.service-text {
    padding: 30px;
    background: #be9245;
}

.service-text h3 {
    font-size: 33px;
    color: #fffdf4;
    text-transform: capitalize;
}

.service-text p {
    font-size: 15px;
    color: #fffdf4;
    margin: 15px 0;
}

.btn-2 {
    border: 2px solid #202020;
    background: #fff;
    padding: 10px;
}


/* Service Section End */


/* Drop LIne Form Section Start */

.drop-sec {
    position: relative;
    padding-bottom: 50px;
}

.drop-sec .container {
    position: relative;
    z-index: 1;
    padding: 150px 0;
}

.drop-sec .container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/drop-line.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.drop-input input {
    font-size: 14px;
    color: #1e1d20;
    width: 100%;
    height: 50px;
    padding: 0 5px;
    border: 0;
    border-bottom: 1px solid #000;
}

.drop-input input::placeholder,
.drop-input textarea::placeholder {
    text-transform: uppercase;
}

.drop-input textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    resize: unset;
    height: 160px;
    display: block;
    align-content: end;
    padding-bottom: 10px;
}

.drop-input.drop-button {
    margin-top: 40px;
}

.drop-input.drop-button button {
    border: 0;
}

.drop-form-box {
    margin-left: 150px;
}

.drop-line-text h2 {
    font-size: 96px;
    color: #141414;
    margin-bottom: 20px;
}

.drop-line-text {
    text-align: right;
}

.drop-line-text p {
    font-size: 14px;
    color: #141414;
    font-weight: 500;
}


/* Drop LIne Form Section End */


/* testimonial section start */

.testimonial-sec {
    position: relative;
    background-image: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
    padding: 80px 0;
}

.testimonial-box {
    background-color: rgb(255, 253, 244);
    box-shadow: 0px 0px 35px 0px rgba(36, 36, 36, 0.22);
}

.testimonial-slider .slick-slide {
    margin: 0;
}

.testimonial-box {
    padding: 50px 50px 50px 150px;
}

ul.profile-info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 0 #989898;
    border-radius: 60px;
}

ul.profile-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.testimonial-box h3 {
    font-size: 72px;
    color: #1b1b1b;
    text-transform: capitalize;
}

ul.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    margin: 15px 0 20px;
}

ul.stars i {
    color: #f39f1e;
}

.testimonial-box p {
    font-size: 16px;
    color: #8a8a8a;
}

ul.profile-info h5 {
    font-size: 26px;
    color: #000000;
    text-transform: capitalize;
}

ul.profile-info h6 {
    font-size: 16px;
    color: #be9245;
    font-family: 'Montserrat';
}

.testimonial-sec .slick-prev,
.testimonial-sec .slick-next {
    left: 0;
    top: 35%;
    z-index: 1;
}

.testimonial-sec .slick-prev {
    top: auto !important;
    bottom: 35% !important;
}

.testimonial-sec .slick-prev::before,
.testimonial-sec .slick-next::before {
    background-color: #be9245;
    width: 100px;
    height: 108px;
    position: absolute;
    content: '\f060';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    color: #fff;
}

.testimonial-sec .slick-next::before {
    content: '\f061';
    background: #202020;
}

.testimonial-slider {
    background: #fff;
}


/* testimonial section End */


/* Project Section Start */


/* Flip Slider Start */

.maiun_banner_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}

.maiun_banner_slider .flipster.flipster-active.flipster-coverflow {
    overflow-y: hidden !important;
    padding: 100px 70px;
    padding-top: 0;
}

.flipster .flipto-prev {
    left: 0;
    background: transparent;
    border: transparent;
}

.flipster .flipto-next {
    right: 0;
    background: transparent;
    border: transparent;
}

.flipster .flipto-prev:hover,
.flipster .flipto-next:hover {
    background-color: transparent;
}


/* Flip Slider End */

img.prj-1 {
    position: absolute;
    top: -30px;
    right: 40px;
    width: 7%;
}

.project-sec {
    padding: 80px 0;
    position: relative;
    background: #fffdf4;
    overflow: hidden;
}


/* Project Section End */


/*Footer Start*/

footer {
    background: #171717;
}

.ft-logo {
    padding: 0;
}

.footer-color {}

.sceond-color {
    background: #be9245;
}

ul.socialmedia-linksft {
    font-family: "Montserrat", sans-serif;
    column-count: 2;
    line-height: 45px;
    column-gap: 0;
}

.contact-info ul li a {
    font-size: 13px;
    font-weight: 300;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.contact-info ul li i {
    font-size: 25px;
    font-weight: 400;
    color: #be9245;
}

.contact-info ul li {
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.contact-info h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: white;
    text-transform: capitalize;
    font-weight: 400;
}

ul.socialmedia-linksft li a {
    font-weight: 300;
    font-size: 13px;
    color: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.maindv-social-icons {
    padding: 50px 0px 0px 0px;
    height: 100%;
    border-top: 1px solid;
}

.ft-news h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}

.number-field form input {
    width: 80%;
    height: 60px;
    padding-left: 25px;
    border: none;
    border-radius: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 0;
}

.contact-btn button {
    width: 26%;
    border: none;
}

.number-field p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 75%;
    margin-bottom: 15px;
}

.number-field h3 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    text-transform: capitalize;
    color: white;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.number-field a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.number-field {
    text-align: left;
    padding: 50px 0px 75px 65px;
    /* border-bottom: 1px solid #1e1e1e; */
}

.company-text {
    padding: 45px 0px;
    text-align: center;
    color: #828282;
}

.maindv-con-detail {
    /* border-left: 1px solid #414548; */
    /* border-right: 1px solid #414548; */
}

.maindv-social-links-newsletter {}

.company-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #828282;
    margin-bottom: 0;
}

.company-atm-card {
    text-align: start;
    border-top: 1px solid #ffffff3d;
    padding: 20px;
    padding-left: 60px;
}

.company-atm-card p {
    font-size: 13px;
    color: white;
    font-weight: 500;
    margin: 0;
}

.social-link-heading h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ft-logo .head-logo {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.head-logo p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
    width: 100%;
    padding: 0 100px 0 0;
}

ul.ft-social-icon li:hover a {
    color: #000;
}

ul.socialmedia-linksft li a:hover {
    color: #8f8a8a;
}

.ft-news input::placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #7e7e7e;
}

button.theme-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    width: fit-content;
    padding: 0px 0px 0px 20px;
    border-radius: 10px;
    color: #d1beb0;
    font-family: 'Montserrat';
    font-size: 14px;
    border: 1px solid #d1beb0;
}

.head-logo a img {
    width: 100%;
}

.footer-btn button {
    border: 0;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin: 0;
    padding-right: 50px;
    padding-top: 10px;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}


/*Footer End*/


/* Inner Pages Start */


/* About PAge Start */

.about-page .about-image h2 {
    height: 650px;
    font-size: 95px;
}

.about-bottom {
    padding: 0;
    box-shadow: unset;
    background: transparent;
    width: 100%;
    margin-top: 30px;
}

.about-bottom p {
    font-size: 14px;
}


/* Choose Section Start */

.choose-sec {
    position: relative;
    padding: 80px 0;
}

.choose-sec .row {
    align-items: center;
}

.choose-image img {
    width: 100%;
}

.choose-text {
    background-color: rgb(255, 253, 244);
    box-shadow: 0px 18px 79px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 80px 50px;
    margin-left: -40%;
    width: 130%;
    position: relative;
    z-index: 2;
}

.choose-text h2 {
    font-size: 60px;
    color: #020202;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.choose-text p {
    font-size: 15px;
    color: #000000;
}

.choose-text ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

.choose-text ul {
    margin-top: 25px;
}

.choose-bottom-text {
    margin-top: 40px;
}

.choose-text::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    background: #b78c42;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

.choose-text::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/* Choose Section End */


/* About PAge End */


/* Service Page Start */

section.main_slider.inner-banner img {
    height: 80vh;
}

.banner_text h4 {
    text-align: center;
    font-size: 91px;
    color: #000;
    text-transform: capitalize;
}

.inner-service-img img {
    width: 100%;
    border-radius: 0;
    height: 550px;
    object-fit: cover;
    /* border: 1px solid #719462; */
    padding: 15px;
    position: relative;
}

.service-img-pos img {
    object-position: right;
}

.inner-service-img {
    position: relative;
}

section.inner-service .row {
    position: relative;
    padding-bottom: 50px;
}

section.inner-service .row:before {
    content: '';
    position: absolute;
    top: 40%;
    left: -20%;
    width: 35%;
    height: 20%;
    z-index: -1;
    background: #be9245;
}

.inner-service-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 99%;
    height: 100%;
    border: 1px solid #be9245;
    border-radius: 0;
    z-index: -2;
}

.inner-service-text h4 {
    font-size: 40px;
    color: #28272c;
    line-height: 40px;
    text-transform: uppercase;
}

.inner-service-text p {
    color: #000;
    padding: 10px 0;
    font-weight: 500;
}

.inner-service-text ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.inner-service-text ul li {
    line-height: 40px;
    color: #28272c;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.inner-service-text ul li img {
    margin-right: 15px;
}

.row.d-flex.right-img:before {
    right: -20%;
    left: inherit;
}

.service-btn {
    margin-top: 25px;
}

.inner-service-text h3 {
    font-size: 62px;
    color: #000000;
}

.inner-service-img a {
    width: 99%;
}


/* Service Page End */


/* Service Detail Page Start */

.service-detail-page {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.service-detail-image {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.service-detail-image img {
    width: 93%;
    margin: 0 auto;
    border: 10px solid #fff;
    box-shadow: 0 0 10px 1px #989898;
    display: block;
}

.service-detail-image::before {
    position: absolute;
    content: '';
    width: 77%;
    height: 100%;
    background: #be9245;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.service-detail-text {
    margin-top: 50px;
}

.service-detail-text h2 {
    font-size: 69px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.service-detail-text p {
    font-size: 16px;
    color: #161616;
    margin: 15px 0;
    font-weight: 500;
    line-height: 30px;
}

.service-detail-text a {
    margin-top: 30px;
}


/* Service Detail Page End */


/* Contact Page Start */

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(65%) sepia(21%) saturate(1165%) hue-rotate(360deg) brightness(90%) contrast(82%);
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    font-family: "Roboto";
    width: 70%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    /* background-color: #f5f5f5; */
    transition: 0.5s;
    border: 1px solid #be9245;
}

.contact_form {
    padding-bottom: 7%;
    background: #fffdf4;
}

.contact_form label {
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}

.btn_wrap button:hover {
    background-color: transparent;
    border: 1px solid #24483e;
    color: #24483e;
    transition: 0.5s;
}

.contact_page {
    padding: 100px 0;
    background: #fffdf4;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 15px;
    background: transparent;
}

.contact_form textarea {
    width: 100%;
    height: 167px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    padding: 15px 15px;
    /* background: #fbfbfb; */
    resize: none;
    background: transparent;
}

.section_head {
    margin-bottom: 40px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    color: #636363;
    font-family: "Roboto";
}

.section_head h3 {
    color: #000000;
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 85px;
    text-transform: none;
    text-transform: capitalize;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: none;
    font-family: 'Montserrat';
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

.btn_wrap .btn-1 {
    border: 0 !important;
}

.btn_wrap .btn-1:hover {
    background: #be9245;
}


/* Contact Page End */


/* Project Page Start */

.detail-txt h5 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.detail-txt h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
    text-transform: capitalize;
}

ul.detail-lists {
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
    margin: 15px 0;
}

.detail-checks {
    margin-left: 5px;
}

ul.detail-lists li {
    width: 100%;
}

ul.detail-lists li p {
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #fff;
    display: inline-flex;
    align-items: end;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
    text-transform: uppercase;
}

ul.detail-lists li p img {
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(253deg) brightness(103%) contrast(103%);
    width: auto;
}

ul.detail-lists li ul {
    padding-left: 20px;
    margin-top: 15px;
    line-height: 28px;
}

ul.detail-lists li ul li {
    font-size: 13px;
    color: #fff;
    list-style: disc;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.detail-checks ul li span {
    font-size: 13px;
    color: #fff;
    margin-left: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.detail-checks ul li i {
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.detail-checks ul {
    padding: 0;
    margin: 0;
}

.detail-checks ul li {
    margin-bottom: 0;
}

.detail-checks ul img {
    width: auto;
}

section.smilar-property {
    padding: 30px 0 0px 0;
}

.detail-txt h4 {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
}

.detail-txt p {
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
}

.detail-txt {
    margin-left: 5px;
}

ul.detail-lists li ul li::marker {
    color: #fff;
    font-size: 16px;
}

.project-image img {
    width: 100%;
    height: 100%;
}

.project-page .noPadding {
    padding: 10px;
}

.project-image.prj-4 {
    height: 98.8%;
}

.project-image {
    position: relative;
    z-index: 1;
}

.poject-box-content {
    position: absolute;
    background: #be9245d1;
    bottom: 0;
    width: 87%;
    padding: 50px;
}

.detail-txt p {
    font-size: 20px;
    color: #fff;
}

ul.detail-lists li p span {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.project-page {
    padding: 80px 0;
}

.project-page .sec-head h2 {
    color: #1c1c1c;
    font-size: 75px;
}


/* Project Page End */


/* Inner Pages End */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
        .ft-logo .head-logo {
  
    gap: 10px;
   
}
.contact-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
    
}
.social-link-heading h2 {
  font-size: 25px;
    margin-bottom: 20px;
}
    .maindv-social-icons {
    padding: 15px 0px 0px 0px;
    
}
.btn-1>img {

    height: 40px;
    width: 40px;
   
}
.btn-1 {

    font-size: 10px !important;
   
    padding: 2px 2px 2px 15px;
}
.number-field .mb-3.mt-3 {
    margin: 10px 0 !important;
}
.number-field form input {
    width: 90%;
    height: 45px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.number-field p {
    font-size: 11px;

    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}
.number-field h3 {
    font-size: 30px;
    line-height: 35px;
   
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.number-field {
   
    padding: 10px 0px 35px 15px;

}
.contact-info ul li a {
    font-size: 11px;
 
}
    .contact-info ul li i {
        font-size: 15px;
    }
ul.socialmedia-linksft {
    
    line-height: 25px;
    
}
ul.socialmedia-linksft li a {

    font-size: 11px;
 
}
    .contact-info ul li {
        margin-bottom: 10px;
        gap: 6px;
    }
    .company-atm-card p {
    font-size: 11px;
    
}
.project-sec {
    padding: 40px 0;
   
}
.testimonial-sec .slick-prev::before, .testimonial-sec .slick-next::before {
   
    width: 50px;
    height: 45px;
 
    font-size: 14px;
}
.testimonial-box {
    padding: 20px 20px 20px 80px;
}
.testimonial-sec .slick-prev {
    top: auto !important;
    bottom: 27% !important;
}
.testimonial-box h3 {
    font-size: 40px;

}
ul.stars {

    gap: 2px;
    margin: 5px 0 5px;
}
ul.profile-info {
  
    gap: 10px;
    margin-top: 10px;
}
ul.profile-info img {
    width: 60px;
    height: 60px;
  
}
ul.profile-info h6 {
    font-size: 14px;
    margin-top: 5px;
}
ul.profile-info h5 {
    font-size: 20px;
  
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next {
   
    top: 45%;
   
}
.service-box {
    margin-bottom: 15px;
}
.carousel-control-prev, .carousel-control-next {
    
    height: 70px;
    
}
    .menuSec ul li a {
        padding: 25px 10px;
        font-size: 11px;
        text-transform: uppercase;
        z-index: 1;
    }
    .service-detail-text h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
    .main_slider::before {
   
    width: 23%;
    
}
.service-detail-image {

    padding: 20px 0;
}
.service-detail-page {
 
    padding: 50px 0;
}
    section.main_slider.inner-banner-sec .banner_text h1 {
        font-size: 50px !important;
       
    }
.service-detail-text {
    margin-top: 20px;
}
.service-detail-text ul li img {
    margin-right: 10px !important;
    width: 20px !important;
}
.service-detail-text ul li {
    line-height: 40px !important;
 
    font-size: 15px !important;
    
}
.menuSec ul {
   
    width: 90%;

}
.banner_text h2 {
    font-size: 95px;

}
section.main_slider.inner-banner-sec img.home-banner-image.inner-banner-image {
    height: 400px;
}
.contact_detail_box figure img {
    margin: auto;
    height: 40px;
    width: 40px;
    
}
.contact_detail_box {
    padding: 10px 10px;
   
}
.contact_detail_box p {
    
    width: 80%;
  
}
.contact_page h4 {
  
    font-size: 16px;

}
section.contact_page .section_head {
    margin-bottom: 20px;
}
.contact_detail_box {
        padding: 20px 10px;
        height: 167px;
    }
.project-page .sec-head h2 {
    font-size: 50px;
    margin-bottom: 0;
}
.contact_page {
    padding: 50px 0;
    
}
.section_head p {
    width: 90%;
  
}
.contact_form textarea {
 
    height: 117px;
    margin-bottom: 20px;
    
  
}
.contact_form input {
    height: 45px;
    width: 100%;

    margin-bottom: 15px;
    border-radius: 0;
    padding: 0 15px;
  
}
.contact_form label {
    font-size: 14px;
  
    margin-bottom: 5px;
  
}
.section_head h3 {
   
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 55px;
    
}
.detail-txt h3 {

    margin-bottom: 10px;
    font-size: 40px;
 
}
section.project-page .sec-head {
    margin-bottom: 10px;
}
    .poject-box-content {
        width: 100%;
        padding: 5px;
    }
section.project-page {
    padding: 50px 0;
}
.inner-service-text h3 {
        font-size: 40px;
    }
    ul.detail-lists li p {
    font-size: 17px;
 
    margin-bottom: 5px;
    margin-right: 0;
   
}
    ul.detail-lists li ul {
   
    margin-top: 0;
    
}
    ul.detail-lists li p img {
  
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.inner-service-img img {

    height: 500px;

}
ul.detail-lists li p span {
    font-size: 12px;
    
}
ul.detail-lists li ul li {
    font-size: 12px;
    
}
.detail-checks ul li span {
    font-size: 12px;
   
}
section.inner-service .row {
   
    padding-bottom: 30px;
}
section.inner-service {
    padding: 50px 0;
}
.inner-service-text ul li {
    line-height: 35px;
    font-size: 14px;
  
}
.inner-service-text ul {
    margin-bottom: 0;
    margin-top: 0px;
}
.inner-service-text ul li img {
    margin-right: 8px;
    width: 20px;
}
.about-page .about-image h2 {
    height: 780px;
    font-size: 35px;
}
   section.main_slider.inner-banner-sec .banner_text p {
        width: 100%;
    }
.choose-sec {
 
    padding: 50px 0 80px;
}


.choose-text h2 {
    font-size: 50px;
 
    margin-bottom: 10px;
}
.choose-text ul {
    margin-top: 15px;
}
.choose-text {
        padding: 20px 20px;
        position: relative;
        z-index: 2;
    }
.banner_text p {
  
    width: 90%;
   
}
.banner_text h1 {
    font-size: 60px !important;
    z-index: 1 !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}
img.home-banner-image {
        height: 580px;
    }
.about-sec {
 
    padding: 50px 0;
    
}
ul.about-list span {
    font-size: 13px;
    
}
ul.about-list a {
    font-size: 20px;
    
}
ul.about-list i {
    font-size: 30px;

}
ul.about-list {

    margin-top: 10px;
}
.about-content {
    
    padding: 10px 10px 30px 30px;
    width: 100%;
}
.about-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    .about-image h2 {
        font-size: 50px;
        width: 100px;
        height: 1030px;
        padding: 0;
    }
section.service-sec .row {
    justify-content: center;
}
.btn-2 {
   
    padding: 3px;
}
.service-text p {
    font-size: 15px;
    margin: 5px 0 10px;
}
.service-text h3 {
    font-size: 28px;
  
}
    .service-text {
        padding: 10px;
        height: 198px;
    }
.service-sec {
  
    padding: 50px 0;
    z-index: 1;
}


.drop-sec {
    
    padding-bottom: 20px;
}
.drop-form-box {
    margin-left: 70px;
}
.drop-sec .container {
   
    padding: 100px 0;
}
.drop-sec .container::before {
    
    background-size: contain;
    
}
.drop-input input {
    font-size: 12px;
   
}
.drop-input textarea {
 
    height: 110px;
   
    font-size: 12px;
}
.drop-line-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.testimonial-sec {
   
    padding: 30px 0 !important;
}
.sec-head {
    
    margin-bottom: 30px;
}
.sec-head h2 {
    font-size: 40px;
    
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.flipster .flipto-prev, .flipster .flipto-next {
   
    top: 40%;
 
}
    .company-atm-card {
   
    padding: 10px;
    padding-left: 20px;
}
    .head-logo a img {
    width: 70%;
}
.head-logo p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0 20px;
    width: 100%;
    padding: 0 50px 0 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
        .ft-logo .head-logo {
  
    gap: 10px;
   
}
.contact-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
    
}
.social-link-heading h2 {
  font-size: 25px;
    margin-bottom: 20px;
}
    .maindv-social-icons {
    padding: 15px 0px 0px 0px;
    
}
.btn-1>img {

    height: 40px;
    width: 40px;
   
}
.btn-1 {

    font-size: 10px !important;
   
    padding: 2px 2px 2px 15px;
}
.number-field .mb-3.mt-3 {
    margin: 10px 0 !important;
}
.number-field form input {
    width: 90%;
    height: 45px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.number-field p {
    font-size: 11px;

    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}
.number-field h3 {
    font-size: 30px;
    line-height: 35px;
   
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.number-field {
   
    padding: 10px 0px 35px 15px;

}
.contact-info ul li a {
    font-size: 11px;
 
}
    .contact-info ul li i {
        font-size: 15px;
    }
ul.socialmedia-linksft {
    
    line-height: 25px;
    
}
ul.socialmedia-linksft li a {

    font-size: 11px;
 
}
    .contact-info ul li {
        margin-bottom: 10px;
        gap: 6px;
    }
    .company-atm-card p {
    font-size: 11px;
    
}
.project-sec {
    padding: 40px 0;
   
}
.testimonial-sec .slick-prev::before, .testimonial-sec .slick-next::before {
   
    width: 50px;
    height: 45px;
 
    font-size: 14px;
}
.testimonial-box {
    padding: 20px 20px 20px 80px;
}
.testimonial-sec .slick-prev {
    top: auto !important;
    bottom: 27% !important;
}
.testimonial-box h3 {
    font-size: 40px;

}
ul.stars {

    gap: 2px;
    margin: 5px 0 5px;
}
ul.profile-info {
  
    gap: 10px;
    margin-top: 10px;
}
ul.profile-info img {
    width: 60px;
    height: 60px;
  
}
ul.profile-info h6 {
    font-size: 14px;
    margin-top: 5px;
}
ul.profile-info h5 {
    font-size: 20px;
  
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next {
   
    top: 45%;
   
}
.service-box {
    margin-bottom: 15px;
}
.carousel-control-prev, .carousel-control-next {
    
    height: 70px;
    
}
    .menuSec ul li a {
        padding: 25px 10px;
        font-size: 11px;
        text-transform: uppercase;
        z-index: 1;
    }
    .service-detail-text h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
    .main_slider::before {
   
    width: 23%;
    
}
.service-detail-image {

    padding: 20px 0;
}
.service-detail-page {
 
    padding: 50px 0;
}
    section.main_slider.inner-banner-sec .banner_text h1 {
        font-size: 50px !important;
       
    }
.service-detail-text {
    margin-top: 20px;
}
.service-detail-text ul li img {
    margin-right: 10px !important;
    width: 20px !important;
}
.service-detail-text ul li {
    line-height: 40px !important;
 
    font-size: 15px !important;
    
}
.menuSec ul {
        width: 70%;
    }
    
    
.banner_text h2 {
    font-size: 95px;

}
section.main_slider.inner-banner-sec img.home-banner-image.inner-banner-image {
    height: 400px;
}
.contact_detail_box figure img {
    margin: auto;
    height: 40px;
    width: 40px;
    
}
.contact_detail_box {
    padding: 10px 10px;
   
}
.contact_detail_box p {
    
    width: 80%;
  
}
.contact_page h4 {
  
    font-size: 16px;

}
section.contact_page .section_head {
    margin-bottom: 20px;
}
.contact_detail_box {
        padding: 20px 10px;
        height: 167px;
    }
.project-page .sec-head h2 {
    font-size: 50px;
    margin-bottom: 0;
}
.contact_page {
    padding: 50px 0;
    
}
.section_head p {
    width: 90%;
  
}
.contact_form textarea {
 
    height: 117px;
    margin-bottom: 20px;
    
  
}
.contact_form input {
    height: 45px;
    width: 100%;

    margin-bottom: 15px;
    border-radius: 0;
    padding: 0 15px;
  
}
.contact_form label {
    font-size: 14px;
  
    margin-bottom: 5px;
  
}
.section_head h3 {
   
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 55px;
    
}
.detail-txt h3 {

    margin-bottom: 10px;
    font-size: 40px;
 
}
section.project-page .sec-head {
    margin-bottom: 10px;
}
    .poject-box-content {
        width: 100%;
        padding: 5px;
    }
section.project-page {
    padding: 50px 0;
}
.inner-service-text h3 {
        font-size: 40px;
    }
    ul.detail-lists li p {
    font-size: 17px;
 
    margin-bottom: 5px;
    margin-right: 0;
   
}
    ul.detail-lists li ul {
   
    margin-top: 0;
    
}
    ul.detail-lists li p img {
  
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.inner-service-img img {

    height: 500px;

}
ul.detail-lists li p span {
    font-size: 12px;
    
}
ul.detail-lists li ul li {
    font-size: 12px;
    
}
.detail-checks ul li span {
    font-size: 12px;
   
}
section.inner-service .row {
   
    padding-bottom: 30px;
}
section.inner-service {
    padding: 50px 0;
}
.inner-service-text ul li {
    line-height: 35px;
    font-size: 14px;
  
}
.inner-service-text ul {
    margin-bottom: 0;
    margin-top: 0px;
}
.inner-service-text ul li img {
    margin-right: 8px;
    width: 20px;
}
.about-page .about-image h2 {
    height: 780px;
    font-size: 35px;
}
   section.main_slider.inner-banner-sec .banner_text p {
        width: 100%;
    }
.choose-sec {
 
    padding: 50px 0 80px;
}


.choose-text h2 {
    font-size: 50px;
 
    margin-bottom: 10px;
}
.choose-text ul {
    margin-top: 15px;
}
.choose-text {
        padding: 20px 20px;
        position: relative;
        z-index: 2;
    }
.banner_text p {
  
    width: 90%;
   
}
.banner_text h1 {
    font-size: 60px !important;
    z-index: 1 !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}
img.home-banner-image {
        height: 580px;
    }
.about-sec {
 
    padding: 50px 0;
    
}
ul.about-list span {
    font-size: 13px;
    
}
ul.about-list a {
    font-size: 20px;
    
}
ul.about-list i {
    font-size: 30px;

}
ul.about-list {

    margin-top: 10px;
}
.about-content {
    
    padding: 10px 10px 30px 30px;
    width: 100%;
}
.about-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
    .about-image h2 {
        font-size: 50px;
        width: 100px;
        height: 1030px;
        padding: 0;
    }
section.service-sec .row {
    justify-content: center;
}
.btn-2 {
   
    padding: 3px;
}
.service-text p {
    font-size: 15px;
    margin: 5px 0 10px;
}
.service-text h3 {
    font-size: 28px;
  
}
    .service-text {
        padding: 10px;
        height: 198px;
    }
.service-sec {
  
    padding: 50px 0;
    z-index: 1;
}


.drop-sec {
    
    padding-bottom: 20px;
}
.drop-form-box {
    margin-left: 70px;
}
.drop-sec .container {
   
    padding: 100px 0;
}
.drop-sec .container::before {
    
    background-size: contain;
    
}
.drop-input input {
    font-size: 12px;
   
}
.drop-input textarea {
 
    height: 110px;
   
    font-size: 12px;
}
.drop-line-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.testimonial-sec {
   
    padding: 30px 0 !important;
}
.sec-head {
    
    margin-bottom: 30px;
}
.sec-head h2 {
    font-size: 40px;
    
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.flipster .flipto-prev, .flipster .flipto-next {
   
    top: 40%;
 
}
    .company-atm-card {
   
    padding: 10px;
    padding-left: 20px;
}
    .head-logo a img {
    width: 70%;
}
.head-logo p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0 20px;
    width: 100%;
    padding: 0 50px 0 0;
}
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .ft-logo .head-logo {
  
    gap: 10px;
   
}
.contact-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
    
}
.social-link-heading h2 {
  font-size: 25px;
    margin-bottom: 20px;
}
    .maindv-social-icons {
    padding: 15px 0px 0px 0px;
    
}
.btn-1>img {

    height: 40px;
    width: 40px;
   
}
.btn-1 {

    font-size: 10px !important;
   
    padding: 2px 2px 2px 15px;
}
.number-field .mb-3.mt-3 {
    margin: 10px 0 !important;
}
.number-field form input {
    width: 90%;
    height: 45px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.number-field p {
    font-size: 11px;

    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}
.number-field h3 {
    font-size: 30px;
    line-height: 35px;
   
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.number-field {
   
    padding: 10px 0px 35px 15px;

}
.contact-info ul li a {
    font-size: 11px;
 
}
    .contact-info ul li i {
        font-size: 15px;
    }
ul.socialmedia-linksft {
    
    line-height: 25px;
    
}
ul.socialmedia-linksft li a {

    font-size: 11px;
 
}
    .contact-info ul li {
        margin-bottom: 10px;
        gap: 6px;
    }
    .company-atm-card p {
    font-size: 11px;
    
}
.project-sec {
    padding: 40px 0;
   
}
.testimonial-sec .slick-prev::before, .testimonial-sec .slick-next::before {
   
    width: 50px;
    height: 45px;
 
    font-size: 14px;
}
.testimonial-box {
    padding: 20px 20px 20px 80px;
}
.testimonial-sec .slick-prev {
    top: auto !important;
    bottom: 27% !important;
}
.testimonial-box h3 {
    font-size: 40px;

}
ul.stars {

    gap: 2px;
    margin: 5px 0 5px;
}
ul.profile-info {
  
    gap: 10px;
    margin-top: 10px;
}
ul.profile-info img {
    width: 60px;
    height: 60px;
  
}
ul.profile-info h6 {
    font-size: 14px;
    margin-top: 5px;
}
ul.profile-info h5 {
    font-size: 20px;
  
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next {
   
    top: 45%;
   
}
.service-box {
    margin-bottom: 15px;
}
.carousel-control-prev, .carousel-control-next {
    
    height: 70px;
    
}
    .menuSec ul li a {
        padding: 25px 10px;
        font-size: 11px;
        text-transform: uppercase;
        z-index: 1;
    }
    .service-detail-text h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
    .main_slider::before {
   
    width: 23%;
    
}
.service-detail-image {

    padding: 20px 0;
}
.service-detail-page {
 
    padding: 50px 0;
}
    section.main_slider.inner-banner-sec .banner_text h1 {
        font-size: 50px !important;
       
    }
.service-detail-text {
    margin-top: 20px;
}
.service-detail-text ul li img {
    margin-right: 10px !important;
    width: 20px !important;
}
.service-detail-text ul li {
    line-height: 40px !important;
 
    font-size: 15px !important;
    
}
.menuSec ul {
   
    width: 90%;

}
.banner_text h2 {
    font-size: 95px;

}
section.main_slider.inner-banner-sec img.home-banner-image.inner-banner-image {
    height: 400px;
}
.contact_detail_box figure img {
    margin: auto;
    height: 40px;
    width: 40px;
    
}
.contact_detail_box {
    padding: 10px 10px;
   
}
.contact_detail_box p {
    
    width: 80%;
  
}
.contact_page h4 {
  
    font-size: 16px;

}
section.contact_page .section_head {
    margin-bottom: 20px;
}
.contact_detail_box {
        padding: 20px 10px;
        height: 167px;
    }
.project-page .sec-head h2 {
    font-size: 50px;
    margin-bottom: 0;
}
.contact_page {
    padding: 50px 0;
    
}
.section_head p {
    width: 90%;
  
}
.contact_form textarea {
 
    height: 117px;
    margin-bottom: 20px;
    
  
}
.contact_form input {
    height: 45px;
    width: 100%;

    margin-bottom: 15px;
    border-radius: 0;
    padding: 0 15px;
  
}
.contact_form label {
    font-size: 14px;
  
    margin-bottom: 5px;
  
}
.section_head h3 {
   
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 55px;
    
}
.detail-txt h3 {

    margin-bottom: 10px;
    font-size: 40px;
 
}
section.project-page .sec-head {
    margin-bottom: 10px;
}
.poject-box-content {
  
    width: 90%;
    padding: 15px;
}
section.project-page {
    padding: 50px 0;
}
.inner-service-text h3 {
        font-size: 40px;
    }
.inner-service-img img {

    height: 500px;

}
section.inner-service .row {
   
    padding-bottom: 30px;
}
section.inner-service {
    padding: 50px 0;
}
.inner-service-text ul li {
    line-height: 35px;
    font-size: 14px;
  
}
.inner-service-text ul {
    margin-bottom: 0;
    margin-top: 0px;
}
.inner-service-text ul li img {
    margin-right: 8px;
    width: 20px;
}
.about-page .about-image h2 {
    height: 780px;
    font-size: 35px;
}
   section.main_slider.inner-banner-sec .banner_text p {
        width: 100%;
    }
.choose-sec {
 
    padding: 50px 0 80px;
}


.choose-text h2 {
    font-size: 50px;
 
    margin-bottom: 10px;
}
.choose-text ul {
    margin-top: 15px;
}
.choose-text {
    padding: 20px 20px;
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}
.banner_text p {
  
    width: 90%;
   
}
.banner_text h1 {
    font-size: 60px !important;
    z-index: 1 !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}
img.home-banner-image {
        height: 580px;
    }
.about-sec {
 
    padding: 50px 0;
    
}
ul.about-list span {
    font-size: 13px;
    
}
ul.about-list a {
    font-size: 20px;
    
}
ul.about-list i {
    font-size: 30px;

}
ul.about-list {

    margin-top: 10px;
}
.about-content {
    
    padding: 10px 10px 30px 30px;
    width: 100%;
}
.about-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-image h2 {
    font-size: 60px;
 

    width: 130px;
    height: 1030px;
}
section.service-sec .row {
    justify-content: center;
}
.btn-2 {
   
    padding: 3px;
}
.service-text p {
    font-size: 15px;
    margin: 5px 0 10px;
}
.service-text h3 {
    font-size: 28px;
  
}
    .service-text {
        padding: 10px;
        height: 198px;
    }
.service-sec {
  
    padding: 50px 0;
    z-index: 1;
}


.drop-sec {
    
    padding-bottom: 20px;
}
.drop-form-box {
    margin-left: 70px;
}
.drop-sec .container {
   
    padding: 100px 0;
}
.drop-sec .container::before {
    
    background-size: contain;
    
}
.drop-input input {
    font-size: 12px;
   
}
.drop-input textarea {
 
    height: 110px;
   
    font-size: 12px;
}
.drop-line-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.testimonial-sec {
   
    padding: 30px 0 !important;
}
.sec-head {
    
    margin-bottom: 30px;
}
.sec-head h2 {
    font-size: 40px;
    
}
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
.flipster .flipto-prev, .flipster .flipto-next {
   
    top: 40%;
 
}
    .company-atm-card {
   
    padding: 10px;
    padding-left: 20px;
}
    .head-logo a img {
    width: 70%;
}
.head-logo p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0 20px;
    width: 100%;
    padding: 0 50px 0 0;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
     header {
    position: relative;
    background: #ab833e;
    padding: 20px 0;
}
    .main_slider img.home-banner-image {
    height: 650px;
}

.project-page {
    padding: 50px 0;
}



.main_slider .banner_text h1 {
    font-size: 40px;
    width: 100%;
}

.main_slider .banner_text h2 {
    font-size: 80px;
}

.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}

.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}
.main_slider img.home-banner-image {
    height: 650px;
}

.main_slider .banner_text h1 {
    font-size: 40px;
    width: 100%;
}

.main_slider .banner_text h2 {
    font-size: 80px;
}

.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}

.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}

header {
    position: relative;
    background: #ab833e;
    padding: 20px 0;
}

.about-sec .about-content {
    padding: 70px 20px 70px 20px;
    width: 100%;
}

.about-sec .about-content ul.about-list {
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}

a.btn-1 {}

.about-sec .about-content ul.about-list a.btn-1 {
    padding: 8px 4px;
    font-size: 12px !important;
}

.about-sec .about-content ul.about-list a.btn-1 img.right-btn {
    height: 35px;
    width: 35px;
    margin-left: 9px;
}

ul.about-list i {
    font-size: 21px;
}

ul.about-list a {
    font-size: 19px;
}

.about-image h2 {
    font-size: 50px;
    padding: 70px;
    width: 140px;
    height: 380px;
}
    ul.about-list span {
        font-size: 12px;
        margin-bottom: -5px;
    }

.service-sec .sec-head h2 {
    font-size: 45px;
}

.service-sec .sec-head p {
    font-size: 14px;
}
       .main_slider img.home-banner-image {
        height: 330px;
    }

    .main_slider .banner_text h1 {
        font-size: 35px;
        width: 100%;
        margin-bottom: 25px;
    }

    .main_slider .banner_text h2 {
        font-size: 60px;
    }

section.main_slider.inner-banner-sec img.home-banner-image.inner-banner-image {
    height: 240px;
}
.banner_text {
    padding-left: 40px;
   
}
.choose-sec {
        padding: 0px 0 60px;
    }
    section.about-sec.about-page .about-image h2 {
     
        font-size: 22px;
    }
.slicknav_nav a:hover {
    background: #aa853e;
    color: #fff;
}
    section.inner-service {
        padding: 40px 0;
    }
.inner-service-img img {
  
    border-radius: 0;
    height: 300px;
  
    padding: 10px;
    
}
    .banner_text p::before {
        left: -10px;
    }
.slicknav_nav a {
    
    font-size: 12px;
}
.main_slider {

    overflow: hidden;
}


.inner-service-text {
    text-align: center;
    margin-top: 18px;
}
.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}
.banner_text h1::before {
   
    bottom: -15px;
    background: #fff;
}
.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}
.about-sec {

    padding: 40px 0;
  
}
.menuSection .row {
   
    border-bottom: none !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.header-logo {
    text-align: center;
}


.slicknav_btn {
  
    background-color: #aa853e;
}
.slicknav_menu {
    
    background: #000;
  
}
ul.about-list li {
   
    justify-content: center;
}

    header {
        position: relative;
        background: #ab833e;
        padding: 8px 0;
    }

    .about-sec .about-content {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center;
    }

     .about-sec .about-content ul.about-list {
        gap: 10px;
        margin-top: 5px;
        margin-bottom: 0;
        display: block;
    }

a.btn-1 {}

.about-sec .about-content ul.about-list a.btn-1 {
        padding: 4px 7px;
        font-size: 12px !important;
    }

.about-sec .about-content ul.about-list a.btn-1 img.right-btn {
    height: 35px;
    width: 35px;
    margin-left: 9px;
}
ul.about-list li {
    margin-bottom: 10px;
}

ul.about-list i {
    font-size: 21px;
}

ul.about-list a {
        font-size: 16px;
    }

    .about-image h2 {
        font-size: 40px;
        padding: 10px;
        width: 70px;
        height: 530px;
    }

    .about-image {
  
    overflow: hidden;
}
p {
    font-size: 11px !important;
    line-height: 18px !important;
}


    .service-sec .sec-head h2 {
        font-size: 28px;
    }

.service-sec .sec-head p {
    font-size: 14px;
}

    .drop-form-box {
        margin-left: 0;
        text-align: center;
    }


.drop-sec .container {
    padding: 0 10px;
}

.drop-sec .container::before {
    display: none;
}

    .drop-line-text h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .testimonial-box {
        padding: 10px 20px 20px 35px;
    }

.testimonial-box h3 {
        font-size: 30px;
        margin-bottom: 0;
    }


    .testimonial-sec .slick-prev::before, .testimonial-sec .slick-next::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    ul.profile-info img {
    width: 50px;
    height: 50px;
  
}
    .testimonial-sec .slick-prev::before {
        top: 26px;
    }
ul.profile-info h6 {
    font-size: 12px;
    
}
ul.profile-info h5 {
    font-size: 18px;
    
}
    .testimonial-box p {
    font-size: 12px;
  
    line-height: 20px;
}
ul.profile-info {
 
    gap: 10px;
    margin-top: 10px;
}
    ul.stars {
        gap: 0px;
        margin: 5px 0 5px;
    }

.testimonial-sec .slick-prev, .testimonial-sec .slick-next {
    top: 52%;
}
    .project-sec .sec-head h2 {
        font-size: 28px;
    }

      .number-field {
        padding: 15px 0px 20px 10px;
    }
    .flipster .flipto-prev, .flipster .flipto-next {

    top: 30%;
   
}
.testimonial-sec {
  
    margin-top: 50px !important;
    padding: 20px 0 !important;
}
    .service-sec {
        padding: 30px 0 10px;
    }
.drop-line-text {
  
    margin-top: 30px;
}



    .maiun_banner_slider ul li img {
        height: 220px;
    }
a.flipto-prev img {
      width: 32px;
    height: 32px;
    object-fit: cover;
}
.drop-line-text p {
    font-size: 11px;
    line-height: 18px;
}
.drop-sec {
  
    padding-bottom: 0;
}
.drop-line-text {
    text-align: center;
}
.drop-input.drop-button {
    margin-top: 20px;
}
.drop-input input {
    font-size: 12px;
    width: 100%;
    height: 45px;
    padding: 0 5px;
   
}
.service-box {
    margin-bottom: 15px;
}
    .drop-input textarea {
        width: 100%;
        height: 70px;
        padding-bottom: 10px;
        font-size: 12px;
    }
.btn-2 {
  
    padding: 2px;
}
.service-text a img {
    width: 65%;
}
.service-text p {
    font-size: 11px;
   
    margin: 10px 0;
    line-height: 18px;
}
.service-text h3 {
    font-size: 30px;
 
}
.service-text {
    padding: 10px;
    text-align: center;
}
a.flipto-next img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

    .sec-head {

    margin-bottom: 20px;
}
    .sec-head p {
        font-size: 11px !important;
        line-height: 18px !important;
    }

    .company-atm-card {
        padding-left: 0 !important;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    ul.socialmedia-linksft {
        line-height: 25px;
        padding-bottom: 10px;
    }
    .contact-info ul li i {
    font-size: 16px;
   
}
.project-sec {
    padding: 30px 0;

}
.ft-logo .head-logo {
  
    gap: 10px;

}
.ft-logo {

    text-align: center;
}
.head-logo a img {
    width: 60%;
    margin: 0 auto;
}
.head-logo p {
  
    font-size: 11px;
    line-height: 18px;
    margin: 0px 0 15px;
    width: 100%;
    padding: 0 0px 0 0;
}
.maindv-social-icons {
    padding: 20px 0px 0px 10px;
    
}
.contact-info {
    margin-bottom: 20px;
}
    .contact-info ul li a {
        font-size: 11px;
    }
.contact-info h2 {
    font-size: 25px;
    margin-bottom: 10px;
   
}

.contact-info ul li {
    margin-bottom: 5px;
   
    gap: 10px;
}
    ul.socialmedia-linksft li a {
        font-size: 10px;
    }
    .social-link-heading h2 {
    font-size: 25px;
   
    margin-bottom: 5px;
  
}
    .number-field .mb-3.mt-3 {
    margin: 0 !important;
}
.btn-1>img {
    background: #fffdf4;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

    .btn-1 {
        font-size: 11px !important;
        padding: 2px 2px 2px 10px;
    }
    .number-field form input {
        width: 90%;
        height: 45px;
        padding-left: 25px;
        border-radius: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
        border-radius: 0;
        font-size: 13px;
    }
    .company-atm-card p {
        font-size: 11px;
        line-height: 18px;
    }
    .number-field p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 20px;
}
.choose-text ul li p {
    font-size: 9px !important;
}
    .number-field h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .choose-text ul {
    margin-top: 5px;
}

.choose-text ul li {
 
    gap: 5px;
    margin: 5px 0;

}
.about-page .about-image h2 {
        height: 547px;
        font-size: 35px;
    }
    .choose-text {
        margin-left: 0%;
        width: 100%;
        padding: 10px 15px;
        text-align: center;
    }

    .choose-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
section.inner-service .row:before {
    top: 13%;
    left: -20%;
}

    .inner-service-img:before {
        top: 0;
    }

.row.d-flex.right-img:before {
    top: 63%;
}
    .inner-service-text h3 {
        font-size: 28px;
    }
    .inner-service-text ul li img {
    margin-right: 5px;
    width: 15px;
}
section.inner-service .row {
    
    padding-bottom: 20px;
}
     .inner-service-text ul li {
        line-height: 30px;
        font-size: 12px;
    }
    .inner-service-text ul {
  
    margin-top: 0px;
}
.wpb_single_image img {
    margin: 0 0 0 0px !important;
}
    .project-page .sec-head h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
    
    section.project-page .sec-head {
    margin-bottom: 0;
}

.poject-box-content {
    padding: 10px 0;
    width: 100%;
}

    .detail-txt h3 {
        margin-bottom: 0px;
        font-size: 28px;
    }

.detail-txt p {
    font-size: 13px;
}
.detail-txt p {
   
    margin: 5px 0;
}
.service-detail-text {
    margin-top: 20px;
    text-align: center;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
        text-align: center;
        margin-top: 15px;
    }
    .service-detail-image {

    padding: 20px 0 !important;
}




.service-detail-text p {
 
    margin-bottom: 5px !important;
}

.service-detail-page {
        padding: 50px 15px !important;
    }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}
.service-detail-text ul li {
    line-height: 30px !important;
    
    font-weight: 500 !important;
    font-size: 13px !important;

}
    .service-detail-text ul li img {
        margin-right: 5px !important;
        width: 15px;
    }
.service-detail-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
section.contact_page .section_head {
    margin-bottom: 10px;
}
.contact_page h4 {
  
    font-size: 18px;
 ;
    letter-spacing: 0;
    margin-bottom: 5px;
   
}
.contact_detail_box figure img {
  
    height: 45px;
    width: 45px;
   
}
.contact_detail_box {
    padding: 20px 10px;
   
}
.contact_page {
    padding: 20px 0;
    
}
section.contact_form .section_head {
    margin-bottom: 20px;
}
.contact_form textarea {
    
    height: 97px;
    margin-bottom: 10px;
 
}
    .contact_form input {
        height: 45px;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 0;
        padding: 0 15px;
    }
    .contact_form label {
        font-size: 13px;
        margin-bottom: 2px;
    }
.section_head h3 {
  
    font-size: 28px;
    margin-bottom: 0;
    line-height: 55px;
    
}
.section_head p {
    width: 100%;
}
    
ul.detail-lists li ul li::marker {

    font-size: 10px;
}
ul.detail-lists li ul {
    padding-left: 20px;
    margin-top: 0;
    line-height: 16px;
}


ul.detail-lists li p {
    font-size: 11px;
    margin-right: 2px;
}

    ul.detail-lists li p span {
        font-size: 7px;
    }

    ul.detail-lists li p img {
        width: 20px;
        margin-right: 5px;
    }

    ul.detail-lists li ul li {
        font-size: 8px;
    }
.detail-checks ul {
    line-height: 18px;
}
ul.detail-lists {
    margin: 4px 0;
}

.detail-checks ul li span {
        font-size: 10px;
    }
    .ft-logo .head-logo {
        
        justify-content: center;
    }
    .service-image a {
    width: 100% !important;
}
.service-image img {
    width: 100%;
}
    .row.d-flex.second-row.right-img {
    flex-direction: column-reverse;
}
    .row.d-flex.right-img:before {
        display:none !important;
    }
    .about-sec .row {
   
    flex-direction: column-reverse;
}
section.drop-sec .row {
    flex-direction: column-reverse;
}
img.prj-1 {
   
    top: 0px;
    
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .about-sec .row {
   
    flex-direction: column-reverse;
}
img.prj-1 {
   
    top: 0px;
    
}
section.drop-sec .row {
    flex-direction: column-reverse;
}
    
    .row.d-flex.second-row.right-img {
    flex-direction: column-reverse;
}
    .row.d-flex.right-img:before {
        display:none !important;
    }
     .ft-logo .head-logo {
        
        justify-content: center;
    }
    .service-image img {
    width: 100%;
}
    .service-image a {
    width: 100% !important;
}
  header {
    position: relative;
    background: #ab833e;
    padding: 20px 0;
}
    .main_slider img.home-banner-image {
    height: 650px;
}

.project-page {
    padding: 50px 0;
}



.main_slider .banner_text h1 {
    font-size: 40px;
    width: 100%;
}

.main_slider .banner_text h2 {
    font-size: 80px;
}

.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}

.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}
.main_slider img.home-banner-image {
    height: 650px;
}

.main_slider .banner_text h1 {
    font-size: 40px;
    width: 100%;
}

.main_slider .banner_text h2 {
    font-size: 80px;
}

.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}

.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}

header {
    position: relative;
    background: #ab833e;
    padding: 20px 0;
}

.about-sec .about-content {
    padding: 70px 20px 70px 20px;
    width: 100%;
}

.about-sec .about-content ul.about-list {
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}

a.btn-1 {}

.about-sec .about-content ul.about-list a.btn-1 {
    padding: 8px 4px;
    font-size: 12px !important;
}

.about-sec .about-content ul.about-list a.btn-1 img.right-btn {
    height: 35px;
    width: 35px;
    margin-left: 9px;
}

ul.about-list i {
    font-size: 21px;
}

ul.about-list a {
    font-size: 19px;
}

.about-image h2 {
    font-size: 50px;
    padding: 70px;
    width: 140px;
    height: 380px;
}
    ul.about-list span {
        font-size: 12px;
        margin-bottom: -5px;
    }

.service-sec .sec-head h2 {
    font-size: 45px;
}

.service-sec .sec-head p {
    font-size: 14px;
}
       .main_slider img.home-banner-image {
        height: 330px;
    }

    .main_slider .banner_text h1 {
        font-size: 35px;
        width: 100%;
        margin-bottom: 25px;
    }

    .main_slider .banner_text h2 {
        font-size: 60px;
    }

section.main_slider.inner-banner-sec img.home-banner-image.inner-banner-image {
    height: 240px;
}
.banner_text {
    padding-left: 40px;
   
}
.choose-sec {
        padding: 0px 0 60px;
    }
    section.about-sec.about-page .about-image h2 {
     
        font-size: 22px;
    }
.slicknav_nav a:hover {
    background: #aa853e;
    color: #fff;
}
    section.inner-service {
        padding: 40px 0;
    }
.inner-service-img img {
  
    border-radius: 0;
    height: 300px;
  
    padding: 10px;
    
}
.banner_text p::before {
   
    left: -14px;
  
}
.slicknav_nav a {
    
    font-size: 12px;
}
.inner-service-text {
    text-align: center;
    margin-top: 18px;
}
.main_slider .banner_text p {
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main_slider::before {
    width: 42%;
    left: 11%;
}
.banner_text h1::before {
   
    bottom: -15px;
    background: #fff;
}
.main_slider .carousel-control-prev, .main_slider  .carousel-control-next {
    width: 35px;
    height: 46px;
}

.main_slider .carousel-control-prev img, .main_slider .carousel-control-next img {
    width: 45%;
}
.about-sec {

    padding: 40px 0;
  
}
.menuSection .row {
   
    border-bottom: none !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.header-logo {
    text-align: center;
}


.slicknav_btn {
  
    background-color: #aa853e;
}
.slicknav_menu {
    
    background: #000;
  
}
ul.about-list li {
   
    justify-content: center;
}

    header {
        position: relative;
        background: #ab833e;
        padding: 8px 0;
    }

    .about-sec .about-content {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center;
    }

     .about-sec .about-content ul.about-list {
        gap: 10px;
        margin-top: 5px;
        margin-bottom: 0;
        display: block;
    }

a.btn-1 {}

.about-sec .about-content ul.about-list a.btn-1 {
        padding: 4px 7px;
        font-size: 12px !important;
    }

.about-sec .about-content ul.about-list a.btn-1 img.right-btn {
    height: 35px;
    width: 35px;
    margin-left: 9px;
}
ul.about-list li {
    margin-bottom: 10px;
}

ul.about-list i {
    font-size: 21px;
}

ul.about-list a {
        font-size: 16px;
    }

 .about-image h2 {
        font-size: 40px;
        padding: 10px;
        width: 70px;
        height: 350px;
    }
    .about-image {
  
    overflow: hidden;
}
p {
    font-size: 11px !important;
    line-height: 18px !important;
}


    .service-sec .sec-head h2 {
        font-size: 28px;
    }

.service-sec .sec-head p {
    font-size: 14px;
}

    .drop-form-box {
        margin-left: 0;
        text-align: center;
    }


.drop-sec .container {
    padding: 0 10px;
}

.drop-sec .container::before {
    display: none;
}

    .drop-line-text h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .testimonial-box {
        padding: 10px 20px 20px 35px;
    }

.testimonial-box h3 {
        font-size: 30px;
        margin-bottom: 0;
    }


    .testimonial-sec .slick-prev::before, .testimonial-sec .slick-next::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    ul.profile-info img {
    width: 50px;
    height: 50px;
  
}
.testimonial-sec .slick-prev::before {
    top: 17px;
}
ul.profile-info h6 {
    font-size: 12px;
    
}
ul.profile-info h5 {
    font-size: 18px;
    
}
    .testimonial-box p {
    font-size: 12px;
  
    line-height: 20px;
}
ul.profile-info {
 
    gap: 10px;
    margin-top: 10px;
}
    ul.stars {
        gap: 0px;
        margin: 5px 0 5px;
    }

.testimonial-sec .slick-prev, .testimonial-sec .slick-next {
    top: 52%;
}
    .project-sec .sec-head h2 {
        font-size: 28px;
    }

      .number-field {
        padding: 15px 0px 20px 10px;
    }
    .flipster .flipto-prev, .flipster .flipto-next {

    top: 30%;
   
}
.testimonial-sec {
  
    margin-top: 50px !important;
    padding: 20px 0 !important;
}
    .service-sec {
        padding: 30px 0 10px;
    }
.drop-line-text {
  
    margin-top: 30px;
}



    .maiun_banner_slider ul li img {
        height: 220px;
    }
a.flipto-prev img {
      width: 32px;
    height: 32px;
    object-fit: cover;
}
.drop-line-text p {
    font-size: 11px;
    line-height: 18px;
}
.drop-sec {
  
    padding-bottom: 0;
}
.drop-line-text {
    text-align: center;
}
.drop-input.drop-button {
    margin-top: 20px;
}
.drop-input input {
    font-size: 12px;
    width: 100%;
    height: 45px;
    padding: 0 5px;
   
}
.service-box {
    margin-bottom: 15px;
}
    .drop-input textarea {
        width: 100%;
        height: 70px;
        padding-bottom: 10px;
        font-size: 12px;
    }
.btn-2 {
  
    padding: 2px;
}
.service-text a img {
    width: 65%;
}
.service-text p {
    font-size: 11px;
   
    margin: 10px 0;
    line-height: 18px;
}
.service-text h3 {
    font-size: 30px;
 
}
.service-text {
    padding: 10px;
    text-align: center;
}
a.flipto-next img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

    .sec-head {

    margin-bottom: 20px;
}
    .sec-head p {
        font-size: 11px !important;
        line-height: 18px !important;
    }

    .company-atm-card {
        padding-left: 0 !important;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    ul.socialmedia-linksft {
        line-height: 25px;
        padding-bottom: 10px;
    }
    .contact-info ul li i {
    font-size: 16px;
   
}
.project-sec {
    padding: 30px 0;

}
.ft-logo .head-logo {
  
    gap: 10px;

}
.ft-logo {

    text-align: center;
}
.head-logo a img {
    width: 60%;
    margin: 0 auto;
}
.head-logo p {
  
    font-size: 11px;
    line-height: 18px;
    margin: 0px 0 15px;
    width: 100%;
    padding: 0 0px 0 0;
}
.maindv-social-icons {
    padding: 20px 0px 0px 10px;
    
}
.contact-info {
    margin-bottom: 20px;
}
    .contact-info ul li a {
        font-size: 11px;
    }
.contact-info h2 {
    font-size: 25px;
    margin-bottom: 10px;
   
}

.contact-info ul li {
    margin-bottom: 5px;
   
    gap: 10px;
}
    ul.socialmedia-linksft li a {
        font-size: 10px;
    }
    .social-link-heading h2 {
    font-size: 25px;
   
    margin-bottom: 5px;
  
}
    .number-field .mb-3.mt-3 {
    margin: 0 !important;
}
.btn-1>img {
    background: #fffdf4;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

    .btn-1 {
        font-size: 11px !important;
        padding: 2px 2px 2px 10px;
    }
    .number-field form input {
        width: 90%;
        height: 45px;
        padding-left: 25px;
        border-radius: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
        border-radius: 0;
        font-size: 13px;
    }
    .company-atm-card p {
        font-size: 11px;
        line-height: 18px;
    }
    .number-field p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 20px;
}
.choose-text ul li p {
    font-size: 9px !important;
}
    .number-field h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .choose-text ul {
    margin-top: 5px;
}

.choose-text ul li {
 
    gap: 5px;
    margin: 5px 0;

}
.about-page .about-image h2 {
    height: 377px;
    font-size: 35px;
}
    .choose-text {
        margin-left: 0%;
        width: 100%;
        padding: 10px 15px;
        text-align: center;
    }

    .choose-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
section.inner-service .row:before {
    top: 13%;
    left: -20%;
}

    .inner-service-img:before {
        top: 0;
    }

.row.d-flex.right-img:before {
    top: 63%;
}
    .inner-service-text h3 {
        font-size: 28px;
    }
    .inner-service-text ul li img {
    margin-right: 5px;
    width: 15px;
}
section.inner-service .row {
    
    padding-bottom: 20px;
}
     .inner-service-text ul li {
        line-height: 30px;
        font-size: 12px;
    }
    .inner-service-text ul {
  
    margin-top: 0px;
}
.wpb_single_image img {
    margin: 0 0 0 0px !important;
}
    .project-page .sec-head h2 {
        font-size: 28px;
        margin-bottom: 0;
    }
    
    section.project-page .sec-head {
    margin-bottom: 0;
}

.poject-box-content {
    padding: 10px 0;
    width: 100%;
}

    .detail-txt h3 {
        margin-bottom: 0px;
        font-size: 28px;
    }

.detail-txt p {
    font-size: 13px;
}
.detail-txt p {
   
    margin: 5px 0;
}
.service-detail-text {
    margin-top: 20px;
    text-align: center;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
        text-align: center;
        margin-top: 15px;
    }
    .service-detail-image {

    padding: 20px 0 !important;
}




.service-detail-text p {
 
    margin-bottom: 5px !important;
}

.service-detail-page {
        padding: 50px 15px !important;
    }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}
.service-detail-text ul li {
    line-height: 30px !important;
    
    font-weight: 500 !important;
    font-size: 13px !important;

}
    .service-detail-text ul li img {
        margin-right: 5px !important;
        width: 15px;
    }
.service-detail-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
section.contact_page .section_head {
    margin-bottom: 10px;
}
.contact_page h4 {
  
    font-size: 18px;
 ;
    letter-spacing: 0;
    margin-bottom: 5px;
   
}
.contact_detail_box figure img {
  
    height: 45px;
    width: 45px;
   
}
.contact_detail_box {
    padding: 20px 10px;
   
}
.contact_page {
    padding: 20px 0;
    
}
section.contact_form .section_head {
    margin-bottom: 20px;
}
.contact_form textarea {
    
    height: 97px;
    margin-bottom: 10px;
 
}
    .contact_form input {
        height: 45px;
        width: 100%;
        margin-bottom: 5px;
        border-radius: 0;
        padding: 0 15px;
    }
    .contact_form label {
        font-size: 13px;
        margin-bottom: 2px;
    }
.section_head h3 {
  
    font-size: 28px;
    margin-bottom: 0;
    line-height: 55px;
    
}
.section_head p {
    width: 100%;
}
    
ul.detail-lists li ul li::marker {

    font-size: 10px;
}
ul.detail-lists li ul {
    padding-left: 20px;
    margin-top: 0;
    line-height: 16px;
}


ul.detail-lists li p {
    font-size: 11px;
    margin-right: 2px;
}

    ul.detail-lists li p span {
        font-size: 7px;
    }

    ul.detail-lists li p img {
        width: 20px;
        margin-right: 5px;
    }

    ul.detail-lists li ul li {
        font-size: 8px;
    }
.detail-checks ul {
    line-height: 18px;
}
ul.detail-lists {
    margin: 4px 0;
}

.detail-checks ul li span {
        font-size: 10px;
    }
    
}

html {
    overflow-x: hidden;
}

/*Media Query End*/