@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');



html{
    height: 100%;
}
body {
    font-size: 16px;
    color: #414042;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    letter-spacing: .25px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', cursive;
    margin-top: 0;
}
.page-content{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.2rem;
}
.contact-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px
}
.no-padding {
    padding: 0;
}
p{margin-bottom: 10px}
.py60{
    padding-top: 60px;
    padding-bottom: 60px;
}
img {
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
:before, :after, button, img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    text-decoration: none;
}
img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #323232;
}

::-webkit-scrollbar-track {
    background-color: #dedede;
}
.bg-image, .bg-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.bg-parallax {
    background-attachment: fixed;
}
.aligncenter{
    margin: 0 auto 15px;
    text-align: center;
    display: block;
}
.alignright {float: right; margin:0 0 1em 1em;text-align: center}
.alignleft {float: left; margin:0 1em 1em 0;text-align: center}
a img.alignright {float: left; margin:0 0 1em 1em}
a img.alignleft {float: right; margin:0 1em 1em 0}
.content-wrap{
    position: fixed;
    z-index: 9999;
}
.container{
    max-width: 1200px;
}

.navbar .megamenu .dropdown-menu{ padding: 1rem; }

/* ============ desktop view ============ */
.breadcrumbs,
.breadcrumbs a{
    color: #86d6f6;
}
.breadcrumbs .current{
    color: #86d6f6;
}
.client-img{
    height: 150px;
    padding: 14px;
    line-height: 120px;
    border: 1px solid #ebebeb;
    background:#fff;
    text-align: center;
}
.client-img img{
    max-height: 120px;
}.partner-img{
    height: 200px;
    padding: 10px;
    line-height: 180px;
    background:#fff;
    text-align: center;
}
.partner-img img{
    max-height: 180px;
}
.underlined {
    position: relative;
    padding: 0 0 20px 0;
}
.underlined::after {
    content: '';
    border-bottom: 6px solid #9fb9cf;
    bottom: 5px;
    display: block;
    position: absolute;
    width: 150px;
}
.underlined.center:after{
    left:50%;
    margin-left: -75px;
}
.text-xl{
    font-size: 30px;
}
@media all and (min-width: 992px) {
    .pt-md-100{padding-top: 100px;}
    .navbar .megamenu{position:static!important;}
    .navbar .megamenu .dropdown-menu{right:0; left:0; width:100%; margin-top:0;  }
    .megamenu>.dropdown-menu.show{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .megamenu>.dropdown-menu>li{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .megamenu .dropdown-menu li>ul{
        position: relative !important;
        margin: 0;
        top: auto;
        left: auto;
        padding: 0 !important;
        display: block !important;
    }
    .navbar-expand-md .navbar-nav .megamenu .dropdown-menu li a.nav-link, .megamenu .dropdown-menu li a{
        padding: 5px 20px;
    }
    .navbar-expand-md .navbar-nav .megamenu>.dropdown-menu>li>a.nav-link, .megamenu>.dropdown-menu>li>a{
        background: #2EC4B6;
    }

}
/* ============ desktop view .end// ============ */

#moview-player .video-container{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
    overflow: hidden;
    display: none;

}
#moview-player .video-container #video-player{
    width: 100%;
    height: 100%;
}
#moview-player .video-container .video-close{
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    z-index: 999;
}

