#inner_content-2-7{
    overflow: hidden;
}
/******************************header-top css start******************************/

.top_mail a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(./images/email.svg);
}

.top_number a::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(./images/whatsapp.svg);
}

.header_top_section .header_top_mail ul li a{
    color: var(--white);
     transition: 0.5s ease;
}

.header_top_section .header_top_mail ul li a:hover{
    color: var(--golden_hover);
    transition: 0.5s ease;
}

.header_top_section .header_top_icon_list ul,
.header_top_section .header_top_mail ul{
    display: flex;
}

.header_top_section{
    background: var(--green);
    padding: 15px 0;
}

.header_section_wrap .ct-section-inner-wrap,
.header_top_section .ct-section-inner-wrap{
    padding: 0 15px;
}

.header_top_mail_main{
    font-family: 'Causten';
    font-weight: 500;
}

.header_top_section .header_top_main {
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.header_top_section .header_top_icon_main {
    align-items: flex-end;
}

.header_top_main .header_top_icon_main {
    flex-direction: row;
    justify-content: flex-end;
}

.top_mail a{
    padding-left: 26px;
    margin-left: 15px;
    position: relative;
}

.top_number a{
    position: relative;
    padding-left: 24px;
    margin-left: 35px;
}

.header_top_icon_main .oxy-rich-text ul{
    display: flex;
    align-items: center;
}

.header_top_icon_main .oxy-rich-text ul li {
    margin: 0 7px;
    height: 20px;
}

.header_section_wrap.sticky-header.fixed-header {
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 999;
}

.header_top_icon_main .oxy-rich-text ul li a img:hover{
      filter: invert(1%) sepia(243%) saturate(2970%) hue-rotate(-36deg) brightness(92%) contrast(94%);
  transition: 0.5s ease;
}

.header_top_icon_main .oxy-rich-text ul li a img{
  transition: 0.5s ease;
}


/******************************header-top css end******************************/

/******************************second-header css start******************************/

.header_section_wrap .header_right_menu .oxy-nav-menu-hamburger-line {
    background-color: #2e602f;
}

.header_section_wrap .header_right_menu .oxy-nav-menu-list .current_page_item a{
    position: relative;  
}

.header_section_wrap .header_right_menu .oxy-nav-menu-list .current_page_item a:before{
    color: #5C9974;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: var(--green);
    transition: all .9s;  
}


.header_section_wrap {
    padding: 20px 0;
    background-color: var(--white);
}

.header_section_wrap .header_right_menu #_nav_menu-13-8 .menu-item:hover a {
    background-color: transparent;
    padding-top: 0;
    border-top-width: 0 !important;
    color: var(--green);
}

.header_section_wrap #_nav_menu-13-8 .menu-item a {
    padding: 0 !important;
}

.header_section_wrap .menu-primary-menu-container ul li a{
    color: var(--gray);
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    transition: 0.5s ease;
}

.header_section_wrap .menu-primary-menu-container ul li a:hover{
    color: #5C9974;
    transition: 0.5s ease;
}

.header_section_wrap .menu-primary-menu-container ul li {
    margin-left: 40px;
    justify-content: center;
}

.header_bottom_bar_section .header_right_menu{
    align-items: flex-end;
    width: 80% !important;
    justify-content: center;
}

.header_section_wrap .menu-primary-menu-container ul .menu_last_btn{
    margin-left: 15px;
}

.header_section_wrap .header_section_wrap {
    padding: 20px 0;
}

.header_section_wrap .heade_left_logo {
    justify-content: center;
    width: 20% !important;
}

.header_section_wrap .header_right_menu #_nav_menu-13-8 .menu-item.menu_btn a::after{
    display: none;
}

.header_section_wrap #_nav_menu-13-8 .menu-item.menu_btn a{
    background-color: #2E602F;
    color: #fff !important;
    padding: 10px 20px !important;
    border: 2px solid transparent;
}

