* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto-medium";
    src: url(../fonts/Roboto-Medium_0.ttf);
}

@font-face {
    font-family: "akz";
    src: url(../fonts/AkzidenzGrotesk-Medium.otf);
}

@font-face {
    font-family: "akz-cond";
    src: url(../fonts/AkzidenzGrotesk-MediumCond.otf);
}

body {
    font-family: "roboto";
    height: auto !important;
    overflow-x: hidden;
}

.header {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.postid-698 .extra-content-project{
    display: none;
}

.logo {
    float: left;
    background: #fff;
    padding: 20px 30px 14px 100px;
    border-radius: 0px 70px 70px 0px;
    margin-top: 20px;
}

.beta-head {
    float: right;
    display: inline-block;
    margin-right: 10%;
}

.green {
    color: #87b623;
}
a.post-edit-link {
    position: fixed;
    top: 0;
}

.upper-menu li {
    display: inline;
    list-style: none;
}

.small-space {
    margin: 10px 0;
}

.upper-menu {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0px 20px 10px;
    float: right;
}

.upper-menu img {
    position: relative;
    top: 7px;
    left: 0px;
    margin-right: 5px
}

.img-full {
    width: 100%;
    height: auto;
    display: inherit;

}

a.top-menu {
    font-size: 12px;
    margin-right: 30px;
    color: #fff;
    text-decoration: none;
}
.footer-logo {
    width: 35%;
}
.upper-menu li:last-child a.top-menu {
    font-size: 12px;
    margin-right: 0px;
}

.human-block ul li {
    text-align: left;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.main-img {
    position: relative;
    background: #0d051e;
}

.contact-wrapper {
    background: #0d051e;
    padding: 0 0 150px 0;
}

.contact-head {
    text-align: center;
}

.form-head {
    text-align: center;
}

.form-head h2 {
    color: #72ced8;
    margin: 10px 0;
}

.contact-head h1 {
    color: #fff;
    margin: 40px auto;
}

.location-wrapper {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 2%;
    width: 70%;
    margin: auto;
    margin-top: 30px;

}

.rq {
    color: #ccc;
    font-size: 11px;
}

.c-map {
    height: 100px;
    width: auto;
}

.location {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.ird-icon {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.map-iframe iframe {
    width: 100% !important;
    height: 150px;
    position: relative;
    top: 4px;

}

.country-name {
    color: #72ced8;
    margin-top: 10px;
}

.location p {
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 20px;
}

.write-us-wrapper {
    background: #fff;
    width: 620px;
    max-width: 100%;
    margin: auto;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 80px;
}

.row {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.label {
    width: 140px;
    display: inline-block;
    font-size: 12px;
    float: left;
    position: relative;
    top: 6px;
}

.input {
    width: calc(100% - 150px);
    padding: 5px 0;
    border: 1px solid #ccc;
}

.send {
    background: #72ced8;
    border: 0;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 7px;
}

.global-heading {
    font-family: "akz-cond";
    color: #fff;
    margin: auto;
    font-size: 140px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    line-height: normal;
    padding-top: 10px;
    margin-bottom: 20px;
    text-shadow: -1px 0px 0px #8e8e8e;
}

.page-heading, h1 {
    font-family: "akz-cond";
    color: #4a4a4a;
    width: 600px;
    margin: auto;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 62px;
    margin-top: 20px;
}

.sub-heading, h2 {
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "akz-cond";
    font-weight: 100;
}

.tb-margin {
    margin: 40px auto !important;
}

.w700 {
    width: 700px;
    margin: auto;
    text-align: center;
}

.overlay {
    position: absolute;
    bottom: 0;
}

#button {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
  }
  
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {

}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    clear: both;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}

#cssmenu > ul > li:hover > a {
    color: #ffffff;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    /*content: '';*/
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    /*content: '';*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    right: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    /*height: 0;*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover > ul {
    right: 0;
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li {
    /*height: 35px;*/
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333e6;
    text-align: center;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    /*content: '';*/
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    /*content: '';*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        background: #000;
    }

    #cssmenu.align-center > ul {
        text-align: left;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        background: #000;
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    .has-sub .has-sub .submenu-button{
        display: none !important;
    }
    .has-sub .has-sub a{
        text-align: left !important;
    }
}

.home-country-wrapper {
    background: #c0ae36;
    padding: 20px 0;
    box-sizing: border-box;
}
.project-carousel .carousel-wrapper{
    height: 750px;
}
.project-carousel .carousel-wrapper h4{
    font-size: 13px;
}
.project-carousel .carousel-wrapper p{
    font-size: 13px;
}
.project-carousel .carousel-wrapper .project-crousel-text{
    padding: 0 10px;
    box-sizing: border-box;
}
.map-para {
    width: 560px;
    font-family: "akz-cond";
    margin: auto;
}

.map-para-1 {
    font-size: 36px;
    text-transform: uppercase;
}

.map-para-2 {
    font-size: 15px;
    font-family: "roboto";
    text-transform: uppercase;
}

.map-para h2 {
    font-size: 77px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 48px;
    margin-bottom: 10px;
    color: #000;
}

.map-doted {
    display: inline-block;
    width: 700px;
    position: relative;
    top: -60px;
}

.girl {
    display: inline-block;
    width: 450px;
}

.indicators img {
    width: 15px;
    margin-right: 10px;
    position: relative;
    top: 5px;

}

.indicators p {
    font-size: 12px;
    font-weight: 600;
}

svg {
    width: 100%;
    height: auto;
}

.home-programs {
    width: 100%;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    background: url("../images/program-bg.png");
    background-size: 100% 100%;
}

.home-approach {
    background: #ecd5c2;;

}

.hand {
    position: relative;
    top: -80px;
}

.home-approach h2 {
    font-family: "akz-cond";
    font-size: 100px;
    color: #e5782d;
    text-transform: uppercase;
    font-weight: 100;
}

.approchies {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
    width: 80%;
    margin: auto;
    color: #444;
    margin-top: 40px;
}

.approch {
    background: #ffffff;
    padding: 40px 0;
    text-transform: uppercase;
    position: relative;
}

.approch img {
    height: 60px;
    width: auto;
}

.arrow img {
    height: 20px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.approch a {
    text-decoration: none;
}

.approch a p {
    width: 150px;
    margin: auto;
    font-size: 12px;
    margin-top: 15px;
    color: #444444;
}

.approch p {
    width: 150px;
    margin: auto;
    font-size: 12px;
    margin-top: 15px;
}

.home-team {
    background: url("../images/team-bg.png");
    background-size: cover;
    padding: 70px 0;
    background-position: bottom;
    background-attachment: fixed;
}

.team-intro {
    width: 80%;
    margin: auto;
    color: #fff;
    font-family: "akz-cond";
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase;
}

.team-intro span {
    color: #f7f750;
}

.team-btn {
    color: #f6b6fa;
    background: #493667;
    width: 260px;
    border-radius: 50px;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    font-size: 20px;
}

.team_carousel {
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

p.team-postion {
    font-size: 14px;
    color: #fff;
}

p.team-name {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.team img {
    width: 60%;
    margin: auto;
    border: 5px solid #FFF;
}

.slick-next:before {

}

.alpha-footer {
    background: url("../images/footer.png");
    padding-left: 5%;
    width: 55%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding-bottom: 30px;
    background-size: cover;
}

li.has-sub-sub {
    padding-left: 20px;
}

.footer-links {
    width: 80%;
    margin: auto;
    color: #444;
    margin-top: 40px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 12px;

}

.footer-links li {
    list-style: none;
    text-transform: uppercase;
    float: left;
    display: block;
    width: 170px;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    display: table;
}

.footer-copy {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 60%;
}

.footer-copy img {
    position: relative;
    top: 3px;
}

.beta-footer {
    padding: 40px 20px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 42%;
    float: left;
}

.footer-logo {
    width: 30%;
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    display: inline-block;
}

.social {
    margin-top: 25px;
}

.social img {
    height: 20px;
    margin-right: 8px;
}

.social a:last-child img {
    margin-right: 0;
}

.footer-email {
    width: 65%;
    display: inline-block;
    position: relative;
    /* top: -36px; */
    left: 30px;
    color: #3f3e3e;
    letter-spacing: 2px;
}

.footer-contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-email img {
    margin-right: 20px;
    position: relative;
    /* top: 7px; */
}

.footer-contacts {
    /* position: relative; */
    top: 60px;
    display: flex;
}

.our-approch-slider .slick-prev {

    left: 10%;
    z-index: 999;
}

.our-approch-slider .slick-next {

    right: 10%;
    z-index: 999;
}

.our-approch-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
}

.our-approch-slider .slick-arrow:before {
    color: black;
    font-size: 30px;
    position: relative;
    top: 2px;
}

.our-approch-slider .slick-prev:hover, .our-approch-slider .slick-prev:focus, .our-approch-slider .slick-next:hover, .our-approch-slider .slick-next:focus {
    background: #ffffff;
}

.about-approaches {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 5%;
    width: 80%;
    margin: auto;
    color: #444;
    margin-top: 80px;
}

.about-approach {
    padding: 60px 20px;
    box-sizing: border-box;
    border: 2px solid #f8800f;
    border-radius: 5px;
}

.about-approach h3 {
    color: #f8800f;
    margin: 20px auto;
    width: 70%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.read-btn {
    padding: 5px 20px;
    border: 1px solid #585858;
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #585858;
    border-radius: 3px;
}

.our-approch-wrapper {
    width: 950px;
    margin: auto;
    position: relative;
    bottom: 200px;

}

.approch-single {
    padding-bottom: 200px;
    position: relative;
}

.approch-tab a {
    float: none !important;
    display: inline-block;
    padding: 20px 20px !important;

}

.approch-tab a:focus {
    outline: 0;
}

.approch-tab {
    width: 16.478%;
    margin: 0 !important;
    text-align: center;
    border: 0;
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
    white-space: unset;
}

.approch-tab img {
    height: 50px;
    width: auto;
    filter: grayscale(100%);
}

.grayscale {
    filter: grayscale(100%);
}

.approch-tab p {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}

#tab1.ui-state-active {
    background: #ffb10a;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fab10c;
}

#tab1.ui-state-active:after {
    clear: both;
    width: 99.8%;
    height: 9px;
    background: #fab10c;
}

