@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');


@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-Regular.eot');
    src: url('../fonts/NotoNaskhArabic-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoNaskhArabic-Regular.woff2') format('woff2'),
    url('../fonts/NotoNaskhArabic-Regular.woff') format('woff'),
    url('../fonts/NotoNaskhArabic-Regular.ttf') format('truetype'),
    url('../fonts/NotoNaskhArabic-Regular.svg#NotoNaskhArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/NotoNaskhArabic-Bold.eot');
    src: url('../fonts/NotoNaskhArabic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoNaskhArabic-Bold.woff2') format('woff2'),
    url('../fonts/NotoNaskhArabic-Bold.woff') format('woff'),
    url('../fonts/NotoNaskhArabic-Bold.ttf') format('truetype'),
    url('../fonts/NotoNaskhArabic-Bold.svg#NotoNaskhArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media only screen and (min-width: 1000px) and (max-width: 5000px){
    .kc_col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .kc_col-sm-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .kc_col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}



html {
    height: 100%;
}

body {
    font-size: 1.1rem;
    color: #323232;
    background: #F9F9F9;
    font-family: 'Tajawal', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0 0 .5px 0;
    line-height: 1.75rem;
}

.page-content {
    font-family: 'Noto Naskh Arabic';
    font-weight: bold;
    font-size: 1.2rem;
}
.main-content {
    background: #F9F9F9;
    position: relative;
    z-index: 1;
    margin-bottom: 350px
}

h1, h2, h3, h4, h5 {
    font-family: 'Tajawal', sans-serif;
    margin-top: 0;
}

.contact-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1.875rem
}

.no-padding {
    padding: 0;
}

p {
    margin-bottom: 10px
}

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: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
.navbar-toggler {
    padding: 10px 14px;
    border: 1px solid #323232;
}
.kc_col-sm-4,.kc_col-sm-8{
    width: 100%;
}
.content-wrap {
    position: fixed;
    z-index: 9999;
}

.container {
    max-width: 1600px;
}
.kc-container{
    padding: 0;
}
#moview-player .video-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 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;
    right: 50px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    z-index: 999;
}

.kc-container {
    max-width: 100% !important;
}

header {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    background: #fff;
}

.btn-success, .btn-primary:hover {
    background: #C33E3E;
    border-color: transparent;
}

.btn-primary, .btn-success:hover, .searchBtn:hover {
    background: #0396E9;
    border-color: transparent;
}

.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;
    left: 0;
    width: 100%;
    height: 100%;
}

.tob-bar {
    background: #C33E3E;
}

.call-us {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0;
}

.call-us a {
    margin-left: 1.5625rem;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}

.call-us a i {
    margin-right: 5px;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    padding: 100px 0;
    background-image: url(../images/footerImg.jpg);
    color: #fff;
    font-size: 1.25rem;
}

.footer-bottom .btn {
    border-radius: 15px;
}

.footer-bottom .btn:hover {
    color: #000;
}

footer .call-us a {
    margin-left: 0;
    margin-right: 1.5625rem;
    color: #c33e3e;
}

footer .call-us a i {
    color: #ccc;
}

footer .call-us {
    border-left: none;
    border-right: 1px solid #E5E5E5;
}

.lang {
    padding: 5px 1.875rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.lang a {
    display: inline-block;
    padding: 10px 0;
    color: #00A3FF;
}

.lang a i {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 5px;
}

.social-links {
    padding: 6px 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

.social-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    display: block;
    padding: 10px;
}

footer .social-links {
    text-align: center;
    padding: 0;
    border: none;
}

footer .social-links li a {
    color: rgba(0, 0, 0, .25);
}

footer .social-links li a:hover, .social-links a:hover {
    color: #ccc;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 55px 13px;
    }
}

.slogan {
    color: #000;
    font-size: 22px;
    line-height: 1.75rem;
    font-weight: 700;
    margin-right: 15px;
}

