/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    font-size:10px
}
body {
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Alexandria';
}
.donate a{
    position: fixed;
    left: 0;
    top: 74%;
    font-size: 1.5rem;
    z-index: 9999;
    background: #F7A331;
    border:5px solid #fff;
    color:#fff;
    border-radius: 50px;
    padding: 1.2rem 3rem !important;
    font-family: 'Helvetica Neue W23 for SKY Bd';
}
.donate a svg{
    margin-left: 7px;
    animation: swing infinite 5s ease-in-out;
}
/* general */
.btn,
.btn-more {
    padding: 1rem 3rem;
    box-shadow: none;
    background: #F8C361;
    border: 1px solid #F8C361;
    border-radius: 0.5rem;
    color: #000;
    font-size: 1.4rem;
    margin: 2rem 0 0;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.btn-default:hover, 
.btn-more:hover {
    background: #fff;
    color: #F8C361;
}
/* header */
header {
    padding: 2.4rem;
    border-top: 9px solid #136A7A;
    transition: all 0.5s ease-in-out;
}
header .header__logo img{
    width: 77%;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 1rem 0 0;
    /* flex-direction: column; */
}
header .menu li a {
    color: #136A7A;
    font-weight: 400;
    position: relative;
    font-size: 1.4rem;
    transition: all 0.5s ease-in-out;
}
header .menu li{
    position:relative;
}
header .menu li:before{
    position:absolute;
    /* content:''; */
    background:url(../images/shapeHover.png)no-repeat;
    width: 24px;
    height: 48px;
    left: 0;
    right: 0;
    opacity: 0;
    top: 7px;
    background-size: 100%;
    text-align: center;
    margin: auto;
    transform: rotate(101deg);
    transition:all .5s;
}
header .menu li:hover:before{
    opacity:1;
    transform: rotate(90deg);
    transition:all .5s;
}
header .menu li:hover > a {
    color: #F7A331;
     transition: all 0.5s ease-in-out;
}
header .menu ul li:hover > a {
    color: #F7B53E
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li.menu-item-has-children:hover > ul li.menu-item-has-children:hover > ul ,
header .menu li.menu-item-has-children:hover > ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 2.3rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #D0D0D0;
    z-index: 9999;
}
header .menu li.menu-item-has-children {
    position: relative;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 0px;
    background: url(../images/drop.png) no-repeat center;
    width: 2rem;
    height: 2rem;
    content: "";
    right: -2rem;
    z-index: 9999999999;
    background-size: 59%;
}
header .menu li.menu-item-has-children > ul > li.menu-item-has-children:after {
    left: 1rem;
    right: unset;
    top: 30%;
    transform: rotate(90deg)
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    border-bottom: 1px solid #D0D0D0;
}
.dropdown-toggle::after{
    display:none;
}
header .dropdown-menu li:before {
    display:none;
}
header .dropdown-menu a:before{
    display:none;
}
header .menu li ul li:last-of-type a {
    border: none
}
header .donate a {
    background: #000;
    display: block;
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    color: #F7B947;
    font-size: 1.6rem;
    transition: all 0.5s ease-in-out;
}
header .donate a:hover {
    color: #fff;
}
#searchform input {
    color: #fff;
    height: 4.3rem;
    border: none;
    border-left: 0;
    font-weight: 300;
    font-size: 2rem;
    background: transparent;
}
#searchform input:focus{
    box-shadow:none;
}
#searchform input::placeholder{
    color:#F7A331;
}
header .btn--search {
    border: 0;
    background:transparent;
}
header .btn--search svg{
    width:30px;
}
.searchForm .modal-content{
    background:transparent;
    border:none;
    border-bottom: 4px solid #F7A331;
}
#searchform .btn {
    margin: 0;
    padding: 0.9rem;
    border-radius: 0;
    color: #F7A331;
    background: transparent;
    border-color: transparent;
    font-size: 2rem;
}
.main{
    margin:2rem;
    overflow:hidden;
    border-radius: 20px;
    position: relative;
}
.main .ls-bottom-nav-wrapper{
    position:absolute;
    top: 34px !important;
    left: 4%;
    padding: 11px 11px 24px;
    border-radius: 0 30px 30px 0;
}
.main .ls-v6 .ls-bottom-slidebuttons a{
    display:block !important;
    width:6px !important;
    height:6px;
    margin:5px 0;
}
.main a.ls-nav-active{
    border-color:#fff !important;
    background:#fff !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Down2.png)center no-repeat;
    width: 74px !important;
    height: 65px !important;
    left: 35px;
    top: 86% !important;
    background-size: 67%;
    /* box-shadow:0 4px 12px #acacac; */
    border-right: none !important;
}
.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover{
    transform:none !important; 
}
.ls-nav-prev {
    background: url(../images/Up2.png)center no-repeat;
    width: 74px !important;
    height: 65px !important;
    left: 34px !important;
    top: 76% !important;
    background-size: 67%;
    /* box-shadow:0 4px 12px #acacac; */
    border-left: none !important;
}
.main:after{
    position:absolute;
    /* content:''; */
    background:url(../images/layer3.png)no-repeat;
    width:506px;
    height:726px;
    left: 16%;
    bottom: -39%;
    z-index: 99;
    background-size: 70%;
    animation: hu__hu__ 5s ease-in-out infinite;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}

