@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;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;
}

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;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}




/***** 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: 'Rajdhani-Bold';
    src: url(../fonts/Rajdhani-Bold.ttf);
}



/***** 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;
}

.btn10 {
    border: 1px solid #015000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #009100 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.btn10:hover {
    border: 1px solid #015000 !important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #009100;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #009100 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'Rajdhani-Bold', Sans-Serif;
    font-size: 66px;
    line-height: 77px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
     text-transform: uppercase;

}

h2 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 24px;
    line-height: 30px;
    color: #009100;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}


h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 56px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 24px;
    line-height: 30px;
    color: #749721;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

h6 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

p {
    color: #484848;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    padding: 25px 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}


.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;
}
.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: #ffffff;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.menuSec ul li a:after {
    content: '';
    position: inherit;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.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: #ac0c0c;
}

.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:hover a {}

.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;
}


/*header css start */

.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;
}


/*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 {}

.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;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */

/*banner*/
.banner-img {
    width: 100%;
}

.banner-btn {
    display: flex;
    align-items: center;
    margin-top: 21px;
}
.banner-btn a.btn10 {
    width: 31%;   
   
}

.have-quest {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 23px;
}

.have-quest i {
    font-size: 21px;
    color: #009100;
    border: solid;
    padding: 11px;
    background: white;
    border-radius: 44px;
    border: transparent;
}
.have-quest .txt {
    padding: 0 0 0 7px;
}
.txt h5.have-any-quest {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.txt h6.cont-num {
    font-size: 30px;
    /* font-family: 'Montserrat-Regular'; */
    color: #ffffff;
    line-height: 40px;
    margin: 0;
}

.foot-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 9px;
    /* justify-content: center; */
    margin-top: 10%;
}
.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #fff;
    transition: 0.5s;
    background: transparent;
    border: solid 1px white;
    border-radius: 21px;
}
.foot-social ul li a:hover {
    background: #ac0c0c;
}
.banner_text {
    margin-top: 32%;
}
.banner_text p {
    color: #fff;
    width: 75%;
}

/*about sect*/

.year-experience {
    position: absolute;
    top: 35px;
    left: -37px;
    background: #009100;
    width: 230px;
    padding: 20px 20px;
    /* border-top-right-radius: 30px; */
    border: 2px solid #fff;
    height: 190px;
    border-radius: 20px;
}

.year-experience h5 {
    font-size: 74px;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
    font-family: 'Rajdhani-Bold', Sans-Serif;
    text-align: center;
}

.year-experience ul li {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    /* font-weight: 600; */
    line-height: 35px;
    font-family: 'Rajdhani-Bold', Sans-Serif;
    /* letter-spacing: 4px; */
    text-align: center;
}
.about-img {
    position: relative;
}
.about-img::before {
    position: absolute;
    content: "";
    background: #749721;
    height: 223px;
    width: 100px;
    bottom: 37px;
    right: -12px;
    border-radius: 10px;
    z-index: -1;
}
.about-head {
    padding: 0 0 0 20px;
}


.aboutus .about-head h3 {
    font-size: 35px;
    line-height: 40px;
}

