@font-face { font-family: 'my_p'; src: url(../fonts/MYRIADPRO-BOLD.OTF);}
@font-face { font-family: 'my_r'; src: url(../fonts/MYRIADPRO-REGULAR.OTF);}

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
    font-family: 'my_r';
}
body {
    overflow-x: hidden;
    font-family: 'my_r';
}
.all-spacing strong {
    font-family: 'my_p';
}
.all-spacing ul li span{
	font-family: 'my_r' !important;
}
.header_main .container-fuild, .main_banner .container-fuild {
    padding: 0px 113px;
    position: relative;
    z-index: 1;
}
.header_main {
    float: left;
    width: 100%;
    padding: 0px 0px;
    position: relative;
    top: 0;
    z-index: 9;
    left: 0px;
    min-height: 92px;
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.header_main .logo_area img {
    min-height: 59px;
    object-fit: contain;
    max-width: 217px;
    object-position: left;
    margin-top: 0px;
    width: 100%;
    margin-left: 27px;
}
.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 a {
    color: #5b6973;
    font-size: 14px;
    font-family: 'my_p';
    text-transform: uppercase;
    padding: 10px 12.2px;
}
.header_main .nav_area ul li.current_page_item a {
/*     background: #0b8d49; */
/*     color: #fff;
    border-radius: 7px; */
}
.header_main .nav_area ul li:last-child {
    background: #5b6973;
    padding: 34px 32px;
    margin-left: 32px;
	transition: all .3s;
}
.hero a:hover {
    background: #fff;
    color: #3b3b3b;
}
.banner_bottom .btn_bottom .read_more:nth-child(1):hover {
    background: #5b6973;
    color: #fff;
}
.banner_bottom .btn_bottom .read_more:hover {
    background: #fff;
    color: #00873d;
}
section.about_section .read_more:hover{
    background: #5b6973;
    color: #fff;	
}
.header_main .nav_area ul li:last-child a {
    color: #fff;
    padding: 10px 5px !important;
}
.header_main .col-md-9 {
    margin-right: 0px;
    padding-right: 0px;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
        display: flex;
    align-items: center;
    justify-content: flex-end;
}


@keyframes zoom{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}


/* ---3-9-2023--- */
.hero {
    width: 100%;
   float: left;
}
.hero img {
    height: 556px;
    object-fit: cover;
}
.hero h1 {
    font-size: 45px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'my_p';
    letter-spacing: -1px;
    line-height: 54px;
    margin: 25px 0px 32px;
    font-weight: 400;
}
.hero p {
    color: #fff4bd;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 31px;
    font-family: 'Montserrat';
    padding: 18px 0px 20px;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
}
.hero .conta-b:before {
    content: "";
    border: #f8edb9 solid 1px;
    position: absolute;
    width: 83px;
    height: 83px;
    left: -8px;
    padding: 2px;
    top: -8px;
    border-radius: 50%;
}
.hero a{
    color: #ffffff;
    background: #00873d;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 35px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    font-family: "Fira Sans Condensed", serif;
}
.hero .wrapper-cont{
    max-width: 542px;
    float: left;
    text-align: left;
    padding-left: 29px;
}
.hero .wrapper-cont h5 {
    font-family: 'my_p';
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 0px;
    border-bottom: #ffffff solid 1px;
    max-width: 145px;
    padding: 1px 0px;
}
.hero .text_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #22222280;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ------about us----- */
.banner_bottom{
    background: #00873d;
    min-height: 87px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner_bottom h2 {
    font-size: 28px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'my_p';
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.banner_bottom .btn_bottom {
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: end;
}
.banner_bottom .btn_bottom .read_more {
    background: #5b6973;
    padding: 12px 33px;
}
.banner_bottom .btn_bottom .read_more:nth-child(1) {
    background: #fff;
    color: #00873d;
    padding: 11px 23px;
}
.banner_bottom .row {
    align-items: center;
}
.read_more {
    color: #ffffff;
    background: #00873d;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 32px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    font-family: "Fira Sans Condensed", serif;
    transition: all .3s;
}
a:hover{
    text-decoration: none;
}
.read_more span {
    padding-left: 5px;
}
/* ------about us----- */
.about_section {
    background: #f6f7f8;
    padding: 100px 0px;
    float: left;
    width: 100%;
    background-image: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: 10% 25%;
}
.about_section img {
    max-width: 480px;
    height: 565px;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    object-position: 43%;
}
.about_section .about-img:after {
    content: "";
    background: #bec2c5;
    position: absolute;
    left: -18px;
    height: 467px;
    width: 100%;
    top: 46px;
}
.about_section .container {
    padding: 0px 65px;
}
.about_section .about-cont {
    padding-left: 17px;
}
.about_section h5 {
    font-family: 'my_p';
    text-transform: capitalize;
    font-size: 20px;
    color: #00873d;
    line-height: 22px;
    letter-spacing: 0px;
    border-bottom: #00873d solid 1px;
    /* max-width: 145px; */
    padding: 1px 0px;
    display: inline-block;
}
.about_section h2 {
    font-family: 'my_p';
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    color: #5b6973;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
    margin: 12px 0px 13px;
}
.about_section p {
    font-family: 'my_r';
    font-size: 18px;
    line-height: 30px;
    color: #5b5959;
    padding-right: 27px;
}
.about_section .row{
    align-items: center;
}
.about_section .about-img {
    position: relative;
}
/* ------------program ------------- */
.program_area{
    float: left;
    width: 100%; 
    background-color: #f5f5f5;
    padding: 90px 0px;
}
.program_area .heading {
    text-align: center;
}
.program_area h5{
    font-family: 'my_p';
    text-transform: capitalize;
    font-size: 20px;
    color: #00873d;
    line-height: 22px;
    letter-spacing: 0px;
    border-bottom: #00873d solid 1px;
    /* max-width: 145px; */
    padding: 1px 0px;
    display: inline-block;
}
.program_area h2 {
    font-family: 'my_p';
    font-size: 38px;
    font-weight: 600;
    line-height: 47px;
    color: #5b6973;
    letter-spacing: -.8px;
    text-transform: capitalize;
    margin: 14px auto 42px;
    max-width: 622px;
}
.program_area h3 {
    font-family: 'my_p';
    font-size: 20px;
    line-height: 39px;
    color: #fff;
    letter-spacing: -.3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 12px;
}
.program_area .img-content{
    height: 275px;
    position: relative;
}
.program_area .img-content:before {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 66%, #1e1e1ed1 89%, #1e1e1e 96%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.program_area .test_conent:hover .img-content:before {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 66%, #00873d 89%, #00873d 96%);
}
.program_area .test_conent:hover .read_more{
    background-color: #5b6973;
    color: #fff;
}
.program_area .img-content img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.program_area p {
    font-family: 'my_r';
    font-size: 16px;
    line-height: 25px;
    color: #5b5959;
    padding: 18px 0px 0px;
    max-width: 293px;
    min-height: 99px;
}
/* ---------------member_ship-------- */
.colapse_area {
    float: left;
    width: 100% !important;
    position: relative;
    background-image: url(../images/colapse_bg.jpg);
    width: 100%;
    min-height: 526px;
    background-position: -29% 89%;
    background-size: cover;
    display: flex;
    align-items: center;
    background-size: 89%;
    border-bottom: #00873d 15px solid;
}
.colapse_area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.022846638655462215) 6%, #6d7980 70%, #5b6973 100%);
}
.colapse_area .content {
    float: right;
    max-width: 475px;
    position: relative;
    margin-right: 20px;
}
.colapse_area .content h2 {
    font-family: 'my_p';
    font-size: 38px;
    font-weight: 600;
    line-height: 39px;
    color: #fff;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
}
.colapse_area .content p {
    font-family: 'my_r';
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    padding: 14px 0px 10px;
}
.colapse_area .content a {
    color: #fff;
    border: #fff solid 1px;
    padding: 11px 31px;
}
.colapse_area .content a:hover {
    background: #fff;
    color: #00873d;
}
section.news_area .read_more:hover {
    background: #5b6973;
    color: #fff;
}

/* -------------news area------- */
.news_area {
    float: left;
    width: 100%;
    padding: 80px 0px 60px;
    background-color: #f4f4f4;
}
.news_area .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.news_area .heading h2 {
    font-family: 'my_p';
    font-size: 38px;
    line-height: 39px;
    color: #5b6973;
    letter-spacing: -.8px;
    text-transform: capitalize;
}
.news_area .wrapper {
    position: relative;
}
.news_area .wrapper {
    position: relative;
}
.news_area .wrapper img {
    width: 100%;
    height: 230px;
	object-fit: cover;
}
.news_area .wrapper:hover a.read_more {
    background: #5b6973;
    color: #fff;
}
.news_area .wrapper .date {
    position: absolute;
    background: #00873d;
    min-height: 76px;
    max-width: 72px;
    width: 100%;
    top: 14px;
    border-radius: 10px;
    text-align: center;
    right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.news_area .wrapper .content {
    padding: 22px 0px;
}
.news_area .wrapper .content p {
   font-family: 'my_p';
    font-size: 22px;
    line-height: 28px;
    color: #404040;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_area .wrapper a {
    color: #00873d;
    background-color: #fff;
}
.news_area .wrapper .date h4 {
    margin-bottom: 0px;
    font-family: 'Fira Sans Condensed';
    font-size: 31px;
    font-weight: 900;
    color: #fff;
    line-height: 35px;
    padding-top: 5px;
}
.news_area .wrapper .date h4 span {
    display: block;
    font-size: 13px;
    font-family: 'Fira Sans Condensed';
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 11px;
}
.news_area .wrapper .date p {
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'my_p';
    background-color: #5b6973;
    border-radius: 0px 0px 7px 5px;
}
.news_area .wrapper .date p span {
    font-weight: 400;
    margin-bottom: 0px;
    font-family: Lato;
    color: #ffffff;
    font-size: 12px;
    font-family: "Lato", sans-serif;
}
/* ---------------member_ship-------- */
.international_area {
    float: left;
    width: 100% !important;
    position: relative;
    background-image: url(../images/international_bg.jpg);
    width: 100%;
    min-height: 443px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    background-size: 89%;
    background-size: 110%;
}
.international_area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #222a30;
    opacity: 87%;
}
.international_area .content {
  text-align: center;
  z-index: 1;
  position: relative;
}
.international_area .content h2 {
    font-family: 'my_p';
    font-size: 38px;
    font-weight: 600;
    line-height: 39px;
    color: #fff;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
}
.international_area .content p {
    font-family: 'my_r';
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding: 19px 0px 34px;
    max-width: 830px;
    margin: auto;
}
.international_area .content a {
    color: #148d35;
    border: #fff solid 2px;
    padding: 11px 31px;
    background: #fff;
}
.international_area .content a:last-child {
    border: #fff solid 2px;
    background: none;
    color: #fff;
    margin-left: 11px;
}
.contact_area {
    float: left;
    width: 100%;
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
    padding: 90px 0px 180px;
    background-position: 0px 9%;
}
.contact_area h2 {
    font-family: 'my_p';
    font-size: 38px;
    font-weight: 600;
    line-height: 39px;
    color: #5b6973;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    margin-bottom: 68px;
}
.contact_area h2:after {
    background: #00873d;
    width: 61px;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -13px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.contact_area .wrapper {
    background-color: #00893e;
    position: relative;
    background-image: url(../images/wraper_bg.jpg);
    width: 100%;
    min-height: 392px;
    padding: 40px 50px;
    border-radius: 16px;
    overflow: hidden;
    max-width: 425px;
    width: 100%;
}
.contact_area .wrapper:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #00873d;
    opacity: 87%;
left: 0px;
}
.contact_area .col-md-4 {
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
}
.contact_area .col-md-8 {
    flex: 0 0 61.666667%;
    max-width: 61.666667%;
}
.contact_area .wrapper .content{
    position: relative;
}
.contact_area .wrapper .content p{
    font-family: 'my_p';
    font-size: 20px;
    line-height: 39px;
    color: #fff;
    letter-spacing: -.8px;
    max-width: 192px;
}
.contact_area .wrapper .content p a{
    color: #fff;
}
.contact_area .wrapper .content p span{
    display: block;
    font-size: 18px;
    font-family: 'my_r';
    letter-spacing: 0px;
    line-height: 29px;
    letter-spacing: -.3px;
}

.footer_area {
    float: left;
    width: 100%;
    background:#5b6973;
}
.footer_area .footer_menu {
    border-bottom: #8d969d solid 1px;
}
.footer_area .row2 {
    padding: 60px 0px 40px;
}
.footer_area .footer_menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    padding: 40px 0px;
    margin-bottom: 0px;
}
.footer_area .footer_menu ul li{
    padding: auto;
    text-transform: uppercase;
}
.footer_area .footer_menu ul li a{
    font-size: 16px;
    color: #fff;
    font-family: 'my_p';
}
.footer_area .footer_menu ul li span{
    font-size: 32px;
}
.footer_area h4 {
    font-family: 'my_p';
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 14px;
}
.footer_area p {
    font-family: 'my_r';
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    padding-right: 44px;
}
.footer_area .subscribe {
    padding-left: 119px;
    border-left: #86888a solid 1px;
}
.footer_area .subscribe ul {
    display: flex;
    list-style: none;
    gap: 23px;
    margin-top: 1px;
}
.footer_area .subscribe ul li a {
    color: #fff;
    font-size: 32px;
    transition: all .3s;
}
.footer_area .subscribe ul li img {
    filter: invert(8) brightness(7.5);
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-top: -9px;
}
.footer_area .subscribe ul li a:hover img {
    filter: inherit;
}
.footer_area .subscribe ul li a:hover {
    color: #77d8a3;
}
.footer_area .copy_right {
    background: #00873d;
    min-height: 92px;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer_area .copy_right .row {
    align-items: center;
}
.footer_area .copy_right .content{
    display: flex;
}
.footer_area .copy_right .content ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}
.footer_area .copy_right .content ul li {
    font-size: 16px;
    font-family: 'my_r';
    padding-left: 21px;
    position: relative;
}
.footer_area .copy_right .content ul li::after {
    content: "";
    border-right: #fff solid 1px;
    height: 15px;
    position: absolute;
    right: -11px;
    top: 5px;
}
.footer_area .copy_right .content ul li:last-child:after {
    display: none;
}
.footer_area .copy_right .content ul li a{
    color: #fff;
}
.footer_area .copy_right p {
    font-size: 16px;
    font-family: 'my_r';
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin-bottom: 0px;
}
.copy_right .btn_con .read_more {
    border: #fff solid 1px;
    background: none;
    color: #fff;
    padding: 13px 27px;
	margin-bottom: 0px;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 130px 0px 70px;
    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: 60px;
    font-weight: 800;
    font-family: 'my_p';
    font-size: 57px;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
   margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 17px;
    font-family: 'Fira Sans Condensed' !important;
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    /* font-style: italic; */
    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%;
}
.header_main .nav_area ul li:last-child:hover {
    background: #0b8d49;
}
a{
	transition: all .3s;
}
.header_main .nav_area ul li:last-child a {
    color: #fff;
    padding: 34px 5px !important;
}
.header_main .nav_area ul li:last-child a:hover{
	color: #fff;
}