.header_section_wrap #_nav_menu-13-8 .menu-item.menu_btn a:hover{
    background: var(--white) !important;
    color: var(--green) !important;
    border: 2px solid var(--green) !important;
}

.header_section_wrap .header_right_menu #_nav_menu-13-8 .menu-item:hover a::after {
    width: 100%;
}
.header_section_wrap .header_right_menu #_nav_menu-13-8 .menu-item a::after {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: var(--green);
    transition: all .9s;    
}

/******************************second-header css end******************************/

/******************************home_abt_section css strat******************************/

.home_abt_section .ct-section-inner-wrap {
    padding: 120px 15px;
}

.home_abt_section .home_abt_left_img{
    width: 40% !important;
    align-items: end;
}
.home_abt_section .home_abt_left_img img{
    width: 100%;
}
.home_abt_section .home_abt_right_text_dt{
    width: 60% !important;
    justify-content: center;
}

.home_abt_heading{
    margin: 0 0 28px 50px;
    position: relative;
    font-size: 32px;
    line-height: 35px;
    color: var(--dark_black);
}

.home_abt_heading::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    width: 40px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(./images/right.svg);
}

.home_abt_text_main h3{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    color: var(--green);
}


/******************************home_abt_section css end******************************/


/******************************about_page css start************************************/
.abt_section .abt_left_text_dt {
    align-self: center;
}
.vision_section {
    background-color: var(--green);
    overflow: hidden;
}
.vision_section p, .vision_section h2{
    color: #fff;
}
.vision_section .home_abt_heading::before {
    filter: brightness(9.5);
}
.vision_section .mission_col {
    margin: 50px 0;
}
.vision_section .ct-section-inner-wrap {
    padding-top: 150px;
    padding-bottom: 150px;
}

.vision_section div.ct-new-columns {
    align-items: center;
}

.abt_section {
    overflow: hidden;
}

.vision_right_img , .vision_text_dt, .abt_right_img{
    align-items: end;
}
.abt_right_img {
    position: relative;
}
.abt_right_img::before {
    content: "";
    position: absolute;
    width: 509px;
    height: 292px;
    background: url(./images/line_left_side.svg);
    top: 50%;
    background-repeat: no-repeat;
    left: 100%;
    background-size: 100%;
    transform: translate(-40%, -50%);
    z-index: -1;
}
.vision_right_img {
    position: relative;
}
.vision_right_img img{
    position: relative;
}
.vision_right_img::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 292px;
    background: url(./images/line_up_side.svg);
    top: -59%;
    background-repeat: no-repeat;
    left: 60%;
    background-size: 100%;
    z-index: 0;
}
.vision_text_main#div_block-13-16,
.vision_text_main#div_block-19-16,
.vision_text_main#div_block-23-16,
.abt_left_text_dt#div_block-4-16{
    width: 60% !important;
}
.vision_right_img#div_block-14-16,
.mission_left_img#div_block-18-16,
.vision_text_dt#div_block-25-16,
.abt_right_img#div_block-5-16{
    width: 40% !important;
}

.breadcrumbs_section .ct-section-inner-wrap{
    align-items: center;
}
.breadcrumbs_section .banner_text a{
    color: #fff;
    margin-right:5px;
}
.breadcrumbs_section .banner_text span{
    margin-left:5px;
}
.breadcrumbs_section .banner_text h4{
    color: #c0d8ca;
    font-weight: 400;
}
.achievement_section .achievement_main .wrap_achieve_img{
    align-self: end;
    justify-content: center;
    background: rgba(92, 153, 116, 0.15);
    border-radius: 100px;
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 18px;
    margin-bottom: 15px; 
    transition: 0.5s ease;
    
}
.achievement_section .achievement_main {
    background-color:#fff;
    padding: 15px 40px 30px;
    transition: 0.5s ease;
    cursor: pointer;
}

.achievement_section .achievement_main:hover .wrap_achieve_img{
    background: #fff;
    transition: 0.5s ease;
}