.aboutus .about-head p {
    font-size: 14px;
    line-height: 22px;
}
.mission {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.mission h4{

    margin: 0;
}
.ser-box .ser-detail h6 {
    font-size: 30px;
}
.abt-buttn a.btn10 {
    width: 30%;
    margin-top: 3%;
}

.aboutus {
    background: url(../images/abt-bk.png);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: bottom;
}

/*service sect*/

.center-content{
    margin: 0 auto;
    text-align: center;
}

.ser-box {
    border: solid 1px #00000047;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.ser-box img {
    width: 100%;
}
.ser-detail {
    text-align: center;
    padding: 15px;
}
.services {
    background: #f6f6f6;
}
.ser-detail a {
    color: #009100;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}

/*background sect*/

.background {
    background: url(../images/background.png);
    width: 100%;
    height: 360px;
    background-size: cover;
}
.bk-txt h1 {
    font-size: 82px;
    width: 82%;
    margin: 0 auto;
}

.bk-buttn {
    display: flex;
    justify-content: center;
}

.bk-buttn a.btn10 {
    width: 15%;
    margin-top: 1%;
}

/*gallery sec*/

/*.hover-btn {
  
    position: absolute;
    opacity: 0;
    right: 41%;
    top: 45%;
 
}*/

.gallery {
    background: url(../images/gal-bk.png);
    width: 100%;
    height: 1080px;
}

.gall-img {
    position: relative;
    margin-bottom: 7%;
}
.gall-img:hover .hover-btn {
    opacity: 1;
}


.hover-btn {
    /* border: solid 5px white; */
    height: 370px;
    width: 636px;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    /* transform: translate(-50%, -51%); */
    background: #6b8e1f9c;
    border-radius: 20px;
}

a.hoverbtn.btn10 {
    position: absolute;
    top: 40%;
    width: 23%;
    right: 40%;
}

.hover-btn1 {
    /* border: solid 5px white; */
    height: 368px;
    width: 416px;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    /* transform: translate(-50%, -51%); */
    background: #6b8e1f9c;
    border-radius: 20px;
}

a.hoverbtn1.btn10 {
    position: absolute;
    top: 40%;
    width: 31%;
    right: 35%;
}
.gall-img:hover .hover-btn1 {
    opacity: 1;
}
.gall-img img {
    border-radius: 20px;
}

/*quote sect*/

.f2 input.form-control {
    padding: 11px;
    /* border-radius: 4px; */
    width: 100%;
    background: white;
    margin-bottom: 13px;
}
.f2 textarea.form-control {
    height: 132px;
    border-radius: 4px;
    margin-bottom: 13px;
}

.quote{

    background: #749721;
}
.sect-padding {
    padding-left: 65px;
    padding-right: 0;
}
.quote-text h3 {
    color: #fff;
    margin: 0;
}
.quote-text p {
    color: #fff;
    line-height: 25px;
}

.quote-img img {
    height: 520px;
    object-fit: cover;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.quote-text {
    margin-top: 6%;
}
.quote-btn a.btn10 {
    width: 40%;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*testimonials sect*/

ul.testi {
    display: flex;
    align-items: center;
    gap: 15px;
}
li.wid {
    width: 76%;
    display: none;
}
ul.quot li img {
    height: 46px;
    width: 54px;
}
ul.quot {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.test-box {
    border: solid 1px #0000002e;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.testimonail-slider .slick-active {
    opacity: 1;
}

.testimonials {
    background: url(../images/abt-bk.png);
    width: 100%;
   /* height: 700px;*/
    background-size: cover;
    background-position: bottom;
}
ul.quot li {
    font-family: 'Rajdhani-Bold';
    font-size: 22px;
}
span.small-font {
    color: #009100;
    font-size: 17px;
    font-family: 'Rajdhani-Bold';
    /* margin: 0; */
}
.testimonail-slider .slick-dots li.slick-active button:before {
    background: #044e01;
    width: 40px;
}
.testimonail-slider .slick-dots li {
    width: 50px;
}

.testimonail-slider .slick-dots li button:before {
    width: 45px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: 1.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #749721;
    border-radius: 10px;
}
.testimonail-slider .slick-dots {
 
    bottom: -71px;
   
}


/*footer*/


section.footer-wrap {
    background: url(../images/footer-bk.png);
    padding: 50px 0 0;
    width: 100%;
    background-size: cover;
}
.foot-fold h4 {
    font-size: 25px;
}
.foot-fold1 h4 {
    font-size: 25px;
}
section.footer-wrap *{
    color:#fff
}
.socail-1 i{
    font-size:16px;
    border:1px solid #fff;
    height:35px;
    width:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:14px;
    animation:blinkin 3s ease infinite
}
section.footer-wrap p{
    font-family:Poppins;
    font-size:16px;
    line-height:1.5;
    font-weight:300
}
.foot-fold a{
    text-transform:uppercase;
    transition:.5s ease-in-out
}
.foot-fold2 a{
    display:block;
    line-height:45px;
    font-size:14px;
    font-family:Poppins;
    font-weight:300;
    transition:.5s ease-in-out
}
.foot-fold li {
    line-height: 40px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
}
.foot-fold1 input{
    width:100%;
    padding:8px 10px;
    border:none;
    border-radius:5px;
    color:#000
}
.foot-fold1 button{
    border:none;
    background:#ff2437;
    padding:8px 35px;
    border-radius:5px;
    margin-top:10px
}
.foot-fold2 i{
    margin:0 10px 0 0;
    font-size:15px
}
.foot-fold2{
    width:90%
}
.copy-right p{
    margin:0;
    text-align:center
}
.copy-right{
    border-top:1px solid #5c5c5c;
    margin-top:20px;
    padding:18px 0
}
.socail-1{
    margin:25px 0
}
.foot-fold1 form{
    position:relative
}
.foot-fold1 form i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #749721;
    height: 100%;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-fold-1 img{
    margin-bottom:40px
}
.test-slider .slick-dots li button:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:70%;
    height:70%;
    border:1px solid #000;
    border-radius:50%
}
.test-slider .slick-dots li.slick-active button:before{
    opacity:1.75;
    color:#b01f22;
    background:#b22023
}
.test-slider .slick-dots{
    position:absolute;
    bottom:-35%;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center
}
.footer-wrap .soccail-icon {
    margin-top: 10%;
    justify-content: start;
    display: flex;
}

.footer-wrap .soccail-icon i {
    background: transparent;
    color: white;
    padding: 15px;
    margin-right: 12px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
}

/*inner pages*/


.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
   /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}
.title-new h1 {
    font-size: 92px;
    color: #fff;
    /* text-align: center; */
    /* line-height: 65px; */
}
.servdtl .title-new h1 {
    font-size: 50px;
}
.inner-aboutus {
    background: url(../images/abt-bk.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: bottom;
}

.inner-foot-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 9px;
    /* justify-content: center; */
    margin-top: 5%;
}
.inner-foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #fff;
    transition: 0.5s;
    background: transparent;
    border: solid 1px white;
    border-radius: 21px;
}
.meet-head p {
    width: 54%;
    margin: 0 auto;
    padding-bottom: 23px;
}
.team-detail {
    text-align: center;
    /* border: solid; */
    background: white;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.team{
    background: url(../images/abt-bk.png);
    width: 100%;
    height: 830px;
    background-size: cover;
    background-position: bottom;
}
.team-detail h6 {
    font-size: 33px;
    line-height: 36px;
    margin: 0;
}
.team-detail p {
    color: #010101;
    font-size: 23px;
    line-height: 27px;

}

/*.inner-quote {
    background: #749721;
    margin-top: 6%;
}
*/
.inner-quote {
   background: url(../images/abt-bk.png);
    width: 100%;
   /* height: 830px;*/
    background-size: cover;
    background-position: bottom;
}
.bk {
    background: #749721;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.inner-gallery {
    background: url(../images/gal-bk.png);
    width: 100%;
}


.gall-buttn a.btn10 {
    width: 13%;
}
.gall-buttn {
    display: flex;
    justify-content: center;
}


/*contactus page*/

.icon_info h6 {
    font-size: 18px;
    color: black;
    font-family: 'Poppins';
    line-height: 20px;
    margin: 0 0 10px;
}
.send_message ul li {
    display: flex;
    align-items: center;
   /* margin-bottom: 45px;
    margin-top: 23px;
    margin-bottom: 60px;*/
}

.icon_info p {
    color: #484747;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    /* margin: 0 0 10px; */
}


.send_message .icon {   
    margin-right: 23px;
}

.send_message ul {
    margin-top: 25px;
}

.send_message h3 {
    /* font-family: 'Bebas-Regular'; */
    font-size: 48px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
     margin: 0 0 45px; 
         text-transform: uppercase;
}

.send_message1 h3 {
    /* font-family: 'Bebas-Regular'; */
    font-size: 48px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
     margin: 0 0 15px; 
         text-transform: uppercase;
}
.send_message ul li:not(:last-child) {
    margin-bottom: 25px;
    display: flex;
}

.send_message ul li i {
    
    display: flex;
    gap: 30px;
}

ul.cont-det {
    margin-top: 30px;
}

.send_message ul li i {
    display: flex;
    gap: 30px;
    font-size: 40px;
    color: #000000;
    /* margin-bottom: 21px; */
    /* margin-top: 20px; */
    align-items: center;
    /* justify-content: center; */
}
.icons-contact i.fas.fa-envelope {
    padding: 14px;
    background-color: #000;
    color: white;
    font-size: 22px;
}

.icons-contact i.fas.fa-phone-alt {
    padding: 14px;
    background-color: #000;
    color: white;
    font-size: 22px;
}


.location {
    display: inline-flex;
    margin-left: 21px;
    margin-top: 19px;
}

.location h4 {
    font-size: 22px;
    font-family: 'Georgia';
    color: black;
}

.send_message1 {
    /* border: solid 0.5px gray; */
    padding: 30px 30px 50px;
    border-radius: 9px;
    box-shadow: 0 0 10px #949699a8;
    background: #fff;
}
.send_message h2 {
    font-size: 60px;
    line-height: 50px;
    color: #000;
    /* font-family: 'Playball-Regular'; */
    /* text-transform: capitalize; */
}
.send_message1 h2 {
    font-size: 60px;
    line-height: 50px;
    color: #000;
    /* font-family: 'Playball-Regular'; */
    /* text-transform: capitalize; */
}
.cont-pg-input {
    margin-top: 18px;
}
.send_message p {
    color: #8b8a8a;
    font-size: 17px;  
   
}

.ctg-buttn a.btn10 {
    /* background: #657151 !important; */
    margin-top: 12%;
    /* border: 2px solid #beaa8c !important; */
}

/*---form---*/

.cont-pg-input input {
    width: 100%;
    height: 47px;
    /* color: #d3d1d1; */
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 14px;
    font-size: 16px;
    /* font-family: 'Montserrat'; */
    font-weight: 500;
   /* margin-top: 9px;*/
    margin-bottom: 0px;
    color: #9d9a9a;
}

.cont-pg-input textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #d3d1d1;
    border-radius: 7px;
    padding: 20px;
    font-size: 16px;
   /* margin-top: 9px;*/
}

a.sbt-btn10 {
    /* border: solid; */
    height: 45px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    /* background: linear-gradient(to right, #1862a2 10%, #073668 100%)!important; */
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 30px;
    background: #fc1320!important;
}
.cont-pg-input input::placeholder{
    color: #9d9a9a;
}

.cont-pg-input textarea::placeholder{
    color: #9d9a9a;
}

.cont-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
    justify-content: center;
    /* margin-top: 40px; */
    justify-content: start;
}
.cont-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 17px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #ffffff;
    transition: 0.5s;
    background: #ffffff;
    border-radius: 45px;
    border: solid 0.5px;
    color: #749721;
}
.contact-us {
    background: url(../images/abt-bk.png);
    width: 100%;
/*    height: 1000px;*/
    background-size: cover;
    background-position: bottom;
}
.cont-social {
    padding-top: 30px;
}

