*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
    font-family: 'Raleway';
	font-weight: 500;
	line-height: 28px;
}
body {
    overflow-x: hidden;
    font-family: 'Raleway';
}
.header_main .container-fuild, .main_banner .container-fuild {
    padding: 0px 113px;
    position: relative;
    z-index: 1;
}
.header_main {
    float: left;
    width: 100%;
    padding: 17px 0px;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0px;
    min-height: 89px;
    background: linear-gradient(180deg, rgb(36 36 36) 0%, rgb(40 60 177 / 0%) 100%);
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.header_main .container-fluid {
    padding: 0px 36px;
}
.logo_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
}
.logo_area .logo_1{
	max-width: 213px;
    position: relative;
}
.logo_area .logo_1:before {
    content: "";
    height: 78px;
    width: 1px;
    position: absolute;
    right: 107px;
    background: #fff;
    top: 3px;
}
.header_main .logo_area img {
    width: 213px;
    object-fit: contain;
    height: auto;
}
.header_main .nav_area ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.nav_bar .appoint_area a b{
display: inline-block;
    margin-top: 6px;
    margin-left: 6px;
}

.nav_bar .appoint_area a span {
    font-size: 19px;
    margin-right: 1px;
}
.header_main .nav_area ul li {
    margin: 19px 8px;
}
.header_main .nav_area ul li a {
    color: #ffffff;
    font-size: 13.85px;
    font-weight: 700;
    text-transform: uppercase;
       font-family: 'Raleway';
    letter-spacing: -.4px;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
        display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ---------slider-------- */
.banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner img {
    height: 712px;
    width: 100%;
    object-fit: cover;
    object-position: 0% 67%;
}
.banner .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0px;
    display: flex;
    align-items: center;
}
.banner .text-heading {
    position: relative;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    float: left;
}
.banner_btn .flex_btn:nth-child(2) {
    background: #00679dd6 !important;
}
.banner_btn .flex_btn:nth-child(2) img {
    max-width: 55px;
    height: auto;
}
.banner h1 {
    font-family: 'inter';
    font-size: 92px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 79px;
    position: relative;
    text-decoration: none;
    max-width: 435px;
}
.banner h1{
    font-size: 51px;
    line-height: 58px;
    max-width: 601px;
	text-transform: capitalize;
}
.banner h1 span{
   color: #f7ffec;
    background-image: linear-gradient(#779b49, #779b49) !important;
    text-decoration: none;
    background-position: 94% 74%, 14% 13%;
    background-size: 92% 0.5em, 6%;
    background-repeat: no-repeat;
    padding-bottom: 8px;
}
.banner p {
    font-size: 23px;
    font-weight: 600;
    max-width: 659px;
    padding: 15px 0px 9px;
}
.banner h4 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0px 13px;
}
.banner p {
    font-family: 'Mulish';
    font-size: 19px;
    color: #fff;
    line-height: 31px;
    font-weight: 500;
    max-width: 659px;
    padding: 0px 0px 7px;
}
.banner .banner_btn a {
    color: #fff !important;
}
.banner_btn a {
    font-size: 15px;
    font-family: 'Mulish';
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 32px;
    display: inline-block;
    border-radius: 0px;
    background: #91be58;
    margin: 0px 11px 0px 0px;
    position: relative;
    transition: .4s;
    border: #91be58 solid 4px;
}
.banner_btn a:nth-child(1) {
    background-color: #2dcebb00;
    border: #fff solid 4px;
    display: flex;
    align-items: center;
}
.banner_btn a:nth-child(2) {
    padding: 13.4px 26px;
	display: flex;
	align-items: center;
}
.banner_btn a:nth-child(2) span {
    font-size: 19px;
    vertical-align: middle;
    padding-right: 6px;
}
.banner_btn span {
    font-size: 26px;
    padding-right: 13px;
}
.banner_btn {
     margin-top: 26px;
    display: flex;
    align-items: center;
}
/* ------------section.banner_bottom_area--------- */
.banner_bottom_area{
    float: left;
    width: 100%;
    position: relative;
    background-color: #779b49;
    min-height: 156px;
    display: flex;
    align-items: center;
}
.banner_bottom_area .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
	transition: all .4s;
}
.banner_bottom_area .wrapper img {
    transition: all .3s;
}
.banner_bottom_area .wrapper:hover img{
	transform: rotateY(360deg);
}
.banner_bottom_area .wrapper:after {
    content: "";
    border-right: #84aa53 solid 1px;
    position: absolute;
    height: 58px;
    right: -19px;
}
.banner_bottom_area .col-md-3:nth-child(4) .wrapper:after{
	border: none;
}
.banner_bottom_area .wrapper p {
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    letter-spacing: -.3px;
    max-width: 100px;
    margin-bottom: 0px;
}
/* -----------------about aea-------------- */
section.about-area {
    float: left;
    width: 100%;
    padding: 90px 0px;
    position: relative;
    background-image: url(../images/about_bg.jpg);
    position: relative;
	background-size: cover;
}
section.about-area::before {
    content: "";
    position: absolute;
    background-color: #ecececa8;
    width: 100%;
    height: 100%;
    top: 0px;
	left: 0px;
}
section.about-area .about-us{
   max-width: 872px;
    margin: auto;
    text-align: center;
    position: relative;
}
section.about-area .about-us h4 {
  font-family: 'Raleway';
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -.3px;
    color: #555555;
    padding: 20px 0px 14px;
}
section.about-area .about-us h2 {
    font-family: 'Inter';
    font-size: 43px;
    color: #161616;
    letter-spacing: -.9px;
    line-height: 46px;
    font-weight: 800;
    text-transform: capitalize;
}
section.about-area .about-us h2 span{
    color: #2dcebb;
}
section.about-area .about-us p {
    font-family: 'Raleway';
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: 0px;
    line-height: 27px;
    padding: 10px 0px 25px;
    font-weight: 500;
}
.read_more{
    border: none;
    color: #fff;
    background: #779b49;
    text-transform: uppercase;
    font-family: 'Mulish';
    font-weight: 800;
    padding: 19px 38px;
    font-size: 15px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 23px;
    text-align: center;
    margin: 1px 0px 0px 0px;
    letter-spacing: 1px;
	transition: all .3s;
}
section.about-area .read_more span {
    padding-left: 2px;
}
.read_more:hover {
    background: #404040;
    color: #fff;
}
/* -------------Supportive_area------------- */
.Supportive_area{
    float: left;
    width: 100%;
    display: flex;
    padding: 90px 0px;
}
section.Supportive_area .img_area{
    position: relative;
	overflow: hidden;
}
section.Supportive_area .img_area img {
    width: 100%;
    height: 540px;
    object-fit: cover;
	transition: all .4s;
}
section.Supportive_area .img_area:hover img {
    scale: 1.1;
}
section.Supportive_area .img_area:hover .google_search img {
    transform: rotateY(360deg);
}
section.Supportive_area .row:nth-child(1) .content {
    padding-left: 42px;
}
section.Supportive_area .col-md-6 {
    padding: 0px;
}
section.Supportive_area .row {
    align-items: center;
    padding: 0px 40px;
}
.Supportive_area h2{
    font-family: 'Inter';
    font-size: 43px;
    color: #161616;
    letter-spacing: -.9px;
    line-height: 46px;
    font-weight: 800;
    text-transform: capitalize;
}
.Supportive_area p{
    font-family: 'Raleway';
    font-size: 16px;
    color: #555555;
    letter-spacing: 0px;
    line-height: 27px;
    padding: 10px 0px 25px;
    font-weight: 500;
}
section.Supportive_area .row:nth-child(2) p {
    padding: 0px;
}
.Supportive_area ul li {
    font-family: 'Raleway';
    font-size: 16px;
    color: #555555;
    padding-left: 21px;
    font-weight: 500;
    margin-bottom: 11px;
    position: relative;
    list-style: none;
}
.Supportive_area ul {
    margin-bottom: 23px;
}
section.Supportive_area .row:nth-child(2) h2 {
    margin-bottom: 20px;
}
.Supportive_area ul li:before {
    content: "";
    background: #779b49;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 10px;
}
.Supportive_area ul li a, .Supportive_area p a{
     color: #779b49;	
}
section.Supportive_area a img {
    max-width: 27px;
    margin-right: 6px;
}
section.Supportive_area .google_search {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #779b49;
    height: 123px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s;
}
section.Supportive_area .img_area:hover .google_search {
    background: #282828;
}
section.Supportive_area .row:nth-child(2) .img_area:hover .google_search {
    background: #779b49;
}
section.Supportive_area .google_search img {
    max-width: max-content;
    height: auto !important;
    width: 100%;
}
section.Supportive_area .content {
    padding-left: 17px;
}
section.Supportive_area .row:nth-child(2) {
    flex-direction: row-reverse;
}
section.Supportive_area .row:nth-child(2) .google_search {
    left: 22px;
    background: #282828;
}
section.Supportive_area .row:nth-child(2) .read_more {
    background: #282828;
}
.read_more span {
    padding-left: 4px;
}
/* ---------------portfolio--------- */
.services_area{
    float: left;
    width: 100%;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
	background-attachment: fixed;
}
.services_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e7e7e775;
    position: absolute;
    top: 0px;
}
.services_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 34px;
}
.services_btn h2 {
   font-family: 'Inter';
    font-size: 50px;
    color: #3a3a3a;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    text-align: center;
}
.services_area .test_conent {
    position: relative;
}
.services_area .over_lay {
    position: absolute;
    background: #00000057;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(180deg, rgb(58 57 61 / 0%) 0%, rgb(2 2 2 / 70%) 100%);
	    background: linear-gradient(180deg, rgb(58 57 61 / 0%) 0%, rgb(30 30 30 / 87%) 100%);
}
.services_area .test_conent h3 {
    position: absolute;
    bottom: 27px;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway';
}
.services_area .test_conent h6{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway';
}
.services_area .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #2dcebb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-top: 40px;
}
.services_area .item:hover .view_more{
    opacity: 1;
}
.services_area .item:hover h3{
    display: none;
}
.services_area .test_conent a{
    color: #fff;
    font-family: 'mulish';
    font-size: 15px;
    font-weight: 900;
    padding: 17px 0px 0px;
}
a:hover{
    text-decoration: none;
}
.services_area .view_more {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #5151513b;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}
.services_area .view_more:before {
    content: "";
    border: #779b497a solid 11px;
    position: absolute;
    height: 144px;
    width: 135px;
}
.services_area .view_more h6, .services_area .view_more a{
    position: relative;
    z-index: 9;
}
.services_area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 283px;
    object-fit: cover;
}
/* ---------------------Branding_area-------------- */
.Branding_area {
   float: left;
    width: 100%;
    background-image: url(../images/book_an.jpg);
    padding: 103px 0px;
    position: relative;
    min-height: 410px;
    background-size: cover;
    background-position: 10%;
}
.Branding_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #91be58ed;
    position: absolute;
    top: 0px;
}
.Branding_area .content{
    position: relative;
    text-align: center;
    margin: auto;
}
.Branding_area .content h2 {
    font-family: 'Inter';
    font-size: 39px;
    color: #fff;
    letter-spacing: -.9px;
    line-height: 46px;
    font-weight: 900;
    text-transform: capitalize;
}
.Branding_area .content a {
    background-color: #2f2f2f;
    border: #2f2f2f solid 3px;
    padding: 15px 32px;
	font-family: 'Mulish';
    font-weight: 900;
}
.Branding_area .content a:hover {
    background: #fff !important;
    color: #000 !important;
    border: #fff solid 3px !important;
}
.Branding_area .content p {
    font-family: 'Raleway';
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 13px 0px 31px;
    font-weight: 500;
    max-width: 800px;
    margin: auto;
}
.Branding_area .content a:nth-child(2) {
    border: #fff solid 3px;
    background: none;
    padding: 16px 30px;
    color: #fff;
}
.Branding_area .content .banner_btn {
    margin-top: 0px;
	justify-content: center;
}
.banner_btn a:nth-child(1) span {
    font-size: 23px;
}
/* ------------blog_area-------------- */
.blog_area{
    float: left;
    width: 100%; 
    padding: 90px 0px;
}
.blog_area .wrapper{
    position: relative;
}
.blog_area .wrapper img{
    height: 267px;
    width: 100%;
}
.blog_area .wrapper .content {
    margin-top: -78px;
    padding: 0px 11px;
}
.blog_area .wrapper .content h5 {
    font-family: 'Inter';
    font-size: 14px;
    color: #fff;
    letter-spacing: -.4px;
    /* line-height: 31px; */
    font-weight: 800;
    background-color: #6d6d6d;
    position: relative;
    display: inline-block;
    padding: 8px 26px 17px;
    margin-bottom: -11px;
    border-radius: 9px 0px;
	transition: all .3s;
}
.blog_area .wrapper .content h5 span {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: bottom;
}
.blog_area .wrapper .content_bg {
    background: #fff;
    padding: 22px 29px;
    position: relative;
    border-radius: 10px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.blog_area .wrapper .content_bg h4{
    font-family: 'Raleway';
    font-size: 24px;
    color: #2f2f2f;
    letter-spacing: -1px;
    line-height: 31px;
    font-weight: 800;
	transition: all .3s;
}
.blog_area .wrapper .content_bg p {
    font-family: 'Raleway';
    font-size: 17px;
    color: #5e5e5e;
    line-height: 26px;
    font-weight: 500;
    padding: 4px 0px 6px;
}
.blog_area .wrapper .content_bg a{
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'mulish';
    letter-spacing: -.5px; 
    transition: all .3s;
}
.blog_area .wrapper .content_bg a span {
    margin-left: 6px;
}
.blog_area .wrapper:hover .content h5{
    background-color: #779b49;
}
.blog_area .wrapper:hover .content_bg h4, .blog_area .wrapper:hover .content_bg a{
    color: #779b49;
}
/* -----------newsletter_area-------- */
.newsletter_area{
    float: left;
    width: 100%;
    background-color: #eaeaea;
    min-height: 219px;
    display: flex;
    align-items: center;
}
.newsletter_area h2{
    font-family: 'Inter';
    font-size: 40.83px;
    color: #4b4d49;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.newsletter_area p{
    font-family: 'Raleway';
    font-size: 17px;
    color: #4c4c4c;
    line-height: 27px;
    font-weight: 500;
    max-width: 333px;
	margin-bottom: 0px;
}
.footer_area {
    float: left;
    width: 100%;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: 10% -60%;
    z-index: -1;
}
.footer_area::before {
    content: "";
    background-color: #1c1c1ce3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
.footer_area .container {
    padding: 58px 0px;
}
.footer_area .content_flex {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    align-items: baseline;
}
.footer_area .content_flex h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.4px;
    line-height: 23px;
    font-weight: 700;
    text-transform:uppercase;
}
.footer_area .content_flex p {
    font-family: 'Raleway';
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 0px;
    max-width: 240px;
    font-weight: 500;
}
.footer_area .content_flex p a{
    color: #fff;
}
.footer_area .content_flex.phone p {
    font-family: 'Raleway';
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 7px;
}
.footer_area .content_flex.phone p a{
    color: #fff;
}
.footer_area .content_flex.phone {
    margin-bottom: 0px;
}
.footer_area .content_flex i {
    font-size: 17px;
    color: #779b49;
}

.footer_area .footer_menu ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.footer_area .footer_menu ul li {
    max-width: 180px;
    width: 100%;
    margin-bottom: 10px;
}
.footer_area .footer_menu ul li a {
    color: #fff;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 15.31px;
	transition: all .3s;
}
.footer_area .footer_menu ul li a:hover{
	   color: #779b49;
}
.footer_area .social_icon ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.footer_area .social_icon ul a {
    color: #fff;
    width: 48px;
    height: 48px;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
	transition: all .3s;
}
.footer_area .social_icon ul a:hover {
    color: #779b49;
    border: #779b49 solid 1px;
}
.footer_area .row {
    align-items: center;
}
.copy_right{
    float: left;
    width: 100%;
}
.copy_right p {
    font-family: 'Raleway';
    font-size: 15.31px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 500;
}
.copy_right .container {
    padding: 37px 0px;
    border-top: #626e79 solid 1px;
    margin-top: 26px;
    position: relative;
}
p.lime_area {
   text-align: right;
   font-size: 15.32px;
}
p.lime_area i {
    color: #779b49;
    font-size: 16px;
    padding: 0px 4px;
}
p.lime_area a{
    text-transform: uppercase;
    color: #fff;
}

/* ---------main heading-------- */
.main-heading h2 {
    font-size: 39px;
    font-family: 'Open Sans';
    color: #009194;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 33px;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 136px 0px 72px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 21%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #fff;
    letter-spacing: -.4px;
    line-height: 50px;
    font-weight: 800;
    font-family: 'Inter';
    font-size: 50px;
    font-weight: 900;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 5px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
	margin-bottom: 0px;
}
.about-banner ul li {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}
.banner_btn a:nth-child(1):hover {
    background: #91be58;
    border: #91be58 4px solid;
}
.banner_btn a:nth-child(2):hover {
    background: #ffffff;
    color: #000 !important;
    border: #fff solid 4px;
}
section.Supportive_area .row:nth-child(2) .read_more:hover {
    background: #779b49;
}
section.newsletter_area input {
    height: 63px !important;
    background: none !important;
    border: #5f707e solid 2px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 20px !important;
    font-family: 'Raleway';
	color: #6d6d6d !important;
}
section.newsletter_area input::placeholder{
	font-size: 16px !important;
    font-family: 'Raleway';
	color: #6d6d6d !important;
}
section.newsletter_area .wpforms-submit-container {
    position: relative;
}
section.newsletter_area .wpforms-submit {
    background: #779b49 !important;
    width: 162px !important;
    height: 53px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-family: 'Mulish' ! IMPORTANT;
    font-weight: 800;
    letter-spacing: 1px !important;
    position: absolute !important;
    top: -68px !important;
    right: 5px;
	transition: all .3s;
}
section.newsletter_area .wpforms-submit:hover {
    background: #2f2f2f !important;
}
section.newsletter_area label.wpforms-error {
    position: absolute;
}
section.newsletter_area div.wpforms-container-full {
    margin-bottom: 0px !important;
}
.newsletter_area .row {
    align-items: center;
}
.team_area .elementor-widget-image a {
    width: 100%;
}
.testimonial_s .elementor-testimonial{
	position: relative;
}
.testimonial_s .elementor-testimonial::before {
    content: "";
    background-image: url(../images/before_quote.png);
    width: 99px;
    height: 65px;
    position: absolute;
    left: 0px;
    object-fit: contain;
    background-repeat: no-repeat;
    top: -25px;
}
.testimonial_s .elementor-testimonial__content {
    position: relative;
}
.location_s .elementor-icon-box-icon{
	position: relative;
}
.location_s .elementor-icon-box-icon:before {
   content: "";
    width: 59px;
    height: 58px;
    position: absolute;
    background: #ffffff17;
    border-radius: 50px;
    left: -10px;
    top: -22px;
}
section.blog_detail {
    float: left;
    width: 100%;
    padding: 90px 0px;
}
section.blog_detail .blog_img img {
  max-width: 100%;
    width: 100%;
    margin: 0px 0px 15px 0px;
    border-radius: 10px !important;
    height: 413px;
    object-fit: cover;
}
section.blog_detail h3 {
    font-family: 'Inter';
    font-size: 33px;
    font-weight: 800;
    line-height: 39px;
    letter-spacing: -.4px;
    margin-bottom: 20px;
}
section.blog_detail h4 {
    background: #779b49;
    display: inline-block;
    padding: 13px 24px;
    border-radius: 10px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 800;
    margin-bottom: 20px;
    position: absolute;
    top: 400x;
    margin-top: -69px;
	margin-left: 12px;
}
.single-post .about-banner h1 {
    font-size: 40px;
}
section.blog_detail p {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.resource_sidebar ul {
    background: #779b49;
    padding: 40px 27px 20px 29px;
    list-style: none;
	border-radius: 6px;
}
.resource_sidebar ul li {
    margin-bottom: 13px;
    border-bottom: #ffffff2e solid 1px;
    padding-bottom: 14px;
    position: relative;
    padding-left: 22px;
}
.resource_sidebar ul li a {
    color: #fff;
    font-family: 'Raleway' ! IMPORTANT;
    font-weight: 500;
    margin-bottom: 30px;
    transition: all .3s;
}
.resource_sidebar ul li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 0px;
    font-size: 14px;
    top: 1px;
}
.resource_sidebar ul li:last-child {
    border-bottom: none;
}
.single-post .about-banner:before, .single-post .header_main {
	background: #779b49;
}
.page-template-Resources .blog_area {
   float: left;
    width: 100%;
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/about_bg.jpg);
    position: relative;
	background-size: cover;
}
.page-template-Resources .blog_area::before {
    content: "";
    position: absolute;
    background-color: #ececec5e;
    width: 100%;
    height: 100%;
    top: 0px;
}
.page-template-Resources .blog_area .wrapper img {
    height: 312px;
    width: 100%;
    object-fit: cover;
}
.contact_page input, .contact_page textarea {
    height: 57px !important;
    border: none !important;
    border-radius: 0px !important;
    font-family: 'Raleway';
    font-weight: 500;
	color: #6d6d6d !important;
	font-size: 16px !important;
}
.contact_page textarea {
	 height: 140px !important;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	color: #6d6d6d !important;
	font-size: 16px !important;
}
.contact_page .wpforms-submit {
    background: #2f2f2f !important;
    color: #fff !important;
    border: none !important;
    text-transform: uppercase ! IMPORTANT;
    font-family: 'Inter' !important;
    font-weight: 700;
    letter-spacing: 2px !important;
    width: 100% !important;
    padding: 15px 0px !important;
	transition: all .4s;
}
.contact_page .wpforms-submit:hover{
   background: #fff !important;
   color: #000 !important;
}
.contact_page p.elementor-icon-box-description a {
    color: #fff !important;
}
.bookan_btn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.bookan_btn span.elementor-button-icon {
    font-size: 17px ! IMPORTANT;
    vertical-align: top;
    font-weight: 400 !IMPORTANT;
}
.resource_sidebar {
    position: sticky;
    top: 48px;
}