.achievement_section .achievement_main:hover{
    background-color:var(--green);
   transition: 0.5s ease;
}

.achievement_section .achievement_col .achievement_main:hover p,
.achievement_section .achievement_col .achievement_main:hover h2,
.achievement_section .achievement_col .achievement_main:hover h3 {
    color:#fff;
    transition: 0.5s ease;
}

.achievement_section .achievement_col h3 {
    color: var(--green);
    margin: 20px 0 9px;
    font-weight: 500;
    transition: 0.5s ease;
}

.achievement_section .achievement_col p{
    transition: 0.5s ease;
}


.achievement_section .achievement_col h2{
    font-size: 62px;
    color: var(--green);
    transition: 0.5s ease;
    
}

.achievement_section .achievement_main {
    width: 31% !important;
}
.achievement_section .achievement_col{
    justify-content: space-between;
}

.achievement_section  .home_abt_heading {
    margin: 0 0 40px 50px;
}

.team_section{
    background-color: var(--green);
}
.team_section h2{
    color: #fff;
}
.team_section .team_main p,
.team_section .team_main {
    color: #fff;
    align-items: center;
    margin-top: 20px;
}
.team_section img.team_img:hover {
    transform: scale(1.1);
}    
.team_section img.team_img {
    transition: all .9s;
    width: 100%;
}
.team_section .home_abt_heading::before{
    filter: brightness(9.5);
}

.have_some_section .have_some_col{
    background-color: #fff;
    padding: 50px;
}
.have_some_section .ct-section-inner-wrap{
    padding-top: 125px;
}
.have_some_section .have_some_btn{
    align-self: flex-start;
}
.have_some_section .have_some_text_dt{
    justify-content: center;
}
.have_some_section .have_some_img {
    align-items: end;
    margin-top: -100px;
}

.have_some_text_dt p{
    margin-top : 15px ;
    margin-bottom : 40px !important;
}
.have_some_text_dt h3{
    font-family: "Glorify DEMO" !important;
    font-size: 32px;
    color: var(--green);
}
.breadcrumbs_section {
    background-image: linear-gradient(rgb(28 50 33 / 57%), rgb(28 50 33 / 57%)),  url(./images/bg_bradcrumb.png);
}

.team_section .wrap_team_img {
    overflow: hidden;
    cursor: pointer;
}


/******************************about_page css end**************************************/



/******************************gallery_page css start**************************************/
.wrap_gallery_section .oxy-gallery-flex .oxy-gallery-item-contents {
    padding: 10px;
    background: #fff;
}

.wrap_gallery_section  #_gallery-9-20.oxy-gallery-flex .oxy-gallery-item {
    background: #fff;
    padding: 10px;
}
.wrap_gallery_section #_gallery-9-20.oxy-gallery-captions .oxy-gallery-item .oxy-gallery-item-contents figcaption:not(:empty) {
    background-color: rgb(255 255 255 / 0%);
    color: #000000;
    position: static;
    font-weight: 500;
    margin-bottom: -57px;
    text-align: left;
    margin-left: -20px;
}
.wrap_gallery_section #_gallery-9-20.oxy-gallery-flex .oxy-gallery-item-sizer {
    padding-bottom: 0;
    OVERFLOW: HIDDEN;
}
.wrap_gallery_section .oxy-gallery-flex .oxy-gallery-item-contents {
    background-size: cover !important;
}