.ctg-buttn a.btn.btn-1 {
    width: 65%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*booknow*/

.booking-sec {
    padding: 100px 0;
    position: relative;
    background: url(../images/abt-bk.png);
    width: 100%;
    /* height: 1000px; */
    background-size: cover;
    background-position: bottom;
}


/*.booking-form {
    box-shadow: 0 0 15px 0 #0000004d;
    padding: 50px 30px;
}*/

.booking-form h3 {
    font-size: 47px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.booking-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #e2d8d8;
    border-radius: 5px;
    margin-bottom: 45px;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #f8f8f8;
}

.booking-form input::placeholder {
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.dropdown:checked + label, .dropdown:not(:checked) + label::placeholder {
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.booking-form textarea::placeholder {
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.booking-form button {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
}

.booking-form select {
    width: 100%;
    height: 55px;
    border: 1px solid #e2d8d8;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.booking-form textarea {
    width: 100%;
    height: 236px;
    border: 1px solid #e2d8d8;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px 20px;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    resize: none;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #f8f8f8;
}

a.estbtn.btn10 {
    /* background: #578f44 !important; */
    width: 27%;
    /* border-radius: 9px; */
    /* text-transform: uppercase; */
    text-align: center;
    margin: 0 auto;
}
.serdet-txt h2 {
    font-size: 56px;
    line-height: 60px;
    color: black;
    margin: 15px 0;
}

.sd-btn a.gs-btn.h-c {
    width: 20%;
    background: #578f44;
}


.ser-detail-img img {
    margin-bottom: 3%;
}
.ser-detail-img h3 {
    font-size: 46px;
    line-height: 46px;
    margin: 0;
}
.serdet-buttn a.btn10 {
    width: 15%;
}


/*responsive*/


@media only screen and (min-width: 1200px) and (max-width: 1365px){


.menuSec ul li a {   
    padding: 10px 15px;
  
}
.banner_text h1 {

    font-size: 54px;
    line-height: 71px;
}

.txt h6.cont-num {
    font-size: 25px;
   
}
.header-buttn .btn10 {   
    font-size: 12px;
}

.about-head h3 {
 
    font-size: 48px;
    line-height: 60px;
}
.ser-detail h6 {
 
    font-size: 32px;
    line-height: 40px;
}

.bk-txt h1 {
    width: 100%;
 
}

.hover-btn {
    /* border: solid 5px white; */
    height: 318px;
    width: 546px;
}
.hover-btn1 {
    /* border: solid 5px white; */
    height: 315px;
    width: 356px;
    }


.foot-fold2 a {
       font-size: 13px;
   
}
.send_message1 h2 {
    font-size: 50px;
   
}


}


@media only screen and (min-width: 768px) and (max-width: 991px){
    section.services.pt-8.pb-8 .col-md-4.col-lg-4 {
    width: 50%;
}
.menuSec ul li a {  
    padding: 10px 5px;
    font-size: 12px;
    
}
.header-buttn .btn10 {
    padding: 18px 16px;
    font-size: 13px;
}


.banner_text h1 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 34px;
    line-height: 47px;
  
}
.banner-btn {
    display: inline;

}
.have-quest {
   
    justify-content: start;
    padding: 0;
}
.banner-btn a.btn10 {
    width: 45%;
    margin-bottom: 20px;
}

.banner-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.banner_text {
    margin-top: 24%;
}
.foot-social ul {
 
    margin-top: 4%;
}



.about-img img {
    width: 100%;
}
.aboutus {  
    height: 1383px;
 
}


.about-head {
    padding: 0;
    margin-top: 20px;
}
.ser-detail {
    text-align: center;
    padding: 0;
}
.quote-img {
    margin-top: 30px;
}
.ser-detail h6 {  
    font-size: 22px !important;
    line-height: 34px;
    margin: 10px 0 0;
}

.bk-txt h1 {
    font-size: 53px;
    width: 100%;
    margin: 0 auto;
}



.bk-buttn a.btn10 {
    width: 25%;
    margin-top: 1%;
}
.hover-btn {
    /* border: solid 5px white; */
    height: 195px;
    width: 336px;
    }
    a.hoverbtn.btn10 {
  
    width: 38%;
    right: 31%;
}



.hover-btn1 {
    /* border: solid 5px white; */
    height: 191px;
    width: 216px;
}


a.hoverbtn1.btn10 {
 
    width: 53%;
    right: 23%;
}

.gallery {
  
    height: 679px;
}

.sect-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.quote-btn a.btn10 {
   
    margin-bottom: 20px;
}



.banner-image img {
    height: 330px;
    object-fit: cover;
}
.inner-aboutus {

    height: 1714px;

}

.team-detail h6 {
    font-size: 27px;
  
}

.meet-head p {
    width: 100%;
   
}

.serdet-buttn a.btn10 {
    width: 28%;
}
.gall-buttn a.btn10 {
    width: 29%;
}
.send_message1 {
 
    margin-top: 24px;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

section.team.pt-8.pb-8 {
    height: auto;
}
.menuSec ul li a {  
       padding: 10px 10px;
    font-size: 17px;
    
}
.header-buttn .btn10 {
    padding: 18px 16px;
    font-size: 11px;
}


.banner_text h1 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 34px;
    line-height: 47px;
  
}
.banner-btn {
    display: inline;

}
.have-quest {
   
    justify-content: start;
    padding: 0;
}
.banner-btn a.btn10 {
    width: 45%;
    margin-bottom: 20px;
}

.banner-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.banner_text {
    margin-top: 24%;
}
.foot-social ul {
 
    margin-top: 4%;
}


.about-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
.aboutus {  
       height: auto;
 
}
.about-head .abt-buttn {
    margin-top: -110px;
}

.about-head {
    padding: 0;
    margin-top: 20px;
}
.ser-detail {
    text-align: center;
    padding: 0;
}

.ser-detail h6 {  
   font-size: 24px;
    line-height: 34px;
    margin: 8px;
}

.bk-txt h1 {
    font-size: 53px;
    width: 100%;
    margin: 0 auto;
}



.bk-buttn a.btn10 {
    width: 25%;
    margin-top: 1%;
}
.hover-btn {
    /* border: solid 5px white; */
    height: 195px;
    width: 336px;
    }
    a.hoverbtn.btn10 {
  
    width: 38%;
    right: 31%;
}



.hover-btn1 {
    /* border: solid 5px white; */
    height: 191px;
    width: 216px;
}


a.hoverbtn1.btn10 {
 
    width: 53%;
    right: 23%;
}

.gallery {
  
  height: 900px;
}

.sect-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.quote-btn a.btn10 {
   
    margin-bottom: 20px;
}
.quote-btn a.btn10 {
    width: 51%;
}


.banner-image img {
    height: 530px;
    object-fit: cover;
}
.inner-aboutus {

    height: auto;

}

.team-detail h6 {
    font-size: 27px;
  
}

.meet-head p {
    width: 100%;
   
}

.serdet-buttn a.btn10 {
    width: 28%;
}
.gall-buttn a.btn10 {
    width: 29%;
}

.about-head h3 {
   
    font-size: 30px;
    line-height: 33px;
}

.foot-fold2 a {
 
    font-size: 10px;
}

.foot-fold1 h4 {
    font-size: 23px;
}


.send_message1 h2 {
    font-size: 43px;
    
}


}



@media only screen and (min-width: 300px) and (max-width: 519px){
a.hoverbtn1.btn10{
    top:auto;
    left:auto;
    right:auto;
    position:unset;
}
header {

    position: inherit;   
    background: #68881e;
}
.banner-img {
    width: 100%;
    height: 346px;
    object-fit: cover;
}
.banner_text h1 {
 
    font-size: 27px;
    line-height: 36px;
}
.banner_text p {
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}


.txt h6.cont-num {
    font-size: 20px;   
    line-height: 36px;

}
.banner-btn a.btn10 {
    width: 46%;
}
.banner_text {
    margin-top: 0;
}
.year-experience {  
    left: 0;
    
}
.about-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 22px;
    line-height: 34px;
}

.about-head {
    padding: 0;
    margin-top: 20px;
}
.aboutus {   
    height: auto;
    
}
.abt-buttn a.btn10 {
    width: 42%;
    margin-top: 3%;
}


.ser-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 43px;
    line-height: 44px;
}
.ser-detail h6 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 30px;
    line-height: 36px;
    }
    .background {
    height: 240px;
  
}

.bk-txt h1 {
    font-size: 27px;
    width: 100%;
       line-height: 40px;
}


.bk-buttn a.btn10 {
    width: 46%;
    margin-top: 1%;
}

.bk-txt {
    margin-top: -20px;
}

.ser-head h3 {
 
    font-size: 30px;
    line-height: 23px;
   
}


.hover-btn1 {
    /* border: solid 5px white; */
    height: 100%;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}


a.hoverbtn1.btn10 {  
    width: 35%;

}

.gallery {

    height: auto;
}
.sect-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.quote-btn {
    margin-bottom: 20px;
}


.header-buttn .btn10 {
 
    font-size: 13px;
}

.title-new {
    position: absolute;
    top: 0;
}



.title-new h1 {
    font-size: 45px;

    line-height: 65px;
}
.banner-image img {
    width: 100%;
    height: 169px;
    object-fit: cover;
}
.inner-aboutus { 
    height: 2000px;
 
}

.meet-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 48px;
}
.meet-head p {
    width: 100%;
   
}