.all-spacing {
    float: left;
    width: 100%;
}
.header_main .col-md-9 {
    flex: 0 0 79%;
    max-width: 79%;
}
.header_main .col-md-3 {
    flex: 0 0 21%;
    max-width: 21%;
}
.international_area .content a:hover {
    background: #148d35;
    color: #fff;
    border: #148d35 solid 2px;
}
.banner_bottom .container {
   max-width: 1083px;
}
.contact_area .contact_form input, .contact_form textarea {
    width: 100%;
	color: #5b6973 !important;
    background: #f4f4f4 !important;
    height: 48px !important;
    border: #eeeeee solid 1px !important;
    border-radius: 5px !important;
	font-size: 17px !important
	font-family: 'my_r';
	margin-bottom: 3.8px !important;
}
.contact_area .contact_form textarea{
	 height: 119px !important;
}
.contact_area .contact_form input::placeholder, .contact_area .contact_form textarea::placeholder{
	color: #5b6973 !important;
	 font-family: 'my_r';
}
.contact_area .contact_form {
    padding: 0px 18px;
}
.contact_area .contact_form .ff-btn-submit {
    background: #00873d !important;
    color: #fff ! IMPORTANT;
    font-size: 17px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-family: 'Fira Sans Condensed' !important;
    letter-spacing: 2px ! IMPORTANT;
    padding: 10.5px 73px !important;
    border-radius: 5px !important;
    display: table !important;
    margin: auto ! IMPORTANT;
	transition: all .3s;
}
.contact_area .contact_form .wpforms-submit:hover{
   background: #5b6973 !important;	
}
.subscribe .wpforms-form {
    display: flex;
    align-items: center;
    width: 100% !important;
    max-width: 382px !important;
}
.subscribe .wpforms-field-container {
    width: 100% !important;
}
.subscribe input {
    width: 100% !important;
    border: none ! IMPORTANT;
    height: 53px !important;
    font-family: 'my_r' !important;
    color: #878787 !important;
    border-radius: 5px 0px 0px 5px !important;
}
.subscribe input::placeholder{
	color: #878787 !important;
}
.subscribe .ff-btn-submit {
    background: #00873d !important;
    color: #fff ! IMPORTANT;
    border: none !important;
    height: 53px !important;
    border-radius: 0px 5px 5px 0px !important;
    color: #00873d !important;
    width: 55px !important;
    font-size: 0px !important;
	transition: all .3s;
	position: relative;
}
.subscribe .ff-btn-submit:hover {
    background: #13984f !important;
    color: #000 !important;
}
.subscribe .ff_submit_btn_wrapper{
	position: relative;
}
.subscribe .ff_submit_btn_wrapper:after {
   content: "\f1d8" !important;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    right: 19px !important;
    top: 11px !important;
    font-size: 22px !important;
    color: #fff !important;
    cursor: pointer !important;
    pointer-events: none !important;
}
.subscribe label.wpforms-error {
    position: absolute !important;
    margin-top: -1px !important;
    /* bottom: 0px; */
}
.subscribe .wpforms-submit-container{
	padding: 0px !important
}
.ff-message-success{
	color: #fff;
}
.subscribe fieldset {
    display: flex;
}
.subscribe .ff-el-form-hide_label {
    margin-bottom: 20px;
    max-width: 90% !important;
    width: 96%;
}
.copy_right .btn_con .read_more:hover {
    background: #fff;
    color: #00873d;
}
.footer_area .footer_menu ul li a:hover {
    color: #1acf6c;
}