.ui-state-active img {
    filter: brightness(0) invert(1);
}

.approch-tab.ui-state-active p {
    color: #fff;
    font-weight: 700;
}

#tab2.ui-state-active {
    background: #fa575d;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fa575d;
}

#tab3.ui-state-active {
    background: #8ec742;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #8ec742;
}

#tab4.ui-state-active {
    background: #58c5c9;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #58c5c9;
}

#tab5.ui-state-active {
    background: #369ff4;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #369ff4;
}

#tab6.ui-state-active {
    background: #9064bf;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #9064bf;
}

.ui-widget-header {
    border: 0;
    background: #fff;
}

.ui-widget.ui-widget-content {
    padding: 30px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
}

#health-service, .tab-content1 {
    border-top: 10px solid #fab10c !important;
}

.tab-content1 h2 {
    color: #fab10c;
}

.tab-content2 {
    border-top: 10px solid #fa575d !important;
}

.tab-content2 h2 {
    color: #fa575d;
}

.tab-content3 {
    border-top: 10px solid #8ec742 !important;
}

.tab-content3 h2 {
    color: #8ec742;
}

.tab-content4 {
    border-top: 10px solid #58c5c9 !important;
}

.tab-content4 h2 {
    color: #58c5c9;
}

.tab-content5 {
    border-top: 10px solid #369ff4 !important;
}

.tab-content5 h2 {
    color: #369ff4;
}

.tab-content6 {
    border-top: 10px solid #9064bf !important;
}

.tab-content6 h2 {
    color: #9064bf;
}

.approch-tab-content {
    text-align: center;
}

.approch-tab-content .grayscale {
    width: 90px;
    margin-top: 10px;
}

.approch-tab-content h2 {
    font-size: 50px;
    font-family: "akz-cond";
    font-weight: 100;
    text-transform: uppercase;
}

.approch-tab-content h3 {
    font-size: 40px;
    font-family: "akz-cond";
    font-weight: 100;
    text-transform: uppercase;
    color: #959595;
    margin-top: -12px;
}

.ui-icon {
    position: absolute;
    right: 0;
    top: 12px;
}
.reference-wrapper .ui-icon {
    position: absolute;
    right: 0;
    top: 0px;
}

.approch-tab-content .content {
    width: 70%;
    margin: 40px auto;
}

.approch-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.about-approach .close {
    display: none;
}

