/*--font-family: 'Open Sans', sans-serif;
    font-family: 'Work Sans', sans-serif;
    font-family: 'Futura Md BT';--*/
::-moz-selection{
    color: #ffffff;
    background: #6a9612;
}
::selection{
    color: #ffffff;
    background: #6a9612;
}
*{
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1rem;
    scroll-behavior: inherit !important;
}
:focus{
    outline: none;
}
button{
    border: none;
    outline: none;
}
button:focus{
    outline: none;
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 11.625rem;
}
.scroll_off{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
/*    font-family: 'Futura Md BT';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: inherit;
}
p{
    margin: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
    padding: 0;
}
body a{
    text-decoration: none;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #587c0d;
}
body a:hover{
    text-decoration: none;
    color: #000;
}
body a:focus{
    outline: none;
}
body h1{
    font-size: 2.375rem;
    line-height: 2.625rem;
    font-weight: 800;
    color: #62822a;
}
body h2{
    font-size: 2.125rem;
    line-height: 2.375rem;
    color: #333333;
}
body h3{
    font-size: 1.875rem;
    line-height: 2.125rem;
    color: #8bb736;
}
body h4{
    font-size: 1.75rem;
    line-height: 2rem;
    color: #6a9612;
}
body h5{
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #8bb736;
}
body h6{
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333333;
}
body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.form-control:focus{
    box-shadow: none;
    border-color: #6a9612;
}
body input, body .form-control{
    height: 3rem;
    border: 0.0625rem solid #d4d4d4;
    border-radius: 0.3125rem;
    padding: 0.625rem 1.125rem;
}
body .form-control.fill_area{
    height: 7.5rem;
    resize: none;
}
input::-webkit-input-placeholder,
body .form-control::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
input:-moz-placeholder,
body .form-control:-moz-placeholder{
    color: #999999;
    opacity: 1;
}
input::-moz-placeholder,
body .form-control::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
body *::-moz-placeholder{
    color: #555555;
    opacity: 1;
}
.common_btn{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #8bb736;
    text-align: center;
    padding: 0.875rem 1.375rem;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.common_btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #587c0d;
    z-index: -1;
    -ms-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}
.common_btn:hover{
    color: #fff;
}
.common_btn:hover::before{
    transform: scaleX(1);
}
.white_btn{
    font-weight: 700;
    background: #fff;
    color: #587c0d;
    padding: 0.875rem 2.5rem;
}
.white_btn::before{
    background: #333333;
}
.small_btn{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    border-radius: 0.1875rem;
}

/*-------------Owl nav--------------*/
.owl-theme .owl-nav{
    margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"]{
    margin: 0;
    position: absolute;
    top: 50%;
    width: 3.125rem;
    height: 3.125rem;
    background: transparent;
    border-radius: 0.3125rem;
    border: 0.125rem solid #dfdfdf;
    box-shadow: none;
    transform: translateY(-50%);
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: #587c0d;
    border-color: #587c0d;
}
.owl-theme .owl-nav [class*="owl-"]:hover span{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.owl-theme .owl-nav [class*="owl-"]:focus{
    outline: none;
}
.owl-theme .owl-nav [class*="owl-"] span{
    display: block;
    font-size: 0 !important;
}
.owl-carousel .owl-nav button.owl-next{
    right: -7.5rem;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    background: url(../images/icon/arrow-right.svg) no-repeat center;
    width: 2.1875rem;
    height: 2.5625rem;
    background-size: 100% 100% !important;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -7.5rem;
}
.owl-carousel .owl-nav button.owl-prev span {
    background: url(../images/icon/arrow-left.svg) no-repeat center;
}
.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.1875rem;
    border-radius: 50%;
    border: 0.125rem solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: #587c0d;
    border: 0.25rem solid #fff;
}

/*--------Pre loading-------*/
.preloading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6a9612;
    z-index: 99999;
}
.preloading .loader{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-ellipsis{
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
}
.lds-ellipsis div{
    position: absolute;
    top: 2.0625rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1){
    left: 0.5rem;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2){
    left: 0.5rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3){
    left: 2rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4){
    left: 3.5rem;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2{
    0%{
        transform: translate(0, 0);
    }
    100%{
        transform: translate(1.5rem, 0);
    }
}

/*--------skip to content-------*/
.skip_main{
    position: absolute;
    top: -9999px;
    left: 0;
    overflow: hidden;
    z-index: -9999;
    background: #808080;
}
.skip_main:focus, .skip_main:focus-within,
.skip_main:active{
    background: #587c0d;
    left: 0;
    top: 0;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    color: #fff;
    border-radius: 0.1875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75rem 0.9375rem;
    border: 0.125rem solid #fff;
    text-align: center;
    z-index: 9999;
}

/*--------Contact info--------*/
.contactInfo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5625rem 0 2.75rem;
}
.call{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-right: 2.125rem;
}
.call p a{
    color: #000;
}
.call p a:hover{
    color: #638339;
}

/*--------Social icon-------*/
.social_icon ul{
    display: flex;
    align-items: center;
}
.social_icon ul li a{
    margin-right: 0.625rem;
}
.social_icon ul li:last-child a{
    margin-right: 0;
}
.social_icon ul li a img{
    width: 2rem;
}
.social_icon ul li a:hover img{
    filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
    -webkit-filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
}


/*----------------Header-------------*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff url(../images/hdr-pattern-1.png) no-repeat;
    background-size: 100% 100%;
}
header .logo{
    display: block;
/*    width: 21.4375rem;*/
    width: 15rem;
    position: relative;
    z-index: 4;
/*    margin-top: 2.75rem;*/
    margin-top: 1.875rem;
}
header .logo img{
    width: 100%;
}
/* menu */
.main_header{
    width: 100%;
}
.main_header .container-fluid{
    padding: 0 4.25rem 0 4.625rem;
}
.menuArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.menu_wrapper{
    width: 50%;
    flex-grow: 1;
}
.menu_wrap{
    display: flex;
    align-items: center;
}
.navBar{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}
.navWrapper{
    padding-left: 8.125rem;
}
.navBar li{
    margin-right: 1.5625rem;
}
.navBar li:last-child{
    margin-right: 0;
}
.navBar li a{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: capitalize;
    padding: 1.5625rem 0;
    display: block;
}
.menuNotClick > a{
   pointer-events: none;
   cursor: default;
}
/*
.menuNotClick > .dropdown-menu li a{
   pointer-events: auto;
   cursor: pointer;
} 
*/
.navBar li:hover > a, .navBar li.active > a{
    color: #435e0b;
}
.navBar .dropdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navBar > li:nth-child(n + 3) .dropdown-menu{
  left: auto;
  right: 0;
}
.navBar .dropdown-menu{
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    float: none;
    width: 15.625rem;
    box-shadow: 0.0625rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.18);
    top: 100%;
    left: 0;
}
.navBar .dropdown-menu li{
    margin: 0;
}
.navBar .dropdown-menu li a{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    color: #435e0b;
    background: #fff;
    border-bottom: 0.0625rem solid #dfdfdf;
    display: block;
    padding: 0.75rem 0.75rem;
}
.navBar .dropdown-menu li:last-child > a{
    border-bottom: none;
}
.navBar .dropdown-menu li:hover > a{
    color: #fff;
    background: #638339;
    padding-left: 1.5625rem;
}