.slogan span {
    display: block;
    font-size: 18px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .megamenu {
        position: static !important;
    }

    .navbar .megamenu .dropdown-menu {
        left: 0;
        right: 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-left: 10px;
        padding-right: 10px;
    }

    .megamenu .dropdown-menu li > ul {
        position: relative !important;
        margin: 0;
        top: auto;
        right: auto;
        padding: 0 !important;
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav .megamenu .dropdown-menu li a.nav-link, .megamenu .dropdown-menu li a {
        padding: 5px 20px;
    }

    .navbar-expand-lg .navbar-nav .megamenu > .dropdown-menu > li > a.nav-link, .megamenu > .dropdown-menu > li > a {
        background: #2EC4B6;
    }

}

/* ============ desktop view .end// ============ */

.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-right: 7px;
}
.dropdown-menu .dropdown-toggle::after{
    content: "\f104";
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav > li > .nav-link, .navbar-expand-lg .navbar-nav > li > .nav-link {
        padding: 40px 15px;
    }

    .dropdown-menu {
        position: relative;
        z-index: 999;
        width: 250px;
    }

    .dropdown-menu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
    }

    .navbar-nav > li:last-child .dropdown-menu .dropdown-menu,
    .navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu{
        left: 100%;
        right: auto;
    }
    .navbar-nav > li:nth-last-child(3) .dropdown-menu .dropdown-menu .dropdown-menu{
        right: 100%;
        left: auto;
    }

}

@media (min-width: 1200px){
    .navbar-expand-md .navbar-nav>li>.nav-link,.navbar-expand-lg .navbar-nav>li>.nav-link {
        padding: 50px 15px;
    }
    .menu-top-logo .navbar-expand-md .navbar-nav>li>.nav-link,.menu-top-logo .navbar-expand-lg .navbar-nav>li>.nav-link {
        padding: 30px 15px;
    }
}
.navbar-expand-md .navbar-nav .dropdown-menu li.dropdown>a.nav-link ,
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropdown>a.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding: 12px 0;
}

.navbar-brand img, .footer-logo img {
    max-height: 110px;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    border-bottom: 3px solid transparent;
}

.navbar-nav li {
}

.navbar-nav .nav-link:hover, .navbar-nav .active .nav-link {
    color: #000;
    border-bottom: 3px solid #C33E3E;
    background: rgba(195, 62, 62, 0.1);
}

.navbar .megamenu .dropdown-menu{ padding: 1rem; }


.dropdown-menu {
    background-color: rgba(0,0,0,0.9);
    border-radius: 0;
    padding: 0;
    margin: 0;
    /* width: 250px; */
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link, .dropdown-menu li a {
    color: #fff;
    padding: 7px 20px;
    display: block;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
}
.dropdown-menu{
    background-color: rgba(0,0,0,.9);
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.search-group .form-control {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff
}

.search-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.slideImg {
    padding-top: 33.2%;
    border: 10px solid #fff;
    border-top: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    border-radius: 0 0 1.875rem 1.875rem;
    margin: 0 5px 5px 5px;
}

.slide_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.caption {
    position: absolute;
    left: 15px;
    bottom: 10px;
    right: 15px;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 1.25rem 2.1875rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.entry-caption h2 {
    font-size: 36px;
    font-weight: 700;
}

.icon-box {
    margin-bottom: 1.875rem;
    margin-top: 3.75rem;
    background: #fff;
    border-radius: 1.875rem;
    padding: 5rem 1.25rem 1.875rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);

    font-size: 1.75rem;
    font-weight: 700;
}

.icon-box .icon-box-text {
    color: rgba(0, 0, 0, .8);

}

.icon-box .icon-img {
    width: 7.5rem;
    height: 7.5rem;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    text-align: center;
    padding: 1.25rem;
    line-height: 5rem;
    position: absolute;
    left: 50%;
    top: -3.75rem;
    z-index: 9;
    margin-left: -3.75rem;
}

.icon-box .icon-img img {
    max-height: 5rem;
}

.btn-item {
    margin-bottom: 1.875rem;
}

.btn-item a {
    padding: 1.875rem;
    line-height: 1.875rem;
    font-size: 1.25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 1.875rem;
    background: #fff;
    display: flex;
    align-items: center;
}

.btn-item a i {
    margin-left: 15px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #2EC4B6;
}

.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;
}

.partners-wrap {
    clear: both;
}

.news-wrap {
    padding: 45px 0;
}

.title {
    margin-bottom: 45px;
    clear: both;
}

.title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
}

