 @font-face {
    font-family: 'Mont';
    src: url('../otf/mont-regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'Mont';
    src: url('../otf/mont-semibold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'Mont';
    src: url('../otf/mont-bold.otf');
    font-weight: 700;
} 
@font-face {
    font-family: 'Reckless Neue';
    src: url('../index.html');
    src: local('Reckless Neue Bold'), local('RecklessNeue-Bold'),
        url('../eot/recklessneue-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/recklessneue-bold.woff2') format('woff2'),
        url('../woff/recklessneue-bold.woff') format('woff'),
        url('../ttf/recklessneue-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1170px;
    }
}
html {
    font-size: 10px;
    overflow-x: hidden;
}
body {
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    font-family: 'Mont';
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    color: #0E0F0F;
}
p{
    line-height: 1.5;
}
a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}
body.admin-bar {
    min-height: calc(100vh - 32px);
}
:hover {
    text-decoration: none !important;
}
:focus {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 25px 0 20px;
    font-family: 'Reckless Neue';
}
h1,
.h1 {
    font-size: 60px;
}
h2,
.h2 {
    font-size: 41px;
}
h2.secondary {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}
h4,
.h4 {
    font-size: 24px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
@media screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}
/* utility css */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.bg-white {
    background-color: #fff !important;
}
p:last-child{
    margin-bottom: 0;
}
.text-green{
    color: #70AD47 !important;
}
.text-white{
    color: #fff !important;
}
/* Header css */
#top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(14, 15, 15, 0.35);
}
#top.sticky {
    position: fixed;
    background: rgba(14, 15, 15, 0.7);
}
.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.primary-menu-wrap {
    width: 100%;
}
.menu-col-wrapper {
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.p_menu_wrap>li {
    margin: 0 14px;
}
.p_menu_wrap li a {
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.29;
    position: relative;
    font-size: 14px;
    padding: 10px 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}
.p_menu_wrap>li:not(.button-link)>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: #70AD47;
    max-width: 90%;
    max-width: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.p_menu_wrap li a:hover,
.p_menu_wrap li.current-menu-item:not(.menu-item-type-custom)>a {
    color: #70AD47;;
}
.p_menu_wrap>li>a:hover:after,
.p_menu_wrap>li.current-menu-item>a:after {
    max-width: 100%;
}
.logo-wrap {
    max-width: 110px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.p_menu_wrap li.button-link>a {
    margin: 0;
    display: inline-block;
    padding: 14px 32px;
    color: #5C6FF2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 14px;
    line-height: 1;
}
.p_menu_wrap li.button-link>a:hover {
    background: #5C6FF2;
    color: #fff;
}
.p_menu_wrap li.button-link {
    margin-left: 35px;
}
.p_menu_wrap>li>a:hover:after,
.p_menu_wrap>li.current-menu-item:not(.menu-item-type-custom)>a:after {
    max-width: 40%;
}
.p_menu_wrap>li:last-child {
    margin-right: 0;
}
.admin-bar #top.sticky {
    top: 32px;
}
.dsk-nav-btn {
    -ms-flex-item-align: center;
    align-self: center;
    width: 22px;
    height: 23px;
    margin-left: 35px;
}
.sticky .menu-col-wrapper {
    padding: 12px 0;
}
.sticky .logo-wrap {
    max-width: 100px;
    scale: 1;
}
.home-link>a>i {
    font-size: 24px;
}
.home-link>a:after {
    opacity: 0;
    visibility: hidden;
}
.d-flex.ae-info {
    margin: 30px 0px;
}
@media screen and (max-width: 782px) {
    .admin-bar #top.sticky {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .menu-col-wrapper {
        padding: 10px 0;
    }
    .admin-bar #top.sticky {
        top: 0;
    }
}
@media screen and (max-width: 1199px) {
    .p_menu_wrap>li {
        margin: 0 10px;
    }
}
@media screen and (max-width: 991px) {
    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999;
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    #nav-icon {
        width: 22px;
        height: 23px;
    }
    svg.hamburger {
        width: 30px;
        fill: #ffffff;
    }
    .menu.p_menu_wrap>li {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p_menu_wrap li a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
    }
    .menu.p_menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .desktop-menu {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        background: #0d1c26;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        padding: 32px 0;
    }
    .menu.p_menu_wrap>li a {
        padding: 12px 22px;
        display: block;
    }
    .p_menu_wrap>li.current-menu-item:not(.menu-item-type-custom)>a:after{
        opacity: 0;
    }
    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mobile-menu-overlay {
        background: rgba(0, 183, 249, 0.2);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 999999;
    }
    .header-nvigation {
        z-index: 99999;
    }
    #mobile-menu-close button {
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background: rgb(255 255 255);
        color: #0d1c26;
        text-align: center;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        padding: 0;
        right: 260px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        position: absolute;
        top: 18px;
        outline: none;
        cursor: pointer;
        font-size: 22px;
        z-index: 9999;
        opacity: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header-Navigation.active {
        /* transform: translateX(0); */
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-overlay {
        display: block;
    }
    .menu.p_menu_wrap>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }
    .menu-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999999;
        width: 240px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: #282828;
    }
    .p_menu_wrap>li.current-menu-item a {
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }
    .p_menu_wrap>li>a:after {
        opacity: 0;
        visibility: hidden;
    }
    .has-mobile-menu #wpadminbar {
        z-index: 9;
    }
    .header-wrap {
        position: relative;
    }
    .menu-col-wrapper {
        position: relative;
    }
    .current-menu-item.current_page_item>a {
        color: #70AD47;
    }
    .p_menu_wrap li.button-link>a {
        margin: 10px;
    }
}
/* Submenu CSS */
.sub-menu,
.sub-menu li {
    list-style: none;
}
@media screen and (min-width:992px) {
    /* Mobile Sub Menu Design */
    .p_menu_wrap>li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p_menu_wrap>li.home-link>a {
        font-size: 0;
        background-image: url(../svg/home.svg);
        width: 22px;
        height: 22px;
        padding: 0;
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: relative;
        top: -2px;
    }
    .p_menu_wrap>li.home-link>a:after {
        opacity: 0;
    }
    ul.sub-menu {
        width: 270px;
        position: absolute;
        background: #ffffff;
        list-style: none;
        padding: 0px 0;
        top: 100%;
        margin: 0;
        -webkit-box-shadow: 0px 0px 6px #ddd;
        box-shadow: 0px 0px 6px #ddd;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        visibility: hidden;
        display: block;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    li.menu-item-has-children:hover ul.sub-menu {
        /* display: block; */
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    ul.sub-menu li>a {
        color: #000;
        padding: 12px 18px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: 700;
        display: block;
        position: relative;
        /* padding-left: 40px; */
    }
    /* ul.sub-menu li>a:before{
        content: '';
        position: absolute;
        left: 15px;
        background-image: url(../images/leaf-black.svg);
        background-size: contain;
        background-position: center;
        height: 16px;
        width: 16px;
    } */
    ul.sub-menu li>a:hover {
        color: #1075BD;
    }
    /* ul.sub-menu li>a:hover:before{
        background-image: url(../images/leaf-blue.svg);
    } */
    ul.sub-menu li+li>a {
        border-top: 1px solid #f3f3f3;
    }
    ul.sub-menu>li>ul.sub-menu {
        display: none;
    }
    ul.sub-menu>li {
        position: relative;
		margin: 0;
    }
    ul.sub-menu>li:hover ul.sub-menu {
        display: block;
        left: 100%;
        top: 0;
        border-left: 2px solid #70AD47;
    }
}
@media screen and (max-width: 991px) {
    .menu.p_menu_wrap .sub-menu li>a {
        font-size: 14px;
    }
    .drop-arrow {
        cursor: pointer;
        padding: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 46px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid rgba(189, 189, 189, 0.3);
    }
    .down-arrow {
        width: 12px;
        height: 12px;
        background: 0 0;
        display: block;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #ffffff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -2px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }
    span.drop-arrow.active span.down-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(189, 189, 189, 0.3);
        display: none;
        background: rgba(0, 0, 0, 0.4);
    }
    .sub-menu>li+li {
        border-top: 1px solid rgba(189, 189, 189, 0.3);
    }
    ul.sub-menu>li {
        width: 100%;
    }
}
/* Footer CSS */
#footer {
    background: #0E0F0F;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
}
.footer-logo-image {
    max-width: 280px;
}
.ft-text-block {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 320px;
}
.footer-copy-right-sec {
    color: #fff;
}
.footer-copyright p:last-child {
    margin-bottom: 0;
}
h6.fs-widget-title,
.widget_block h6 {
    color: #ffffff;
    margin: 15px 0 30px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Mont';
}
.footer-top-sec {
    padding: 44px 0 30px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu ul>li {
    margin: 0 0 14px;
}
.footer-menu ul li>a {
    color: #FFFFFF;
    line-height: 1.4;
    background: transparent;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}
.footer-menu ul li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background: #fff;
    max-width: 90%;
    max-width: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}
.footer-menu ul li>a:hover:after {
    max-width: 90%;
}
.footer-social-media ul {
    margin: 28px -10px 10px;
    padding: 0;
    list-style: none;
}
.footer-social-media ul>li {
    margin: 10px;
    line-height: 1;
}
.footer-social-media ul>li>a {
    font-size: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    height: 40px;
    width: 40px;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
}
.footer-social-media ul>li>a:hover {
    background: #70AD47;
    color: #fff;
}
.footer-copyright {
    position: relative;
}
.ft-widget-col.ft-text-block p {
    font-size: 14px;
}
.footer-menu ul a:hover {
    opacity: 1;
}
.footer-logo-image {
    clear: both;
}
.footer-logo-image figure {
    float: none !important;
}
.footer-logo-image img {
    width: 90px;
}
.footer-social-media {
    padding: 0;
    margin: 0;
}
.footer a {
    color: #fff;
    font-weight: 400;
}
.footer a:hover,
.footer-menu ul li>a:hover {
    color: #70AD47;
}
.ft-col:first-child .widget_block {
    max-width: 350px;
    line-height: 2.5;
}
.footer-bottom-copy {
    padding: 10px 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.site-credit-text-col {
    text-align: right;
}
.cnt-box {
    font-weight: 600;
}
.cnt-info>span {
    font-weight: 500;
    margin-bottom: 0px;
}
.cnt-icon {
    display: block;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    background-size: 40px;
}
.addr-icon {
    background-image: url('../svg/address.svg');
}
.phone-icon {
    background-image: url('../svg/phone.svg');
}
.mail-icon {
    background-image: url('../svg/email.svg');
}
.cnt-box+.cnt-box {
    margin-top: 24px;
}
.cnt-box address {
    font-style: normal;
    margin: 0;
}
.cnt-box.mail-box {
    margin-top: 27px;
}
.footer-copyright p {
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 14px;
}
.ft-bottom-menu p {
    text-align: center;
    margin: 0;
    margin-top: 14px;
}
@media screen and (max-width: 991px) {
    .footer-top-sec {
        padding: 40px 0 60px;
    }
    .footer-bottom-copy,
    .site-credit-text-col {
        text-align: center;
    }
    .site-credit-text-col {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .ft-col:first-child .widget_block {
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .footer-social-media ul {
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 575px) {
    .ft-col:first-child .widget_block {
        margin: 0;
        text-align: left;
    }
    .footer-social-media ul {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
/* Homepage CSS */
/*h2.section-headline {
    text-transform: capitalize;
}*/
.banner-slide {
    padding: 14% 0 16%;
    background-size: cover;
    background-position: center;
}
.banner-slider-wrap {
    position: relative;
}
.banner-slider-wrap:before {
    content: '';
    background: linear-gradient(360deg, rgba(60, 70, 45, 0.574) 81.61%, rgba(14, 15, 15, 0.7) 98.13%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
}
.banner-content-inner {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.banner-content-inner h1 {
    font-size: 60px;
}
a.x-button {
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
a.x-button-blue{
    background: #1075BD;
    border-color: #1075BD;
}
a.x-button-blue:hover{
    opacity: .8;
}
a.x-button:hover {
    background: #1075BD;
    border-color: #1075BD;
}
.btn-arrow{
    background-image: url(../svg/arrow-small-right.svg);
    background-size: 20px;
    height: 14px;
    width: 20px;
    display: inline-block;
}
.banner-desc {
    font-size: 20px;
   /* max-width: 700px; */
    margin: 0 auto 30px;
    font-weight: 600;
    line-height: 1.4;
}
.banner-desc p {
    line-height: 1.6;
}
.curve-shape img {
    width: 100%;
}
.curve-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    line-height: 0;
}
.donate-btn {
    margin-left: 30px;
}
.fr-image img {
    width: 100%;
    border-radius: 100px 0 0 0;
}
.about-inner {
    padding: 100px 0 140px;
    background-image: url(../png/4187.png);
    background-position: bottom;
    background-size: cover;
    position: relative;
}
.about-inner:before {
    content: '';
    background-image: url(../png/about-before.png);
    position: absolute;
    left: 0;
    height: 150px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 100px;
}
.about-inner:after {
    content: '';
    background-image: url(../png/about-after.png);
    position: absolute;
    right: -10px;
    top: -30px;
    height: 270px;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.ab-cols {
    z-index: 1;
}
.about-details {
    max-width: 516px;
    margin-left: auto;
    margin-right: 40px;
}
.ab-section-images {
    margin-right: -15px;
}
a.x-lm-button span {
    background-color: #1075BD;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px;
}
a.x-lm-button {
    display: flex;
    align-items: center;
    color: #1075BD;
    font-weight: 700;
}
a.x-lm-button:hover {
    color: #70AD47;
}
a.x-lm-button:hover span {
    background-color: #70AD47;
}
.learnmore {
    margin: 20px 0 0;
}
.col-ae {
    max-width: 150px;
    padding: 0 20px;
    border-right: 4px solid #1075BD;
    margin: 15px 0;
}
.col-ae:last-child {
    border-right: 0;
}
span.ae-num {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(112, 173, 71, 1);
}
.section-subtitle {
    color: #1075BD;
    line-height: 1.2;
    margin-bottom: 15px !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.sub-title-icon{
    background-image: url(../svg/leaf.svg);
    background-size: 22px;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.ob-img img {
    border-top-right-radius: 170px;
}
span.btn-arrow.arrow-bg {
    background-color: #D8D8D8;
    line-height: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../svg/arrow-black-right.svg);
    margin-left: 15px;
}
h4.ob-list-title {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0;
}
a.wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.team-col-inner:hover a.wrapper-link {
background: linear-gradient(0deg, #000000 -1.98%, rgb(0 0 0 / 0%) 92%);
    content: '';
    position: absolute;
    bottom: 0;
    /* height: 140px; */
    width: 100%;
    left: 0;
    right: 0;
	}
.ob-group-inner {
    position: relative;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
}
.ob-group-inner:hover span.btn-arrow.arrow-bg,
h4.ob-list-title.active span.btn-arrow.arrow-bg{
    background-image: url(../svg/arrow-small-right.svg);
    background-color: #1075BD;
}
.ob-group-inner:hover h4{
    color: #70AD47;
}
h4.ob-list-title.active {
    color: #70AD47;
}
.ob-group-col + .ob-group-col {
    border-top: 1px solid #D8D8D8;
    margin-top: 0;
    width: 100%;
}
.ob-group-col {
    padding: 25px 0;
}
.ob-list-title{
    cursor: pointer;
}
.our-services {
    background: #0E0F0F;
    padding: 80px 0;
    border-top-right-radius: 180px;
}
.leaf-icon-green{
    background-image: url(../svg/leaf-green.svg);
}
.hand-leaf{
    background-image: url(../svg/green_save.svg);
}
.hand-leaf-white{
    background-image: url(../svg/green_save_white.svg);
}
.our-branches {
    padding: 100px 0;
    position: relative;
}
.our-branches:after {
    background-image: url(../png/ob-before.png);
    content: '';
    position: absolute;
    right: 0;
    height: 140px;
    top: -80px;
    width: 118px;
    background-repeat: no-repeat;
    background-size: contain;
}
.our-branches:before {
    background-image: url(../png/ob-after.png);
    content: '';
    position: absolute;
    left: 0;
    height: 300px;
    width: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -120px;
}
.featured-ser-img {
    padding: 50%;
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.featured-ser-img:after {
    content: '';
    background: linear-gradient(180deg, rgba(14, 15, 15, 0) 3.3%, rgba(14, 15, 15, 0.81) 92.66%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.ser-title-block {
    position: absolute;
    bottom: 0;
    padding: 25px;
    text-align: center;
    color: #fff;
}
.ser-list-col-inner {
    position: relative;
    transition: all .4s linear;
}
h4.ser-title {
    font-family: 'Mont';
    margin-bottom: 0;
}
.ser-list-col {
    padding: 0 15px;
    transition: all .4s linear;
}
.service-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}
.ser-list-col:hover .featured-ser-img::after {
    background: linear-gradient(180deg, rgba(14, 15, 15, 0.9) 0%, rgba(14, 15, 15, 0.9) 100%);
    border-top-left-radius: 80px;
}
.ser-list-col:hover .featured-ser-img {
    border-top-left-radius: 80px;
}
.ser-title-block img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.ser-list-col:hover .ser-title-block img{
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0 auto 40px;
}
.service-list button.slick-prev.slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 44%;
    color: #fff;
    background: transparent;
    border: 2px solid;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
    cursor: pointer;
}
.service-list button.slick-prev.slick-arrow:before {
    content: '\f104';
    font-size: 26px;
    font-family: 'FontAwesome';
}
.service-list button.slick-next.slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 44%;
    color: #fff;
    background: transparent;
    border: 2px solid;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 30px;
    cursor: pointer;
}
.service-list button.slick-next.slick-arrow:before {
    content: '\f105';
    font-size: 26px;
    font-family: 'FontAwesome';
}
.service-list button.slick-arrow:hover {
    color: #1075BD;
}
.os-inner span.btn-arrow {
    transform: rotate(-45deg);
}
.our-path {
    padding: 100px 0;
    position: relative;
}
.our-path:after {
    background-image: url(../png/op-after.png);
    position: absolute;
    content: '';
    height: 150px;
    width: 120px;
    right: 0;
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
    background-position: right;
    background-repeat: no-repeat;
}
.op-inner .section-title-block {
    padding-right: 15px;
}
.op-content-block p {
    color: #747474;
}
.op-col-inner {
    display: flex;
    align-items: center;
}
.op-img {
    background: #1075BD;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px 0;
    margin-right: 15px;
}
.op-title {
    font-size: 20px;
    font-weight: 600;
}
.op-col {
    margin: 20px 0;
}
.op-row {
    margin-top: 20px;
}
.donate-box-img {
    height: 590px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 140px;
    position: relative;
}
.donate-box-img:before {
    content: '';
    background: linear-gradient(180deg, rgba(14, 15, 15, 0) 0%, rgba(14, 15, 15, 0.9) 83.53%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 140px;
}
.donate-box-cnt {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
}
.donation-box-inner {
    position: relative;
}
.btn-wrap a.x-lm-button {
    background: #fff;
    max-width: 170px;
    border-radius: 22px;
    color: #000;
}
.btn-wrap {
    margin-top: 25px;
}
.gi-box-title {
    font-size: 22px;
    font-family: 'Mont';
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.get-involved {
    background-image: url(../png/wave-bg.png);
    background-size: cover;
    background-position: top;
    padding: 100px 0 220px;
}
.gi-inner .section-title-block {
    margin-bottom: 40px;
}
.poc-box,
.otp-box-wrapper {
    padding: 40px 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
	height: 280px;
}
.archive .appletalk-container .col-12 {
    display: flex;
    margin: 15px 0;
}
.archive .otp-box-wrapper{
    height: auto;
    margin-bottom: 0px;
    width:100%;
}
.otp-box-wrapper:before,
.poc-box:before {
    background: linear-gradient(180deg, rgba(14, 15, 15, 0.68) 0%, rgba(14, 15, 15, 0.68) 100%);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.poc-box-inner,
.otp-box-inner {
    position: relative;
    color: #fff;
}
.poc-btn-wrap {
    margin-top: 20px;
}
.poc-btn-wrap a.x-lm-button {
    color: #fff;
}
.poc-btn-wrap a.x-lm-button span {
    background: #fff;
    background-image: url(../svg/arrow-black-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-footer-shape {
    line-height: 0;
    margin-bottom: -50px;
    margin-top: -200px;
}
.bottom-footer-shape img {
    width: 100%;
}
/* Inner Page */
.about-inner.about-sec {
    background-image: none;
    padding: 60px 0;
}
.about-sec.about-inner:before{
    display: none;
}
.our-branches.ongoing-work {
    background-image: url(../png/black-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 100px 0 150px;
}
.ow-group-inner {
    display: flex;
    color: #fff;
}
.ow-icon {
    flex: 0 0 80px;
    max-width: 80px;
}
.ow-col-cnt h4 {
    margin-top: 0;
}
.ow-group-col+.ow-group-col {
    border-top: 1px solid rgba(216, 216, 216, 0.2);
    padding-top: 30px;
    margin-top: 30px;
}
.our-branches.ongoing-work:before {
    display: none;
}
.our-branches.ongoing-work:after {
    background-image: url(../png/leafs.png);
    bottom: 0;
    top: unset;
    height: 165px;
}
.our-team {
    padding: 100px 0;
}
.team-list-row {
    margin-top: 20px;
}
.team-col-inner {
    position: relative;
}
.team-img {
    padding: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.team-col {
    margin: 15px 0;
}
.team-img:before {
    background: linear-gradient(180.12deg, rgba(14, 15, 15, 0) 2.01%, rgba(14, 15, 15, 0.8) 68.64%);
    content: '';
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 0;
    right: 0;
    height: 100%;
}
h4.team-name {
    margin: 0;
    font-family: 'Mont';
    font-weight: 700;
    font-size: 22px;
}
.team-info-wrap {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    transition: .2s linear;
	z-index: 99;
}
p.team-designation {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 5px;
	    width: 90%;
	padding-right: 30px;
}
.team-info-wrap .learnmore {
    margin: 10px 0 0;
    transition: all .3s linear;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.team-col-inner:hover .team-info-wrap .learnmore {
    opacity: 1;
    /*position: relative;*/
	right: 0;
	bottom: 15px;
}
.our-directors {
    background-image: url(../png/wave-bg.png);
    background-size: cover;
    background-position: top;
    padding: 100px 0 220px;
}
a.ar-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px #E9F1DD;
    display: block;
    padding: 18px;
    position: relative;
    padding-right: 50px;
    color: #0E0F0F;
    text-transform: capitalize;
    font-size: 18px;
    border-bottom-right-radius: 10px;
    font-weight: 600;
}
a.ar-link span.btn-arrow {
    position: absolute;
    right: 0;
    background-color: #1075BD;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 0;
    bottom: 0;
}
.ar-col-inner {
    margin: 10px 0;
}
a.ar-link:hover {
    color: #70AD47;
}
a.ar-link:hover span.btn-arrow {
    background-color: #70AD47;
}
.ar-list-inner {
    margin-top: 20px;
}
.ar-list {
    margin-top: 60px;
}
.page-title span.hand-leaf-white {
    display: block;
    text-align: center;
    background-position: center;
    margin: auto;
    background-size: 30px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    
}

.model-open {
    z-index: 999999;
    opacity: 1;
    overflow: hidden;
        -webkit-transform: translateX(0);
    transform: translateX(0);
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: flex;
    vertical-align: middle;
    width: 60%;
    max-width: 90%;
    height: 100%;
    margin-left: auto;
}
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    /* box-shadow: 0 3px 9px rgb(0 0 0 / 50%); */
    background-clip: padding-box;
    outline: 0;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* max-height: calc(100vh - 140px); */
    overflow-y: auto;
    height: 100%;
    text-align: left;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    color: #000;
    line-height: 34px;
}
.custom-model-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    height: 320px;
    background-image: url(../png/bio-popup-bg.png);
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: bottom;
}
.single-bio-popup {
    position: relative;
}
.header-bio-popup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.bio-img {
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 20px;
}
.bio-info {
    margin-bottom: 60px;
}
h3.bio-name {
    font-family: 'Mont';
    margin-bottom: 0;
}
p.designation {margin-top: 5px;color: #747474;}
.content-bio {
    color: #747474;
}
.about-sec.about-inner:after{
    background-image: url(../png/circle.png);
}
.custom-model-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../png/leafs.png);
    height: 150px;
    width: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    top: 180px;
}
.cn-info {
    padding: 100px 0 300px;
    position: relative;
}
.cn-info:before {
    content: '';
    background-image: url(../png/cnt-circle.png);
    position: absolute;
    left: 0;
    bottom: 160px;
    height: 290px;
    width: 260px;
    background-repeat: no-repeat;
    z-index: -1;
}
.cnt-form-wrap button.ff-btn {
    background-color: #70AD47 !important;
    border-radius: 27px;
    text-transform: uppercase;
    min-width: 150px;
    padding: 12px;
    font-weight: 600;
}
.cnt-form-wrap .fluentform .ff-el-form-control {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 13px;
    color: #747474;
}
.cnt-form-wrap .fluentform .ff-el-form-control::placeholder{
    opacity: .4;
}
.cnt-form-wrap .fluentform .ff-el-form-control:focus{
    border: 1px solid #70AD47;
}
input#ff_1_phone{
    padding-left: 60px;
}
span.cnt-text {
    font-family: 'Reckless Neue';
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}
.cnt-col-2 {
    text-align: center;
    max-width: 80px;
    flex: 0 0 80px;
}
.cnt-col {
    margin: 10px 0;
}
.contact-col-inner .desc-text {
    margin-bottom: 40px;
}
.cnt-form-wrap button.ff-btn:after {
    content: '';
    background-image: url(../svg/arrow-small-right.svg);
    background-size: 22px;
    height: 17px;
    width: 17px;
    display: inline-block;
    margin-left: 5px;
}
.scg-section .fr-image img {
    border-radius: 0px 100px 0 0;
}
.scg-section .ab-section-images{
    margin-right: 0;
}
.scg-section .about-details {
    margin: auto 0;
}
.our-services.ow-listing {
    padding-bottom: 200px;
    margin-bottom: -110px;
}
span.ins-date-text {
    display: block;
    margin-bottom: 8px;
}
.insight-listing .otp-box-wrapper, 
.insight-listing .poc-box {
    min-height: 279px;
    display: flex;
    align-items: end;
}
.about-branches::after {
    height: 440px;
    width: 370px;
    top: 80px;
}
.ob-list-title span.btn-arrow {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.branches-service::after {
    display: none;
}
.branches-service .section-title-block {
    margin-bottom: 40px;
}
/*.tec-section.about-inner.about-sec {
    padding-bottom: 300px;
}*/
.branches-service .ob-desc{
    display: none;
    margin-top: 20px;
}
.post-contet {
    padding: 80px 0 80px;
}
.author-img figure img {
    width: 100%;
    object-fit: cover;
}

.author-img figure {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 12px 0;
}
.auth-name {
    font-weight: 700;
    font-size: 18px;
}
.ai-section {
    padding-bottom: 300px;
}
.related-lists{
    border-top: 1px solid rgba(11, 28, 44, 0.21);
    padding-top: 40px;
}
.related-lists .ser-title-block {
    text-align: left;
}
.related-lists .ser-title-block img {
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.related-lists  h4.ser-title {
    margin-top: 7px;
}
.about-wrap.about-sec.about-inner::after {
    top: 100px;
    width: 290px;
    height: 330px;
}
.ongoing-work h2.section-headline {
    margin-bottom: 40px;
}
.page-template-default .bottom-footer-shape,.page-template-template-services .bottom-footer-shape{
    margin-top: -60px;
}
.home.page-template-default .bottom-footer-shape {
    margin-top: -100px;
}
.about-inner.about-sec.scg-section .ab-cols.pl-0 {
    order: -1;
}
.about-sec.ea-section {
    background: #0E0F0F;
    border-top-right-radius: 140px;
}
.ea-section.about-sec.about-inner:after {
    width: 260px;
    height: 380px;
    top: -110px;
    right: -60px;
}
.tec-section::after {
    display: none;
}
.scg-section::after {
    display: none;
}
.page-id-545 .page-contet-details-wrapper {
    padding-top: 70px;
}
.faqs .ob-desc.active {
    /* margin-bottom: 20px; */
}
.ob-gorup .ob-desc{
    display: none;
    margin-top: 10px;
}
.ob-gorup .ob-desc ul li a {
    color: #0E0F0F;
    font-weight: 400;
}
.ob-gorup .ob-desc ul li a:hover {
color: #1075BD;
}
.faqs h4{
    font-size: 22px;
	/* margin: 15px 0 15px; */
}
.faqs h4 span{
       margin-left: auto !important;
}
/* .faqs .ob-group-col + .ob-group-col{
	margin-top: 15px;
} */
.archive-post-list {
    padding: 70px 0 160px;
}
a.blog-read-more-link {
    margin-top: 20px;
    display: inline-block;
}
.our-team .team-info-wrap {
    position: relative;
    color: #0e0f0f;
    padding: 15px 0;
}

.our-team .team-img:before {
    display: none;
}
.our-team .team-col-inner:hover a.wrapper-link{
	background: none;
}
.obd-list .team-col-inner:hover .team-img {
    display: block;
}
/* .obd-col-inner {
    background: #fff;
    padding: 15px;
} */
.social-links a {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: rgb(83 83 83 / 66%);
    padding: 8px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: 5px;
    margin-left: 0;
}

.social-links {
    margin-top: 20px;
}

.social-links a:hover {
    background: rgba(119, 150, 70, 1);
}
.contact-meta {
    padding-bottom: 70px;
}
.cnt-email a {
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    background: #000;
    padding: 5px;
}

.cnt-email a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}
.team-img.team-hover {
    display: none;
}
.team-col-inner:hover .team-img {
    display: none;
}
.team-col-inner:hover .team-img.team-hover {
    display: block;
}
@media(min-width:991px){
     .bio-img {
    max-width: 300px;
    /* display: block; */
    /* position: relative; */
    height: 300px;
}
}
@media screen and (max-width:1199px){
    .about-details {
        max-width: 446px;
    }
    .p_menu_wrap li a{
        font-size: 13px;
    }
}
@media screen and (max-width:991px){
    .about-details {
        max-width: 332px;
        margin-left: auto;
    }
    .custom-model-inner {
        width: 90%;
        max-width: 90%;
    }

}

@media screen and (max-width:991px) {
    .page-title-wrap {
        padding: 20% 0 10%;
        min-height: 260px;
    }
    .curve-shape {
        position: absolute;
        bottom: -1px;
    }
   
}
@media screen and (max-width:767px) {
    .banner-content-inner h1 {
        font-size: 40px;
    }
    .donation-box {
        margin-bottom: 30px;
    }
    .bottom-footer-shape {
        margin-bottom: -10px;
    }
    .our-path {
        padding: 50px 0;
    }
    .our-path:after {
        opacity: 0.3;
    }
    .get-involved {
        background-position: 64% 0%;
    }
    .our-services {
        padding: 60px 0;
        border-top-right-radius: 80px;
    }
    .about-inner {
        padding: 40px 0 120px;
        background-position: bottom center;
    }
    .ab-section-images {
        padding: 15px;
    }
    .our-branches {
        padding: 60px 0;
        position: relative;
    }
    .our-branches:before {
        height: 220px;
        width: 130px;
        bottom: -80px;
        opacity: 0.6;
    }
    .os-inner .section-title-block {
        margin-bottom: 20px;
    }
    .our-team {
        padding: 50px 0;
    }
    .about-details {
        max-width: 100%;
    }
    .about-inner.about-sec {
        background-image: none;
        padding: 40px 0;
    }
    .our-branches.ongoing-work {
        padding: 50px 0 130px;
    }
    .ob-gorup {
        margin-top: 30px;
    }
    .our-directors {
        background-position: 38%;
        padding: 60px 0 260px;
    }
    .ar-list {
        margin-top: 30px;
    }
    .our-branches.ongoing-work {
        background-position: 6%;
    }
    .tec-section .ab-cols.pl-0 {
        order: 1;
    }
    .tec-section.about-inner.about-sec {
        padding-bottom: 260px;
    }
    .scg-section .ab-section-images {
        margin-right: 0;
        padding-right: 0;
    }
    .about-branches::after{
        display: none;
    }
    .our-services.ow-listing {
        padding-bottom: 130px;
    }
    .cn-info {
        padding: 50px 0 260px;
        position: relative;
    }
    .contact-col-inner .desc-text {
        margin-bottom: 10px;
    }
    .cnt-info-list {
        margin-bottom: 20px;
    }
    .about-inner.about-sec.scg-section .ab-cols.pl-0 {
        order: 1;
    }
	.ft-image-block img {
		max-width: 130px;
		margin: 0 auto 20px;
	}
	.insight-listing .otp-box-wrapper, .insight-listing .poc-box{
		min-height: 460px;
		height:auto;
	}
	.donate-box-img {
		height: 460px;
	}
	.page-title-wrap {
		padding: 120px 0 10%;
		min-height: 300px;
	}
	.ob-gorup {
		margin-top: 30px;
		padding: 0 15px;
	}
}
@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
    .logo-wrap {
        max-width: 70px;
    }
    .banner-slide {
        padding: 24% 0 22%;
    }
    .banner-desc {
        font-size: 16px;
    }
}
.wpf_address_wrapper {
    margin-top: 40px;
}
.wpf_form_group.wpf_item_text {
    margin-bottom: 20px !IMPORTANT;
}
input.wpf_form_control, select.wpf_form_control {
    padding: 10px;
}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: 55px !Important;
}
h3.pad-50 {
    padding-top: 35px !important;
}
.single-post-content-wrap h2,.single-post-content-wrap h3{
	padding-top: 35px !important;
	    margin-top: 0px;
}
.default-post-content {
    padding-bottom: 200px;
}
.resources-list {
    background: #e2efd9;
    padding: 40px 0;
}
.service-post-cnt {
    padding-bottom: 60px;
}
.single-services .contact-meta.our-team {
    padding-top: 10px;
}
.ser-faqs-wrap {
    padding-top: 40px;
}
form#wpf_form_id_1900 label {
    font-weight: 900;
}
.wpf_summary_container {
    font-style: italic;
}
.view-more-bycategory {
	text-align: center;
	width: 100%;
}
.view-more-bycategory .btn-view-more {
	background: #1075bd;
    padding: 11px 33px;
    display: inline-block;
    margin-top: 2em;
    border-radius: 100px;
    color: #fff;
	cursor: pointer;
}
.view-more-bycategory .btn-view-more:hover, .background-green-on-hover:hover {
    background: #70AD47 !important;
}

.page-title {
    font-family: 'Mont' !important;
    
}
.ea-section.left-image .order-prop {
    order: -1;
}
.ea-section.left-image .about-details {
    max-width: 516px;
    /* margin-left: auto; */
    margin-left: 40px;
}
.ea-section.left-image .fr-image img {
    width: 100%;
    border-radius: 0 100px 0 0;
}
.ea-section.left-image {
    border-top-left-radius: 140px;
    border-top-right-radius: 0;
}