.contact_page input, .contact_page textarea {
    width: 100%;
	color: #5b6973 !important;
    background: #f4f4f4 !important;
    height: 48px !important;
    border: #eeeeee solid 1px !important;
    border-radius: 5px !important;
	font-size: 17px !important
	font-family: 'my_r';
	margin-bottom: 3.8px !important;
}
.contact_page textarea{
	 height: 119px !important;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	color: #5b6973 !important;
	 font-family: 'my_r';
}
.contact_page .ff-btn-submit{
    background: #00873d !important;
    color: #fff ! IMPORTANT;
    font-size: 17px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-family: 'Fira Sans Condensed' !important;
    letter-spacing: 2px ! IMPORTANT;
    padding: 10.5px 73px !important;
    border-radius: 5px !important;
    display: table !important;
    margin: auto ! IMPORTANT;
	transition: all .3s;
	width: 100% !important;
}
.contact_page .ff-btn-submit:hover{
   background: #5b6973 !important;	
}
.all-spacing h2, .all-spacing h3, .all-spacing h4, .all-spacing h1{
	 font-family: 'my_p' !important;
}
.all-spacing p, .all-spacing ul li{
    font-family: 'my_r' !important;
}
.image_after .elementor-widget-container{
	position: relative;
}
.image_after .elementor-widget-container:before {
    content: "";
    background: #00873d;
    position: absolute;
    height: 81%;
    width: 105%;
    left: -13px;
    top: 53px;
}
.image_after .elementor-widget-container img {
    position: relative;
}
.image_bg_color .elementor-widget-container img {
    position: relative;
}