.news-item {
    margin-bottom: 0.5rem;
}

.news-item > a {
    display: block;
    padding-top: 87%;
    position: relative;
}

.news-item > a > span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 15px;
    color: #fff;
    background: #C33E3E;
    background: conic-gradient(from 90deg, #C33E3E, #8DC53E);
}

.news-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: #232323;
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-item:hover > a:before {
    height: 100%;
}

.news-item > a .entry-news {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 1.25rem 1.875rem;
    color: #fff;
    z-index: 9;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-item:hover > a .entry-news {
    bottom: 1.25rem;
}

.news-item > a .entry-news h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    max-height: 56px;
    overflow: hidden;
}

.news-item0 > a .entry-news h3 {
    font-size: 1.75rem;
    line-height: 1.7;
    max-height: 94px
}

.client-box {
    background: #fff;
    border-radius: 1.875rem;
    margin: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}

.client-box a {
    padding: 1.7rem;
    color: rgba(0, 0, 0, .8);
}

.client-box a h4 {
    font-size: 1.2rem;
    font-weight: 700;
    min-height: 48px;
}

.client-img {
    height: 113px;
    line-height: 113px;
    margin-bottom: 1rem;
}

.client-img img {
    max-height: 113px;
}

.events-wrap {
    padding: 45px 0;
    background: #FBFBFB;
}

.activity-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 1rem;
    border-radius: 1.875rem;
    position: relative;
    padding-right: 110px;
}

.activity-item .activity-time {
    height: 100%;
    color: #C33E3E;
    border-radius: 0 1.875rem 1.875rem 0;
    padding: 15px;
    text-align: center;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 18px;
    border-left: 1px solid #ebebeb
}


.activity-time span {
    display: block;
    font-size: 1.875rem;
    line-height: 2.1875rem;
}

.entry-activity {
    padding: 1.25rem 15px;
    font-size: 1.25rem;
    width: 100%;
}

.entry-activity h3 {
    font-size: 1.25rem;
    margin: 0;
    color: #000;
    min-height: 48px;
}

.entry-activity h3 a {
    color: #000;
}

.entry-activity h3 a:hover {
    color: #8DC53E;
}

.entry-activity .event-meta {
    font-size: 1.25rem;
    color: #00A3FF;
}

.video-wrap {
    padding: 45px 0;
    background: #fff;
}

.video-item {
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    margin-bottom: 1.875rem;
}

.video-item > a {
    display: block;
    padding-top: 50%;
    position: relative;
    border-radius: 4px;
}


.video-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 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%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-item:hover > a i {
    top: 45%
}

.library-wrap {
    padding: 65px 0;
    background-image: url("../images/labbg.jpg");
    position: relative;
}

.library-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.lab-search-form {
    color: #fff;
    padding: 2.1875rem 75px;
    background: rgba(0, 0, 0, .5);
}

.lab-search-form h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.lab-search-form .form-control {
    background: none;
    color: #fff;
    border-color: #fff;
}

.lab-search-form .form-control:focus {
    border-color: #C33E3E;
    box-shadow: none;
}

.projects-wrap {
    padding: 45px 0;
    background: #FBFBFB;
}
.menu-block{
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 1.25rem;
    margin-bottom: 1.875rem;
    padding: 10px;
}
.menu-info{
    font-size: 16px;
}
.menu-info h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgba(0,0,0,.8);
}
.menu-list, .menu-list>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-list li:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.menu-list li a{
    color: #666;
    position: relative;
    display: block;
    padding: 10px;
    padding-right: 1.875rem;
}
.menu-list li a:before{
    position: absolute;
    right: 10px;
    top:50%;
    content: "\f104";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}
.post-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 1.25rem;
    margin-bottom: 1.875rem;
    padding: 10px;
}

.post-item:hover {
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1);
}

.post-item .post-thumb, .menu-thumb {
    border-radius: 1.25rem 1.25rem 0 0;
}

.post-item .post-thumb > a, .menu-thumb {
    display: block;
    padding-top: 50%;
    position: relative;
}