.wrap_gallery_section .oxy-gallery-item-sizer .oxy-gallery-item-contents {
    position: relative;
    margin-bottom: 37px;
}
.wrap_gallery_section .oxy-gallery-item-sizer .oxy-gallery-item-contents::before {
    content: '';
    width: 52px;
    height: 33px;
    position: absolute;
    top: -103%;
    left: 50%;
    background-image: url(./images/Group.svg);
    transition: all .9s;
    z-index: 1;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-size: 100%;
}
.wrap_gallery_section .oxy-gallery-item-sizer .oxy-gallery-item-contents::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -103%;
    left: 0;
    background-color: #0000009e;
    transition: all .9s;
}
.wrap_gallery_section .oxy-gallery-item-sizer:hover .oxy-gallery-item-contents::before{
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrap_gallery_section .oxy-gallery-item-sizer:hover .oxy-gallery-item-contents::after{
      top: 0;
}
.wrap_gallery_section .ct-section-inner-wrap{
    padding-top:0;
}
#section-2-20 .ct-section-inner-wrap{
    padding-bottom:0;
}

/******************************gallery_page css end**************************************/







/******************************terms-conditions_page css end**************************************/
.privacy_content_wrap a{
    color: #5C9974;
}
.privacy_content_wrap h3,
.privacy_content_wrap p{
    margin-bottom: 30px;
}

/******************************terms-conditions_page css end**************************************/
/******************************bloge_details_page css start**************************************/

.single-post .wrap_meta_data .ct-div-block img {
    margin-right:10px;
}

.single_blog_comment_list .oxy-comments li.comment .comment-body {
    margin-bottom: 0px; 
}
.single_blog_comment_form_section .ct-section-inner-wrap {
    padding-top: 50px;
}
.single-post .wrap_meta_data .ct-div-block {
    margin-right: 20px;
    margin-top: 20px;
}
.single-post .wrap_meta_data .ct-div-block, .wrap_meta_data {
    flex-direction: row;
    align-items: center;
}
.single-post .dt_blog_img_main img{
    width:100%;
}
.single-post .dt_blog_text_section .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
/*.single-post .dt_blog_text_col .row > .col-md-6 {*/
/*    margin-right: 30px;*/
/*}*/
.single-post .dt_blog_text_col .row .col-md-6 img{
    width: 100%;
}
.single-post .dt_blog_text_col .row > .col-md-6 {
    padding-left: 0 !important;
    margin-bottom: 15px;
    flex: 0 0 50%;    
}
.single-post .dt_blog_text_col .row{
    display: flex;
}
.single-post .single_blog_publish_date {
    position: absolute;
    top: 0;
    left: 80px;
    background-color: var(--green);
    color: #fff;
    padding: 13px;
    width: 64px;
    text-align: center;
}
.single-post .single_blog_heading {
    margin-top: 30px;
}
.single-post .dt_blog_img_main{
    position: relative;
}
.dt_blog_form_section .oxy-comment-form label {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}
.dt_blog_form_section .dt_blog_form_img{
        align-items: end;
    justify-content: center;
}
.dt_blog_form_section .comment-respond .comment-form-cookies-consent input{
    flex: 0 0 19px;
    margin-right: 10px;
}
.dt_blog_form_section .comment-respond .comment-form-cookies-consent{
    display: flex;
}
.dt_blog_form_section .comment-respond textarea{
    height: 100px;
}
.dt_blog_form_section .comment-respond textarea,
.dt_blog_form_section .comment-respond input {
    background: var(--white);
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    border: none;
    outline: 0;
}
.dt_blog_form_section .oxy-comment-form #submit {
    background-color: var(--green);
    max-width: 170px;
    border: 2px solid var(--green);
      transition: all .5s;
}
.dt_blog_form_section .oxy-comment-form #submit:hover {
    background-color: var(--white);
    color: var(--green);
}
.dt_blog_form_section .comment-respond {
    background-color: #C0D8CA;
    padding: 50px;
    max-width: 550px;
}

.single_blog_comment_list .ct-section-inner-wrap{
    padding-top: 20px;
    padding-bottom: 0;
}
.single_blog_comment_list .oxy-comments .comment-meta .comment-author b{
    text-transform: capitalize;
}
.single_blog_comment_list .oxy-comments .comment-meta .comment-author .avatar {
    max-width: 45px;
    max-height: 45px;
    border-radius: 10px;
}

/******************************bloge_details_page css end**************************************/





