.team {

    height: 1800px;

}

.team-detail {
   
    margin-bottom: 20px;
}
.ser-detail-img h3 {
    font-size: 37px;
  
}
.serdet-buttn a.btn10 {
    width: 46%;
}
.hover-btn {
    /* border: solid 5px white; */
    height: 100%;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
a.hoverbtn.btn10 {
   
    width: 33%;
    right: 33%;
}
.gall-buttn a.btn10 {
    width: 47%;
}
.send_message h2 {
    font-size: 47px;
    line-height: 39px;

}
.send_message1 h2 {
    font-size: 32px;
    line-height: 37px;

}

.send_message1 {
 
    margin-top: 20px;
}

a.estbtn.btn10 {
    
    width: 41%;
  
}

}




@media only screen and (min-width: 520px) and (max-width: 767px){



header {

    position: inherit;   
    background: #68881e;
}
.banner-img {
    width: 100%;
    height: 346px;
    object-fit: cover;
}
.banner_text h1 {
 
      font-size: 37px;
    line-height: 43px;
}
.banner_text p {
    color: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}


.txt h6.cont-num {
    font-size: 20px;   
    line-height: 36px;

}
.banner-btn a.btn10 {
    width: 46%;
}
.banner_text {
    margin-top: 0;
}
.year-experience {  
    left: 0;
    
}
.about-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 22px;
    line-height: 34px;
}