.post-item .post-thumb > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 1.25rem 1.25rem 0 0;
}

.post-item .post-thumb > a time {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 5px;
    background: #C33E3E;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 122px;
    font-weight: 700;
    font-size: 18px;
}


.post-item .post-thumb > a time span {
    font-size: 1.875rem;
    display: block;
    line-height: 2.1875rem;
}

.post-info {
    padding: 1.5625rem;
    min-height: 168px;
}

.post-info h3 {
    font-size: 22px;
    line-height: 1.875rem;
    margin: 0;
}

.post-info time {
    color: #C33E3E;
    font-size: 16px;
}

.post-info h3 a {
    color: #000;
}

.viewAll {
    background: #C33E3E;
    color: #fff;
}

.post-item:hover .post-info h3 a, .footer-nav li a:hover, .policy-nav li a:hover {
    color: #C33E3E;
}

footer {
    padding-top: 1.875rem;
    border-top: 1px solid #E5E5E5;
}

footer .social-links {
    margin-bottom: 15px;
}
.social-icon a{
    font-size: 18px;
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}
.contact-info p{
    direction: ltr;
    font-size: 18px;
}
.contact-info span{
    font-weight: 700;
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
.contact-info .contact-icon{
    margin-left: 1rem;
    font-size: 24px;
}
.btm-footer {
    border-top: 1px solid #E5E5E5;
}

.footer-nav {
    margin: 0 0 1.25rem;
    text-align: center;
    list-style: none;
    padding: 0;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    display: block;
    color: rgba(0, 0, 0, .8);
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
}

.wrapper {
    padding: 3.75rem 0;
}

.mobile-wrap {
    position: fixed;
    right: -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: 55px;
}


.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 0;
    margin: 0;
    color: #323232;
}

.mobile-wrap-head {
    padding: 15px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-menu {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    border: none;
    text-align: center;
    background: none;
    border: none;
    background: #C33E3E;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    outline: none;
    margin-right: auto;
}

.mobile-wrap .navbar-brand {
    padding: 0;
    margin: 0;
}

.mobile-wrap .navbar-brand img {
    max-height: 2.1875rem;
}

.iconMenuWrap ul li a span {
    font-size: 0.91666rem;
    white-space: nowrap;
}

.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: "\f104";
    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: left;
}

.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: 1.25rem;
}

.mobile-nav li + li {
    border-top: 1px solid #e2e5f1;
}

.copyright {
    padding: 14px 0;
    border-left: 1px solid #E5E5E5;
    padding-left: 1rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, .6);
}

.policy-nav li {
    display: inline-block;
}

.policy-nav li:not(:last-child) {
    border-left: 1px solid #E5E5E5;
}

.policy-nav li a {
    display: block;
    padding: 14px 1rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, .6);
}

.page-title {
    padding: 2.5rem 0;
    background-color: rgba(0, 0, 0, .05);
}

.page-title h1 {
    margin-bottom: 0;
    font-size: 32px;
}

.side-widget > h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.side-widget .post-item h3 {
    font-size: 18px;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    display: block;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    line-height: 2.1875rem;
    text-align: center;
    color: #000;
    background: #f2f2f2;
}

.pagination li.active a, .pagination li a:hover {
    background: #C33E3E;
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 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: left;
    margin-right: 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-left: 6px;
    padding-left: 6px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.about-nav li {
    border-bottom: 1px solid #ebebeb;
}

.about-nav li a {
    display: block;
    color: #898989;
    padding: 10px 0;
}

.slide-link-col:last-child .link-item {
    border: none;
}

.-mx-2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important;
}