.image_bg_color .elementor-widget-container{
	position: relative;
}
.image_bg_color .elementor-widget-container:before {
    content: "";
    background: #bec2c5;
    position: absolute;
    height: 81%;
    width: 105%;
    left: -13px;
    top: 53px;
}
.image_bg_color .elementor-widget-container img {
    position: relative;
}

.hero .content {
    animation-duration: 3s;
}
.footer_area .subscribe ul li span {
    font-family: 'FontAwesome' !important;
}
.green_co{
	color: #00873D;
}
.green a{
	color: #00873D;
}
.ol_li_float ol {
    columns: 2;
    counter-reset: section;
}
.ol_li_float ol li {
    background: #bcbcbc57;
    padding: 22px;
    min-height: 164px;
    position: relative;
    list-style: none;
    padding-left: 77px;
}
.ol_li_float ol li:before {
    background: #000;
    content: "";
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 19px;
    background: #00873d;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-family: 'my_p';
    font-size: 26px;
}

/*  ----------dropdown menu---------  */
.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: 92px !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: #5b6973;
    transition: all .4s;
    font-size: 14px;
}
.header_main .menu-main-menu-container .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
    background: #0b8d49 !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: #5b6973;
}
.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;
}
.rdd_details {
    float: left;
    padding: 80px 0px;
	width: 100%;
}
.rdd_details h3{
	color: #5B6973;
    font-family: 'my_p' !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
	margin-bottom: 24px;
}
section.blogs {
    float: left;
    width: 100%;
    padding: 90px 0px;
}
section.blogs h3 {
    font-family: 'my_p';
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    color: #5b6973;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
     margin: 0px 0px 8px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.blogs .blog_list .row {
    margin-bottom: 30px;
}
section.blogs .blog_list p {
    font-family: 'my_r';
    font-size: 18px;
    line-height: 30px;
    color: #5b5959;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog_list .read-more-blog {
    color: #ffffff;
    background: #00873d;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 26px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    font-family: "Fira Sans Condensed", serif;
    transition: all .3s;
}
.blog_list .read-more-blog:hover {
    background: #5b6973;
    color: #fff;
}
section.blogs img {
    height: 264px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.blog_sidebar {
    background: #5b6973;
    padding: 40px;
	position: sticky;
    top: 57px;
}
section.blogs .blog_sidebar h3 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 16px;
	font-family: 'my_p';
	line-height: 40px;
	padding-right: 0px;
}
.blog_sidebar ul{
	    list-style: none;
}
 .blog_sidebar ul li a {
    color: #fff;
    font-family: 'my_r';
    font-size: 16px;
}
 .blog_sidebar ul li {
    padding-bottom: 10px;
    border-bottom: #ffffff30 solid 1px;
    margin-bottom: 10px;
}
.blog_sidebar ul li a:hover {
    color: #abfed3;
}
 .blog_sidebar ul li:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
section.blog-details {
    float: left;
    width: 100%;
    padding: 90px 0px;
}
section.blog-details h3 {
   font-family: 'my_p';
    font-size: 29px;
	    color: #5b6973;
    margin-bottom: 16px;
}
section.blog-details .blog_sidebar h3 {
   font-family: 'my_p';
    color: #fff;
    font-size: 33px;
    margin-bottom: 16px;
}
.blog_details img {
    height: 400px;
    width: 100%;
    border-radius: 11px;
    margin-bottom: 18px;
	object-fit: cover;
}
.blog_details a{
	color: #00873d;
}
.blog_details ol li, .blog_details ul li {
    margin-left: 17px;
    font-family: 'my_r';
    margin-bottom: 10px;
}
.blog_details ol li strong{
	  font-family: 'my_p';
}
.single-post .breadcrumbs h1 {
    font-size: 41px;
	line-height: 49px;
}
.single-post .breadcrumbs {
    padding: 106px 0px 92px;
}
.blog_details ol li ul li {
    margin-left: 5px;
    list-style: disc;
}

.education_training h2 {
    min-height: 98px;
}
.scolar_ship a.elementor-accordion-title {
    font-family: 'my_p' !important;
}
.scolar_ship p a{
	color: #00873d;
}
.scolar_ship a {
    color: #00873d;
}
a{
	 color: #00873d;
}
.all-spacing .ul_marleft ul li {
    margin-left: 19px;
}
.ul_margin_left ul {
    margin-left: 19px;
}
.ul_margin_left ul ul {
    list-style: disc;
}

.join_form input, .join_form textarea {
    width: 100%;
	color: #5b6973 !important;
    background: #fff !important;
    height: 48px !important;
    border: #eeeeee solid 1px !important;
    border-radius: 5px !important;
	font-size: 17px !important
	font-family: 'my_r';
	margin-bottom: 3.8px !important;
}
.join_form textarea{
	 height: 119px !important;
}
.join_form input::placeholder, .join_form textarea::placeholder{
	color: #5b6973 !important;
	 font-family: 'my_r';
}
.join_form .ff-btn-submit{
    background: #00873d !important;
    color: #fff ! IMPORTANT;
    font-size: 17px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-family: 'Fira Sans Condensed' !important;
    letter-spacing: 2px ! IMPORTANT;
    padding: 10.5px 73px !important;
    border-radius: 5px !important;
    display: table !important;
    margin: auto ! IMPORTANT;
	transition: all .3s;
}
.join_form .ff-btn-submit:hover{
   background: #5b6973 !important;	
}
.join_form .ff-el-form-radio ul li input, .join_form .ff-el-form-check input{
    height: auto !important;
    width: auto !important;
}
.join_form label {
	  font-family: 'my_p';
}
.join_form ul li label {
    font-family: 'my_r';
    color: #5b5959 !important;
}
section.blog-tag, section.author {
    float: left;
    width: 100%;
    padding: 80px 0px;
}
section.blog-tag h2.entry-title, section.author h2 {
    font-family: 'my_p';
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    color: #5b6973;
    letter-spacing: -.8px;
    padding-right: 22px;
    text-transform: capitalize;
}
section.blog-tag h2.entry-title a, section.author h2 a{
	color: #5b6973;
}
section.blog-tag .container img {
    height: auto;
    width: 100%;
}
section.blog-tag .container, .author .container {
    max-width: 1000px;
    margin: auto;
}
section.blog-tag .container img {
    height: auto;
    width: 100%;
    margin: 18px 0px;
    border-radius: 16px;
}
section.blog-tag .entry-meta {
    background: #0b8d4942;
    color: #435059;
    padding: 4px 12px;
    border-radius: 5px;
    font-family: 'my_p';
    display: inline-block;
}
a.post-edit-link {
    display: flex;
}
section.author .entry-meta {
    background: #ccc;
    display: inline-block;
    background: #0b8d4945;
    color: #292929;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 9px 0px 20px;
}
.author article img {
	height: auto;
    width: 100%;
    margin: 18px 0px;
    border-radius: 16px;
}
.author article {
    border-bottom: #ccc solid 1px;
    margin-bottom: 37px;
    padding-bottom: 30px;
}
.author article:last-child(){
	border: none;
}
.author .posts-navigation a {
    font-size: 22px;
    font-family: 'my_r';
}
.author .posts-navigation a:hover {
    color: #004f24;
}
section.author .entry-meta {
    font-family: 'my_p';
}
section.author .entry-meta time.entry-date {
    color: #3c464d;
}
section.author .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  --------event--  */
section.events, .event-details {
    float: left;
    width: 100%;
    padding: 80px 0px;
}
.events_list_content {
    background: #ededed;
    padding: 0px 37px;
    min-height: 229px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border-radius: 12px;
}
section.events .events_list_content h3 {
    font-family: 'my_p';
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #5b6973;
    letter-spacing: -.8px;
    /* padding-right: 19px; */
    text-transform: capitalize;
    margin: 0px 0px 13px;
    min-height: 64px;
}
section.events .event_list .read-more-events p {
    border: #00873d solid 1px;
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin: 10px auto 0px;
    padding: 6px 25px;
    border-radius: 23px;
}
section.events .event_list a:hover p {
    color: #005a29;
    /* background: #000; */
}
.event-details .event_info {
    display: flex;
    gap: 7px;
    flex-direction: column;
    margin-bottom: 23px;
    justify-content: center;
    width: 100%;
    border-bottom: #cdd7de solid 2px;
}
.event-details .event_info h4 {
    padding: 8px 37px;
    border-radius: 10px;
    font-family: 'my_p';
    font-size: 18px;
    margin-bottom: 5px;
    color: #5b6973;
    width: fit-content;
    display: table;
    margin: 0px auto -1px;
    background: #0b8d4908;
}
.event-details .event_info h4.event_date {
    margin-bottom: 29px;
}
.event-details .event_content ul {
    padding-left: 21px;
    border-bottom: #efefef solid 1px;
    padding: 10px 25px 22px;
    padding: 18px 18px 25px;
    margin-bottom: 29px;
}
.event-details .demoday_pdf a:hover {
    color: #155a1e;
}
.event-details .demoday_pdf a {
    margin-bottom: 5px;
    display: inline-block;
}
.event-details .demoday_pdf a {
    background: #5b697324;
    padding: 7px 34px;
    border-radius: 2px;
    font-family: 'my_p';
}
.event-details .demoday_pdf {
    display: flex;
    gap: 10px;
    padding: 30px 0px 0px;
	flex-wrap: wrap;
}
.blog_list_content h4 {
    background: #00873d17;
    display: inline-block;
    font-family: 'my_p';
    font-size: 15px;
    padding: 5px 14px;
    border-radius: 6px;
    color: #5b6973;
}
.heading_height h1 {
    min-height: 125px;
}
.heading_height h2 {
    min-height: 120px;
}
.page .read_more {
    margin-bottom: 20px;
    padding: 11px 30px;
}
.page .read_more:hover {
    background: #5b6973;
    color: #fff;
}
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 12px;
    border: none ! IMPORTANT;
}
.events_list_content{
	    margin-bottom: 23px;
}
.page-template-Publications section.events .events_list_content h3 {
    font-size: 22px;
    line-height: 29px;
}
.elementor-accordion .elementor-tab-title {
    background-color: #F3F3F3;
    padding: 22px 26px 21px 26px;
    border-radius: 10px !important;
    border: #dedede solid 1px !important;
	transition: all .3s;
}
.elementor-accordion .elementor-accordion-item {
       background: #f7f7f7;
    border-radius: 7px ! IMPORTANT;
	transition: all .3s;
}
.elementor-tab-title.elementor-active {
    background: #00873d !important;
    color: #ffff !important;
}
.elementor-tab-title.elementor-active a {
    color: #fff !important;
}
.elementor-accordion .elementor-tab-title:hover {
    background: #00873d !important;
    color: #fff !important;
}
.elementor-accordion .elementor-tab-title:hover svg{
	fill: #ffffff !important;
}
.elementor-accordion .elementor-tab-title:hover a{
	color: #fff !important;
}
.join_form .wpforms-field-radio ul li input, .join_form .wpforms-field-checkbox ul li input{
	position: absolute;
	left: 0px;
	top: 11px;
}
.join_form .wpforms-field-radio ul li, .join_form .wpforms-field-checkbox ul li{
	position: relative;
}
.join_form div.wpforms-container-full .wpforms-form ul li {
    padding-left: 0px ! IMPORTANT;
    margin-left: 0px !important;
    position: relative;
    padding: 6px 24px !important;
    border-bottom: #fff solid 1px !important;
}
.elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-content {
    display: none;
}
.wire_mam {
    object-position: 0px -182px;
}
 .rdd_details a.report {
    background: #0b8d49;
    text-align: center;
    padding: 11px 30px;
    display: inline-block;
    margin-bottom: 40px;
    color: #fff !important ;
	border-radius: 7px !important;
}
 .rdd_details a.report:hover{
	background: #5b6973;
}

.rdd_details .post-tags{
	padding-top:30px;
}
.content iframe {
    height: 530px;
    margin-top: 62px;
	border-radius: 12px;
}
.banner_bottom .btn_bottom a.read_more {
    margin-bottom: 0px;
}
.complete_h2_he h2 {
    min-height: 190px !important;
}
.subscribe.social_icon {
    padding-left: 0px;
    border-left: 0px;
}