.about-approach {
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.open .close {
    display: block;
    cursor: pointer;
}

.expend {
    cursor: pointer;
}

.open p {
    position: absolute !important;
    top: 0;
    left: 0;
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    height: 100% !important;
}

.global-footprint-wrapper {
    background: url("../images/global-2bg.jpg");
    background-size: 100% 100%;
}

.country-pin-wrapper {
    width: 80%;
    margin: auto;
    padding-bottom: 80px;

}

.country-pin-wrapper .indicators {
    position: relative;
    top: -60px;
}

.hover {
    display: none;
}

.pin {
    cursor: pointer;
}

.pin:hover .hover {
    display: block;
}

.key-group {
    display: table-cell;
    width: 100%;
}

.key-group img {
    height: 95%;
    display: inline-block;
    float: left;
}

.country-item {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.country-head {
    text-align: center;
}

.country-head h2 {
    font-size: 70px;
    font-family: "akz-cond";
    color: #ff800d;
    font-weight: 100;
    text-transform: uppercase;
}

.country-head a {
    text-decoration: none;
}

.country-head h3 {
    font-size: 50px;
    color: #959595;
    font-family: "akz-cond";
    font-weight: 100;
    text-transform: uppercase;
    margin-top: -15px;
}

.single-content {
    text-align: center;
    width: 50%;
    margin: 20px auto;
}

.single-content p {
    margin-bottom: 20px;
}

.project-heading {
    font-family: "akz-cond";
    text-align: center;
    color: #444343;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 100;

    padding: 0 40px;
    background: #fff;
    position: relative;
}

.project-heading:before {
    width: 37%;
    height: 2px;
    content: "";
    background: #444343;
    top: 50%;
    left: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;

}

.project-heading:after {
    width: 37%;
    height: 2px;
    content: "";
    background: #444343;
    top: 50%;
    right: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;

}

.country-projects {

}

.country-project {
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 32%;
}

.country-project img {
    width: 100%;
    filter: grayscale(100%);
}

.banner {
    position: relative;
}

.banner-text h2 {
    text-align: right;
    font-size: 70px;
    color: #86b520;
}

.banner-text {
    position: absolute;
    top: 20%;
    width: 50%;
    right: 5%;
    text-align: right;
    color: #fff;
}

.banner-text p {
    margin: 10px 0;
}

.banner-text p a {
    color: #fff;

}

.career-box-wrapper {
    position: absolute;
    display: none;
    width: 500px;
    background: rgba(88, 30, 109, 0.9);
    top: 50%;
    padding: 20px 40px 30px 100px;
    box-sizing: border-box;
    margin-top: -160px;
}

.career-box-wrapper h2 {
    font-size: 155px;
    font-family: "akz-cond";
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.career-link {
    width: 100%;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 0 #3a3a3a;
    text-decoration: none;
}

.meet-team {
    background: #a956c9;
}

.join-team {
    background: #e297ff;
}

.testimonial-h3 {
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-heading {
    width: 430px;
    line-height: 60px;
    color: #363636;
    margin-top: 5px;
    margin-bottom: 40px;

}

.testimonial-head {
    text-align: center;
}

.testimonial-head p {
    color: #707070;
}

.testimonial-values {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 75%;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 80px;

}

.testimonial-value {
    padding: 0 5px;
    box-sizing: border-box;
}

.testimonial-value img {
    height: 100px;
    margin-bottom: 20px;
}

.testimonial-wrapper {
    width: 75%;
    margin: auto;
}

.testimonial:nth-child(even) .testimonial-img {
    width: 66.6%;
    display: inherit;
    float: left;
    clear: both;

}

.testimonial:nth-child(odd) .testimonial-img {
    width: 66.6%;
    display: inherit;
    float: right;
    clear: both;

}

.testimonial-wrapper p {
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 16px;
}

.testimonial-wrapper h3 {
    line-height: 60px;
    color: #9eb83b;
    margin-top: 5px;
    font-size: 65px;
    text-align: center;
    font-family: "akz-cond";
    margin-bottom: 70px;
    text-transform: capitalize;
}

.testimonial {
    width: 100%;
    display: block;
    overflow: hidden;

}

#leadership-team-tab ul {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.leader-team {
    text-align: center;
}

.leader-team a {
    width: 100%;
    box-sizing: border-box;
}

.leader-team.ui-state-default,
.leader-team.ui-button,
.leader-team .ui-button.ui-state-disabled:hover,
.leader-team .ui-button.ui-state-disabled a:focus,
.leader-team .ui-button.ui-state-disabled:active {
    border: 1px solid #ff800d;
    color: #ff800d;
    border-bottom-width: 1px !important;
    border-radius: 5px;

}

.leader-team a {
    outline: 0;
    padding: 5px 1em !important;
}

.leader-team.ui-state-default a {
    color: #ff800d;
}

.leader-team.ui-state-active,
.leader-team.ui-state-active p,
.leader-team a.ui-button:active,
.leader-team .ui-button:active,
.leader-team .ui-button.ui-state-active:hover {
    background: #ff800d;
    color: #fff !important;

}

.leader-team.ui-state-active {
    border: 1px solid #ff800d;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    margin-bottom: 0;
}

#leadership-team-tab {
    border: 0;
}

.leader-team-content {
    width: 70%;
    margin: auto;
    box-sizing: border-box;
}

.leader-img {
    width: 35%;
    float: left;
    margin-right: 20px
}

.leader-img-popup {
    width: 25%;
    float: left;
    margin-right: 20px
}

.leader-intro {
    float: left;
    width: 55%;
}

.leader-intro-full {
    float: left;
    width: 72%;
}

.leader-full-info {
    font-size: 12px;
}

.leader-full-info p {
    margin-bottom: 10px;
}

.leader-name {
    color: #ff800d;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.leader-designation {
    font-size: 10px;
    color: #585858;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.leader-info {
    font-size: 12px;
    height: 210px;
    overflow: hidden;
    position: relative;
    color: #585858;
}

.director {
    margin-bottom: 80px;
}

.leader-link {
    text-decoration: none;
    padding: 4px 12px;
    border: 1px solid #8c8c8c;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 3px;
}

.leader-info:after {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    content: "";
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+101 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%, rgba(255, 255, 255, 1) 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%, rgba(255, 255, 255, 1) 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%, rgba(255, 255, 255, 1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.directors-team {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 0 10%;
    margin: auto;
    margin-top: 40px;

}

.career-values {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 0;
    width: 75%;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 43px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 80px;
}

.career-value a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}

.career {
    position: relative;
}

.career img {
    filter: grayscale(100%) contrast(0);
    margin-bottom: 20px;
    height: 90px;
    width: auto;

}

.career-filter {
    width: 75%;
    margin: auto;
    border: 0;
}

#career-tabs {
    padding: 0;
    border: 0;
}

.career-tab.ui-state-active img {
    filter: none;
}

.career-tab.ui-state-active a {
    color: #ff800d;
}

.ui-tabs-tab a:focus {
    outline: 0;
}

.career-tab {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    margin: 0 !important;
}

.career-tab.ui-state-active {
    border: 1px solid #ff800d;
    border-bottom: 1px solid #ff800d !important;
    background: #fff;

}

#career-tabs ul {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 0;
    width: 100%;
    margin: auto;
    list-style: none;
}

#career-tabs ul:before {
    display: none;
}

.career-values {
    list-style: none;
}

.operational .menu-img {
    background-image: url(../images/operational.png);
}

.TnP .menu-img {
    background-image: url(../images/texh-prog.png);
}

