@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Lora:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'TwCenMTRegular';
    src: url('../fonts/TwCenMTRegular.eot');
    src: url('../fonts/TwCenMTRegular.eot') format('embedded-opentype'),
         url('../fonts/TwCenMTRegular.woff2') format('woff2'),
         url('../fonts/TwCenMTRegular.woff') format('woff'),
         url('../fonts/TwCenMTRegular.ttf') format('truetype'),
         url('../fonts/TwCenMTRegular.svg#TwCenMTRegular') format('svg');
}
*{padding: 0;margin: 0;}
body {margin: 0;padding: 0;font-family: 'Lora', serif;font-weight: normal;font-style: normal;background: #bb7bd16b;}
h1,h2,h3,h4,h5,h6{padding: 0;margin: 0;font-family: 'Lora', serif;font-weight: normal;font-style: normal;}
p{padding: 0;margin-bottom: 15px;font-size: 16px;color: #000000;font-family: 'Lora', serif;font-weight: normal;font-style: normal;}
img{max-width: 100%;border: none;}
a{text-decoration: none;outline: none !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
button:focus{box-shadow: none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
ul{padding: 0;margin: 0;list-style-type: none;}
li{padding: 0;margin: 0;}
a{ color:#000;}
.p-80{padding: 80px 0;}
.p-50{padding: 50px 0;}
.card, .card-header, .card-img, .card-body, .card-footer{padding: 0;margin: 0;border: 0;border-radius: 0;background-color: transparent;}
.wpcf7-spinner{ display:none;}
.btn {
    padding: 12px 20px;
    border-radius: 2px;
    border: 1px solid;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-primary{
    border-color: #0B7708;
    background-color: #0B7708;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus{
    box-shadow: none;
    border-color: #9000ff;
    background-color: #9000ff;
}
.form-group{
    margin-bottom: 24px;
    position: relative;
}
.form-control{
    border-radius: 1.609px;
    border: 0.804px solid #DADADA;
    background: rgba(255, 244, 244, 0.54);
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    height: 55px;
}
.form-control::placeholder{
    color: #575757;
    font-size: 15px;
    font-weight: 400;
}
.form-control:focus{
    box-shadow: none;
    background-color: rgba(83, 1, 53, 0.06);
    border-color: rgba(83, 1, 53, 0.06);
}
textarea.form-control {
    height: 96px;
    padding: 15px;
    resize: none;
}
/*-- heading area start --*/
.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.menu ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
    margin-right: 55px;
}
.menu ul li:last-child{
    margin-right: 0;
}
.menu ul li span {
    display: inline-block;
    position: relative;
    bottom: 3px;
}

.menu ul li:hover span::after{
    color: #000000;
}
.menu ul li.active{
    position: relative;
}
.menu ul li.active::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.menu ul li a span {
    display: inline-block;
    vertical-align: 1px;
    margin-left: 2px;
    font-size: 13px;
    opacity: 0.9;
}
.menu ul li ul {
    width: 256px;
    display: block;
    position: absolute;
    top: calc(100% + 0);
    left: 0;
    z-index: 2;
    background-color: #225298;
    text-align: left;
    box-shadow: none;
    padding: 14px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 0;
    z-index: 99;
}
.menu ul ul li:first-child:before{ display: none; }
.menu ul ul li:after {
display: none;
}
.menu ul li:last-child ul {
    width: 220px;
/* display: none;*/
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 2%);
    text-align: left;
}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 10px 15px;
    color: #fff;
    line-height: 16px;
    display: block;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li ul li a:hover{ color: #fff;
    background: #be4238;}
.menu ul li ul li a i {
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px;
    font-size: 12px;
    opacity: 0.74;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li ul li ul {
    top: 10px;
    left: 149px;
}
.menu ul li ul li span {
    right: 7px;
    top: 12px;
}
.menu ul li a:hover.menu ul li ul {
    display: block;
}
.menu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: solid 1px rgb(255 255 255 / 7%);
    border-right: none;
    margin-right: 0px;
}
.menu ul li ul li:last-child{ border: none; }
.menuButton {
    width: 40px;
    height: 35px;
    padding: 5px;
    float: right;
    display: none;
}
.menuButton span {
    width: 100%;
    height: 3px;
    background: #9102ff;
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child {
    margin-bottom: 0;
}
.header-area.fix .menu-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(112 112 112 / 13%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-area{
    border-top: 3px solid #0B7708;
    padding: 30px 0;
}
.logo{
    width: 100%;
    max-width: 210px;
}
.logo img{
    width: 100%;
    object-fit: cover;
}
.menu ul li{
    display: inline-block;
    margin-right: 45px;
}
.menu ul li:last-child{
    margin-right: 0;
}
.menu ul li a {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 8px;
}
.menu ul li.contact-link a {
    border-radius: 2px;
    border: 1px solid #0B7708;
    padding: 10px 15px;
}
.menu ul li.contact-link a::after{
    display: none;
}
.menu ul li.contact-link a:hover{
    background-color: #0B7708;
    color: #ffffff;
}
.menu ul li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.4px;
    background-color: #000000;
    transition: 0.5s;
}
.menu ul li a:hover::after, .menu ul li.active a::after{
    width: 100%;
}
/*-- heading area stop --*/
/*-- heading start --*/
.heading h1, .heading h2 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 15px;
}
.heading p {
    color: #393939;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.96px;
    margin-bottom: 5px;
}
/*-- heading stop --*/
/*-- home area start --*/
.home-body-area{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.home-body-area .heading p:last-child{
    margin-bottom: 0;
}
.home-body-area .heading{
    margin-bottom: 55px;
}
.home-body-area .heading .textbox{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.home-body-area .form-box{
    margin-bottom: 35px;
}
.form-box{
    padding: 45px;
    border-radius: 3.218px;
    background: #FFF;
    box-shadow: 3.21778px 3.21778px 20.11114px 0px rgba(0, 0, 0, 0.08);
}
.form-box .form-group .icon {
    position: absolute;
    top: 13px;
    right: 15px;
}
.datepicker td, .datepicker th{
    padding: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
/*-- home area stop --*/
/*-- footer area start --*/
.copyright{
    border-top: 1px solid #A2A2A2;
    padding: 20px 0;
}
.copyright .copyright-left p{
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}
.copyright .copyright-left p:last-child{
    margin: 0;
}
.copyright .copyright-left p a{
    color: #0B7708;
}
.copyright .copyright-left p a:hover{
    color: #9000ff;
}
.footer-link ul li{
    display: inline-block;
    margin-right: 25px;
}
.footer-link ul li:last-child{
    margin-right: 0;
}
.footer-link ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.footer-link ul li a:hover{
    color: #0B7708;
}
/*-- footer area stop --*/
/*-- index text area start --*/
.index-text-body-area{
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}
.index-text-body-area p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 12px;
}
.index-text-body-area p:last-child{
    margin: 0 0 0;
}
.index-text-area {
    padding-bottom: 50px;
}
/*-- index text area stop --*/
/*-- about area start --*/
.about-area .about-img{
    width: 100%;
    max-width: 210px;
    margin: 0 auto 80px;
    position: relative;
}
.about-area .about-img img{
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.about-area .about-img::before {
    content: '';
    position: absolute;
    top: -28px;
    right: -28px;
    width: 100%;
    max-width: 80%;
    height: 120%;
    border: 1px solid #D9D9D9;
    z-index: 0;
}
.about-contain-box {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 30px;
}
.about-contain-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1px;
    height: 60px;
    background-color: #A2A2A2;
}
.about-contain-box p{
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 12px;
}
.about-contain-box h3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 12px;
}
.about-contain-box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-contain-box:last-child::after{
    display: none;
}
.form-box .form-text {
    text-align: center;
    margin: 0 0 35px;
}
.form-box .form-text h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.346px;
    margin: 0 0 12px;
}
.form-box .form-text p{
    margin: 0 auto;
    width: 100%;
    max-width: 512px;
}
.contact-info{
    text-align: center;
    margin-bottom: 60px;
}
.contact-info h1{
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 25px;
}
.contact-info .contact{
    margin: 0 0 0;
    width: 100%;
    max-width: 336px;
    margin: 0 auto 20px;
}
.contact-info .contact h3{
    color: #0B7708;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px;
}
/*-- about area stop --*/

.fild1{ position:relative}
.fild1:after{ position:absolute; content:"";border: solid #858585;top: 17px; right: 15px; border-width: 0 2px 2px 0;display: inline-block;
padding: 5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
ul{ padding:0px;  margin:15px 0px;}
.about-contain-box ul li{font-style: italic;}
.home-body-area .btn-primary{font-size: 20px;padding: 13px 40px; margin-top:50px;}