/*----------Menu backbtn---------*/
.menuBackBtn{
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 0.3125rem;
    left: 0;
    z-index: 9999;
    margin-bottom: 0;
}
.menuBackBtn li{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.menuBackBtn li.step_1{
    z-index: 1;
}
.menuBackBtn li.step_2{
    z-index: 3;
}
.menuBackBtn li button{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: none;
    background: #62822a;
}
.menuBackBtn li button img{
    width: 1.25rem;
    height: 1.5625rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/*----------Fixed menu-----------*/
header.fixed{
    position: fixed;
    top: -6.5rem;
    z-index: 999;
}
header.fixed .main_header{
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
}
header.fixed .menuArea{
    align-items: center;
}
header.fixed .logo{
    width: 10rem;
    margin-top: 0;
}
header.fixed .navBar li a{
    padding: 2.5rem 0;
}
header.fixed .navBar .dropdown-menu li a{
    padding: 0.75rem 0.9375rem;
}
header.fixed .contactInfo_wrap{
    display: none;
}
header.fixed.in_view{
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    z-index: 999;
}

/*--------mobile menuBtn---------*/
.mobElement{
    display: none;
}
.menuBtn{
    width: 2.8125rem;
    height: 1.875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99;
}
.menuBtn span{
    display: block;
    position: absolute;
    left: 0;
    height: 0.1875rem;
    width: 100%;
    background: #62822a;
    border-radius: 0.125rem;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menuBtn span:nth-child(1){
    top: 0;
}
.menuBtn span:nth-child(2),
.menuBtn span:nth-child(3){
    top: 0.75rem;
}
.menuBtn span:nth-child(4){
    top: 1.5rem;
}
.menuBtn.open span:nth-child(1){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.menuBtn.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuBtn.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menuBtn.open span:nth-child(4){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.smVersion{
    width: 100%;
    display: none;
    padding: 0.9375rem 0.75rem 0;
}

/*----------Search---------*/
.search_icon{
    padding-left: 1.5625rem;
}
.search_icon a{
    display: block;
}
.search_icon a img{
    width: 1.0625rem;
}
.search_icon a:hover img{
    filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
    -webkit-filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
}

/*--------Search box----------*/
.search_box{
    position: absolute;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    padding: 0.9375rem 1.875rem;
    border-radius: 0;
    display: none;
    background: #333333;
}
.search_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 78%;
    margin: 0 auto;
}
.search_box .form-control[type=text]{
    border-radius: 0.3125rem 0 0 0.3125rem;
    width: 50%;
    flex-grow: 1;
    color: #000;
    border: none;
}
.search_box .form-control[type=submit]{
    border-radius: 0 0.3125rem 0.3125rem 0;
    width: 9.5rem;
    background: #6a9612;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
}
.search_box .form-control[type=submit]:hover{
    background: #8bb736;
    color: #fff;
}

/*---------Home banner---------*/
.home_banner{
    background: #d4d4d4;
    position: relative;
    height: 41.875rem;
}
.banner_item{
    height: 41.875rem;
    overflow: hidden;
    position: relative;
}
.banner_item .video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_bg{
/*    padding-top: 39%;*/
    height: 100%;
    position: relative;
}
.banner_caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 0.75rem 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 4.6875rem;
    opacity: 0;
    transition: 1s;
    transform: scale(0);
    overflow: hidden;
}
.banner_slider .owl-item.active .banner_caption{
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s;
}
.banner_caption h1{
/*
    font-size: 3.875rem;
    line-height: 4.125rem;
*/
    font-size: 3.25rem;
    line-height: 3.5rem;
/*    font-weight: 700;*/
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2.1875rem;
}
.banner_slider.owl-carousel .owl-nav button.owl-prev{
    left: 1.875rem;
}
.banner_slider.owl-carousel .owl-nav button.owl-next{
    right: 1.875rem;
}
.banner_slider.owl-theme .owl-dots{
    position: absolute;
    bottom: 1.5625rem;
    left: 0;
    right: 0;
}

/*--------Feature sec--------*/
.feature_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature_wrap ul li{
    width: 20%;
    transition: all 0.8s ease;
}
.feature_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature_item{
    position: relative;
    height: 33.75rem;
}
.feature_txt{
    position: absolute;
    z-index: 1;
}
.feature_txt{
    top: 2.5rem;
    right: 2.5rem;
}
.feature_txt h2{
    font-size: 2.75rem;
    line-height: 3rem;
    font-weight: 700;
/*    font-family: 'Futura Md BT';*/
    color: #fff;
    text-transform: uppercase;
    transition: all 0.8s ease;
    writing-mode: tb-rl;
}
.feature_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139, 183, 54, 0.84);
    transition: all 0.8s ease;
}
.feature_wrap ul li:nth-child(1) .feature_item::before{
    background: rgba(88, 124, 13, 0.73);
}
.feature_wrap ul li:nth-child(3) .feature_item::before{
    background: rgba(139, 183, 54, 0.50);
}
.feature_wrap ul li:nth-child(4) .feature_item::before{
    background: rgba(103, 148, 12, 0.80);
}
/* Hover style*/
.feature_wrap ul li.active, .feature_wrap ul li.allTime_active{
    width: 40%;
}
.feature_wrap ul.active_parent li:not(.active){
    width: 20%;
}
.feature_wrap ul li.active .feature_item::before, .feature_wrap ul li.allTime_active .feature_item::before{
    content: none;
}
.feature_wrap ul li.active_only .feature_item::before{
    content: "";
}
.feature_wrap ul li.active .feature_txt, .feature_wrap ul li.allTime_active .feature_txt{
    top: 2.5rem;
    left: 2.1875rem;
    right: auto;
}
.feature_wrap ul li.active .feature_txt h2, .feature_wrap ul li.allTime_active .feature_txt h2{
/*
    font-size: 3.9375rem;
    line-height: 4.1875rem;
*/
    font-size: 3.6875rem;
    line-height: 3.9375rem;
    writing-mode: inherit;
}
.feature_wrap ul li.active .feature_txt h2 span, .feature_wrap ul li.allTime_active .feature_txt h2 span{
    font-size: 2.625rem;
    line-height: 2.875rem;
    display: block;
}
 .feature_wrap ul li.active_only .feature_txt{
    top: 2.5rem;
    right: 2.5rem;
    left: auto;
}
.feature_wrap ul li.active_only .feature_txt h2{
    font-size: 2.75rem;
    line-height: 3rem;
    writing-mode: tb-rl;
}
.feature_wrap ul li.active_only .feature_txt h2 span{
    font-size: 2rem;
    line-height: 2.25rem;
}

/*-----------Grow sec----------*/
.grow_sec{
    position: relative;
}
.grow_content{
    background: url(../images/grow-pattern.png) no-repeat bottom;
    background-size: 100%;
    height: 100%;
}
.grow_txt{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #000;
    padding: 8.75rem 0.9375rem 11.25rem;
}
.grow_txt h3{
    font-size: 2.75rem;
    line-height: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.grow_txt h3 span{
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding-top: 0.3125rem;
}
.grow_txt > p{
    padding: 2.1875rem 0 2.8125rem;
}
.box_txt{
    background: #6a9612;
    border-top-right-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    padding: 2.8125rem 5rem 2.1875rem 4.0625rem;
    color: #fff;
}
.box_txt p{
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 400;
    padding-bottom: 0.9375rem;
}
.box_txt span{
    font-size: 1.375rem;
    line-height: 1.625rem;
    display: block;
    text-align: right;
    padding-right: 1.5625rem;
}
.grow_img{
    height: 100%;
}
.grow_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.white_logo{
    position: absolute;
    bottom: 2.375rem;
    right: 3rem;
    background: url(../images/logo-icon-white.svg) no-repeat center;
    width: 3.3125rem;
    height: 5.9375rem;
}
.left{
    right: auto;
    left: 3.625rem;
    bottom: 4rem;
}

/*-----------Inverter sec----------*/
.invester_sec{
    padding: 6.875rem 0 5.9375rem;
    position: relative;
    z-index: 1;
}
.invester_sec::before, .invester_sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(65, 92, 10, 0.62);
    z-index: -1;
}
.invester_sec::after{
    left: auto;
    width: 80%;
    background: url(../images/invester-pattern.png) no-repeat right bottom;
}
.sec_head{
    text-align: center;
    margin-bottom: 5.9375rem;
}
.sec_head h4{
    font-size: 3rem;
    line-height: 3.25rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

/*---------Invester slider-----------*/
.invester_no{
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.invester_no p{
    font-size: 4.625rem;
    line-height: 4.875rem;
    font-weight: 800;
/*    font-family: 'Futura Md BT';*/
    color: #6a9612;
    text-transform: uppercase;
}
.invester_no::before{
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 0;
    right: 0;
    background: url(../images/icon/down-arrow.svg) no-repeat center;
    background-size: 100% 100%;
    width: 2.375rem;
    height: 2.375rem;
    margin: 0 auto;
}
.invester_wrap{
    padding: 0 1.5625rem 4.6875rem;
}
.invester_slider.owl-carousel .owl-stage{
    display: flex;
    flex-wrap: wrap;
}
.invester_slider.owl-carousel .item{
    height: 100%;
    padding: 0 0.75rem;
}
.invester_item{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.5s ease;
}
.invester_txt{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 2.8125rem 0 0;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
}
.invester_txt p{
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
/*    font-family: 'Futura Md BT';*/
    color: #fff;
    margin-bottom: 1.125rem;
}
.invester_txt span{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #fff;
    display: block;
}

/*-----------Btn center------------*/
.btn_center{
    text-align: center;
}

/*------------Newsletter sec------------*/
.newsLetter_sec{
    background: #333333 url(../images/newsletter-pattern.png) no-repeat left;
    background-size: 44% 100%;
/*    padding: 5.9375rem 0 7.8125rem;*/
    padding: 3.75rem 0;
    position: relative;
}
.newsLetter_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.newsLetter_wrap .column:first-child{
    width: 32%;
}
.newsLetter_wrap .column:last-child{
    width: 63%;
}
.newsletter_title{
    text-align: center;
    text-transform: uppercase;
}
.newsletter_title p{
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.125rem;
}
.newsletter_title h5{
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 800;
/*    font-family: 'Futura Md BT';*/
    color: #fff;
}
.newletter_form .row{
    margin: 0 -0.3125rem;
}
.newletter_form .row [class*="col-"]{
    width: 39%;
    padding: 0 0.3125rem;
}
.newletter_form .row [class*="col-"]:last-child{
    width: 20%;
}

/*----------Newletter form-----------*/
.newletter_form .small_btn{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    color: #333333;
    background: #6a9612;
    width: 100%;
    padding: 0.75rem 0.3125rem;
    border: none;
    transition: all 0.5s ease;
    position: relative;
    height: auto;
    border-radius: 0.375rem;
}
.newletter_form .small_btn:hover{
    color: #fff;
}
.newletter_form .small_btn:hover, .newletter_form .small_btn::before{
    background: #8bb736;
}
.newletter_form .form-control{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    height: 2.875rem;
    border: 0.125rem solid #bbbbbb;
    background: transparent;
    border-radius: 0.375rem;
}
.newletter_form form ::-webkit-input-placeholder{
    color: #fff;
}
.newletter_form form ::-moz-placeholder{
    color: #fff;
}
.newletter_form form :-ms-input-placeholder{
    color: #fff;
}
.newletter_form form :-moz-placeholder{
    color: #fff;
}
.newletter_form .wpcf7-spinner{
    margin: 0 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.newletter_form .wpcf7 form .wpcf7-response-output{
    margin: 1.875rem 0 0;
    padding: 0.625rem 0.9375rem;
    text-align: center;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
}
.newletter_form .wpcf7-not-valid-tip{
    color: #d3d800;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 0.3125rem;
}
.newletter_form .wpcf7 form.invalid .wpcf7-response-output,
.newletter_form .wpcf7 form.unaccepted .wpcf7-response-output,
.newletter_form .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #e74310;
    background: rgba(231, 67, 16, 0.45);
}
.newletter_form .wpcf7 form.sent .wpcf7-response-output{
    border-color: #4db4e4;
    background: rgba(77, 180, 228, 0.50);
}

/* Newletter 3rd party form */
.newletter_form .ctct-form-embed.form_0 .ctct-form-defaults{
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    padding: 0;
}
.newletter_form .ctct-form-custom{
    display: flex;
    flex-wrap: wrap;
/*    align-items: center;*/
    justify-content: center;
}
.newletter_form .ctct-form-header, .newletter_form .ctct-form-text{
    width: 100%;
    color: #fff !important;
    text-align: center;
}
.newletter_form .ctct-form-header{
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
    text-transform: uppercase;
    margin-bottom: 0.3125rem !important;
}
.newletter_form .ctct-form-text{
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.newletter_form .ctct-form-field{
    display: flex;
    flex-direction: column;
    padding: 0 0.3125rem;
    width: 33.33%;
}
.newletter_form .ctct-form-errorMessage{
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    order: 3;
    margin-bottom: 0 !important;
    margin-top: 0.3125rem;
}
.newletter_form .ctct-form-element{
    height: 3rem !important;
}
.newletter_form .ctct-form-label{
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
}
.newletter_form .ctct-form-button{
    font-size: 1rem !important;
    font-weight: 500;
    width: auto !important;
    padding: 0.9375rem 1.5625rem !important;
    background-color: #6a9612 !important;
    border: none !important;
    text-transform: uppercase !important;
    margin: 0 auto;
}
.newletter_form .ctct-form-button:hover{
    background: #8bb736 !important;
    color: #000 !important;
}
.newletter_form .ctct-gdpr-text{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    color: #fff !important;
}
.newletter_form .grecaptcha-badge{
    display: none !important;
}

/*--------------Footer--------------*/
.site_footer{
    background: url(../images/footer-pattern.png) no-repeat right bottom;
    padding: 4.6875rem 0 2.1875rem;
    position: relative;
}
.footer_wrap{
    position: relative;
    z-index: 2;
}
.footer_box{
    font-size: 1rem;
    line-height: 1.4375rem;
    font-weight: 500;
}
.footer_box h6{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}

/*-----------Footer link------------*/
.footer_link ul li{
    padding-bottom: 0.5rem;
}
.footer_link ul li:last-child{
    padding-bottom: 0;
}
.footer_link ul li a{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #000;
}
.footer_link ul li a:hover{
    color: #587c0d;
}

/*-----------About txt------------*/
.abt_txt p{
    padding-bottom: 0.75rem;
}
.abt_txt a{
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.abt_txt a:hover{
    color: #587c0d;
}

/*-----------Footer contact------------*/
.footer_logo{
    display: block;
    width: 4.6875rem;
    margin: 0 0 3.125rem 3.4375rem;
}
.footer_logo img{
    width: 100%;
}
.footerContact ul li{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    padding-bottom: 0.75rem;
}
.footerContact ul li:first-child{
    max-width: 14.0625rem;
}
.footerContact ul li:last-child{
    padding-bottom: 0;
}
.footerContact ul li a{
    color: #000;
}
.footerContact ul li a:hover{
    color: #587c0d;
}
.site_footer .social_icon ul{
    margin-top: 1.375rem;
}
.site_footer .social_icon ul li a img{
    filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
    -webkit-filter: invert(50%) sepia(12%) saturate(4200%) hue-rotate(42deg) brightness(89%) contrast(90%);
}
.site_footer .social_icon ul li a:hover img{
    filter: none;
    -webkit-filter: none;
}

/*------------Copy right--------------*/
.copy_right{
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-top: 3.75rem;
}
.copy_right p{
    margin-bottom: 0.3125rem;
}
.copy_right p:last-child{
    margin-bottom: 0;
}
.copy_right p a{
    color: #000;
}
.copy_right p a:hover{
    color: #587c0d;
}
.copy_right p a b{
    font-weight: 700;
}

















/*-------------Inner Page----------*/
/*-------------Inner Banner----------*/
.inner_banner{
    padding-top: 25%;
    position: relative;
}
.inner_banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 8, 38, 0.10);
}

/*------------Inner wrapper-----------*/
.inner_sec{
    background: url(../images/footer-pattern.png) no-repeat right bottom;
}
.inner_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.inner_wrapper .inner_content{
    width: 72%;
    padding: 3.75rem 2.8125rem 3.75rem 7%;
}
.inner_content{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    width: 100%;
    padding: 3.75rem 0;
}
.inner_content h1{
    margin-bottom: 1.375rem;
}
.inner_content h2{
    margin-bottom: 1.25rem;
}
.inner_content h3{
    margin-bottom: 1.125rem;
}
.inner_content h4{
    margin-bottom: 1rem;
}
.inner_content h5{
    margin-bottom: 0.875rem;
}
.inner_content h6{
    margin-bottom: 0.75rem;
}
.inner_content p{
    padding-bottom: 0.9375rem;
}
.inner_content ul{
    padding-bottom: 0.9375rem;
}
.inner_content ul li{
    position: relative;
    padding: 0 0 0.625rem 0.9375rem;
}
.inner_content ul li ul{
    padding: 0.75rem 0 0.625rem;
}
.inner_content ul li::before{
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.625rem;
    height: 0.625rem;
}
/*
.inner_content ul li ul li::before{
    background: #e74310;
    border-radius: 50%;
    width: 0.4375rem;
    height: 0.4375rem;
    top: 0.4688rem;
}
*/
.inner_content ol{
    padding-left: 1.125rem;
}
.inner_content ol li ol{
    padding-top: 0.625rem;
    padding-bottom: 0;
}
.inner_content ol > li{
    padding-bottom: 0.75rem;
}
.inner_content ol li ol li:last-child, .inner_content ul li ul li:last-child{
    padding-bottom: 0;
}
.alignleft, .alignright{
    float: left;
    width: 46% !important;
/*    height: 19.875rem;*/
    object-fit: cover;
    margin: 0 1.875rem 1.875rem 0;
/*    border: 0.125rem solid #252e65;*/
}
.alignright{
    float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.small_img{
    width: 15% !important;
}
.full_width{
    width: 100%;
/*    border: 0.125rem solid #252e65;*/
    margin-bottom: 1.25rem;
}
.btnGgroup_gap{
    display: flex;
    flex-direction: column;
    margin: 0.9375rem 0 1.25rem;
}
.btnGgroup_gap .common_btn{
    align-self: flex-start;
    margin-bottom: 0.625rem;
}
.btnGgroup_gap .common_btn:last-child{
    margin-bottom: 0;
}
.img_item img{
    width: 100%;
    margin-bottom: 1.5625rem;
    border: 0.0625rem solid #283277;
}
.commonWrapper_box{
    background: #ededed;
    margin-bottom: 1.875rem;
    border-radius: 0.1875rem;
    overflow: hidden;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.26);
    padding: 1.875rem 1.25rem;
    margin: 1.875rem 0;
    clear: both;
}
.img_text a{
    display: block;
    margin-bottom: 0.25rem;
}
.border_both .news_item{
    border: 0.0625rem solid #d4d4d4;
    padding: 0.9375rem 0.75rem;
    margin-bottom: 1.875rem;
    height: auto;
}
.border_both .news_item .news_txt{
    text-transform: inherit;
}
.border_both .news_item .news_txt a{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    display: block;
    margin-bottom: 0.25rem;
}
.border_both .news_item .news_txt p{
    padding-bottom: 0;
}
.border_both .news_item .news_txt a span{
    display: inline-block;
    margin-bottom: 0;
}
.border_both .news_img{
    padding: 0;
}
.border_both .news_img img{
    width: 100%;
}
.image_flex [class*="col-"]{
    margin-bottom: 1.875rem;
}
.image_flex .img_item{
    height: 100%;
    display: block;
}
.image_flex .img_item img{
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}
.image_flex .img_item span{
    display: block;
    margin-top: 0.3125rem;
}
.image_flex p{
    margin-top: 0.9375rem;
}
.videoWith_img [class*="col-"]{
    height: 100%;
}
.listing_none ul li, .listing_none ul li p{
    padding: 0;
}
.listing_none.social_icon ul{
    padding-bottom: 1.875rem;
}
.listing_none ul li::before{
    content: none;
}
.small_txt{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
}
.btn_group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.25rem 0 1.5625rem;
}
.sec_head .btn_group{
    justify-content: center;
}
.btn_group .common_btn{
    margin-right: 0.9375rem;
    margin-bottom: 0.3125rem;
}
.btn_group .common_btn:last-child{
    margin-right: 0;
}
.inner_content .wp-caption-text{
    font-size: 0.875rem;
    line-height: 1.125rem;
    background: #ededed;
    padding: 0.625rem 0.75rem;
    text-align: center;
}
.inner_content p > .common_btn{
    margin-bottom: 0.9375rem;
}

/* Common table */
.common_table .table{
    color: #727272;
    border: 0.0625rem solid #283277;
    margin: 0.625rem 0 1.875rem;
    vertical-align: middle;
}
.common_table .table>:not(:first-child){
     border-top: none;
}
.common_table .table thead tr th{
    background: #283277;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 0.75rem;
    border-right: 0.0625rem solid #fff;
    border-bottom: 0.0625rem solid #fff;
}
.common_table .table thead tr:last-child th{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    padding: 0.625rem 0.75rem;
    background: #e74524;
}
.common_table .table thead tr th:last-child{
    border-right: none;
}
.common_table .table td{
    border: 0.0625rem solid #283277;
    padding:  0.625rem 0.75rem;
}
.common_table .table tbody td h6{
    margin-bottom: 0;
}

/*--------------Sidebar Wrap-------------*/
.inner_sidebar{
    width: 28%;
}
.sidebar_wrap{
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}
.title_wrap{
    padding: 3.75rem 1.5625rem 1.25rem 0;
}
.title_wrap h3{
    color: #333333;
}
.sidebar_info{
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0 2.8125rem 1.875rem 0;
}
.sidebar_link ul li{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 700;
    background: #6a9612;
    border-radius: 0.3125rem;
    margin-bottom: 0.3125rem;
    padding-right: 0.9375rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar_link ul li:last-child{
    margin-bottom: 0;
}
.sidebar_link ul li a{
    color: #fff;
    display: block;
    padding: 0.875rem 0.9375rem;
    width: 50%;
    flex-grow: 1;
}
.sidebar_link ul li:hover a{
    color: #fff;
}
.sidebar_link ul li:hover{
    color: #fff;
    background: #8bb736;
}
.backBtn a{
    background: #333333;
    color: #fff;
    display: block;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-left: 2.5rem;
    border-radius: 0.1875rem;
}
.backBtn a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem;
    height: 0.75rem;
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.backBtn a::before{
    background: #8bb736;
}

/*--------------Sidebar Icon-------------*/
.sidebarIcon{
    display: none;
}
.sidebarIcon{
    width: 2.1875rem;
    height: 1.6875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.sidebarIcon.open span{
    background: #fff;
}
.sidebarIcon span{
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 100%;
    background: #fff;
    border-radius: 0.125rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.sidebarIcon span:nth-child(1){
    top: 0;
}
.sidebarIcon span:nth-child(2){
    top: 0.75rem;
}
.sidebarIcon span:nth-child(3){
    top: 1.5rem;
}
.sidebarIcon.open span:nth-child(1){
    top: 0.75rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sidebarIcon.open span:nth-child(2){
    opacity: 0;
    left: -2.8125rem;
}
.sidebarIcon.open span:nth-child(3){
    top: 0.75rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*------------Accordion------------*/
.accordion .accordion-item{
    border-radius: 0;
    border: none;
    margin-bottom: 1.0625rem;
}
.accordion .accordion-header .accordion-button{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    background: #333333;
    text-transform: inherit;
    padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
    white-space: normal;
    position: relative;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion .accordion-header .accordion-button strong{
    font-weight: 600;
}
.accordion .accordion-header .accordion-button span{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-left: 0.3125rem;
}
.accordion .accordion-item.active > .accordion-button, .accordion .accordion-item .accordion-button:hover, .accordion .accordion-button:not(.collapsed) {
    background: #62822a;
}
.accordion .accordion-header .accordion-button::after{
    content: "";
    position: absolute;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.875rem;
    height: 0.875rem;
    top: auto;
    right: 0.9375rem;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transform: rotate(90deg);
}
.accordion .accordion-header .accordion-button.collapsed::after{
    transform: rotate(0deg);
}
.accordion .accordion-body{
    border: 0.125rem solid #62822a;
    border-top: 0;
    padding: 1.125rem 0.75rem;
}
.accordion .accordion-body p:last-child{
    padding-bottom: 0;
}

/*--------------Contact page--------------*/
/*--------------Contact sec--------------*/
.common_padding{
    padding: 3.75rem 0;
    position: relative;
    background: url(../images/footer-pattern.png) no-repeat right bottom;
}
.common_padding .inner_content{
    padding: 0;
}
.common_padding .sec_head, .inner_content .sec_head{
    margin-bottom: 2.5rem;
}
.contact_wrap p{
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

/*-----------Contact Info------------*/
.contact_wrap h2{
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}
.contact_link ul li{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.contact_link ul li:last-child{
    margin-bottom: 0;
}
.icon img{
    width: 1.125rem;
}
.link{
    padding-left: 0.9375rem;
    width: 50%;
    flex-grow: 1;
}
.contact_link ul li:first-child .link{
    flex-grow: inherit;
    width: 50%;
}
.link p{
    margin-bottom: 0;
}
.link a{
    color: #000;
    display: block;
    margin-bottom: 0.1875rem;
}
.link a:last-child{
    margin-bottom: 0;
}
.link a:hover{
    color: #6a9612;
}
.contact_logo{
    width: 10.625rem;
    margin-bottom: 1.875rem;
}
.contact_logo img{
    width: 100%;
}

/*-----------Social icon------------*/
.contact_info .social_icon{
    padding-top: 1.875rem;
}

/*------------Contact form----------*/
.contact_form .form-group{
    margin-bottom: 1.5625rem;
}
.contact_form .form-group label{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}
.contact_form .form-group label sup{
    font-size: 100%;
    color: #e40500;
    top: -0.125rem;
}
.btn_right{
    text-align: right;
}

/*-------Contact form/wb form 7----------*/
.contact_form .btn_right p{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.contact_form .btn_right .common_btn{
    border: none;
}
.contact_form .btn_right .common_btn:hover{
    background: #6a9612;
}
.contact_form .wpcf7-not-valid-tip{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-top: 0.3125rem;
}

/*--------------Map sec--------------*/
.map_area{
    height: 28.125rem;
}

/*------------Blog Page----------*/
/*------------Blog Sec----------*/
.blog_item{
    background: #ededed;
    margin-bottom: 1.875rem;
    border-radius: 0.1875rem;
    overflow: hidden;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.26);
}
.blogImg_wrap{
    overflow: hidden;
}
.blog_img{
    padding-top: 35%;
    transition: all 0.5s ease;
}
.blog_item:hover .blog_img, .blogImg_wrap:hover .blog_img{
    transform: scale(1.03);
}
.blog_info{
    padding: 1.5625rem 1.125rem;
}
.blog_info h2{
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
}
.inner_content ul.date_auther li::before, .inner_content .pagination_wrap ul li::before{
    content: none;
}
.date_auther{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.9375rem;
}
.inner_content ul.date_auther li{
    padding: 0 1.5625rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #385205;
}
.date_auther li::after{
    content: "";
    position: absolute;
    background: #385205;
    width: 0.125rem;
    height: 0.875rem;
    top: 48%;
    transform: translateY(-50%);
    left: -0.75rem;
}
.date_auther li:first-child::after{
    content: none;
}
.inner_content .pagination_wrap ul li{
    padding: 0;
}

/*------------Pagination wrap----------*/
.pagination_wrap .page-link{
    color: #587c0d;
    border-color: #587c0d;
}
.pagination_wrap .page-item:first-child .page-link, .pagination_wrap .page-item:last-child .page-link{
    border-radius: 0;
}
.pagination_wrap{
    justify-content: center;
}
.pagination_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_wrap ul li{
    padding: 0;
}
.pagination_wrap ul li::before{
    content: none;
}
.pagination_wrap ul li .page-numbers{
    display: block;
    border: 0.0625rem solid #587c0d;
    padding: 0.375rem 0.75rem;
}
.pagination_wrap ul li:not(:first-child) .page-numbers{
    margin-left: -0.0625rem;
}
.pagination_wrap ul li a.page-numbers:hover{
    background: #587c0d;
    color: #fff;
}

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
.blogDetails_content h1{
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 400;
}
.blogDetails_content .blogImg_wrap{
    margin-bottom: 1.25rem;
}

/*------------404 Page----------*/
/*------------404 Sec----------*/
.error_sec{
    position: relative;
}
.error_sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.625rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(125, 185, 232, 0) 100%);
}
.error_content{
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
}
.error_content h1{
    font-size: 12.5rem;
    line-height: 12.75rem;
    font-weight: 700;
}
.error_content h2{
    margin-bottom: 0.9375rem;
    text-transform: inherit;
}
.error_content p{
    margin-bottom: 0.9375rem;
}

/*------------Team Page----------*/
/*------------Team Sec----------*/
.team_wrap > .row > [class*="col-"]{
    margin-bottom: 1.875rem;
}
.team_img{
    margin-bottom: 0.9375rem;
    transition: all 0.5s ease;
}
.team_img img{
    transition: all 0.5s ease;
}
.team_img:hover img{
    transform: scale(1.03);
}
.team_item{
    font-size: 1rem;
    line-height: 1.375rem;
    background: #ededed;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.26);
    padding: 1.875rem 0.9375rem;
    display: block;
    height: 100%;
}
.team_txt h5{
    color: #62822a;
    margin-bottom: 0.3125rem;
}
.team_txt span{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 700;
/*    font-family: 'Futura Md BT';*/
    color: #8bb736;
    display: block;
    margin-bottom: 0.9375rem;
}
.team_txt > p:last-child{
    padding-bottom: 0;
}

/*------------Resource Page----------*/
.resource_wrap .row [class*="col-"]{
    margin-bottom: 1.875rem;
}
.pdf_link{
    height: 100%;
}
.pdf_link a{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    padding: 1.875rem 1.25rem;
    box-shadow: 0.5rem 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
/*    position: relative;*/
}
/*
.pdf_link a::before{
    content: "";
    position: absolute;
    background: url(../images/icon/pdf.svg) no-repeat center;
    background-size: 100% 100%;
    width: 2.1875rem;
    height: 2.1875rem;
    top: 1.375rem;
    left: 0.9375rem;
}
*/
.pdf_link a:hover{
    background: #6a9612;
    color: #fff;
}
/*
.pdf_link a:hover::before{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    
}
*/

/*------------PFAS Page----------*/
body.compensate-for-scrollbar{
    margin-right: 0;
}
.imgTxtBox_wrap .row{
    margin-bottom: 1.875rem;
}
.imgTxtBox_wrap .row:nth-child(even){
    flex-direction: row-reverse;
}
.imgBox_txt{
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #6a9612;
    height: 100%;
}
.imgBox_txt h4{
    color: #fff;
}
.imgBox_txt p{
    padding-bottom: 0;
}
.common_img{
    display: block;
    height: 100%;
}
.common_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Products page */
.tree_img{
    margin: 1.25rem 0 2.5rem;
}

/* News Page */
/* bread crubs */
.page_nav_sec, .bg_grey{
    background: #ededed;
}
.page_nav{
    list-style: none;
    padding: 0;
}
.page_nav li a{
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    font-weight: 700;
    color: #000;
    padding: 1.25rem 1.25rem;
    display: block;
    text-transform: uppercase;
}
.page_nav li a:hover{
    color: #fff;
    background: #8bb736;
}
.box_link{
    background: #ededed;
    padding: 1.125rem 0.9375rem;
}
.common_box_wrap .row [class*="col-"]{
    margin-bottom: 1.5rem;
}
.box_link h6{
    margin-bottom: 0 !important;
    margin-top: 0.625rem;
    color: #587c0d;
}
.box_link:hover, .common_box_sec.bg_grey .box_link:hover{
    background: #8bb736;
    color: #fff;
}
.box_link:hover h6{
    color: #fff;
}
.common_box_sec.bg_grey .box_link{
    background: #fff;
}




/*--------------End CSS--------------*/