.all-Jobs .menu-img {
    background-image: url(../images/all-position.png);
}

.ftf .menu-img {
    background-image: url(../images/future-plan.png);
}

.current-menu-item .menu-img,.current-department-ancestor .menu-img {
    filter: none;
}

.current-menu-item .career:after, .current-department-ancestor .career:after {
    filter: none;
    transform: rotate(180deg);
}
.job-form-wrapper{
 text-align: left;
}
.menu-img {

    /* padding-top: 75px; */
    background-size: auto 80%;
    /* padding-left: 55px; */
    background-repeat: no-repeat;
    filter: grayscale(100%) contrast(0);

    height: 90px;
    width: 90px;
    background-position: center;
    margin: auto;
    margin-bottom: 20px;
}

.career-tab a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 45px 20px 25px !important;
    font-size: 13px;
    height: 100%;
    text-decoration: none;
    color: #707070;
}

.career-tab-content {
    padding: 0 !important;
}

.career-tab img {
    margin-bottom: 20px;
    filter: grayscale(100%) contrast(0);
}

.career.active img {
    filter: none;
}

.career-value {
    padding: 0 35px;
    position: relative;
}

.career:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 20px solid #f8841c;
    position: absolute;
    bottom: -53px;
    left: 50%;
    margin-left: -10px;
    filter: contrast(0) brightness(1.5);
}

.career.active:after {
    filter: none;
    transform: rotate(180deg);
}