/* -------dropdow menu--------- */
.header_main .nav_area ul li a{
  padding: 25px 0px;	
}
.header_main .menu-main-menu-container ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 7px 7px !important;
    position: absolute !important;
    top: 107px !important;
    color: #333!important;
    background: #fff !important;
    /* padding: 23px 0px; */
    list-style: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 3px #70707047;
    display: inherit;
}
.header_main .menu-main-menu-container li.menu-item-has-children:hover .sub-menu {
   opacity: 1;
    top: 80px !important;
    visibility: visible;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li{
	list-style: none !important;
    width: 295px !important;
    float: none !important;
    display: list-item !important;
    position: relative !important;
    border-radius: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 !important;
    border-bottom: 1px solid #0698a4;
    margin: 0px;
    line-height: 24px;
		border-bottom: #e0e0e0 solid 1px
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li a {
   padding: 17px 20px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #1d1d1d;
    transition: all .4s;
    font-size: 14px;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
    background: #779b49 !important;
    /* padding: 20px; */
    border-bottom: none;
}
.header_main .menu-main-menu-container ul.sub-menu li:last-child {
    clip-path: none;
    background: none;
	min-height: auto;
}
.header_main .menu-main-menu-container .sub-menu li:last-child{
    border:none !important;
}
a:hover{
	text-decoration: none;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
}
.header_main .menu-main-menu-container .menu > li.menu-item-has-children a:first-child::after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li a:after {
    display: none;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li.current-menu-item a {
    border-bottom: none;
}
.form_area {
    float: left;
    width: 100%;
    padding: 80px 0px 0px;
}
.form_area .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_area .wpforms-field-container .wpforms-field {
    width: 100%;
    max-width: 32%;
}
.form_area .wpforms-field-container .wpforms-field.wpforms-field-textarea{
    width: 100% !important;
    max-width: 100% !important;
}
.form_area .wpforms-submit-container .wpforms-submit{
    background: #779b49 !important;
    border: none ! IMPORTANT;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 700;
    padding: 17px 97px !important;
    display: table !important;
    margin: auto !important;
	transition: all .3s;
}
.form_area .wpforms-submit-container .wpforms-submit:hover{
	background: #404040 !important;
}
.footer_area .container {
    padding: 58px 0px;
    padding-top: 153px;
}
.footer_area .container .container {
    padding: 0px;
    padding: 58px 0px;
}
.form_area form {
    max-width: 89%;
	width: 100%;
    margin: auto;
    background: #f6f6f6;
    padding: 49px 55px;
    margin-bottom: -100px;
    border-radius: 19px;
}
.form_area form input, .form_area form textarea {
    height: 51px !important;
    border: none !important;
    color: #6d6d6d !important;
	font-size: 16px;
    background: #fff !important;
    font-family: 'Raleway' ! IMPORTANT;
    font-weight: 500;
}
.form_area form input::placeholder, .form_area form textarea::placeholder{
    color: #6d6d6d !important;
	font-size: 16px;
}
.form_area form textarea{
   height: 110px !important;
}

.pop_pro {
position: fixed;
    margin: 0px auto;
    display: table;
    left: 0;
    right: 0;
    display: none;
    padding-top: 3%;
    padding-bottom: 3%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
	padding: 30px;
}
.pop_pro_area {
    background: #fff;
    max-width: 1020px;
    border-radius: 25px;
    margin: auto;
    width: 100%;
	position: relative;
	padding: 68px 53px;
}
.img_area_pop {
    width: 50%;
}
.pop_pro .close_pop2 small {
    display: none;
}
.pop_pro .close_pop2 span {
    color: #fff;
    background: #779b49;
    font-size: 42px;
    padding: 21px;
    height: 81px;
    width: 81px;
    border-radius: 50px;
	transition: all .3s;
}
.pop_pro .img_area_pop img {
    height: 363px;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    outline: 1px solid #dffcb9;
    outline-offset: -16px;
    object-position: center;
}
.pop_pro .popup_contain {
    display: flex;
}
.pop_pro .close_pop2 {
    position: absolute;
    top: -17px;
    right: -25px;
    cursor: pointer;
    font-size: 63px;
    color: #515151;
    display: flex;
    justify-content: center;
}
.pop_pro .close_pop2 small {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Jost';
    letter-spacing: 2px;
    writing-mode: tb;
    transform: rotate(-180deg);
}
.team_area .overlay_bg {
    background-color: #779b49;
    width: 100%;
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 13px 8px;
    position: absolute;
    bottom: 0px;
    transition: all .3s;
    border-radius: 0px 0px 6px 6px;
}
.team_area .content img {
    width: 100%;
    height: 370px;
    object-fit: cover;
	border-radius: 5px;
}
.team_area .content h3 {
    font-family: 'Inter';
    color: #fff;
    font-size: 19px;
    letter-spacing: -.3px;
    margin-bottom: 3px;
    font-weight: 700;
}
.team_area .content p {
    font-family: 'Raleway';
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 21px;
}
.team_area .content {
    position: relative;
	margin-bottom: 20px;
}
.team_area .content:hover .overlay_bg {
    background: #000000ab;
}
.team_area .title-new h5 {
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: -2px;
    color:  #779b49;
    font-weight: 600;
     font-family: 'Inter';
    position: initial;
}
.team_area .title-new p {
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: -1px;
    color: #424242;
    font-weight: 600;
    font-family: 'Raleway';
    position: initial;
}
.team_area .right_area_pop p {
    font-family: 'Raleway';
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: 0px;
    line-height: 27px;
    font-weight: 500;
}
.team_area .right_area_pop {
    width: 100%;
    margin-top: 16px;
}
.pop_pro .close_pop2 span:hover {
    background: #282828;
}
.team_area .row {
    justify-content: center;
}

.team_area .right_area_pop h3 {
    font-size: 29px;
    text-transform: capitalize;
    letter-spacing: -1px;
    color: #3e3e3e;
    font-weight: 700;
    font-family: 'Inter';
    position: initial;
}
.team_area .right_area_pop ul {
    margin-left: 23px;
    display: inline-table;
}
.team_area .right_area_pop ul li{
	 font-family: 'Raleway';
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: 0px;
    line-height: 27px;
    font-weight: 500;
}
.img_area_pop {
    width: 35%;
    float: left;
    margin: 0px 51px 19px 0px;
}
.list_imp li a {
   background: #779b49;
   padding: 20px;
  margin-bottom: 23px;
  transition: all .3s;
	border-radius: 4px;
}
.list_imp li a:hover {
    background: #424242;
}
.team_page ul{
	margin-left: 19px;
}
.team_page ul li {
    font-family: 'Raleway';
    margin-bottom: 10px;
}
.img_team {
    float: right;
    width: 100%;
    max-width: 480px !important;
    padding: 0px 0px 25px 52px;
    object-fit: cover !important;
	z-index: 2;
}
.team_page h2{
	margin-bottom: 23px;
}
.team_page .elementor-widget-wrap>.elementor-element {
    width: 100%;
    width: auto;
}
.team_page .team_flex .elementor-widget-wrap {
    display: initial !important;
}
.team_page h2{
	font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
	z-index: 1;
}
.document_page a{
	color: #779b49;
}
.docu_form input, .docu_form textarea, .docu_form select{
	height: 51px !important;
    border: none !important;
    color: #6d6d6d !important;
    font-size: 14px !important;
    background: #fff !important;
    font-family: 'Raleway' !IMPORTANT;
    font-weight: 500;
}
.docu_form textarea {
    height: 110px !important;
}
.docu_form input::placeholder, .docu_form textarea::placeholder, .docu_form select::placeholder{
	color: #6d6d6d !important;
}
.docu_form .wpforms-page-button{
	background: #404040 !important;
    border: none ! IMPORTANT;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    padding: 17px 97px !important;
    display: table !important;
    transition: all .3s;
	letter-spacing: 2px !important;
	border-radius: 8px !important;
	font-family: 'Mulish' !important;
}
.docu_form .wpforms-page-button:hover{
	background: #fff !important;
	color: #000 !important;
}
.docu_form label {
    color: #fff;
    font-family: 'Raleway';
    margin-bottom: 14px !important;
}
.docu_form .wpforms-field-checkbox ul li input {
    height: auto !important;
}
.docu_form .wpforms-field-radio ul li input {
    height: auto !important;
}
.docu_form .wpforms-field-checkbox ul li{
  width: 49.3333% !important;
}
.docu_form .wpforms-clear.wpforms-pagebreak-left {
    display: flex;
/*     justify-content: space-between; */
    width: 100% !important;
    max-width: 100% !important;
	margin-top: 10px;
}
.docu_form .wpforms-field p {
    color: #fff;
    font-family: 'Raleway' !important;
    font-weight: 400;
    margin-bottom: 10px !important;
}
.docu_form .wpforms-field h4 {
    font-weight: 800;
    font-family: 'Inter';
    color: #fff;
    margin: 15px 0px 12px !important;
}
.docu_form .wpforms-field ol{
	padding-left: 18px !important;
}
.docu_form ol li {
    color: #fff;
    font-family: 'Raleway';
}
.docu_form .formlist ul {
    margin-left: 20px !important;
    padding-left: 20px !important;
}
.docu_form .formlist {
    padding-left: 22px !important;
}
.docu_form .formlist ul li {
    color: #fff;
	 font-family: 'Raleway';
}
.docu_form .wpforms-submit-container .wpforms-submit  {
    float: right;
    text-align: right;
}
 .docu_form .wpforms-submit{
	background: #404040 !important;
    border: none ! IMPORTANT;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    padding: 17px 97px !important;
    display: table !important;
    transition: all .3s;
	letter-spacing: 2px !important;
	border-radius: 8px !important;
	margin-top: -74px !important;
	font-family: 'Mulish' !important;
}
.docu_form .wpforms-submit:hover{
	background: #fff !important;
	color: #000 !important;
}
section.Supportive_area .row:nth-child(2) .content {
    padding: 0px 32px 0px 0px;
}
.Branding_area .content p {
    font-size: 20px;
    max-width: 805px;
    margin: auto;
}
.page-template-Resources-php section.blog_area .row {
    justify-content: center;
}

.page-id-1376 .all-spacing .entry-content form.post-password-form {
    max-width: 567px;
    margin: 0px auto;
    padding: 35px 64px;
    background: #fafafa;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.page-id-1376 .all-spacing form.post-password-form {
    margin: 80px auto !important;
}
.page-id-1376 .all-spacing .entry-content form.post-password-form label {
    font-weight: 700;
    width: 100%;
}
.page-id-1376 .all-spacing .entry-content form.post-password-form input {
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    padding: 0px 15px;
}
.page-id-1376 .all-spacing .entry-content form.post-password-form input[type="submit"] {
    background: #779b49;
    font-family: 'Raleway';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 0px !important;
}
.page-id-1376 .all-spacing .entry-content form.post-password-form input[type="submit"]:hover {
    background: #333 !important;
}
.team_area .right_area_pop ul li {
    margin-bottom: 12px;
}
.team_area .right_area_pop ul {
    display: inherit;
    position: relative;
    left: 21px;
    margin-left: 0px;
}