.elevateLeft { animation-name: elevateLeft }
@keyframes elevateLeft {
    from {
        transform: translateY(100%) rotate(-20deg);
        transform-origin: right;
    }
    40% {
        transform: rotate(20deg);
        transform-origin: right;
    }
    65% {
        transform: rotate(0deg);
        transform-origin: right;
    }
}
/* about__section */
.about__section {
    /* background: url(../images/aboutLayer.png)no-repeat; */
    background-size: 100% 100%;
    padding: 5rem;
    color: #fff;
    text-align: center;
    margin: 1rem;
    position: relative;
    background-color: #146b7b;
    border-radius: 2rem;
}
.about__section:before{
    position:absolute;
    /* content:''; */
    background:url(../images/about1.png)no-repeat;
    width:248px;
    height:324px;
    bottom: -36%;
    right: -72px;
    background-size: 71%;
    z-index: -1;
    animation: hu__hu__ infinite 5s ease-in-out
}
.about__section:after{
    position:absolute;
    /* content:''; */
    background:url(../images/about2.png)no-repeat;
    width:248px;
    height:324px;
    bottom: -35%;
    left: 1px;
    background-size: 71%;
    z-index: -1;
    animation: hu__hu__ infinite 5s ease-in-out
}
.about__section img{
    width: 131px;
    animation: tada infinite 5s ease-in-out;
    display: none;
}
.about__section h2{
    font-size:4rem;
    padding:2rem 0;
    font-weight: 700;
}
.about__section p{
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 2;
    width: 75%;
    margin: auto;
}
.about__section .more a{
    background:#F7A331;
    padding: 1.8rem 2rem;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-size: 1.5rem;
    border: 4px solid #fff;
    margin: 3rem 0;
    transition: all .5s;
}
.about__section .more a:hover{
    border-color:#F7A331;
    background:#136A7A;
    transition: all .5s;
}
.aboutDetails{
    padding: 9rem 0;
}
.aboutDetails .item{
    margin: 2.5rem;
    position: relative;
}
.aboutDetails .item img{
    animation: swing infinite 5s ease-in-out;
}
.aboutDetails .item:after{
    position:absolute;
    /* content:''; */
    background:url(../images/visionShape.png)no-repeat;
    width:336px;
    height:540px;
    top: -16px;
    right: 53%;
    background-size: 60%;
}
.aboutDetails .col-lg-6:last-of-type .item:after{
    display:none;
}
.aboutDetails .item h2{
    color: #136A7A;
    font-weight: 700;
    font-size: 2.5rem;
    padding: 1rem 0;
}
.aboutDetails .item p{
    color: #B5B5B5;
    font-size: 1.8rem;
    line-height: 2;
}
.owl-carousel{
    direction:ltr;
}
.services_section{
    padding: 2rem 0;
    position: relative;
}
.topTitle{
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.topTitle .title h2{
    color:#136A7A;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
}
.home .topTitle .title h2:after{
    position:absolute;
    /* content:''; */
    background:url(../images/titleShape.png)no-repeat;
    width:155px;
    height:190px;
    right: -133px;
    top: -109px;
    background-size: 68%;
    animation: tada infinite 5s ease-in-out
}
.topTitle .title p{
    color:#B5B5B5;
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem 0;
    width: 61%;
}
.posts_section .topTitle .title p{
    width:auto;
}
.topTitle .more a{
    background: #F7A331;
    padding: 26px;
    border-radius: 20px;
    color: #fff;
    font-family: 'Helvetica Neue W23 for SKY Bd';
    font-size: 1.7rem;
    transition: all .5s;
}
.topTitle .more a:hover{
    background:#136A7A;
    transition: all .5s;
}
.services_section .item{
    position: relative;
    box-shadow: 0 13px 26px #cccccc63;
    margin: 3rem 1rem;
    border: 1px solid #b5b5b559;
    padding: 1rem;
    border-radius: 20px;
    transition: all .5s;
}
.services_section .item:hover{
    background:#F7A331;
    transition: all .5s;
}
.services_section .item .image{
    border-radius:10px;
    overflow:hidden;
    position: relative;
    transition:all .5s;
}
.services_section .item .image img{
     transition:all .5s; 
}
.services_section .item:hover .image img{
    transform:scale(1.1);
    animation:pulse 4s infinite;
    transition:all .5s;
}
.services_section .item .caption{
    padding: 3rem;
}
.posts_section  .owl-buttons{
    position: absolute;
    top: -80px;
    left: 26%;
}
.owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    opacity:1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.owl-theme .owl-controls .owl-buttons div img{
    width:80%;
}
.services_section .item .caption p{
   color:#B5B5B5;
   font-size: 1.5rem;
   line-height: 2;
   font-weight: 300;
     transition:all .5s;
}
.services_section .item:hover .caption p{
    color:#fff;
    transition:all .5s;
}
.services_section .item .caption h4{
    color:#136A7A;
    font-size: 2.2rem;
    font-weight: 600;
    transition:all .5s;
}
.services_section .item:hover .caption h4{
    color:#fff;
    transition:all .5s;
}
/* statistics__section */
.statistics__section {
    /* background: url(../images/numLayer.png) no-repeat center/100%; */
    padding: 10rem 0;
    margin: 1rem;
    background-size: 100% 100%;
    position: relative;
    background-color: #146b7b;
    border-radius: 1rem;
}
.statistics__section:after{
    position:absolute;
    /* content:''; */
    background: url(../images/secTitle.png)no-repeat center;
    width: 386px;
    height:324px;
    right: 12%;
    text-align: center;
    margin: auto;
    background-size: 80%;
    bottom: -186px;
    z-index: -1;
}
.statistics__section .title h2{
    color:#fff;
    font-size: 3rem;
    padding: 0 6rem 6rem;
}
.statistics__section .item{
    text-align:center;
}
.statistics__section .item .icon img{
    width: 58px;
    height: 56px;
    animation: tada infinite 6s ease-in-out;
}
.statistics__section .item .text{
    padding-top:2.5rem;
}
.statistics__section .item .text h4{
    color:#fff;
    font-size: 6rem;
}
.statistics__section .item p{
    color: #ffffff70;
    font-size: 1.7rem;
}
.howwork__section{
    text-align:center;
    padding: 5rem 0;
    position: relative;
}
.howwork__section:after{
    position:absolute;
    /* content:''; */
    background: url(../images/treeLayer.png)no-repeat center;
    width: 100%;
    height:65px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    background-size: 80%;
    bottom: -31px;
}
.howwork__section .title h2{
    color:#136A7A;
    font-size: 3rem;
}
.howwork__section .title p{
    color: #B5B5B5;
    font-size: 2rem;
    font-weight: 300;
    width: 19%;
    margin: auto;
}
.howwork__section .item{
    margin: 5.5rem 2rem;
    position: relative;
}
.howwork__section .col-lg-4:first-of-type .item:after{
    display:none;
}
.howwork__section .item:after{
    position:absolute;
    /* content:''; */
    background:url(../images/howworkShape.png)no-repeat;
    width:65px;
    height:356px;
    top: 31px;
    right: -71px;
    background-size: 69%;
}
.howwork__section .icon{
    padding: 3rem 0;
}
.howwork__section .icon img{
    width: 56px;
    animation: swing infinite 6s ease-in-out;
}
.howwork__section .text h4{
    color:#136A7A;
    font-size: 2.5rem;
    font-weight: 600;
}
.howwork__section .text p{
    color: #B5B5B5;
    padding: 1rem 0;
    font-size: 1.7rem;
    font-weight: 300;
}
/* partners_section */
.partners_section {
    padding: 0rem 0 3rem;
    position: relative;
}
.partners_section .slick-prev,.partners_section .slick-next{
    right: 92%;
    position:absolute;
    top:0;
}
.slick-prev:before, .slick-next:before{
    display:none;
}
.partners_section .slick-prev{
    background:url(../images/Up1.png)no-repeat;
    padding: 39px;
    background-size: 60%;
}
.partners_section .slick-next{
    background:url(../images/Down1.png)no-repeat;
    padding: 39px;
    background-size: 60%;
    right: 86%;
}
.partners_section .title h3{
    font-size: 3rem;
    color: #136A7A;
    font-weight: 600;
}
.partners_section .slick-track {
    align-items: center;
    display: flex;
}
.partners_section .item {
    display: flex;
    align-items: center;
    padding: 2rem 7rem;
}
.partners_section .item img{
    /* width: 76%; */
}
/* newsletter */
.newsletter {
    padding: 14rem 10rem 9rem;
    /* background: url(../images/newsletterLayer.png)no-repeat center; */
    margin: 6rem 1rem;
    position: relative;
    z-index: 9;
    background-size: 100% 100%;
    background-color: #f7a331;
    border-radius: 2rem;
}
.newsletter:before{
    position:absolute;
    /* content:''; */
    background: url(../images/secTitle2.png)no-repeat center;
    width: 386px;
    height:324px;
    left: 8%;
    text-align: center;
    margin: auto;
    background-size: 80%;
    top: -145px;
    z-index: -1;
}
.newsletter:after{
    position:absolute;
    /* content:''; */
    background: url(../images/layerAfter.png)no-repeat center;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right:0;
    z-index: -1;
    text-align: center;
    margin: auto;
    background-size: 100% 100%;
}
.newsletter .image img {
    width: 70%;
}
.newsletter .title {
    position: relative;
}
.newsletter .title:after{
    position:absolute;
    content:'';
    background:url(../images/peaceShape.png)no-repeat;
    width:79px;
    height:79px;
    top: -81px;
    right: -3%;
    background-size: 70%;
    animation: pulse infinite 6s ease-in-out;
}
.newsletter .title h3 {
    font-size: 3.4rem;
    color: #fff;
}
.newsletter .title p {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 400;
}
.es_subscription_message.success {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}
.newsletter .newsletter_form .emaillist form{
    background:#fff;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 0.3rem 3px;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    height: 5rem;
    margin: 0;
    font-size: 1.6rem;
    padding: 2rem 3rem;
    color: #000;
    font-weight: 300;
    border: 0;
    background: transparent;
}
.newsletter form input.es_txt_email::placeholder{
    color:#ccc;
    font-size:2rem
}
.newsletter form input[type="submit"] {
    padding: 2rem 4rem;
    background: #136A7A;
    border-radius: 50px;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    /* background: linear-gradient(to right, #136A7A,#8E8953, #F7A331); */
    transition:all .5s;
}
.newsletter form input[type="submit"]:hover{
    background: #F7A331;
    background: linear-gradient(to right, #8E8953,#8E8953, #136A7A);
    color:#fff;
     transition:all .5s;
}
/* footer */
footer {
    position: relative;
    padding: 5rem 8rem 3rem;
    margin: 5rem 1rem 2rem;
    /* background: url(../images/footerLayer.png)no-repeat; */
    background-size: 100% 100%;
    color: #fff;
    background-color: #146b7b;
    border-radius: 2rem;
}
footer:before{
    position:absolute;
    /* content:''; */
    background: url(../images/secTitle2.png)no-repeat center;
    width: 386px;
    height:324px;
    left: 8%;
    text-align: center;
    margin: auto;
    background-size: 80%;
    top: -145px;
    z-index: -1;
}
footer .footer_right .footer_logo{
    padding-bottom: 4rem;
}
footer .footer_right .footer_logo img{
    width: 80%;
}
footer .footer_right .footer_content p{
    font-size: 1.3rem;
    color: #fff;
    line-height: 2;
}
footer .links h2{
    padding-bottom: 23px;
    color: #611EB3;
    font-weight: 600;
    font-size: 29px;
    position: relative;
}
footer .links h2:after{
    position:absolute;
    content:'';
    background:url(../images/servIcon.png)no-repeat;
    top: -39px;
    right: 65px;
    width:86px;
    height:97px;
    background-size: 71%;
}
.footer__top ul.menu {
    padding: 0;
    list-style: none;
    gap: 4rem;
    margin: 0;
    position: relative;
    /*right: 9%;*/
}
.footer__top ul.menu a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.5rem 0;
    display: block;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.footer__top ul.menu a:hover {
    color: #F7A331;
    transition: all .5s;
}
.footer__top .social__media {
    position: relative;
    background: transparent;
    padding: 2rem 0 0;
}
.footer__top .social__media li{
    padding: 0 10px;
    /* border-radius: 50px; */
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 24px; */
    /* text-align: center; */
}
.footer__top .social__media li svg{
    width: 27px;
}
.footer__top .social__media ul {
    flex-direction: row !important;
    padding: 0;
}
.footer__top p a.contact {
    background: #000;
    width: 100%;
    display: block;
    padding: 1.3rem;
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.footer__top .info{
    display: flex;
    align-items: baseline;
}
.footer__top .info .icon svg{
    width:30px;
}
.footer__top .info ul {
    padding: 1rem 2rem 0;
    border-radius: 2rem;
    position: relative;
    ex; */
    flex-direction: column;
    gap: 1rem;
    color: #fff;
    z-index: 1;
}
.footer__top .info ul li {
    font-size: 1.4rem;
    padding: 1rem 0;
    display: flex;
    align-items: unset;
}
.footer__top .info ul li .icon{
    padding-left: 2rem;
}
.footer__top .info ul li .icon svg{
    width:22px;
}
.footer__top .info ul li p{
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 3px;
}
.footer__top .info ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.footer__top .info ul li svg {
}
.footer__bottom {
    /* padding: 4rem 0 2rem; */
    position: relative;
    margin-bottom: 2rem;
}
.footer__bottom .to-top {
    position: unset;
    font-weight: 300;
    background: transparent;
    height: 3.5rem;
    width: 4.5rem;
    font-size: 1.3rem;
    right: unset;
    top: unset;
    display: block;
    margin: auto;
}
.footer__bottom .to-top span {
    display: block;
    color: #ffffffb0;
}
.footer__bottom .to-top:hover {
    color: #000;
}
.footer__bottom .to-top svg {
    width: 4.5rem;
    height: 4.5rem;
}
.footer__bottom .footer__right{
    position:relative;
    padding: 4rem 0 0;
}
.footer__bottom p.rights {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer__bottom p.rights span {
    font-weight: 600
}
.footer__bottom p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}
.footer__bottom .rowaad span {
    padding-left: 1rem;
    color: #fff;
}
.footer__bottom .rowaad a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}
/* breadcrumbs */
#breadcrumbs {
    background: url(../images/breadcrumb.png)no-repeat;
    margin: 0 0 0rem;
    padding: 5rem;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    border-radius: 30px;
}
#breadcrumbs:after{
    position:absolute;
    content:'';
    background: linear-gradient(to right, #136A7A,#136A7A, #F7A331);
    width:100%;
    height:100%;
    top:0;
    right:0;
    border-radius: 30px;
    opacity: .76;
}
#breadcrumbs:before{
    position:absolute;
    /* content:''; */
    background:url(../images/breadcrumbShape.png)no-repeat;
    width:396px;
    height: 215px;
    top: 92px;
    left: 5%;
    background-size: 68%;
    z-index: 9;
    animation: pulse infinite 6s ease-in-out;
}
#breadcrumbs .text{
    position:relative;
    z-index:99;
}
#breadcrumbs .text h3{
    font-size: 2.5rem;
    padding-bottom: 1rem;
}
#breadcrumbs .text ul{
    display:flex;
    align-items: center;
}
#breadcrumbs .text ul li{
    padding:0 0 0 1rem;
    font-size: 1.3rem;
}
#breadcrumbs .text ul li:first-of-type a{
    font-weight:300;
}
#breadcrumbs a ,
#breadcrumbs h3 {
    font-size: 1.4rem;
    color: #fff;
}
.Meas_satisfaction{
    margin-bottom: 18rem;
}
.Meas_satisfaction .mainTitle h2{
    padding:0;
}
.Meas_satisfaction .content p{
    color: #9DADAF;
    font-size: 2.4rem;
    font-family: 'Helvetica Neue W23 for SKY Reg';
    line-height: normal;
}
.Meas_satisfaction .form{
    border:1px solid #B5B5B5;
    border-radius: 50px;
    margin: 4rem 0;
}
.Meas_satisfaction.pageContForm .form{
    padding: 6rem 4rem;
}
.Meas_satisfaction .form .formContent{
    padding: 5rem  6rem 0;
}
.Meas_satisfaction .gform_title{
    display:none;
}
.board_directors .nav-tabs .nav-link{
    border: none;
    background: #D7E6E8;
    color: #136A7A;
    font-size: 1.5rem;
    padding: 2rem 3rem;
    border-radius: 30px;
    margin: 17px 0 0 1rem;
}
.board_directors .nav-tabs .nav-link.active{
    background: #136A7A;
    color: #D7E6E8;
}
.board_directors .nav-tabs{
    border:none;
    margin: 4rem 0;
}
.board_directors .item_mem{
    position:relative;
}
.board_directors .item_mem .caption{
    position:absolute;
    bottom: 38%;
    right: 0;
    left: 0;
    color: #fff;
}
.board_directors .item_mem .caption h2{
    font-size:3rem;
    padding-bottom:2rem;
}
.board_directors .item_mem .caption a{
    background:#fff;
    padding: 1rem 5rem 2rem;
    border-radius: 20px;
    color: #136A7A;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}
.board_directors .item_mem .caption a svg{
    padding-right: 1rem;
}
.about-page{
    padding:7rem 0;
}
.about-page p {
    font-family: 'Helvetica Neue W23 for SKY Reg';
    line-height: 2;
}
.mainTitle{
    text-align:right;
    padding-bottom: 3rem;
}
.mainTitle h2{
    padding: 0 2rem 0;
    font-weight: 600;
    font-size: 3.5rem;
    color:#136A7A;
}
.jobsPage{
    padding:4rem 0;
}
.jobsPage .item{
    position:relative;
    margin: 2rem 0;
}
.jobsPage .item .caption{
    position: absolute;
    bottom: 32%;
    z-index: 99;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
}
.jobsPage .item .caption h4{
    color:#fff;
    font-size: 3.5rem;
    font-family: 'Helvetica Neue W23 for SKY Bd';
    line-height: normal;
}
.jobsPage .item .caption h4 span{
    display:block;
}
.pageDef{
    padding:4rem 0;
}
.pageDef .mainTitle{
    padding: 0;
}
.pageDef .mainTitle h2{
    padding: 0;
}
.pageDef .content p{
   font-family: 'Helvetica Neue W23 for SKY Reg';
   font-size: 2.3rem;
   color: #9DADAF;
   line-height: normal;
}
.financial_statements.services_section .item .caption{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.financial_statements.services_section .item {
    margin: 3rem 0;
}
.financial_statements.services_section .item .caption a{
    background:#136A7A;
    color:#fff;
    padding: 1.2rem 1.5rem;
    border-radius: 21px;
    display: flex;
    align-items: inherit;
    font-size: 1.3rem;
}
.financial_statements.services_section .item .caption a svg{
    width: 22px;
    margin-right: 13px;
}
.donatePage{
    padding: 6rem 0;
    text-align:center;
}
.donatePage .item{
    text-align:center;
    border:1px solid #B5B5B5;
    border-radius: 55px;
    margin: 1.5rem;
    padding: 1rem 2rem;
}
.donatePage .item .image{
    margin:2rem 0;
}
.donatePage .item .image img{
    border:1px solid #B5B5B5;
    border-radius: 108px;
    width: 42%;
}
.donatePage.board_directors .item .image img{
    width: 65%;
}
.donatePage .item .caption h4{
    color:#000;
    font-weight: 600;
    font-size: 1.6rem;
    padding-bottom: 2rem;
}
.donatePage.board_directors .item .caption h4{
    font-size: 2.3rem;
    padding: 0;
}
.donatePage .item .caption p{
    color: #136A7A;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 1rem 0;
}
.donatePage.board_directors .item .caption p{
    font-size: 1.5rem;
    color:#136A7A !important;
}
.donatePage .item .caption p:last-of-type{
    color:#F7A331;
}
.donatePage .contact-page{
    border:1px solid #B5B5B5;
    border-radius:40px;
    margin: 9rem 0;
}
.mediaPage .item .image .icon{
    position:absolute;
    bottom:30%;
    right:0;
    left:0;
    transition:all .5s;
    z-index:99;
}
.mediaPage .item .image .icon svg{
    width:50px;
}
.services_section.postPage .item{
    margin: 4rem 0;
}
.servPage .title h2{
    padding: 0 2rem 0;
    font-weight: 600;
    font-size: 3.5rem;
}
.about-page .text h3 {
    color: #F8C361;
    font-size: 3rem;
}
.about-page h3.main_title {
    font-size: 3.7rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 2rem;
}
.about-page .text p {
    font-size: 2rem;
    font-weight: 100;
    color: #000;
    line-height: 1.8;
}
.about-page .about_content {
    padding: 0 9rem;
    background: url(../images/about-img.png) no-repeat top left/47%;
}
.about-page .about_content .text {
    width: 60%;
}
.about-page .vision {
    padding: 7rem 9rem;
}
.about-page .vision .image {
    border: 1px solid #F8C361;
    margin: 0 0 0 5rem;
    border-radius: 1rem;
    padding: 4rem 2rem;
    flex: 1
}
.about-page .vision .image img {
    
}
.about-page .vision .text {
    flex: 2;
}
/* 404 */
.error-message {
    color: #000;
    font-size: 15rem
}
.error-message:before {
    color: #000;
}
.error-message + p ,
.error-message + p +p {
    font-size: 2rem;
}
/* achievements-page */
.achievements-page .archive {
    max-width: 100%;
    margin-bottom: 9rem
}
.achievements-page .archive .item {
    flex: 1;
    text-align: center;
    position: relative;
}
.achievements-page .archive .item .image {
    min-height: 8rem;
}
.achievements-page .archive .item img {
    width: 24%;
}
.achievements-page .archive .item .image:after {
    position: absolute;
    content: "";
    top: 6rem;
    right: 0;
    left: 0;
    margin: auto;
    background: #FABB18;
    width: 8rem;
    height: 7rem;
    filter: blur(50px);
    opacity: 0.4;
}
.achievements-page .archive .item .caption {
    padding: 2rem;
}
.achievements-page .archive .item h1 {
    color: #000;
    font-size: 5rem;
    font-weight: bold;
}
.achievements-page .archive .item h3 {
    color: #F8C361;
    font-size: 2rem;
    font-weight: 300;
}
/* partners-page */
.partners-page .item .image {
    padding: 3rem;
    margin: 3rem 0;
    position: relative;
}
.partners-page .item .image:after {
    position: absolute;
    background: url(../images/circle.png) no-repeat center /100%;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.partners-page .item:hover .image:after {
    transform: rotate(180deg);
}
.partners-page .item .image img {
    width: 80%;
}
/* single-services */
.single-services .gform_wrapper {
    border-radius: 1rem;
    padding: 0 6rem;
}
.single-services .gform_wrapper.gravity-theme input[type=text]{
    border: none;
    padding: 0rem 0;
}
.single-services .gform_wrapper.gravity-theme .gform_fields {
    display: block;   
}
.gfield_checkbox .gchoice label{
    font-size: 2.2rem !important;
    color:#707070;
    font-weight: 300;
    padding-right: 4rem;
}
.single-services .gform_wrapper.gravity-theme .gfield_label{
    font-size: 2rem;
    color:#707070;
    font-weight: 600;
    padding-bottom: 0rem;
}
.single-services .gfield--type-radio .gfield_label{
    padding-bottom:3rem !important;
}
.single-services .gform_wrapper legend {
    color: #000;
    padding: 3rem 0 2rem !important;
    display: block !important;
    font-size: 1.9rem !important;
    width: 100% !important;
}
.single-services .gform_wrapper .gfield {
    padding: 2rem 3rem 2rem;
    margin: 2rem 0;
    border: 1px solid #B5B5B5;
    display: flex;
    width: 100%;
    border-radius: 36px;
    flex-direction: column;
}
.single-services .gform_wrapper .gfield_radio {
}
.single-services .gform_wrapper .gfield_radio .gchoice {
    margin-bottom: 3rem;
    position: relative;
}
.single-services .gform_wrapper .gfield_checkbox .gchoice {
    margin-bottom: 3rem;
    position: relative;
}
.single-services .gform_wrapper .gfield_radio .gchoice label {
    font-weight: 500;
    padding: 0 3rem;
    color: #707070;
    font-size: 2rem;
}
.single-services .gform_wrapper .gfield_radio .gchoice label:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -3px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: 1px solid #707070;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single-services .gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before {
    display: block
}
.single-services .gform_wrapper .gfield_radio .gchoice label:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.1rem;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    background: #136A7A;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.single-services .gform_wrapper .gfield_radio .gchoice input ,
.single-services .gfield_checkbox input[type=checkbox]{
    opacity:0;
}
.single-services .gform_wrapper .gfield_checkbox .gchoice label:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -3px;
    width: 4rem;
    height: 4rem;
    border: 1px solid #707070;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single-services .gform_wrapper .gfield_checkbox .gchoice label:before {
    content: "\f00c";
    font-family:'fontawesome';
    position: absolute;
    top: 0.5rem;
    right: .7rem;
    color: #136A7A;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.single-services .gform_wrapper .gfield_radio .gchoice input:checked {
}
.single-services .gform_wrapper .gfield_radio .gchoice input:checked ~ label:before {
    display: block
}
.single-services .gform_footer .btn {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5rem 3rem;;
}
.single-services .gform_footer input[type=submit] {
    font-size: 2rem !important;
    padding: 2rem 11rem;
    background: #F7A331;
    margin: 0 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    border-radius: 20px;
    font-family: 'Helvetica Neue W23 for SKY Reg';
}
.entry-content {
    padding: 0;
}
.page-id-2664 .gform_title {
    display: none;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields {
   display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
    /* flex: 1; */
    width: 48%;
    position: relative;
    text-align: right;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield label {
    font-size: 1.4rem;
    padding: 0 1.5rem 1rem;
    text-align: right;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input {
    border-radius: 17px;
    border: 1px solid #BFBFBF;
    padding: 1.7rem;
}
.page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder {
    color: #000;
}
.iti__flag-container {
    right: unset !important;
    left: 0 !important;
    direction: ltr !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file .ginput_container {
    color: #B6B7B8;
    /* position: absolute; */
    /* top: 2.9rem; */
    /* right: 9px; */
    padding: 6px !important;
    background: url(../images/upload.png) no-repeat left 2% center/1.8%,#fff;
    display: block !important;
    font-size: 1.4rem !important;
    height: 7rem;
    font-weight: 300;
    color: #000;
    padding: 3rem !important;
    border: 1px solid #BEBEBE;
    border-radius: 19px;
}
.upload__file  input{
    opacity: 0;
}
.upload__file .gfield_description {
    position: absolute;
    top: 5rem;
    color: #000;
    font-size: 1.4rem !important;
    font-weight: 400;
    padding-right: 19px;
}
.gform_fileupload_rules {
    display: none !important;
}
.single-page{
    padding: 6rem 2rem;
}
.single-page .main-image img{
    border-radius:40px;
}
.single__header h3.entry-title {
    font-size: 3.3rem;
    color: #136A7A;
    font-weight: 600;
    padding-bottom: 2rem;
}
.single__header p {
    line-height: 1.7;
    font-family: 'Helvetica Neue W23 for SKY Reg';
    font-size: 2.2rem;
    color: #9DADAF;
}
.archive__media.media {
    padding: 0;
    background: transparent;
    display: block;
}
.archive__media.media .title h3 {
    color: #F8C361;
    margin: 0;
    font-weight: bold;
}
.archive__media.media .item {
    border: 1px solid #D0D0D0;
}
.media .item > div {
    flex: unset;
}
.archive__media.media .item .image {
    width: 70%;
}
.archive__media.media .photos {
    background: rgba(245, 245, 245, 0.64);
    margin: 3rem 0;
    padding: 3rem;
}
/* contact-page */
.contact-page {
    position:relative;
    margin-top: 15rem;
}
.contact-page .contact-info {
    background:#136A7A;
    border-radius: 0 50px 50px 0;
    padding: 2rem 3rem;
    position: absolute;
    color: #fff;
    left: -39px;
    max-height: 511px;
    top: 110px;
}
.contact-page .contact-info .text p{
    font-size: 1.4rem;
    font-weight: 500;
}
.contact-page .contact-info .text a{
    font-size: 1.3rem;
    font-weight: 500;
    color: #ffffffc9;
}
.contact-page .contact-info ul.list-unstyled li{
    width: 46%;
    padding: 1rem 0;
    margin: 1rem 1rem;
}
.contact-page .contact-info ul.list-unstyled{
    display: flex;
    flex-wrap: wrap;
}
.contact-page .contact-info ul.list-unstyled li:first-of-type{
    display:flex;
    justify-content: space-between;
    /* width: 50%; */
}
.contact-page .contact-info ul li .icon{
    padding-left: 2rem;
}
.contact-page .contact-info ul li .icon svg{
    width:27px;
}
.contact-page .social__media ul{
    flex-direction: row !important;
    padding: 0;
}
.contact-page .social__media ul li{
    padding:0 1rem;
}
.contact-page .social__media ul svg{
    width: 25px;
}
.contact-page .map {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.contact-page .gform_wrapper {
    padding: 10rem 4rem;
    width: 75%;
    margin: auto;
}
.contact-page .gform_wrapper .gform_fields {
    display: flex;
    flex-wrap: wrap;
}
.gform_confirmation_message {
    font-size: 2rem;
    font-weight: bold;
    text-align: center !important;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}
.gform_legacy_markup_wrapper .gfield_description {
    font-size: 1.2rem !important;
}
.contact-page .gform_wrapper .gform_fields .gfield {
    width: 50%;
}
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
    width: 100%;
}
.contact-page .gform_wrapper .gform_fields .gfield label {
    font-size: 1.5rem;
    padding: 7px 1.5rem;
    font-weight: 600;
}
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {
    border-radius: 2rem;
    border: 1px solid #BFBFBF;
    padding: 1.7rem !important;
    font-size: 1.9rem !important;
}
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
    color: #000;
    font-size: 1.6rem;
}
.gfield_required_text,
.gfield_required_asterisk {
    display: none !important;
}
.contact-page .gform_title {
    text-align: center !important;
    font-size: 2.9rem !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}
.contact-page .gform_footer .btn {
    font-size: 2rem !important;
    padding: 2rem 5rem;
    background: #F7A331;
    margin: 0 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    border-radius: 20px;
    font-family: 'Helvetica Neue W23 for SKY Reg';
}
/* bank_accounts-page */
.bank_accounts-page .item {
    border: 1px solid #D0D0D0;
    margin: 2rem 0.5rem;
    border-radius: 0.7rem;
    overflow: hidden;
}
.bank_accounts-page .item li {
    border-bottom: 1px solid #D0D0D0;
    text-align: center;
    padding: 1.5rem 1rem
}
.bank_accounts-page .item li:last-of-type {
    border: none;
    padding: 1.5rem 3rem;
}
.bank_accounts-page .item li .image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #E2DFDF;
}
.bank_accounts-page .item li .title {
    padding: 0 1rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}
.bank_accounts-page .item li p {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.bank_accounts-page .item li .btn {
    width: 100%;
    margin: 0;
}
.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    padding: 1rem;
    color: #000;
    background: #E6E6E6;
    margin: 1rem;
    font-size: 1.4rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #136A7A;
    color: #fff;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
@media(max-width:768px) {
    html {
        font-size: 8px;
    }
    body.open__menu {
        overflow: hidden;
    }
    .main_title {
        font-size: 2.6rem;
        margin: 2rem 0;
    }
    header {
        padding: 1rem 0 0;
    }
    header .header__logo img{
        width:100%;
    }
    .header-bottom {
        padding: 1rem 0;
        justify-content: left !important;
    }
    .main:after{
        background-size: 36%;
        /* left: 0; */
        bottom: -58%;
        width: 200px;
        height: 200px;
    }
    .about__section{
        padding:2rem;
    }
    .about__section h2{
        font-size:2rem;
    }
    .about__section p{
        width:auto;
        font-size: 1.5rem;
    }
    .aboutDetails .item:after{
        display:none;
    }
    .about__section:after,
    .about__section:before{
        background-size:50%;
        bottom: -54%;
    }
    .about__section:before{
        right: -36%;
    }
    .services_section{
        padding: 1rem 0;
    }
    .home .topTitle .title h2:after{
        display:none;
    }
    .topTitle{
        display: block;
    }
    .topTitle .title p{
        width:auto;
        font-size: 15px;
    }
    .topTitle .more {
        margin-top:3rem;
    }
    .topTitle .more a{
        padding: 2rem;
        border-radius: 11px;
    }
    .posts_section .owl-buttons{
        position:initial;
    }
    .services_section .item .caption{
        padding: 1.2rem;
    }
    .services_section .item .caption p{
        font-size:1.2rem
    }
    .services_section .item .caption h4{
        font-size:1.5rem;
    }
    .statistics__section:after{
        display:none;
    }
    .statistics__section {
       padding: 4rem 0 2rem;
    }
    .statistics__section .item{
        margin:3rem 0;
    }
    .statistics__section .item .text h4{
        font-size:3rem;
    }
    .howwork__section .title p{
        width:auto;
    }
    .howwork__section .text h4{
        font-size: 1.2rem;
    }
    .howwork__section .item{
        margin:1.5rem;
    }
    .howwork__section .icon img{
        width:30px;
    }
    .howwork__section .item:after{
        background-size:50%;
    }
    .howwork__section .text p{
        font-size:1.2rem
    }
    .partners_section{
        padding:3rem 0;
    }
    .partners_section .slick-prev, .partners_section .slick-next{
        display:none !important;
    }
    .newsletter:before{
        display:none;
    }
    .newsletter{
    padding: 4rem 2rem;
    margin: 2rem 0;
    }
    .newsletter .title h3{
        font-size:2rem;
    }
    .newsletter .title p{
        font-size:2rem;
    }
    footer{
        padding: 1rem;
        background: #136A7A;
        background-size: 100% 37%;
    }
    .footer__top .info ul li{
        display:inline-block;
        margin:0 1rem;
    }
    footer .footer_right .footer_logo{
        text-align:center;
        margin:auto;
    }
    .footer__top ul.menu a{
        font-size: 1.2rem;
        padding: 1rem 0;
    }
    footer:before{
        display:none;
    }
    .footer__top {
        padding: 1rem;
        background-size: cover;
    }
    .footer__top .row {
    }
    .footer__bottom .footer__right{
        text-align:center;
        padding: 0;
    }
    .footer__bottom .d-flex .rowaad {
        text-align: center;
        width: 100%;
    }
    .footer__bottom .to-top{
        position: relative;
        margin: 4rem auto;
        right: 0;
        left: 0;
        text-align: center;
    }
    .content {
        background: transparent;
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
    .content nav {
        position: relative;
        height: 50px;
        background: transparent;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .content .nav-links {
        display: block;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        right: 0;
        margin: auto;
        padding: 0;
        transition: all 0.3s;
        visibility: hidden;
        overflow: scroll;
    }
    input[type=checkbox]:checked ~ .nav-links {
        /* display:block; */
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 999;
    }
    .content .nav-links .menu{
        padding: 0;
    }
    .content .nav-links::before {
        background: #F9A530;
        content: "";
        height: 130vh;
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        overflow: scroll;
        transition: all 0.3s;
    }
    .content .nav-links li {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s;
    }
    .content .nav-links li a {
        border: none;
        background: #F9A530;
        color: #fff;
        display: flex;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 12px 20px;
        width: 100%;
        transition: all 0.3s;
    }
    .content .sub-menu li a{
        color:#136A7A;
    }
    header .menu li:hover > a{
        color:#fff
    }
    input[type=checkbox] {
      position: absolute;
      opacity: 0;
      visibility: hidden;
    }
    .content input[type=checkbox]:checked + label {
        /* border: 4px solid silver; */
        /* border-radius: 50%; */
        height: 28px;
        top: 0;
        left: 0;
        width: 28px;
        transform: rotate(-135deg);
        border: none;
    }
    header input[type=checkbox]:checked + label::before {
        background: ##136A7A;
        top: 8px;
        left: 4px;
        width: 24px;
    }
   header input[type=checkbox]:checked + label::after {
        background: #136A7A;
        opacity: 1;
        top: 8px;
        left: 4px;
        visibility: visible;
        width: 24px;
    }
   header input[type=checkbox]:checked + label:hover {
        border: none;
    }
   header input[type=checkbox]:checked + label:hover::before,header input[type=checkbox]:checked + label:hover::after {
        background: #000;
    }
    header input[type=checkbox]:checked ~ .nav-links::before {
        opacity: 1;
        visibility: visible;
    }
    header input[type=checkbox]:checked ~ .nav-links li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
   header .content label {
        background: none transparent;
        border: 4px solid #136A7A;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        cursor: pointer;
        display: block;
        height: 24px;
        position: relative;
        left: 0;
        width: 24px;
        transition: all 0.2s;
    }
   header .content label::before {
        background: #136A7A;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 24px;
        transition: all 0.2s;
    }
    header .content label::after {
        background: coral;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transform: rotate(90deg);
        transition: all 0.2s;
    }
    header .menu li.menu-item-has-children {
        position: relative;
    }
    header .menu li.menu-item-has-children:hover ul {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    header .menu li.menu-item-has-children:after {
        right: unset;
        left: 3rem;
        top: 15px;
    }
    header .menu {
        flex-direction: column;
    }
    .about-page .about_content {
        padding: 0 2rem ;
        background: transparent;
    }
    .about-page .about_content .text {
        width: 100%
    }
    .about-page .vision {
        padding: 0;
    }
    .about-page .vision .d-flex {
        flex-direction: column;
    }
    .about-page .vision .image {
        margin: 0 2rem;
        padding: 2rem;
        text-align: center;
    }
    .about-page .vision .image img {
        width: 50%;
        margin: auto;
    }
    .about-page .vision .text {
        padding: 0 2rem
    }
    .partners-page .item {
        width: 50%;
    }
    .single-services .gform_wrapper .gfield_radio {
        max-width: 100%;
    }
    .single-services .gform_wrapper legend ,
    .single-services .gform_wrapper .gfield_radio .gchoice label {
        font-size: 1.5rem !important;
    }
    .contact-page .gform_wrapper .gform_fields .gfield ,
    .page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 100%;
    }
    .single__header {
        padding: 3rem 0 0
    }
    .contact-page .gform_wrapper {
        padding: 2rem 0;
        margin: 0;
        width: 100%;
    }
    #breadcrumbs:before{
        background-size: 59%;
        width: 145px;
        height: 68px;
    }
    #breadcrumbs{
        padding: 3rem;
    }
    #breadcrumbs .text h3{
        font-size:2rem;
    }
    .about-page p,
    .single__header p,
    .Meas_satisfaction .content p{
        font-size:15px !important;;
    }
    .contact-page .contact-info{
        position:initial;
    }
    .contact-page .contact-info ul.list-unstyled li{
        width:auto;
    }
    .mainTitle h2{
        font-size: 2rem;
        line-height: inherit;
    }
    .jobsPage .item .caption h4{
        font-size:2rem;
    }
    .Meas_satisfaction .form .formContent{
        padding:2rem;
    }
    .single-services .gform_wrapper{
        padding: 0 2rem;
    }
    .Meas_satisfaction.pageContForm .form{
        padding:3rem 2rem;
    }
    .single-services .gform_wrapper.gravity-theme .gfield_label{
        font-size:1.5rem;
    }
    .board_directors .nav-tabs .nav-link{
        padding: 2rem 1.5rem;
        font-size: 1.3rem;
        margin: 1rem 3px;
    }
    .board_directors .item_mem .caption{
        bottom: 12%;
    }
    .board_directors .item_mem .caption a{
        padding: 0.5rem 1.5rem;
        font-size: 1.2rem;
        border-radius: 12px;
    }
    .board_directors .item_mem .caption a svg{
        width:25px;
    }
    .board_directors .item_mem .caption h2{
        font-size:1.5rem;
        padding: 4px;
    }
    .contact-page{
        margin-top: 7rem;
    }
    .single-services .gform_wrapper .gfield_radio .gchoice label:before{
        right:0;
    }
    .ls-nav-next,
    .ls-nav-prev{
        display:none;
    }
    .main .ls-bottom-nav-wrapper{
        position: relative;
        top: -25% !important;
    }
    .main .ls-v6 .ls-bottom-slidebuttons a{
        display:inline-block !important;
        margin:3px;
    }
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 8px;
    }
    .upload__file .ginput_container + .gfield_description {
        background-size: 3%;
    }
    .footer__top .emaillist form input.es_txt_email {
        /* background-size: 5%; */
    }
    .col {
        flex-grow: 2;
        max-width: 50%;
        width: 50%;
    }
    .footer__top .row {
        flex-direction: revert
    }
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 8px;
    }
    .main:after{
        background-size:50%;
        bottom: -121%;
    }
    .aboutDetails .item:after{
        right: 27%;
    }
    .howwork__section .title p{
        width:auto;
    }
    .newsletter{
        padding:12rem 2rem
    }
    footer{
        padding-top:20%;
    }
    #breadcrumbs:before{
        display:none;
    }
    .ls-nav-prev{
        top:60% !important;
    }
     .content {
        background: transparent;
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
    .content nav {
        position: relative;
        height: 50px;
        background: transparent;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .content .nav-links {
        display: block;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        right: 0;
        margin: auto;
        padding: 0;
        transition: all 0.3s;
        visibility: hidden;
        overflow: scroll;
    }
    input[type=checkbox]:checked ~ .nav-links {
        /* display:block; */
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 999;
    }
    .content .nav-links .menu{
        padding: 0;
    }
    .content .nav-links::before {
        background: #F9A530;
        content: "";
        height: 130vh;
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        overflow: scroll;
        transition: all 0.3s;
    }
    .content .nav-links li {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.3s;
    }
    .content .nav-links li a {
        border: none;
        background: #F9A530;
        color: #fff;
        display: flex;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 12px 20px;
        width: 100%;
        transition: all 0.3s;
    }
    header .menu li:hover > a{
        color:#fff
    }
    .content .nav-links li a:hover {
        color: coral;
    }
    
    input[type=checkbox] {
      position: absolute;
      opacity: 0;
      visibility: hidden;
    }
    .content input[type=checkbox]:checked + label {
        /* border: 4px solid silver; */
        /* border-radius: 50%; */
        height: 28px;
        top: 0;
        left: 0;
        width: 28px;
        transform: rotate(-135deg);
        border: none;
    }
    header input[type=checkbox]:checked + label::before {
        background: ##136A7A;
        top: 8px;
        left: 4px;
        width: 24px;
    }
   header input[type=checkbox]:checked + label::after {
        background: #136A7A;
        opacity: 1;
        top: 8px;
        left: 4px;
        visibility: visible;
        width: 24px;
    }
   header input[type=checkbox]:checked + label:hover {
        border: none;
    }
   header input[type=checkbox]:checked + label:hover::before,header input[type=checkbox]:checked + label:hover::after {
        background: #000;
    }
    header input[type=checkbox]:checked ~ .nav-links::before {
        opacity: 1;
        visibility: visible;
    }
    header input[type=checkbox]:checked ~ .nav-links li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
   header .content label {
        background: none transparent;
        border: 4px solid #136A7A;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        cursor: pointer;
        display: block;
        height: 24px;
        position: relative;
        left: 0;
        width: 24px;
        transition: all 0.2s;
    }
   header .content label::before {
        background: #136A7A;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 24px;
        transition: all 0.2s;
    }
    header .content label::after {
        background: coral;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transform: rotate(90deg);
        transition: all 0.2s;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 8px;
    }
    .footer__top {
        padding-top: 4.5rem;
    }
    .partners-page .item .image {
        padding: 1.4rem;
    }
    .partners-page .item .image img {
        width: 72%;
    }
    .main:after{
        background-size:50%;
        bottom:-80%;
    }
}
@media(max-width: 1366px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
}
@media(max-width: 1366px) and (min-width: 1290px) {
    html {
        font-size: 11px;
    }
    .about-page .about_content {
        padding-right: 12rem;
    }
}