.career-tab-content h2 {
    color: #ff800d;
    text-align: center;
    padding: 40px 0;
    font-family: "akz-cond";
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.job-icon {
    width: 45px;
    float: left;
    margin-right: 20px;
}

.job {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}

h3.job-name {
    font-size: 20px;
    color: #f8800f;
    margin-bottom: 10px;
    font-weight: 100;
    text-transform: uppercase;
}

.job-intro {
    float: left;
    width: 75%;
}

.job-btn {
    float: right;
    margin-top: 10px;
}

.job-btn a {
    padding: 5px 30px;
    font-size: 12px;
    color: #ff800d;
    border-radius: 5px;
    border: 1px solid #ff800d;
    text-decoration: none;
}

h4.job-area {
    font-size: 13px;
    color: #f8800f;
    font-weight: 100;
    text-transform: uppercase;
}

.job-description-wrapper {
    width: 75%;
    margin: 40px auto;
    padding: 100px 80px 0;
    box-sizing: border-box;
    background: url("../images/desc-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.job-full-description-wrap {
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}

.job-head {
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
    letter-spacing: 2px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}

.job-head h3 {
    margin-top: 15px;
    font-size: 25px;
}

.job-attribute {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 0;
    font-size: 12px;

}

.attribute {
    color: #707070;
    margin: 5px 0;
    text-transform: uppercase;
}

.value {
    color: #363636;
}

.job-attribute-wrapper {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #c5c5c5;
}

.job-content {
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #c5c5c5;
}

h3.job-heading, .job-content h3 {
    color: #ff800d;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.job-content p {
    color: #585858;
    font-size: 15px;
}

.job-content ul {
    padding-left: 20px;
    color: #585858;
    font-size: 15px;
    list-style: none;
}

.job-content ul li {
    position: relative;
}

.job-content li::before {
    content: "•";
    color: #f8800f;
    font-size: 25px;
    /* line-height: 15px; */
    position: absolute;
    top: -5px;
    left: -18px;
}

.job-ksa .attribute p {
    color: #ff800d;
    text-transform: capitalize;
}

.job-ksa .job-attribute {
    margin-bottom: 20px;
}

.job-ksa {
    border-bottom: 0;
}

.orange-btn {
    padding: 5px 35px;
    background: #ff800d;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;

}

.apply {
    text-align: center;
    margin-bottom: 20px;
}

.apply-form {
    width: 75%;
    margin: auto;
}

.form-top-head {
    background: #ff800d;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.success-msg{
    color: #016101;
    font-family: "roboto";
    font-size: 30px;
    padding: 5px;
    background: #e0e0e0;
}

.job-title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: "roboto";
    width: 100%;
    line-height: normal;
    margin-top: 0;
}

.job-department {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.job-department:after {
    content: "";
    width: 250px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -125px;
    top: 9px;
}

.job-location {
    font-style: italic;
    font-weight: 100;
    font-size: 12px;
}

.form-text {
    font-size: 12px;
    color: #585858;
    text-align: center;
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #c5c5c5;
}

.job-label {
    font-size: 12px;
    width: 150px;
    display: inline-block;
}

.job-row {
    margin: 10px 0;
}

.job-input {
    display: inline-block;
    width: 250px;
}

.job-input input {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
}

.required label:after {
    content: '*';
    display: inline-block;
    color: #f8800f;
    margin-left: 3px;

}

.job-fileds {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: orange;
    font-style: italic;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 2px;
}

.submit {
    text-align: center;
    margin-bottom: 40px;
}

.about-content {
    width: 50%;
    margin: auto;
}

.about-approach p {
    height: 110px;
    overflow: hidden;
    position: relative;
}

#our-approch-tab {
    border: 1px solid #ccc;
}

.approch-tab {
    border: 1px solid #ccc;
    /* border-bottom: 0 solid #ccc; */
}

.about-approach p:after {
    content: "";
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.about-content h1 {
    font-family: "akz-cond";
    color: #4a4a4a;
    margin: auto;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 52px;
    margin-top: 20px;
}

.about-content h2 {
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "akz-cond";
    font-weight: 100;
}

.about-content p {
    margin: 40px auto;
    text-align: center;
}

.irb-wrapper {
    width: 100%;
}

.irb-sub-projects {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 70%;
    margin: auto;
}

.irb-sub-project {
    text-align: center;
    padding: 20px 30px;
}

.irb-sub-text {
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
    color: #707070;
    letter-spacing: 2px;
}

.irb-sub-project a {
    color: #000;
    text-decoration: none;
}

.main-irb-content {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    width: 70%;
    margin: 30px auto;
    box-sizing: border-box;

}

.main-irb-icon {
    width: 100px;
    height: auto;
}

.main-irb-content p {
    padding: 0 30px;
    font-size: 15px;
}

.irb-values {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    position: relative;
    top: 150px;
    margin-top: -60px;

}

.irb-value {
    text-align: center;
    padding: 40px;
    border: 1px solid #ccc;
    background: #fff;
}

.irb-value h3 {
    color: #363636;
    margin: 20px 0;
    text-transform: uppercase;
}

.irb-value p {
    text-align: left;
    color: #2e2e2e;
    font-size: 14px;
}

.ird-sub-head {
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ird-sub-head h1 {
    font-size: 55px;
    text-transform: uppercase;

}

.human-content {
    width: 80%;
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    grid-gap: 50px;
    margin: auto;

}

.human-block {
    padding: 70px;
    border: 1px solid #ccc;

}

.irb-human-content {
    text-align: center;
    position: relative;
}

.irb-logo {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -5px;
}

.irb-logo1 {
    position: absolute;
    top: 28%;
    left: 50%;
    margin-left: -50px;
    margin-top: -5px;
}

.project-item {
    display: inline-block;
    padding: 10px;
    width: 32.8%;
    box-sizing: border-box;
}

.project-item img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}

.project-item.active img {
    filter: grayscale(0);
}

.loop-item {
    display: none;
}

.loop-item.active {
    display: block !important;
    margin-top: 10px;
}

.loop span {
    font-size: 50px;
    display: inline-block;
    width: 70px;
    text-align: center;
    color: #fff;
    position: relative;
}

.loop {
    position: relative;
}

.loop:before {
    content: "";
    width: 100%;
    height: 8px;
    top: 50%;
    position: absolute;
    margin-top: -4px;
    left: 0;
}

.human-block img {
    margin-bottom: 25px;
}

.human-block h3 {
    margin-bottom: 25px;
    color: #444343;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-human:last-child {
    position: relative;
        left: calc(50% + 25px);
}

.sub-irb-icon {
    width: 150px;
    height: auto;
}

div.training-table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

.divTable.training-table .divTableCell, .divTable.training-table .divTableHead {
    /*border: 1px solid #AAAAAA;*/
}

/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableRow .divTableCell:first-child {
    width: 30%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.divTableCell, .divTableHead {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;

}

.tt-icon {
    width: 50%;
    height: auto;
}

.table-wrapper {
    border: 1px solid #ccc;
    padding: 20px 10px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.divTableCell h4 {
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    color: #444343;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;

}

.tt-p {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

.divTableBody {
    display: table-row-group;

}

.faq-wrapper {
    width: 60%;
    margin: auto;
}

.faq-header {
    text-align: center;
}

.faq-header h3 {
    margin: 10px 0px 30px;
    padding-bottom: 10px;
    border-bottom: 8px solid #e6782d;
    display: inline-block;
}

.faq-icon {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("../images/minus.jpg");
    background-position: 0;
    background-size: 100%;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/plus.jpg");
    background-position: 0;
    background-size: 100%;
}

.ui-accordion-content {
    padding-bottom: 40px;
    padding-top: 0;
    position: relative;
    top: -10px;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 20px;
    padding-right: 25px;
}

.ui-accordion-header:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/q-icon.jpg");
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 5px;
}

.irb-logo-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -74px;
}

.irb-form-slog {
    font-size: 25px;
    margin: 0px 0 20px;
    color: #444343;

}

.program-wrapper, .project-wrapper {
    width: 600px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.program-icon img {
    width: 130px;
    height: auto;
    margin: 30px 0;
}

.program-content h2 {
    color: #444343;
    margin-bottom: 30px;
}

.program-content p {
    margin-bottom: 15px;
}

.project-list {
    margin-top: 70px;
}

.color-theme-heading:after {
    content: "";
    width: 230px;
    height: 2px;
    position: absolute;
    top: 20px;
    display: inline-block;
    right: 0;
    background: #707070;

}

.color-theme-heading {
    position: relative;
}

.color-theme-heading:before {
    content: "";
    width: 230px;
    height: 2px;
    position: absolute;
    top: 20px;
    display: inline-block;
    left: 0;
    background: #707070;

}

.project {
    width: 32.8%;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
}

.reference-wrapper {
    background: #000;
    display: inline-block;
    width: 100%;
    padding: 15px 10%;
    box-sizing: border-box;
}

.reference-wrapper .ui-accordion-header:before {
    display: none;
}

.reference-wrapper .ui-accordion .ui-accordion-header {
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase
}

.reference-wrapper .ui-icon, .ui-widget-content .ui-icon {
    position: relative;
    background-image: url(../images/ref-plus.png);
    background-size: 11px;
}

.reference-wrapper .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../images/ref-minus.png);
    background-size: 11px;
}

.reference-wrapper .ui-accordion-content {
    top: 0;
    padding: 20px 0;
    border-radius: 0;
    color: #fff;
    background: #000;
    box-sizing: border-box;
}
.reference-wrapper p{
    word-wrap: break-word;
}
.project img {
    width: 100%;
}

.single-project-content p {
    margin: 20px 0;
}

.single-project-content {
    margin-bottom: 20px;
}
#partner-tab ul{
    text-align: center;
    display: block;
    width: 220px;
    margin: auto;
}

/*blogs and news*/
.single-news-blog-wrapper {
    width: 90%;
    margin: auto;
}

.news-head {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.news-head h2 {
    color: #444343;
    font-size: 45px;

}

.news-head h4 {
    color: #444343;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-title {
    font-family: "roboto";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
}

.single-news-content {
    width: 70%;
    /* float: left; */
    display: inline-block;
    border: 1px solid #ccc;
}

h5.date {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #87b623;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-content {
    padding: 0 40px;
    box-sizing: border-box;
}

.blog-content img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-content p {
    color: #2e2e2e;
    font-size: 15px;
    margin-bottom: 25px;
}

.sidebar {
    float: right;
    width: 27%;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.post-thumbnail {
    width: 70px;
    display: inline-block;
}

.recent-post-desc {
    width: calc(100% - 80px);
    display: inline-block;
    float: right;
    text-align: left;
}

h3.recent-post-heding {
    color: #87b623;
    text-align: center;
    border-bottom: 5px solid #87b623;
    display: inline-block;
    margin: auto;
    padding-bottom: 7px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.archive-post-title {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    color: #464646;
    text-decoration: none;
}

.recent-post {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

.recent-post:last-child {
    border-bottom: 0px dashed #ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.recent-post-desc p {
    font-size: 12px;
    color: #959595;
    margin-top: 5px;
}

.irb-forms li a {
    text-decoration: none;
    color: #000;
}

.archive-post-head {
    text-align: center;
}

.archive-post-head h3 {
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive-post-head {
    margin: 50px 0;
}

.archive-post {
    text-align: center;
    border: 1px solid #bbb;
    margin-bottom: 20px;
}

.post-link {
    text-align: center;
    margin-top: 10px;
}

.post-link a {
    padding: 5px 25px;
    border: 1px solid #bbb;
    display: inline-block;
    border-radius: 4px;
    color: #585858;
    text-decoration: none;
    font-size: 12px;
}

.archive-posts {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
    width: 80%;
    margin: auto;
}

.post-description-wrapper {
    padding: 20px 35px;
}

p.post-description {
    font-size: 14px;
    color: #444444;
    height: 80px;
    overflow: hidden;
    position: relative;
}

p.post-description:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.project-slide {
    /*display: none;*/
}

.project-slide img {
    position: relative;
    width: 100%;
}

.carousel-box.project-slide.is-active {
    border-radius: 0;
    display: block;
    height: auto;
}

.carousel-box.project-slide.left, .carousel-box.project-slide.right {
    border-radius: 0;
    display: block;
}

.project-carousel .carousel {
    overflow: hidden;
}

.project-slide .project-crousel-text {
    margin-top: 30px;
}

.project-carousel .nav-left {
    left: 25%;
    top: 40%;
    background-image: url(../images/p-left.png);
}

.project-carousel .nav-right {
    right: 25%;
    top: 40%;
    background-image: url(../images/p-right.png);
}

.carousel-box.project-slide.left .project-crousel-text, .carousel-box.project-slide.right .project-crousel-text {
    opacity: 0;
}

.carousel-box.project-slide.is-active .project-crousel-text {
    opacity: 1;
}

.extra-content-project {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    width: 60%;
    margin: auto;
}

.extra-box {
    padding: 80px 60px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.extra-box h3 {
    color: #002e61;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.extra-box p {
    color: #585858;
    margin-bottom: 20px;
    font-size: 13px;
}

.extra-btn {
    background: #002e61;
    color: #fff;
    display: inline-block;
    border-radius: 5px;

}
.video-title{
    color: #8c8c8c;
    text-decoration: none;
}
.youtube{
    text-decoration: none;
}

.extra-btn a {
    padding: 8px 50px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 12px;

}

.partner-tab.ui-tabs-tab a {
    color: #9eb83b;
}

.partner-tab.ui-tabs-active a {
    background: #9eb83b;
    color: #fff;
    border: 1px solid #9eb83b;
    border-radius: 5px;
    border-bottom-width: 1px
}

.partner-tab.ui-tabs-tab {
    border: 1px solid #9eb83b;
    border-radius: 5px;
}

.logos {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 80%;
    margin: auto;
}

.logos div {
    padding: 20px;
    box-sizing: border-box;
}

.partner-head {
    text-align: center;
}

.partner-content {
    width: 800px;
    margin: auto;
}

.partner-content h2 {
    color: #9064bf;
    width: 500px;
    margin: auto;
}

.partner-content h3 {
    color: #b5b5b5;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "akz-cond";
}

#colorbox {
    top: 30px !important;
}

a.youtube.cboxElement {
    text-decoration: none;
    color: #444343;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.our-story-wrapper {
    background: url("../images/story-bg.jpg");
    background-size: cover;
}

.our-stories {
    width: 500px;
    margin: auto;
    position: relative;
}

.c-bg {
    width: 180px;
    height: 280px;
    position: absolute;
    top: 80px;
    z-index: 1;
}

.single-story {
    position: relative;
    display: inline-block;
    width: 100%;
}

.a-map {

    position: absolute;
    top: 0;
    left: 60px;
}

.y-map {
    position: relative;
    z-index: 9;

}

.a-image {
    position: relative;
    left: 200px;
}

.single-story:nth-child(odd) .year {
    position: relative;
    right: 90px;
}

.single-story:nth-child(even) .year {
    left: 112%;
    position: relative;
}

.a-content {
    margin-top: 60px;
}

.story-map {
    position: relative;
    z-index: 9;
    float: right;
}

img.flag-img {
    position: absolute;
    right: -220px;
    z-index: 10;
}

.separate {
    margin-top: 60px;
    margin-bottom: 60px;
}

.cc-icon {
    position: absolute;
    z-index: 12;
}

.bb-icon {
    position: absolute;
}

.image-2016 {
    position: absolute;
    top: 630px;
    left: -258px;
}

.team-btn a {
    color: #fff;
    text-decoration: none;
}

.carousel-box.left h2, .carousel-box.right h2 {
    font-size: 40px;
    margin-top: -10px;
}

.page-template-testimonila .career-box-wrapper,
.page-template-page-job .career-box-wrapper,
.tax-department .career-box-wrapper,
.page-template-our-team .career-box-wrapper {
    display: block;
}



.single-project-content h1{
        margin-bottom: 20px; 
}

.single-project-content h3{
    margin-top: 20px
}

.single-project-content h2{
    margin-top: 20px
}
.reference-wrapper p{
    margin-bottom: 10px
}

.career-tab.active img{
    filter: grayscale(0%) contrast(100%);
}
.career-tab.active p{
    color: #ff800d;
}
.career-tab.active{
    border-color: #ff800d ;
}
.about-content h1{
    width: 100%;
}
.index{
    position: relative;
    z-index: 999;
    background: #fff;
}
.mobile{
    display: none !important;
}

/*popup style */

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.popupContainer {
    position: absolute;
    width: 70%;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF;
}

.modal_close {
    width: 20px;
    height: 20px;
    background: red;
    z-index: 9999;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

.one_half.last {
    width: 45%;
    margin-left: 5%;
}

.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #E4E4E2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

.popupBody {
    padding: 20px;
    display: inline-block
}
/* My code here by im */
.carousel-box img {
    left: 50%;
    transform: translate(-50%,0);
}
.carousel-box.left {
    padding: 5px 5px 0 5px;
}
.current-menu-item > a {
    color: #e5782d !important;
}



.tabs1 #career-position{
    list-style: none;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;

}

.tbc-link {
    color: inherit;
    text-decoration: none;
}

/* End popup style */


@media screen and (min-width: 1367px) and (max-width: 2800px) {
    /*.girl{
       margin-left: 20%;
    }
    .home-programs{
        padding: 50px 0 210px 0;
    }
    .hand {
        position: relative;
        margin-bottom: -100px;
    }*/
    body{
        zoom: 1.4 !important;
    }
}





@media screen and (max-width: 1250px) and (min-width: 1150px){
    .carousel{
        width: 1100px;
    }
    .footer-links li{
        width: 160px;
    }
    .footer-logo {
        width: 105px;
    }
    .alpha-footer{
        padding-left: 2%;
    }
    .girl {
        display: inline-block;
        width: 420px;
    }
}
@media screen and (max-width: 1149px) and (min-width: 900px){

    #cssmenu > ul > li.has-sub > a {
        padding-right: 15px;
    }
    .beta-head{
        margin-right: 2%;
    }
    .logo{
        padding: 20px 30px 14px 20px;
    }
    .girl {
        display: block;
        margin: auto;
    }
    .map-doted {
        display: block;
        top: 0;
        margin: auto;
    }
    .carousel{
        width: 700px;
    }
    .alpha-footer{
        padding-left: 2%
    }
    .footer-links {
        width: 100%;
        display: inline-block;
    }
    .footer-links li{
        width: 150px;
    }
    .footer-logo{
        padding: 15px 15px;
    }
    .footer-email{
        left: 10px;
    }
    .social img {
        height: 17px;
        margin-right: 7px;
    }
    .logo img{
        width: 135px;
    }
    .beta-footer{
        padding: 40px 0px;
    }
    .footer-contacts{
        top:120px;

    }
    .about-approaches{
        width: 95%;
    }
    .irb-sub-projects{
        width: 95%;
    }
    .irb-values {
        width: 95%;
    }
    .main-irb-content{
        width: 95%;
    }
    .keys-wrapper{
        width: 100%;
        display: inline-block;

    }
    .key-group{
        display: block;
    }
}

@media screen and (max-width: 899px) and (min-width: 769px){

    #cssmenu > ul > li.has-sub > a {
        padding-right: 0px;
    }
    .beta-head{
        margin-right: 2%;
    }
    .logo{
        padding: 20px 30px 14px 20px;
    }
    .girl {
        display: block;
        margin: auto;
    }
    .map-doted {
        display: block;
        top: 0;
        margin: auto;
    }
    .carousel{
        width: 700px;
    }
    .alpha-footer{
        padding-left: 2%
    }
    .footer-links {
        width: 100%;
        display: inline-block;
    }
    .footer-links li{
        width: 136px;
    }
    .footer-links a{
        font-size: 11px;
    }
    .beta-footer{
        width: 45%;
    }
    .footer-logo{
        padding: 15px 15px;
        width: 30%;
        border-right: 0;
    }
    .footer-email {
        left: 0;
        top: 0;
    }
    .social img {
        height: 20px;
        margin-right: 7px;
    }
    .logo img{
        width: 100px;
    }
    .beta-footer{
        padding: 40px 0px;
    }
    .footer-contacts {
        position: relative;
        top: 70px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .about-content{
        width: 70%;
    }
    .about-approaches{
        width: 95%;
    }
    .about-approach img{
        height: 80px;
    }
    .partner-content{
        width: 95%;
    }
    .logos{
        width: 100%;
    }
    .irb-sub-projects{
        width: 95%;
    }
    .irb-values {
        width: 95%;
    }
    .main-irb-content{
        width: 95%;
    }
    .irb-sub-project{
        padding: 20px 10px;
    }
    .human-content{
        width: 95%;
    }
    .human-block {
        padding: 20px;
    }
    .faq-wrapper{
        width: 80%;
    }
    .keys-wrapper{
        width: 100%;
        display: inline-block;

    }
    .key-group{
        display: block;
    }
    .single-news-content{
        width: 100%;
    }
    .sidebar{
        width: 100%;
        margin: 40px 0;
    }
    .our-approch-wrapper {
        width: 700px;
    }
    .our-approch-wrapper #our-approch-tab{
        padding: 5px;
    }
    .our-approch-wrapper #our-approch-tab .ui-tabs-nav{
        display: flex;
    }
    .approch-tab a{
        padding: 20px 5px !important;
    }
    .approch-tab p {
        font-size: 9px;
    }
    .career-box-wrapper{
        zoom: 0.7;
        top:70%;
    }
    .testimonial-values{
        width: 95%;
    }
    .leader-team-content{
        width: 95%;
    }
    .leader-img-popup img{
        display: none;
    }
    .leader-intro-full {
        width: 100%;
    }
    .popupBody {

        max-height: 300px;
        overflow: auto;
    }
    .ird-sub-head{
        width: 100%;
    }
    .table-wrapper{
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .location-wrapper {
        display: block;
    }
    .write-us-wrapper {
        border-radius: 0;
    }
    .write-us-wrapper label {
        width: 100%;
        position: static;
    }
    .write-us-wrapper .input{
        width: 100%;
    }
    .logo {
        float: left;
        background: #fff;
        padding: 20px 30px 14px 10px;
        border-radius: 0px 70px 70px 0px;
        margin-top: 0;
    }
    .partner-content{
        width: 95%;
    }
    .partner-content h2{
        width: 100%;
    }
    .logo img{
        width: 100px;
    }
    .beta-head{
        margin-right: 0;
    }
    .girl{
        margin: auto;
        display: block;
    }
    .map-doted{
        margin: auto;
        display: block;
        width: 500px;
        top:0;
    }
    .carousel{
        width: 400px;
    }
    .carousel-wrapper {
        height: 400px;
    }
    .carousel-box.left{
        left:0;
        padding: 0;
    }
    .carousel-box.left, .carousel-box.right{
        width: 400px;
        height: 400px;
        margin: auto;
        left: 0;
        top:0;
    }
    .carousel-box.is-active{
        width: 400px;
        height: 400px;
        margin: auto;
        left: 0;
        top: 0;

    }
    .nav-right{
        right: -60px;
    }
    .nav-left{
        left:-60px;
    }
    .carousel-box{
        height: 400px;
        width: 400px;
        list-style: none;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
    }
    .carousel-box h3{
        font-size: 30px;
    }
    .carousel-box h2{
        font-size: 40px;
        margin-top: -7px;
    }
    .carousel-box h4{
        width: 90%;
        margin: auto;
    }
    .carousel-box .intro{
        display: none;
    }
    .team-intro{
        font-size: 35px;
    }
    .alpha-footer{
        padding-left: 0;
    }
    .footer-links{
        width: 90%;
    }
    .footer-links li{
        display: inline-block;
        float: none;
        width: 140px;
    }
    .beta-footer{
        width: 45%;
    }
    .footer-links > ul >li:nth-child(2){
        float: right;
    }
    .footer-logo{
        width: 50%;
        display: block;
        margin: auto;
        border-right: 0px solid red;
    }
    .footer-email {
        display: inline-block;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .about-content {
        width: 90%
    }
    .about-approaches{
        width: 95%;
    }
    .about-approach{
        padding: 30px 5px;
    }
    .about-approach img{
        width: 70px;
    }
    .about-approach p{
        font-size: 13px;
    }
    .open img, .open h3, .open .expend{
        display: none;
    }
    .open p{
        position: relative !important;
    }
    .program-wrapper, .project-wrapper{
        width: 80%;
    }
    .project {
        width: 32%;
    }
    .logos{
        width: 100%;
    }
    .irb-sub-projects{
        width: 95%;
    }
    .irb-values {
        width: 95%;
    }
    .main-irb-content{
        width: 95%;
    }
    .irb-sub-project{
        padding: 20px 10px;
    }
    .irb-values{
        grid-template-columns: 100%;
    }
    .ird-sub-head{
        width: 100%;
    }
    .table-wrapper{
        width: 95%;
    }

    .irb-value{
        margin-bottom: 20px;
    }
    .human-content{
        width: 95%;
    }
    .human-block {
        padding: 20px;
        margin-bottom: 20px;
    }
    .ird-sub-head{
        width: 95%;
    }
    .page-heading, h1{
        width: 95%;
    }
    .human-content{
        grid-template-columns: 100%;
        grid-gap: 0px;
    }
    .main-human:last-child{
        left:0;
    }
    .faq-wrapper{
        width: 80%;
    }
    .keys-wrapper{
        width: 100%;
        display: inline-block;

    }
    .key-group{
        display: block;
    }
    .archive-posts{
        grid-template-columns: 50% 50%;
    }
    .single-news-content{
        width: 100%;
    }
    .sidebar{
        width: 100%;
        margin: 40px 0;
    }
    .our-approch-wrapper {
        width: 95%;
    }
    .our-approch-wrapper #our-approch-tab{
        padding: 5px;
    }
    .our-approch-wrapper #our-approch-tab .ui-tabs-nav{
        display: flex;
    }
    .approch-tab a{
        padding: 20px 5px !important;
    }
    .approch-tab p {
        font-size: 9px;
        display: none;
    }
    .career-box-wrapper{
        zoom: 0.7;
        top:70%;
    }
    .testimonial-values{
        width: 95%;
        grid-template-columns: 33% 33% 33%;
    }
    .testimonial-value{
        margin-bottom: 30px;
    }
    .testimonial-heading{
        width: 100%;
        font-size: 55px;
        line-height: 50px;
    }
    .testimonial .testimonial-img {
        width: 100% !important;
    }
    .testimonial-wrapper {
        width: 95%
    }
    .leader-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .leader-team-content{
        width: 100%;
    }
    .leader-intro{
        width: 100%;
    }
    .leader-img-popup img{
        display: none;
    }
    .leader-intro-full {
        width: 100%;
    }
    .popupBody {

        max-height: 300px;
        overflow: auto;
    }
}

@media screen and (max-width: 599px) {
    .header{
        position: relative;
    }
    .mobile{
        display: block !important;
    }
    .logos {
        grid-template-columns: 50% 50%;
    }
    .logo{
        margin-top: 0;
        width: 100%;
        border-radius: 0;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 0;
    }
    .carousel {
        width: 250px;
    }
    .carousel-box{
        width: 250px;
        height: 250px;
    }
    .carousel-box.is-active{
        width: 250px;
        height: 250px;
    }
    .carousel-box.left, .carousel-box.right{
        width: 250px;
        height: 250px;
    }
    .carousel-box h3{
        font-size: 20px;
        margin-top: 40px;
    }
    .carousel-box h2{
        font-size: 22px;
    }
    .carousel-box h4{
        font-size: 12px;
    }
    .carousel-box img{
        width: 70%;
    }
    .carousel-wrapper{
        height: 250px;
    }
    .nav-left, .nav-right{
        width: 30px;
        height: 30px;
        margin-top: -15px
    }
    .nav-right {
        right: -15px;
    }
    .nav-left {
        left: -15px;
    }
    .map-para{
        width: 100%;
    }
    .map-para h2{
        font-size: 50px;
    }
    .map-para-1{
        font-size: 30px;
    }
    .girl{
        width: 100%;
    }
    .map-doted{
        width: 90%;
    }
    .hand{
        top:-50px;
    }
    .home-approach h2{
        font-size: 60px;
    }
    .approchies {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .approch{
        padding: 25px 0;
    }
    .approch img{
        height: 50px;
    }
    .arrow img {
        height: 10px;
        padding: 5px;
    }

    .alpha-footer{
        width: 100%;
        box-sizing: border-box;
    }
    .beta-footer {
        width: 100%;
        padding:20px
    }
    .footer-contacts{
        display: block;
        top:0;
    }
    a.tbc-link {
        display: block;
    }
    .footer-copy {
        font-size: 12px;
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
    }
    .upper-menu{
        display: none;
    }
    .beta-head{
        width: 100%;
    }
    .about-approaches {
        grid-template-columns: 100%;
        margin-bottom: 30px;
    }
    .about-approach{
        margin-bottom: 30px;
    }
    .about-content h1{
        font-size: 45px;
    }
    .project {
        width: 48%
    }
    .irb-sub-projects {
        width: 95%;
        grid-template-columns: 50% 50%;
    }
    .irb-sub-project img{
        width: 70%;

    }
    .divTableCell, .divTableHead{
        display: block;
    }
    .divTableRow .divTableCell:first-child{
        width: 100%;
        border-right:0 solid red
    }
    .tt-icon{
        width: 120px;
    }
    .page-heading, h1{
        width: 100%;
    }
    .global-heading{
        font-size: 70px;
    }
    .country-pin-wrapper .indicators {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .country-item {
        width: 90%;
    }
    .country-head h3{
        line-height: 30px;
        margin-top: 5px;
        font-size: 35px;
    }
    .single-content {
        text-align: center;
        width: 95%;
    }
    .country-project{
        width: 48%;
    }
    .project-item{
        width: 45%;
    }
    .archive-posts{
        grid-template-columns: 100%;
    }
    .single-news-content{
        width: 100%;
    }
    .sidebar{
        width: 100%;
        margin: 40px 0;
    }
    .approch-tab img {
        height: 20px;

    }
    .approch-tab-content .content{
        width: 100%;
    }
    .approch-tab-content img{
        width: 100%;
    }
    .approch-tab-content h2{
        font-size: 40px;
    }
    .approch-tab-content h3 {
        font-size: 30px;
        line-height: 25px;
        margin-top: 8px;
    }
    .country-head h2 {
        font-size: 50px;
    }
    .career-box-wrapper{
        position: relative;
        top: 0;
        margin: 0;
        width: 100%;
        padding: 20px;
        zoom: 1;
    }
    .career-box-wrapper h2 {
        font-size: 95px;
    }
    .testimonial-values{
        width: 95%;
        grid-template-columns: 50% 50%;
    }
    .leader-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .leader-team-content{
        width: 100%;
    }
    .leader-intro{
        width: 100%;
    }
    .leader-img-popup img{
        display: none;
    }
    .leader-intro-full {
        width: 100%;
    }
    .popupBody {

        max-height: 300px;
        overflow: auto;
    }
    .job-description-wrapper{
        width: 100%;
        padding: 100px 10px;
    }
    .job-attribute {
        display: grid;
        grid-template-columns: 100%;
    }
    .job-full-description-wrap{
        padding: 20px;
    }
    .career-value {
        padding: 0;
    }
    .career-values{
        width: 100%;
    }
    .career-filter {
        width: 95%;
    }
    .career:after{
        display: none;
    }
    #career-tabs ul {
        display: grid;
        grid-template-columns:50% 50%;
    }
    .career-tab a {
        padding: 10px 0px 10px !important;
    }
    .testimonial-head p{
        font-size: 11px;
    }

}

@media(max-width: 768px) {
    .key-group {
        display: block;
        text-align: center;
    }