@media (max-width: 1600px) {
    .navbar-brand {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-height: 5rem;
    }

    .container {
        max-width: 1200px;
    }

    .navbar-nav li {
        margin: 0 7px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .title h2 {
        font-size: 1.875rem;
    }

    .call-us a {
        font-size: 15px;
        margin-left: 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 {
        margin-bottom: 0;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 2.5rem 13px;
    }

    .slide-btns a {
        font-size: 14px;
    }

    .slideImg {
        /*  padding-top: 55%; */
    }

    .entry-caption h2 {
        font-size: 2.1875rem;
    }

    .slide-btns {
        left: -101px;
        top: 40%
    }

    .home-links {
        padding: 10px 0;
    }

    .link-item a {
        padding: 10px 0;
        height: 92px;
    }

    .counter-item .counter {
        font-size: 50px;
        line-height: 3.75rem;
    }

    .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: 1.25rem;
    }

    .program-item p {
        min-height: 92px;
        margin-bottom: 1rem;
    }

    .lab-search-form {
        color: #fff;
        padding: 1.5625rem 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: 2.1875rem;
    }

    .policy-nav li a {
        padding: 14px 10px;
        font-size: 13px;
    }

    .copyright {
        padding-left: 10px;
        font-size: 12px;
    }

    footer .call-us a {
        margin-right: 12px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title {
        margin-bottom: 2.1875rem;
    }

    .top-bar-social {
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
    }

    .top-bar-social .social-links {
        border: none;
    }

    .slogan {
        margin-bottom: 0;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 2.5rem 13px;
    }

    .slide-btns a {
        font-size: 14px;
    }

    .slideImg {
        /*  padding-top: 55%; */
    }

    .entry-caption h2 {
        font-size: 2.1875rem;
    }

    .slide-btns {
        left: -101px;
        top: 40%
    }

    .home-links {
        padding: 10px 0;
    }

    .link-item a {
        padding: 10px 0;
        height: 92px;
    }

    .counter-item .counter {
        font-size: 50px;
        line-height: 3.75rem;
    }

    .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: 1.25rem;
    }

    .program-item p {
        min-height: 92px;
        margin-bottom: 1rem;
    }

    .lab-search-form {
        color: #fff;
        padding: 1.5625rem 50px;
    }

    footer .call-us {
        border-right: none;
        border-top: 1px solid #E5E5E5;
        text-align: center;
    }

    .footer-nav li a {
        font-size: 16px;
        padding: 10px;
    }
    .lang a,.lang a i{
        color: #000;
    }
    .mobile-wrap .social-links li a{
        padding: 0;
        color: #323232;
    }
    .mobile-wrap .social-links li a i{
        width: 32px;
        font-size: 16px;
        color: #003d5c;
        line-height: 32px;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
        border-radius: 50%;
    }
    .mobile-wrap .social-links{
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .mobile-wrap .social-links{
        padding: 10px 0;
    }
    .mobile-wrap .social-links li a{
        padding: 0;
        color: #323232;
    }
    .mobile-wrap .social-links li a i{
        width: 32px;
        font-size: 18px;
        line-height: 32px;
    }
    .lang a,.lang a i{
        color: #000;
    }
    html{
        font-size: 12px;
    }
    .slide-btns {
        display: none;
    }

    .slideImg {
        padding-top: 45%;
    }

    .lang {
        margin-left: 7px;
    }

    .lang a {
        display: block;
    }

    footer .call-us {
        border: none;
    }

    footer .call-us a {
        margin: 0 8px;
    }

    .copyright {
        border-left: none;
        padding-left: 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-left: none;
    }

    .home-links {
        position: relative;
        background-color: #000;
    }

    .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;
    }


    .link-item {
        border: none;
        line-height: 22px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .link-item a {
        min-height: 5rem;
        height: auto;
        padding: 0;
        justify-content: flex-start;
    }

    .link-item a img {
        /* margin: 0 auto 10px; */
    }

    .counter-item .counter {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .counter-item {
        font-size: 16px;
        padding: 5px;
    }

    .title h2 {
        font-size: 1.875rem;
    }

    .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: 2.1875rem 0;
    }

    .post-info {
        padding: 15px;
        min-height: 50px;
    }

    .e3lanat-block {
        margin-bottom: 1.5625rem;
    }

    .title {
        margin-bottom: 1.5625rem;
    }

    .program-wrap .title {
        margin-bottom: 2.5rem;
    }

    .program-item {
        margin-bottom: 1.5625rem;
        padding: 15px;
    }

    .navbar-brand img, .footer-logo img {
        max-height: 95px;
    }
    .caption{
        padding: 5px 10px;
    }
    .caption h2{
        font-size: 14px;
        line-height: 24px;
    }
}