@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Bold.woff2') format('woff2'),
        url('font/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-ExtraBold.woff2') format('woff2'),
        url('font/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Black.woff2') format('woff2'),
        url('font/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.woff2') format('woff2'),
        url('font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-SemiBold.woff2') format('woff2'),
        url('font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Medium.woff2') format('woff2'),
        url('font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: 'poppins', sans-serif;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
p, body{
    font-size: 14px;
}
.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}


/*-- Header Start --*/
.header-sec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-bar {
    background-color: #7dab0f;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 45px;
    overflow: hidden;
    position: relative;
}
/*.top-bar:after{
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/backgrounditemwebsiteroemah.png);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}*/

.top-bar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.iconboxarea a {
    color: #fff;
    text-decoration: none;
}
.header-logo {
    text-align: center;
    width: 340px;
    margin: 0 auto;
    height: 140px;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    align-items: flex-start;
    padding-top: 15px;
    margin-top: -73px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.header-logo img {
    width: 100%;
    max-width: 180px;
    transition: all 0.3s ease-in-out;
}
.header-sec.sticky img{
        max-width: 130px;
        transition: all 0.3s ease-in-out;
}
.header-sec.sticky .header-logo{
    height: 130px;
        width: 210px;
        transition: all 0.3s ease-in-out;
}
li.righttop-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.hderbtn {
    background: #128c7e;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}
a.hderbtn:hover{
    transition: all 0.3s ease-in-out;
    background: #000;
}
/*-- Banner Start --*/
.banner-sec{
    position: relative;
}
.img-box-banner img {
    width: 100%;
}
.banner-sec:after {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(white , transparent 90%);
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    display: none;
}
.banner-form {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
    background: #99bd42;
    max-width: 430px;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.form-headingbox h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.form-headingbox p {
    color: #fff;
}

.banner-form .form-control {
    padding: 15px 30px;
    margin-bottom: 15px;
    border: none;
    border-radius: 60px;
    font-size: 14px;
}

.banner-form 
 #submit {
    background: #000000;
    border: none;
    border-radius: 60px !important;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
}
.banner-form #submit:hover{
    background: #000;
    transition: all 0.3s ease-in-out;
 }
.img-box-banner {
    position: relative;
}

.banner-textarea {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 610px;
    z-index: 1;
}

.banner-textarea h1 {
    margin: 0px;
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    /* text-shadow: 9px 12px 24px #0a242a; */
}
.banner-textarea ul {
    list-style: none;
    margin: 0px;
    /* background: #0000008a; */
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

.banner-textarea ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.banner-textarea ul li i {
    background: #7dab0f;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
}

.banner-textarea ul li p {
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
}
.img-box-banner:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    z-index: 0;
}
.banner-textarea ul li:last-child {margin: 0px;}
/*-- About Sec --*/
.about-imgbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.left-imgbox {
    width: calc(50% - 10px);
}

.right-imgbox {
    width: calc(50% - 10px);
}

.about-imgbox img {
    width: 100%;
    border-radius: 10px;
}

.about-img-box-text {
    background: #7dab0f;
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 20px;
    min-height: 190px;
    display: flex;
    align-items: center;
}
.about-img-box-text:after{
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/backgrounditemwebsiteroemah.png);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
.about-img-box-text h3 {
    font-size: 20px;
    font-weight: bold;
}

.about-img-box-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.about-img-box-text span svg {
    background: #fff;
    width: 46px;
    padding: 10px;
    border-radius: 100%;
    fill: #7dab0f;
    margin-right: 10px;
}

.about-img-box-text a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.titlebox {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.titlebox:after {
    content: "";
    height: 5px;
    width: 60px;
    background: #7dab0f;
    display: block;
    bottom: -3px;
    position: absolute;
    left: 0;
}
.titlebox.text-center:after{
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/*-- Section 3  Start --*/
.sec3-cta{
    background-image: url(../img/bannersec3.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 100px;
}
.ctabox {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.27);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    overflow: hidden;
}
.ctabox h3 {
    font-weight: 700;
}

.btnstyle {
    background: #128c7e;
    border: 2px solid #ffff;
    border-radius: 60px !important;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.btnstyle:hover{
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: #000;
}
.ctabox center {
    display: inline-block;
    margin-bottom: 40px;
}
.ctabox .gallslider{
    position: relative;
}
.gallslider .swiper-button-prev,
.gallslider .swiper-button-next{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #7dab0f;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.sec4-sv-box {
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin-top: 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 420px;
}

.sec4-sv-box:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #f7ffe4;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.sec4-svbox-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.sec4-svbox-content .icon-box {
    width: 90px;
    margin: 0 auto 20px;
}

.sec4-svbox-content .icon-box img {
    width: 100%;
}

.sec4-content h3 {
    font-weight: 700;
    font-size: 20px;
}
.sec4-sv-box:hover:after{
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

/*-- CTA Start --*/
.sec5-imgbox img{
    width:100%;
}
.sec5content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #7dab0f;
}
.sec5-content {
    text-align: center;
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.sec5-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.sec5content-box:after{
        content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/backgrounditemwebsiteroemah.png);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
.sec5-content a.ctacallbtn {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}

.sec5-content a.ctacallbtn svg {
    background: #fff;
    width: 46px;
    padding: 10px;
    border-radius: 100%;
    fill: #7dab0f;
    margin-right: 10px;
}
.sec6-itemlsit ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
}

.sec6-itemimg {
    background: #7dab0f;
    width: 70px;
    height: 70px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

.sec6-itemlsit ul li {
    width: calc(16% - 1px);
    text-align: center;
    margin-top: 20px;
    border: 1px solid #eee;
    border-bottom: 3px solid #7dab0f;
    padding: 20px;
    min-height: 170px;
}

.sec6-itemimg img {
    width: 100%;
}

.sec6-itemlsit ul li h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

/*-- Testimonials --*/
.sec6-testi {
    background: #eee;
}
.testi-tem {
    background-image:url(../img/testibg.jpg);
    padding: 20px 70px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    min-height: 290px;
    background-size: cover;
    background-position: center;
    border: 1px solid #7dab0f;
}

.testi-tem .testi-icon {
    width: 60px;
    margin: 0 auto 10px;
    background: #eee;
    padding: 14px;
    height: 60px;
    border-radius: 100%;
}

.testi-tem .testi-icon img {
    width: 100%;
}
.swiper-container{
    margin-top: 20px;
}
.testi-tem .auther {font-weight: 800;font-size: 16px;}
.sec7-cta{
    background-image: url(../img/cta-bg3.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.sec7-cta:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7dab0f;
    opacity: 0.8;
}
.sec7-ctatext {
    text-align: center;
    position: relative;
    z-index: 1;
}
.sec7-ctatext h3 {
    font-weight: 800;
    color: #fff;
}

.sec7-ctatext p {
    color: #fff;
    font-size: 20px;
}

/*-- Footer --*/
footer.aot-footer {
    background: #fff;
    background-size: cover;
    background-position: center;
    background-image: url(../img/footer-bg.jpg);
    padding-bottom: 30px;
}

.aot-ft-col1 img {
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px;
}

.aot-ft-col1 {
    text-align: center;
}
.aot-ft-form h3,
.ftr-aaa h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.ft-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ft-info ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ft-info ul li i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7dab0f;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.ft-info ul li p {
    width: 60%;
    margin: 0px;
}

.ft-info ul li a {
    color: #000;
}
.aot-ft-form textarea:focus, .aot-ft-form input:focus, .aot-ft-form textarea, .aot-ft-form select, .aot-ft-form input {
    border-radius: 70px;
    padding: 10px 20px;
    margin-bottom: 14px;
    background: #7dab0f;
    font-size: 14px;
    color: #fff;
    box-shadow: none;
}
.aot-ft-form textarea:focus,
.aot-ft-form textarea{
    border-radius: 20px;
}
.aot-ft-form input::placeholder,
.aot-ft-form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.aot-ft-form input::-ms-input-placeholder,
.aot-ft-form textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.theme-btn{
    background: #000;
    border: none;
    border-radius: 60px !important;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.theme-btn:hover{
    background: #000;
    transition: all 0.3s ease-in-out;
}
.copy {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
}
 .footer-box {
    display: none;
 }
.innercontent {
    width: 100%;
}
.sec5-imgbox {
    background-size: cover;
    background-position: center;
}
.aot-ft-form form {
    padding: 20px;
    background: #f7ffe4;
    border: 1px solid #eee;
    border-radius: 20px;
    border-bottom: 5px solid #7dab0f;
}
.top-bar ul li {
    display: flex;
    align-items: center;
}
.thankyoubox {
    text-align: center;
    padding: 50px 0px;
}
.thankyoutcontent {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffffe0;
    text-align: center;
    padding: 20px 40px;
    border-radius: 10px;
}
.thankyoutcontent h2 {
    color: #7dab0f;
    font-weight: bold;
    font-size: 60px;
}

.thankyoutcontent p {
    color: #000;
    font-size: 18px;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 1023px) and (max-width: 1400px){
.sec5-content a.ctacallbtn{
        font-size: 19px;
}
.sec4-sv-box{
 padding: 40px;
}
.sec4-content h3 {
    font-size: 18px;
}
p, body {
    font-size: 13px;
}
.about-img-box-text{
        min-height: 160px;
}
.banner-textarea h1{
    font-size: 35px;
}
.header-logo{
        width: 250px;
        height: 120px;
}
.header-logo img{
        max-width: 140px;
}
.header-sec.sticky .header-logo {
    height: 110px;
    width: 180px;
    }
    .banner-form{
            max-width: 360px;
    }
    .form-headingbox h3{
        margin-bottom: 10px;
    font-size: 24px;
    }
    .banner-form .form-control{
            padding: 9px 20px;
            margin-bottom: 10px;
    }
    .banner-form{
            max-width: 360px;
    padding: 20px;
    }
    .banner-form #submit{
            padding: 9px 10px;
    }

}
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.header-logo{
    width: 180px;
    height: 110px;
}
.banner-textarea h1{
    font-size: 26px;
    text-align: center;
}
.banner-textarea {
position: absolute;
        bottom: 10%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: 90%;
}
.banner-textarea ul{
        margin-top: 0;
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.banner-textarea ul li{
    margin-bottom: 0px;
}
.banner-form {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.about-img-box-text {
    min-height: 210px;
}
.content-boxarea {
    margin-top: 30px;
}
.sec4-sv-box{
        min-height: 430px;
        padding: 30px;
}
.sec6-itemlsit ul li{
        width: 32%;
}
.sec5-imgbox {
    min-height: 330px;
}
.thankyoutcontent h2{
        font-size: 40px;
}
.thankyoutcontent p {
    color: #000;
    font-size: 14px;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}

 .img-box-banner:after{
        display: none !important;
    }
.header-logo{
    width: 220px;
    height: 110px;
    margin-top: 0px;
    border-radius: 0px;
}
.banner-textarea h1{
    font-size: 24px;
    text-align: center;
    text-shadow: none;
    color: #7dab0f;
    font-weight: 700;
}
.banner-textarea {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 90%;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin: -20px auto 30px;
    z-index: 9;
    left: auto;
    top: auto;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}
.banner-form {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 90%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.about-img-box-text {
    min-height: auto;
}
.content-boxarea {
    margin-top: 0px;
}
.sec4-sv-box{
        min-height: auto;
        padding: 30px;
}
.sec6-itemlsit ul li{
        width: 48%;
}
header.header-sec {
    position: static;
}
.banner-sec:after{
    display: none;
}
.top-bar ul li:last-child{
    display: none;
}
.top-bar ul li{
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 21px;
}
.sec5-imgbox {
    min-height: 330px;
}
.left-imgbox {
    width: 100%;
}
.right-imgbox {
    width: 100%;
}
.titlebox{
        font-size: 26px;
}
.about-imgbox{
    margin-bottom: 20px;
}
.sec4-sv-box:after{
    opacity: 0.9;
}
.testi-tem{
        padding: 20px 30px;
}
.gallslider .swiper-button-prev, .gallslider .swiper-button-next{
        width: 30px;
    height: 30px;
}
    .footer-box {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #a69837;
        color: white;
        text-align: center;
        z-index: 999;
    }
.book-app {
        width: 50% !important;
        padding: 2%;
        float: left;
        line-height: 18px;
        height: 50px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .book-app a {
        text-decoration: none;
    }
    .copy{
            margin-bottom: 49px;
    }
    .aot-ft-form h3, .ftr-aaa h3{
        text-align: center;
    }
    .banner-textarea ul li p{
            color: #000;
            text-align: left;
            width: 76%;
    }
    .banner-textarea ul{
        padding: 0px;
    }
    .thankyoutcontent h2{
        font-size: 40px;
}
.thankyoutcontent p {
    color: #000;
    font-size: 14px;
}
.thankyoutcontent {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.thankyoutcontent p {
    margin: 0px;
}
}