header{
    position: relative;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl;
}
input[type=submit]{
    cursor: pointer;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.top-bar {
    background-color: #005598;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    color: #fff;
}
.top-nav{
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
@media only screen and (min-width: 960px){
    .top-nav li a::after {
        color: #0f345f;
        content: '|';
        position: relative;
        right: -10px;
    }
}
.top-nav a{
    color: #88a5c8;
    font-size: 13px;
    padding: 10px;
    display: block;
}

.searchBtn{
    background: #fff;
    color: #2EC4B6;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
}
.search-form {
    position: absolute;
    top: 100%;
    background: #2ec4b6ad;
    padding: 15px;
    border: 1px solid #2ec4b6;
    width: 300px;
    right: 0;
    margin-top: 10px;
    z-index: 999;
    display: none;
}

.search-form .btn, .search-form .form-control {
    border-radius: 0 !important;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: 38px;
}

.search-form .form-control:focus {
    box-shadow: none;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav>li>.nav-link {
        padding: 55px 18px;
    }
    .dropdown-menu {
        position:relative;
        z-index: 999;
    }
    .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top:-6px;
    }
    .navbar-nav > li:last-child .dropdown-menu .dropdown-menu,
    .navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu{
        right: 100%;
        left: auto;
    }

}
.navbar-expand-md .navbar-nav .dropdown-menu li.dropdown>a.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand{
    padding: 12px 0;
}
.navbar{
    padding: 0;
}
.navbar-nav>li{
    margin: 0 2px;
}
.navbar-nav>li>.nav-link{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #414042;
}
.dropdown-toggle::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    vertical-align: 0;
    margin-left: 7px;
}
.dropdown-menu .dropdown-toggle::after{
    content: "\f105";
}
.navbar-nav .nav-link:hover, .navbar-nav .active .nav-link,.dropdown-item:focus, .dropdown-item:hover{
    color: #43a447;
}
.dropdown-menu{
    background-color: rgba(0,0,0,.9);
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu li a.nav-link,.dropdown-menu li a{
    color: #fff;
    padding: 10px 25px;
    display: block;
}
.slider-wrap {
    color: #FFFFFF;
    height: 550px;
    overflow: visible;
    position: relative;
}.banner-section .banner-content {
     display: block;
     left: 0;
     margin: 0 auto;
     max-width: 960px;
     position: absolute;
     right: 0;
     top: 50%;
     text-align: center;
     -webkit-transform: translateY(-55%);
     transform: translateY(-55%);
 }

.banner-content h1{
    font-size: 30px;
    font-weight: 800;
}
.banner-content h2 {
    font-size: 24px;
    font-weight: 600;
}
@media only screen and (min-width: 640px){
    .banner-content h1 {
        font-size: 56px;
    }
    .banner-content h2 {
        font-size: 35px;
    }
}
.service-box a{
    padding: 165px 0;
    position: relative;
}
.service-box .service-overlay {
    background-color: rgba(36, 87, 147, 0.65);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service-box .service-info{
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.service-box:hover a > .service-overlay {
    color: #FFFFFF;
    background-color: rgba(28, 105, 31, 0.75);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.service-box .serv-icon {
    margin: 0 auto 15px auto;
    max-width: 100px;
}
.service-box h3{
    font-size: 1.17rem;
}
.service-box .serv-btn {
    background-color: #0f345f;
    border: 1px solid #43a447;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.service-box:hover .serv-btn {
    background-color: #034305;
    border-color: #FFFFFF;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.project-item .project-img{
    padding-top: 55%;
    position: relative;
}
.project-item .project-img:before{
    content: '';
    background-color: #43a447;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.project-item:hover .project-img:before{
    opacity: 0.5;
}

.project-item h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #005598;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.project-item .btn{
    font-weight: 700;
}
.project-item:hover .btn{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.post-item{
    background: #fff;
}
.post-item .post-item-thumb{
    padding-top: 55%;
    position: relative;
}
.post-item h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #323232;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.post-item .post-item-date {
    color: #818284;
    margin: 0 0 10px 0;
}
.post-item a .post-more {
    color: #43a447;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.b-2{
   border-width: 2px;
}
.call2action{
    padding: 45px 0;
    color: #fff;
}
.call2action .cta-text {
    color: #FFFFFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.15em;
    text-transform: uppercase;
}
.btn-outline-white{
    border-color:#fff;
    color: #fff;
}
.footer-widget {
    background-color: #005598;
    padding: 20px 0;
    color: #fff;
}
.widget{
    margin-bottom: 30px;
}
.widget h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget a{
    color: #fff;
}
.widget .menu a {
    display: inline-block;
    padding: 3px 0 7px 15px;
    position: relative;
    text-transform: uppercase;
}
.widget .menu a:before {
    color: #63d968;
    content: '\f105';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 1.15em;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.copyright {
    color: #5c88bc;
    background-color: #0f345f;
    padding: 10px 0;
    text-align: center;
}
.contact-info li {
    padding: 3px 0 7px 0;
    position: relative;
}
.contact-info li i{
    margin-right: 5px;
}
.counter-item {
    padding: 1.25rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.counter-item .counter {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 5rem;
}



.facebook-box iframe{
    max-width: 100%;
}

.counter-item{
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
}
.counter-item .counter{
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}
.news-wrap{
    padding: 65px 0;
}
.title{
    margin-bottom: 50px;
}
.title h2{
    font-size: 30px;
    font-weight: 800;
}
.-mx-1{
    margin-right: -.25rem!important;
    margin-left: -.25rem!important;
}
.-mx-2{
    margin-right: -.5rem!important;
    margin-left: -.5rem!important;

}

.news-item{
    margin-bottom: 0.5rem;
}
.news-item>a{
    display: block;
    padding-top: 87%;
    position: relative;
}
.news-item0>a{
    padding-top: calc(87% + 0.25rem);
}
.news-item1>a{
    padding-top: 43.5%;
}
.news-item>a:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    background: -webkit-linear-gradient(bottom,#000,transparent);
    background: linear-gradient(to top,#000,transparent);
}
.news-item>a .entry-news{
    position: absolute;
    right: 0;
    bottom:0;
    padding: 15px 20px 30px;
    color: #fff;
    z-index: 9;
    width: 100%;
}
.news-item>a .entry-news h3{
    margin: 0;
    font-size: 30px;
    max-width: 600px;
}
.activity-wrap{
    padding: 65px 0;
}

.activity-item{
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    margin-bottom: 1rem;
    border-radius: 5px;
    position: relative;
    padding-left: 120px;
}
.activity-item .activity-time{
    height: 100%;
    background:#2EC4B6;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 15px;
    text-align: center;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 18px;
}

.activity-time span{
    display: block;
    font-size: 30px;
    line-height: 35px;
}
.entry-activity{
    padding: 20px;
    font-size: 20px;
}
.entry-activity h3{
    font-size: 20px;
    margin: 0;
    color: #000;
    min-height: 48px;
}
.entry-activity h3 a{
    color: #000;
}
.entry-activity h3 a:hover{
    color: #2EC4B6;
}
.entry-activity .event-meta{
    font-size: 20px;
    color: #2EC4B6;
}
.video-wrap{
    padding: 65px 0;
    background: #fff;
}
.video-item{
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}
.video-item>a{
    display: block;
    padding-top: 50%;
    position: relative;
    border-radius: 4px;
}


.video-item>a:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    border-radius: 4px;
}
.video-item i{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 70px;
    color: rgba(255,255,255,.6);
    transform: translate(-50%,-50%);
}

.wrapper{
    padding: 60px 0;
}
.text-primary{
    color: #005598 !important;
}
.bg-primary{
    background-color:#005598 !important;
}
.about-box{
    min-height: 210px;
}
.social-links li a{
    color: #005598;
    display: inline-block;
    width: 28px;
    text-align: center;
}
.mobile-wrap {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    z-index: 99999;
    padding: 0;
    background: #f9f9f9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mobile-brand img {
    height: 50px;
}


.mobile-wrap .navbar-nav {
    clear: both;
    margin: 0;
}

.mobile-wrap .social>li a {
    color: #999;
    font-size: 16px;
}

.mobile-wrap .navbar-nav>li,
.mobile-wrap .navbar-nav {
    float: none;
    display: block;
}

.mobile-wrap .navbar-nav>li>a {
    padding: 12px 15px;
    margin: 0;
    color: #323232;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-wrap .social-links a{
    color: rgba(0,0,0,0.6);
}
.mobile-wrap-head {
    padding: 15px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.degree-links a{
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
@media (min-width: 576px){
    .degree-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .degree-links li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px){
    .degree-links li{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}.close-menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    background: none;
    border: none;
    background:#2ec4b6;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    margin-left: auto;
}

.mobile-wrap .navbar-brand {
    padding: 0;
    margin: 0;
}

.mobile-wrap .navbar-brand img {
    max-height: 35px;
}

.iconMenuWrap ul li a span {
    font-size: 0.91666rem;
    white-space: nowrap;
}
.menu-list li:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.menu-list a{
    color: #000;
    display: block;
    padding: 10px 0;
}

.mobile-nav {
    background-color: #fff;
    margin-top: 8px;
    padding: 0 15px;
    border-bottom: 1px solid #e2e5f1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
    list-style: none;
}

.mobile-nav ul {
    padding: 0;
    list-style: none
}

.mobile-nav li>a {
    padding: 14px 0;
    display: block;
    color: #323232;
}

.mobile-nav li>a:before {
    content:"\f105";
    font-weight: 900;
    display:inline-block;
    font-family: "Font Awesome 5 Free";
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    float: right;
}

.mobile-nav li.menu-item-has-children>a:before {
    display: none;
}

.mobile-nav li.menu-item-has-children>a {
    font-weight: 700;
    padding-bottom: 0;
    color: #777;
    padding-top: 20px;
}

.mobile-nav li+li {
    border-top: 1px solid #e2e5f1;
}


.page-title{
    padding: 40px 0;
    background-color: rgba(0,0,0,.05);
}
.page-title h1{
    margin-bottom: 0;
    font-size: 32px;
}
.side-widget>h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 36px;
}
.side-widget .post-item h3{
    font-size: 18px;
}
.tab-content>.tab-pane{
    padding:35px;
    background-color: #2EC4B6;
    color: #fff;
    font-size: 20px;
}
.tab-content>.tab-pane a{
    color: #fff;
}
.nav-tabs .nav-link{
    border:1px solid #EFEFEF;
    border-radius:0;
    color: rgba(0,0,0,.6);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 12px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{
    background-color: #2EC4B6;
    color: #fff;
    border: 1px solid #2EC4B6;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #000;
    background: #f2f2f2;
}

.pagination li.active a, .pagination li a:hover {
    background:#2ec4b6;
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.share-post {
    overflow: hidden;
}

.share-post > a {
    display: inline-block;
    height: 29px;
    width: 29px;
    line-height: 27px;
    border: 1px solid #f8f8f8;
    text-align: center;
    float: right;
    margin-left: 2px;
}

.share-post > a.gp {
    color: #d44c3a;
}

.share-post > a.in {
    color: #447ba2;
}

.share-post > a.fc {
    background: #5d82d1;
    border: 1px solid #5d82d1;
}

.share-post > a.tw {
    background: #40bff5;
    border: 1px solid #40bff5;
}

.share-post > a.fc, .share-post > a.tw {
    width: 88px;
    color: #fff;
    font-size: 10px;
    padding: 7px 0;
    line-height: 15px;
    direction: ltr;
}

.share-post > a.fc i, .share-post > a.tw i {
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}


.-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
}

@media (max-width: 1600px) {
    .navbar-brand {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-height: 80px;
    }

    .container {
        max-width: 1200px;
    }

    .navbar-nav li {
        margin: 0 7px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .title h2 {
        font-size: 30px;
    }

    .call-us a {
        font-size: 15px;
        margin-right: 10px;
    }

    .social-links a {
        font-size: 16px;
        display: block;
        padding: 7px;
    }

    .lang {
        padding: 5px 15px;
    }

    .social-links {
        padding: 9px 15px;
    }

    .post-info h3, .entry-activity h3 {
        font-size: 17px;
    }

    .entry-activity .event-meta {
        font-size: 16px;
    }

    .post-item .post-thumb > a time {
        width: 100px;
        font-size: 16px;
    }

    .post-item .post-thumb > a time span {
        font-size: 24px;
    }

    .copyright, .policy-nav li a {
        font-size: 0.85rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand img {
        max-height: 70px
    }

    .top-btns .btn {
        font-size: 14px;
    }

    .social-links {
        padding: 10px 5px;
    }

    .social-links a {
        padding: 5px;
    }

    .lang {
        padding: 5px 7px;
    }

    .navbar-brand h1 {
        font-size: 19px;
    }

    .slogan span {
        font-size: 16px;
    }

    .slogan {
        display: none;
    }

    .navbar-nav li {
        margin: 0;
        border-bottom: 1px solid #dedede;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 40px 13px;
    }

    .slide-btns a {
        font-size: 14px;
    }

    .slideImg {
        /*  padding-top: 55%; */
    }

    .entry-caption h2 {
        font-size: 35px;
    }

    .slide-btns {
        right: -101px;
        top: 40%
    }

    .home-links {
        padding: 10px 0;
    }

    .link-item a {
        padding: 10px 0;
        height: 92px;
    }

    .counter-item .counter {
        font-size: 50px;
        line-height: 60px;
    }

    .counter-item {
        padding: 15px;
        font-size: 16px;
    }

    .program-wrap .title {
        margin-bottom: 50px;
    }

    .program-item {
        padding: 15px;
        font-size: 14px;
    }

    .program-item h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .program-item p {
        min-height: 92px;
        margin-bottom: 1rem;
    }

    .lab-search-form {
        color: #fff;
        padding: 25px 50px;
    }

    .footer-nav li a {
        font-size: 16px;
        padding: 10px;
    }

    .post-info {
        padding: 15px;
        min-height: 126px;
    }

    .post-info h3, .entry-activity h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .post-item .post-thumb > a time {
        width: 90px;
        font-size: 14px;
        padding: 8px;
    }

    .title {
        margin-bottom: 35px;
    }

    .policy-nav li a {
        padding: 14px 10px;
        font-size: 13px;
    }

    .copyright {
        padding-right: 10px;
        font-size: 12px;
    }

    footer .call-us a {
        margin-left: 12px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title {
        margin-bottom: 35px;
    }


    .slogan {
        display: none;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 40px 13px;
    }

    .slide-btns a {
        font-size: 14px;
    }

    .slideImg {
        /*  padding-top: 55%; */
    }

    .entry-caption h2 {
        font-size: 35px;
    }

    .slide-btns {
        right: -101px;
        top: 40%
    }

    .home-links {
        padding: 10px 0;
    }

    .link-item a {
        padding: 10px 0;
        height: 92px;
    }

    .counter-item .counter {
        font-size: 50px;
        line-height: 60px;
    }

    .counter-item {
        padding: 15px;
        font-size: 16px;
    }
    .news-item0 > a {
        padding-top: calc(70% + 0.25rem);
    }

    .program-wrap .title {
        margin-bottom: 50px;
    }

    .program-item {
        padding: 15px;
        font-size: 14px;
    }

    .program-item h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .program-item p {
        min-height: 92px;
        margin-bottom: 1rem;
    }

    .lab-search-form {
        color: #fff;
        padding: 25px 50px;
    }

    footer .call-us {
        border-left: none;
        border-top: 1px solid #E5E5E5;
        text-align: center;
    }

    .footer-nav li a {
        font-size: 16px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .slide-btns {
        display: none;
    }

    .slideImg {
        padding-top: 45%;
    }

    .lang {
        margin-right: 7px;
    }

    .lang a {
        display: block;
    }

    footer .call-us {
        border: none;
    }

    footer .call-us a {
        margin: 0 8px;
    }

    .copyright {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
    }

    .policy-nav {
        text-align: center;
    }

    .footer-nav li a, .policy-nav li a {
        padding: 10px;
    }

    .policy-nav li:not(:last-child) {
        border-right: none;
    }
    .mobile-wrap .navbar-nav>li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
    }
    .home-links {
        position: relative;
        background-color: #000;
        margin: 0;
    }

    .call-us {
        text-align: center;
        border: none;
    }

    .call-us a {
        font-size: 14px;
    }

    .call-us a:last-child {
        margin: 0;
    }

    .lang, .social-links {
        padding: 5px 0;
        border: none;
    }

    .navbar-brand img {
        height: 50px;
    }
    .partner-img img{
        max-height: 70px;
    }
    .partner-img{
        height: 90px;
        line-height: 70px;
    }
    .navbar-toggler {
        padding: 10px 14px;
        border: 1px solid #000;
        color: #000;
    }
    .icon-link .icon-img{height: 40px;line-height: 40px;margin-bottom: 10px;}
    .icon-link .icon-img img, .icon-link .icon-img svg{
        max-height: 40px;
    }
    .icon-link{
        margin: 0;
    }
    .icon-link a{
        font-size: 16px;
        padding: 15px;
    }
    .icon-link a span{
        font-size: 16px;
    }
    .nav-tabs .nav-link{
        font-size: 16px;
    }
    .tab-content>.tab-pane{
        padding: 20px;
    }
    .degree-links a{
        padding: 12px 0;
    }
    .link-item {
        border: none;
        line-height: 22px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .link-item a {
        min-height: 80px;
        height: auto;
        padding: 0;
        justify-content: flex-start;
    }

    .link-item a img {
        /* margin: 0 auto 10px; */
    }

    .counter-item .counter {
        font-size: 40px;
        line-height: 50px;
    }

    .counter-item {
        font-size: 16px;
        padding: 5px;
    }

    .title h2 {
        font-size: 24px;
    }
    .navbar-nav li{
        margin: 0;
    }
    .news-item > a {
        padding-top: 80%;
    }

    .news-item > a .entry-news h3 {
        font-size: 18px;
    }

    .lab-search-form {
        padding: 15px;
    }

    .entry-caption h2 {
        font-size: 16px;
    }

    .entry-caption p {
        display: none;
    }

    .news-wrap, .program-wrap, .events-wrap, .video-wrap, .projects-wrap {
        padding: 35px 0;
    }

    .post-info {
        padding: 15px;
        min-height: 50px;
    }

    .e3lanat-block {
        margin-bottom: 25px;
    }

    .title {
        margin-bottom: 25px;
    }

    .program-wrap .title {
        margin-bottom: 40px;
    }

    .program-item {
        margin-bottom: 25px;
        padding: 15px;
    }
    .navbar-brand img, .footer-logo img{
        max-height: 95px;
    }
}