.about-head {
    padding: 0;
    margin-top: 20px;
}
.aboutus {   
    height: 1090px;
    
}
.abt-buttn a.btn10 {
    width: 42%;
    margin-top: 3%;
}


.ser-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 43px;
    line-height: 44px;
}
.ser-detail h6 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 30px;
    line-height: 36px;
    }
    .background {
    height: 240px;
  
}

.bk-txt h1 {
    font-size: 27px;
    width: 100%;
       line-height: 40px;
}


.bk-buttn a.btn10 {
    width: 46%;
    margin-top: 1%;
}

.bk-txt {
    margin-top: -20px;
}

.ser-head h3 {
 
    font-size: 30px;
    line-height: 23px;
   
}

.gall-img img {
    border-radius: 20px;
    width: 100%;
}

.hover-btn1 {
    /* border: solid 5px white; */
   height: 457px;
    width: 516px;
}


a.hoverbtn1.btn10 {  
    width: 35%;

}

.gallery {
height: 2341px;
}
.sect-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.quote-btn {
    margin-bottom: 20px;
}


.header-buttn .btn10 {
 
    font-size: 13px;
}

.title-new {
    position: absolute;
    top: 0;
}
.test-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 48px;
}


.title-new h1 {
    font-size: 45px;

    line-height: 65px;
}
.banner-image img {
    width: 100%;
    height: 169px;
    object-fit: cover;
}
.inner-aboutus { 
   height: 1660px;
 
}

.meet-head h3 {
    font-family: 'Rajdhani-Bold', Sans-Serif;
    font-size: 48px;
}
.meet-head p {
    width: 100%;
   
}
.team-img img {
    width: 100%;
}
.team {

    height: 2191px;

}

.team-detail {
   
    margin-bottom: 20px;
}
.ser-detail-img h3 {
    font-size: 37px;
  
}
.serdet-buttn a.btn10 {
    width: 46%;
}
.hover-btn {
    /* border: solid 5px white; */
      height: 300px;
    width: 516px;
}
a.hoverbtn.btn10 {
   
    width: 33%;
    right: 33%;
}
.gall-buttn a.btn10 {
    width: 47%;
}
.send_message h2 {
    font-size: 47px;
    line-height: 39px;

}
.send_message1 h2 {
    font-size: 32px;
    line-height: 37px;

}

.send_message1 {
 
    margin-top: 20px;
}

a.estbtn.btn10 {
    
    width: 41%;
  
}

}




.header-logo {
    background: #fff;
    margin-top: -25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header-logo a img {
    width: 61%;
    margin: 0 auto;
    display: block;
}
.foot-fold-1 img {
    width: 60%;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}







