/* ----------------------------------------- */
/* ------------- My Custom Css ------------- */
/* ----------------------------------------- */

html, body{
    font-family: 'Open Sans', sans-serif!important;
	scroll-behavior: smooth; 
}

a:hover{
    text-decoration: :none;
}

.p-20{
    padding:20px;
}

.mb-40{
	margin-bottom:40px;
}

.btn.focus, .btn:focus{
    box-shadow:none;
}

hr{
    border-top: 1px solid #323e46;
}

/* This class is added on scroll */
.fixed {
	position: fixed;
	top: -1px;
    width:100%;
    height:80px;
	z-index: 11;
}

.navbar{
	background-color:#ffffff;
}

.navbar-collapse{
    background-color: #ffffff;
}

.p-sm-0{
    padding:0;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu{
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.dropdown-item{
	font-size:13px;
}

.dropdown-item.hover, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #add57f;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #add57f;
    text-decoration: none;
}

/* -------------   Navbar Css  ------------- */
.top-bar-right .request-btn{
    position: relative;
    top: -3px;
    border-left: 1px solid #323e46;
}
.top-bar-right .lang-toggle{
    position: relative;
    top: -10px;
    border-left: 1px solid #323e46;
}
.top-bar-right .lang-toggle .dropdown-toggle{
    padding: .4rem 2rem 0rem 2rem;
}
.top-bar-right .menu-title{
    color:#323e46;
    text-transform: uppercase;
}
.top-bar-right .menu-title:hover{
	color: #add57f;
    text-decoration: none;
}
.menu-title{
    font-size: .7rem;
    padding: .5rem 2rem;
    letter-spacing: .1rem;
}
.logo-container{
    border-right: 1px solid #c2002f;
    margin: 0;
    height: 79px;
    width: 14.0625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-container {
    border-color: #323e46;
}
.top-bar-right{
    height: 1.875rem;
    background-color: #f8f8f8!important;
    border-bottom: 1px solid #7f7b7f;
}
.navbar .dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: -.9em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.pos-rel {
    position: relative;
}
.bg-scroll {
    width: 100%;
    /*background-attachment: fixed !important;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    padding: 17rem 0;
    background-position: center center !important;
    -webkit-filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    z-index: -100;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
}
.bg-navy-blue:hover .bg-scroll{
    -webkit-filter: none;
    filter: none;
}
.bg-scroll h1{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .18rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    color:#ffffff;
}
.bg-scroll .description{
    font-size: 2.375rem;
    line-height: 2.8125rem;
    color:#ffffff;
    font-family: Cormorant Garamond, serif;
}
.navbar{
    display:block;
}
.mobile{
    display:none;
}
@media only screen and (min-width: 320px) and (max-width: 900px) {
    .bg-scroll .description {
        font-weight: 500;
        letter-spacing: .01rem;
        font-size: 1.5rem;
        line-height: 1.875rem;
        font-family: Cormorant Garamond, serif;
    }
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
    .navbar{
        display:none;
    }
    .mobile{
        display:block;
    }
}ass
@media only screen and (min-width: 800px) {
    .navbar{
        display:block;
    }
    .mobile{
        display:none;
    }
}
.right-menu{
    padding:.1rem 1rem .4rem 1rem;
}
.right-menu a{
    color:#323e46;
}
.drop-menu-option{
    right:0px!important;
    left:auto;
}

/* -------------  Our Approach Css  ------------- */

.approach{
    padding:100px 0;
}
.approach .approach-content{
    padding: 10px 155px 14px 10px;
}
.approach .approach-content:before{
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: .9375rem;
    height: .75rem;
    top: 0;
    left: 30px;
}
.approach .approach-content .title{
    margin-top: 1.5625rem;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
}
.approach .approach-content p{
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}
.approach .approach-content .btn-link{
    text-transform: uppercase;
    margin-top: .9375rem;
    color: #323e46;
    letter-spacing: .1rem;
    font-size: .875rem;
}
.approach .approach-content .btn-link:hover{
	color: #add57f;
	text-decoration:none;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .approach{
        padding:50px 0;
    }
    .approach .approach-content{
        padding-top: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .approach .approach-content .title{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
    @media only screen and (max-width: 800px){}
    .approach .approach-content:before {
            top: 50px;
        }
    }
}
/* -------------  Our Competencies Css  ------------- */

.block-2{
    padding:100px 0;
}
.competencies{
    padding:100px 0 20px 0;
}
.competencies .competencies-content{
    padding: 10px 155px 14px 10px;
}
/*.competencies .competencies-content:before{
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: .9375rem;
    height: .75rem;
    top: 0;
    left: 30px;
}*/

.competencies .competencies-content .title{
    margin-top: 1.5625rem;
    font-size: 2.4rem!;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.competencies .competencies-content p{
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}
.competencies .competencies-content .btn-link{
    text-transform: uppercase;
    margin-top: .9375rem;
    color: #323e46;
    letter-spacing: .1rem;
    font-size: .875rem;
}
.competencies .competencies-content .btn-link:hover{
	color: #add57f;
	text-decoration:none;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .competencies {
        padding:50px 0;
    }
    .competencies .competencies-content{
        padding-top: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .competencies .competencies-content:before {
        top: 50px;
    }
    .competencies .competencies-content .title{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
}
/* -------------  Our Team Css  ------------- */

.team{
    padding:50px 0;
}
.team .team-content{
    padding: 10px 155px 14px 10px;
}
/*.team .team-content:before{
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: .9375rem;
    height: .75rem;
    top: 0;
    left: 30px;
}*/
.team .team-content .title{
    margin-top: 1.5625rem;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.team .team-content p{
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}
.team .team-content .btn-link{
    text-transform: uppercase;
    margin-top: .9375rem;
    color: #323e46;
    letter-spacing: .1rem;
    font-size: .875rem;
}
.team .team-content .btn-link:hover{
	color: #add57f;
	text-decoration:none;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .team{
        padding:50px 0;
    }
    .team .team-content{
        padding-top: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .team .team-content .title{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
    @media only screen and (max-width: 800px){}
    .team .team-content:before {
            top: 50px;
        }
    }
}
/* -------------  Our Projects Css  ------------- */

.block-4{
    padding:100px 0;
}
.projects{
    padding:40px 0 50px 0;
}
.projects .projects-content{
    padding: 10px 155px 14px 10px;
}
/*.projects .projects-content:before{
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: .9375rem;
    height: .75rem;
    top: 0;
    left: 30px;
}*/

.projects .projects-content .title{
    margin-top: 1.5625rem;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.projects .projects-content p{
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}
.projects .projects-content .btn-link{
    text-transform: uppercase;
    margin-top: .9375rem;
    color: #323e46;
    letter-spacing: .1rem;
    font-size: .875rem;
}
.projects .projects-content .btn-link:hover{
	color: #add57f;
	text-decoration:none;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .projects {
        padding:50px 0;
    }
   .projects .projects-content{
        padding-top: 65px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .projects .projects-content:before {
        top: 50px;
    }
    .projects .projects-content .title{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
}
/* -------------  Our Project-details Css  ------------- */

.project-details {
    padding:100px 0;
}
.project-details h2 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    margin-top:1.5625rem;
    color: #00786a;
}
.project-details p {
    color: #444444;
    font-family: Cormorant Garamond, serif;
}
.project-details .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
	width: 10%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
}
.project-details .img-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 50px;
    padding: 10px;
    border: 1px solid #33c19b;
}
.project-details .img-wrapper img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.project-details .img-wrapper::before, .project-details .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.project-details .img-wrapper::before {
    width: calc(100% + 50px + 2px - 120px);
    height: calc(100% + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.project-details .img-wrapper::after {
    height: calc(100% + 50px + 2px - 120px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .courses{
        padding:20px 0;
    }
    .courses h2{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
        padding-bottom:50px;
    }
    .project-details h2 {
        font-size:1.5rem;
    }
    
}
/* -------------  Learn More Css  ------------- */

.learn-more{
    padding:100px 0;
}
.learn-more .learn-content{
    background-color: #dfd1a7;
    padding:20px 100px;
}
.learn-more .learn-content .title{
    font-size: 1.6rem;
    line-height: 2.375rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .15rem;
    color:#ffffff;
}
.learn-more .learn-content p{
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    letter-spacing: .02rem;
    color:#ffffff;
}
.learn-more .learn-content .btn{
    border-color: #fff;
    color: #fff;
    margin-top:1.25rem;
    font-size: 1rem;
    letter-spacing: .12rem;
    background-color:transparent;
    padding: 10px 100px;
}
.learn-more .img-wrapper{
    background-image: url(../images/learn/learn.jpg);
    height: auto;
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% center;
}

.promotion-un-stacked__bkg-image-container {
    height: 17.9375rem;
    background-size: cover;
    background-position: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .learn-more{
        padding:50px 0;
    }
    .learn-more .learn-content{
        background-color: #dfd1a7;
        padding:20px;
    }
    .learn-more .learn-content .title{
        letter-spacing: .15rem;
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
    .learn-more .learn-content p{
        letter-spacing: .02rem;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .learn-more .learn-content .btn{
        padding: 10px 71px;
    }
    .learn-more .img-wrapper{
        height: 17.9375rem;
        background-size: cover;
        background-position: 50%;
        position:relative;
        left:0;
    }
}
/* -------------  Newsfeed Css  ------------- */
.newsfeed {
    padding: 100px 0;
}
.newsfeed h2{
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    font-size: 1.5rem;
    line-height: 1.08;
    padding-bottom: 200px;
}
.newsfeed .carousel-inner .carousel-item h3{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.4;
    font-size:1.7rem;
}
.newsfeed .carousel-inner .carousel-item p{
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}
.newsfeed .carousel .carousel-inner .carousel-item .content{
    padding:12px 100px;
}
.newsfeed .carousel:after, .carousel:before {
    background-color: #323e46;
}
.newsfeed .carousel:before {
    top: -5rem;
}
.newsfeed .carousel:after {
    right: 0;
    bottom: -3.75rem;
}
.newsfeed .carousel:after, .newsfeed .carousel:before {
    content: " ";
    position: absolute;
    width: 25%;
    max-width: 12.5rem;
    height: 1.25rem;
}
.newsfeed .carousel .carousel-inner .carousel-item .carousel-btn-link{
    text-transform: uppercase;
    margin-top: .9375rem;
    color: #323e46;
    letter-spacing: .1rem;
    font-size: .875rem;
}
.newsfeed .carousel-control-prev img:hover, .carousel-control-next img:hover{
    filter: grayscale(100%) brightness(73%) hue-rotate(360deg) saturate(1000%) contrast(285%);
}
.newsfeed .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: -999px;
    background-color: #000000;
    border-radius: 50%;
    top: 50px;
    opacity: .25;
}
.newsfeed .carousel-indicators .active {
    background-color: #7f7b7f;
    opacity: .75;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .newsfeed {
        padding: 50px 0;
    }
    .newsfeed h2{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
        padding-bottom: 120px;
    }
    .newsfeed .carousel .carousel-inner .carousel-item .content{
        padding:15px;
    }
    .newsfeed .carousel-inner .carousel-item img{
        max-width: 100%;
        max-height: 100%;
    }
    .newsfeed .carousel-inner .carousel-item h3{
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
    .carousel-control-prev, .carousel-control-next {
        top: 135px;
        display: block;
    }
}
/* -------------  Recent Css  ------------- */

.recent-press{
    padding:100px 0;
}
.recent-press h2{
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    font-size: 1.5rem;
    line-height: 1.08;
    padding-bottom: 70px;
}
.recent-press .recent-content .recent-detail-wrapper{
    padding-bottom: 3.125rem;
    border-top: 1px solid #000;
    padding-top: 3.125rem;
    position:relative;
}
.recent-press .recent-content .last{
    border-bottom: 1px solid #000;
}
.recent-press .recent-content .recent-detail{
    left: 8.333%;
    position: relative;
    width: 85%;
}
.recent-press .recent-content .recent-detail .title a{
    color: #000000;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.375rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: .625rem;
}
.recent-press .recent-content .recent-detail .sub-title{
    font-size: 1.375rem;
    line-height: 1.8125rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .13rem;
    margin-top: .625rem;
}
.recent-press .recent-content .recent-detail  p{
    font-size: 1.1875rem;
    line-height: 147%;
    margin-bottom:1rem;
    font-family:Cormorant Garamond, serif;
    margin-top: .625rem;
}
.recent-press .recent-content .recent-detail:before{
    background-color: #323e46;
    top: .8rem;
    left: -1.875rem;
    content: " ";
    position: absolute;
    width: .9375rem;
    height: .8125rem;
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .recent-press h2{
        text-align: center;
        letter-spacing: .125rem;
        font-size: 1.5rem;
        line-height: 1.08;
    }
    .recent-press .recent-content .recent-detail{
        left:0px;
        width:100%;
    }
    .recent-press .recent-content .recent-detail:before{
        left:0px;
        top: -45px;
    }
    .recent-press .recent-content .recent-detail .title{
        margin-top: 2.25rem;
    }
    .recent-press .recent-content .recent-detail .title a{
        letter-spacing: .15rem;
        font-size: 1.125rem;
        line-height: 1.5625rem;
        margin-top: 2rem;
        margin-bottom: 0;
        color: #000;
    }
    .recent-press .recent-content .recent-detail .sub-title{
        letter-spacing: .13rem;
        font-size: 1rem;
        line-height: 1.3125rem;
        margin-top: .625rem;
    }
}

/* -------------  Footer Css  ------------- */

.footer .social-menu li{
    margin-left: 2rem;
}
.footer .social-menu li a .fa{
    font-size: 2rem;
    color: #7f7b7f;
}
.footer .footer-contact{
    letter-spacing: .14rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #000;
}
/*.footer .contact-list ul{
    margin-left: -40px;
}*/
.footer .contact-list ul li {
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .12rem;
    color: #7f7b7f;
    margin-top: .625rem;
}
.footer .bottom-footer{
    padding:50px 0;
}
.footer .bottom-footer a{
    color:#7f7b7f;
    letter-spacing: .14rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.125rem;
}
.footer .btn-signup{
    border-color: #323e46;
    color: #323e46;
    border-radius: 0px;
    width: 12.4rem;
    font-weight: 600;
    line-height: 1.08;
    padding: 1rem;
    background-color: transparent;
    letter-spacing: .14rem;
}
.footer .btn-signup:hover{
	background-color:#323e46;
	color:#ffffff;
}
.footer .footer-middle{
    background-color: #f8f8f8;
    padding: 3rem 0 2rem 0;
}
.footer .footer-middle .contact-list ul{
	margin-left:-40px;
	list-style: none;
}
.footer .center-div{
    border-right: 1px solid #323e46;
    border-left: 1px solid #323e46;
}
.footer .end-footer{
    background-color:#323e46;
    padding:20px 0;
}
.footer .end-footer p{
    font-size: .75rem;
    font-weight: 300;
    margin: 0;
    color: #fff;
    font-family:Cormorant Garamond, serif;
}
.footer .end-footer p a{
    font-size: .75rem;
    font-weight: 700;
    color:#fff;
}
.footer .mail{
    color:#7f7b7f;
}
.footer .footer-rule{
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
}
.footer .footer-top{
	background-color: #f8f8f8;
    padding: 1rem 0;
}
.footer .footer-top a{
	color: #323e46;
	font-weight:600;
}
.footer .footer-top p{
	color: #323e46;
	font-weight:600;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .footer .center-div{
        border:none;
    }
    .footer .bottom-footer{
        padding:0px;
    }
    .footer .sec-1{
        padding: 35px 0 5px 0;
    }
    .footer .sec-2{
        padding:5px 0 35px 0;
    }
    .footer .footer-contact{
        font-size:1rem;
    }
    .footer .contact-list ul li{
        font-size:.675rem;
    }
    .footer .social-menu li a .fa{
        font-size:1.5rem;
    }
}

/* -------------  Mobile Menu Css  ------------- */

.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
  }
  .nav-top .hamburger {
    margin-left: auto;
    color: #000;
    cursor: pointer;
  }
  .nav-top .navbar-brand img{
    width: 20rem !important;
    height: 3rem !important;
  }
  .nav-drill {
    margin-top: 50px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
  }
  
  .nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
    border-top: 1px solid #eee;
  }
  .nav-drill .nav-items {
    flex: 0 0 100%;
    list-style: none;
    text-align: left;
    margin-left: -20px;
  }
  .nav-drill .nav-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .nav-drill .nav-link {
    display: flex;
    padding: 0.875em 1em;
    background-color: #fff;
    color: #444444;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
  }
  .nav-drill .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #daf9f4;
    transition: 0.3s;
    visibility: hidden;
  }
  .nav-drill .nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #eee;
  }
  .nav-drill .nav-expand-content .nav-link {
    background-color: #daf9f4;
  }
  .nav-drill .nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #fff !important;
    color: #000;
  }
  .nav-drill .nav-expand-content .nav-back-link::before {
    content: "\f177";
    margin-right: 0.5em;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .nav-drill .nav-expand-link {
    display: flex;
    justify-content: space-between;
  }
  .nav-drill .nav-expand-link::after {
    content: "\f078";
    flex: 0 1 auto;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .nav-drill .nav-expand.active > .nav-expand-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .nav-drill .nav-expand .nav-expand-content {
    background-color: #ffffff;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-link {
    background-color: #ffffff;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content {
    background-color: #aff1e6;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #aff1e6;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #84e9d9;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #84e9d9;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #59e1cb;
  }
  .nav-drill .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #59e1cb;
  }
  
/* -------------  Our Approach Details Page Css  ------------- */

.details {
    padding: 50px 0;
}
.details .content {
    padding: 10px;
}
.details .content .title {
    margin-top: 1.5625rem;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.details .content p {
    font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .details {
        padding: 20px 0;
    }
    .details .content .title {
        margin-top: 1.5625rem;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .125rem;
        line-height: 1.08;
        color: #00786a;
    }
    .details .content p {
        font-size: 1rem;
        line-height: 142%;
        font-family: Cormorant Garamond, serif;
        font-weight: 400;
        line-height: 1.5;
        color: #444444;
    }
    .our-values{
        padding:20px 0;
    }
}
/*.details .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
	width: 10%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
    left: 25px;
}*/
.details .btn-signup {
    border-color: #323e46;
    color: #323e46;
    border-radius: 0px;
    width: 12.4rem;
    font-weight: 600;
    line-height: 1.08;
    padding: 1rem;
    background-color: transparent;
    letter-spacing: .14rem;
    margin-top:20px;
}
.details .btn-signup:hover {
    border-color: #323e46;
    color: #ffffff;
    background-color:#323e46;
}
/*.details .content:after {
	background-color: #323e46;
    content: " ";
    position: absolute;
	width: 10%;
    max-width: 12.5rem;
    height: .6rem;
    right: 0;
    bottom:-1rem;
}*/
.competencies-list{
	margin-left:-40px;
	list-style:none;
}
.competencies-list li{
    margin-bottom: 20px;
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 4rem;
    position: relative;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    position;relative;
}

.competencies-list li a{
	font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    font-size:14px;
    font-weight: 600;
}
.competencies-list li a:hover{
	text-decoration:none;
}
.competencies-list li a i{
    position: absolute;
    left: 1px;
    top: 0px;
    background-color: #add580;
    color: #fff;
    padding: 21px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.our-competencies .content:before {
    background-color: transparent;
    content: " ";
    position: absolute;
    width: 10%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
    left: 25px;
}
.project-wrapper{
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	padding:10px;
    min-height:130px;
    display: flex;
    align-items: center;
}
.project-wrapper a{
	font-size: 1.1rem;
    line-height: 142%;
    font-family: Cormorant Garamond, serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    margin:0 auto;
}
.project-wrapper:hover a{
	text-decoration:none;
	color: #add57f;
}

.our-values{
	padding:50px 0;
}
.our-values .img-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 50px;
    padding: 10px;
    border: 1px solid #33c19b;
}
.our-values .img-wrapper img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.our-values .img-wrapper::before, .our-values .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.our-values .img-wrapper::before {
    width: calc(100% + 50px + 2px - 120px);
    height: calc(100% + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.our-values .img-wrapper::after {
    height: calc(100% + 50px + 2px - 120px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.our-values .content h2{
	margin-top: 50px;
	font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.our-values .content p{
	color: #444444;
}
.our-values .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: 2%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
    .our-values{
        padding:20px 0;
    }
}

.contact{
	padding:20px 0;
}
.contact .content h4{
	font-weight: 700;
    font-size: 1.1rem;
	letter-spacing: .0125rem;
    line-height: 1.08;
	margin-bottom:15px;
}
.contact .content h5{
	font-weight: 700;
    font-size: 1rem;
	letter-spacing: .0125rem;
    line-height: 1.08;
	margin-bottom:2px;
}
.contact .content p{
	font-weight: 600;
    color: #666666;
}
.view-digiwave{
	padding: 10px 0 50px 0;
}
.view-digiwave .btn-view{
	background-color: #323e46;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 0px;
    font-size: 1.2rem;
}
.view-digiwave .btn-view:hover{
	border-color: #323e46;
    color: #323e46;
	background-color:transparent;
}
.digiwave{
	padding:50px 0;
}
.digiwave .img-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 50px;
    padding: 10px;
    border: 1px solid #33c19b;
}
.digiwave .img-wrapper img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.digiwave .img-wrapper::before, .digiwave .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.digiwave .img-wrapper::before {
    width: calc(100% + 50px + 2px - 120px);
    height: calc(100% + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.digiwave .img-wrapper::after {
    height: calc(100% + 50px + 2px - 120px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.our-values .content h2{
	margin-top: 50px;
	font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
    color: #00786a;
}
.our-values .content p{
    color: #444444;
    font-family: Cormorant Garamond, serif;
    font-size:1.1rem;
}
.our-values .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: 2%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
}
.digiwave .content h2{
	margin-top: 50px;
	font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    line-height: 1.08;
}
.digiwave .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: 2%;
    max-width: 12.5rem;
    height: .6rem;
    top: 0;
}
.logo_box{
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    padding: 10px;
    display:flex;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}
.mt-30{
    margin-top:30px;
}
.competency-banner{
    width: 100%;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/competencies-banner.jpg);
    background-repeat: no-repeat;
    padding: 17rem 0;
    background-position: center center !important;
    -webkit-filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    z-index: -100;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
    position: relative;
}
.competency-banner .description {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    color: #ffffff;
    font-family: Cormorant Garamond, serif;
}
.projects-banner{
    width: 100%;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/our-competencies.png);
    background-repeat: no-repeat;
    padding: 19rem 0;
    background-position: center center !important;
    -webkit-filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    z-index: -100;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
    position: relative;
}
.projects-banner .description {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    color: #ffffff;
    font-family: Cormorant Garamond, serif;
}
.team-banner{
    width: 100%;
    /* background-attachment: fixed !important; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    padding: 17rem 0;
    background-position: center center !important;
    -webkit-filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    filter: grayscale(100%) contrast(145%) brightness(75%) opacity(90%);
    z-index: -100;
    transition: -webkit-filter .5s ease-in-out;
    transition: filter .5s ease-in-out;
    transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;
    position: relative;
}
.team-banner .description {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    color: #ffffff;
    font-family: Cormorant Garamond, serif;
}
.competencies .img-wrapper, .team .img-wrapper, .projects .img-wrapper{
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 50px;
    padding: 10px;
    border: 1px solid #33c19b;
}
.competencies .img-wrapper::before, .team .img-wrapper::before, .projects .img-wrapper::before {
    width: calc(100% + 50px + 2px - 120px);
    height: calc(100% + 2px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.competencies .img-wrapper::before, .competencies .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.team .img-wrapper::before, .team .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.projects .img-wrapper::before, .projects .img-wrapper::after {
    content: '';
    position: absolute;
    background: #fff;
}
.competencies .img-wrapper::after, .team .img-wrapper::after, .projects .img-wrapper::after {
    height: calc(100% + 50px + 2px - 120px);
    width: calc(100% + 2px);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.competencies .img-wrapper img, .team .img-wrapper img, .projects .img-wrapper img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.btn-back{
    border: 1px solid #323d46;
    border-radius: 0px;
    color: #333333;
    font-family: Cormorant Garamond, serif;
}
.btn-back:hover{
    border: 1px solid #323d46;
    border-radius: 0px;
    color: #ffffff;
    background-color: #323d46;
}
.img-wrapper{
    cursor:pointer;
}

/* -------------  Genomic medical Page Css  ------------- */

.genomic{
    padding:50px 0;
}

.genomic-first{
    background-color: #00796a;
    padding:50px 0;
}

.genomic .content:before {
    background-color: #323e46;
    content: " ";
    position: absolute;
    width: 3%;
    max-width: 12.5rem;
    height: .2rem;
    top: 0;
}

.genomic-first .content:before {
    background-color: #ffffff;
    content: " ";
    position: absolute;
    width: 3%;
    max-width: 12.5rem;
    height: .2rem;
    top: 0;
}

.genomic h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    margin-top: 1.5625rem;
    color: #00786a;
}

.genomic p {
    font-size:1.3rem;
}

.genomic ul li {
    font-size:1.2rem;
    font-family: Cormorant Garamond, serif;
}

.genomic-first h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .125rem;
    margin-top: 1.5625rem;
    color: #ffffff;
}

.genomic-first p {
    color: #ffffff;
    font-size:1.3rem;
}

.genomic-first ul li {
    color: #ffffff;
    font-size:1.2rem;
    font-family: Cormorant Garamond, serif;
}


.hg_section.bg-white.new {
    padding: 0 2px!important;
    width: 100%;
    background: #fff!important;
}

.hg_section {
    height: auto;
    min-height: 500px;
}

.home-new-sec {
    padding: 0 30px;
}

.home-new-sec .content h2{
    font-size: 35px!important;
    font-weight: 400;
    margin: 100px 28px 0 2px;
}

.home-new-sec .content ul{
    margin: 50px 20px;
}

.home-new-sec .content ul li{
    margin-bottom: 20px;
}

    font-size: 30px;
    line-height: 29px/25px!important;
    font-weight: 700;
    font-family: open sans;