@charset "utf-8";

/* CSS Document */
@media (max-width:1200px) {
    .navigation .navbar-default .navbar-nav li {
        margin: 0 5px;
    }

    .terms ul li {
        padding-left: 0;
    }

    .text-serv h2 {
        margin-top: 10px;
    }

    /*=============services===============*/
    .service-page .block-serv {
        width: 30%;
        margin: 1.5%;
        margin-bottom: 100px;
    }
}

@media (max-width:1024px) {
    .navigation .block-logo {
        width: 80px;
        height: 80px;
        top: auto;
        left: auto;
        transform: none;
    }

    .navigation .block-logo .logo {
        top: auto;
        left: auto;
        width: 135px;
    }

    .navigation .navbar-default .navbar-nav li a {
        font-size: 14px;
        padding: 5px;
        padding-bottom: 10px
    }

    .text-about .title-about {
        width: 45%
    }

    .about {
        padding-bottom: 60px
    }
    
    .navigation .menu-item-has-children .sub-menu {
    width: 100%;
    box-shadow: none;
    background-color: #fff;
}

.navigation .menu-item-has-children .sub-menu li {
    text-align: initial;
}
.form-email .form-control{
    min-width:100%;
}.reg-form-wrap {
    padding: 40px 0;
}

.reg-form-wrap .form-group {
    padding: 10px 15px;
}
}

@media (max-width:991px) {
    .clicker {
        display: table !important;
        cursor: pointer;
        font-size: 24px;
        float: left;
        transition: all .3s;
        z-index: 9999;
        margin: 15px 0;
        color: #473900;
    }

    .clicker span {
        display: none;
    }

    .clicker:hover {
        color: #0C8938;
    }

    .navbar-default {
        padding-bottom: 0 !important;
    }

    .overlay {
        height: 100%;
        width: 280px;
        position: fixed;
        z-index: 999999999999;
        right: -280px;
        top: 0;
        background-position: center;
        background-color: #fbfbfb !important;
        overflow-y: hidden;
        transition: all 0.5s;
        padding: 0;
        min-height: 0;
        border-radius: 0;
    }

    /* Position the content inside the overlay */
    .overlay-content {
        position: relative;
        top: 20px;
        width: 100%;
        text-align: right;
        margin-top: 30px;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    /* The navigation links inside the overlay */
    .overlay a {
        padding: 6px 15px !important;
        text-decoration: none;
        font-size: 36px;
        color: #000 !important;
        display: block;
        /* Display block instead of inline */
        transition: 0.3s;
        /* Transition effects on hover (color) */
    }

    .navigation .navbar-default .navbar-nav li:hover a {
        padding-right: 30px !important;
    }

    .navigation .navbar-default .navbar-nav li:hover:after {
        right: -12px;
    }

    .navigation .navbar-default .navbar-nav li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navigation .navbar-default .navbar-nav li:after {
        content: "";
        height: 37px;
        width: 20px;
        background-color: #0C8938;
        position: absolute;
        top: 0;
        right: -23px;
        transition: all .3s;
    }

    .navigation .navbar-default .navbar-nav li a:after {
        content: none;
    }

    .navigation .navbar-default .navbar-nav li {
        margin: 0;
        width: 100%;
    }

    .navigation .navbar-default .navbar-nav li a {
        padding: 0 15px !important;
        line-height: 37px !important;
    }

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover,
    .overlay a:focus {
        color: #0C8938 !important;
        background-color: transparent;
    }

    /* Position the close button (top right corner) */
    .overlay .closebtn {
        display: block;
        padding: 0 !important;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 25px;
        color: #000 !important;
        z-index: 99999;
    }

    .width {
        width: 0 !important;
    }

    .navigation .navbar-default {
        margin-top: 0;
    }

    .header {
        padding: 10px 0;
    }

    .navigation .navbar-default .navbar-nav {
        width: 100%;
        margin-right: 0;
    }

    .sub-menu li a:before {
        content: none;
    }

    .sub-menu li:after {
        content: none !important
    }

    .menu-item-has-children:hover .sub-menu {
        top: 100% !important;
        transform: translateY(0px) !important
    }

    .main-hero .slider-news {
        padding: 0 15px;
    }

    .hero-slider .text-slider {
        right: 20px
    }

    .about,
    .about.about-page {
        padding: 40px 0;
    }

    .navigation {
        padding: 10px 0;
    }

    .navigation > div {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .text-about p {
        font-size: 14px;
        width: 100%;
    }

    .video-about .img-about img {
        width: 100%;
    }

    .img-about .play-img {
        left: 50%
    }

    .service {
        padding: 60px 0;
    }

    .text-serv h2 {
        margin-top: 20px
    }

    .slider-service .owl-prev {
        left: 42%
    }

    .slider-service .owl-next {
        right: 42%
    }

    .gallery {
        padding: 60px 0;
    }

    .gallery-photos li {
        width: 25%
    }

    .C-Q {
        padding: 60px 0;
    }

    .C-Q .accordion {
        width: 63%;
    }

    .C-Q .C-Q-img {
        width: 35%
    }

    .email-sec .form-email {
        width: 70%;
    }

    footer {
        padding: 50px 0
    }

    .bottom-footer {
        padding: 0 20px
    }

    /*=============details-service===============*/
    .details-service-page {
        padding: 100px 0;
        padding-bottom: 0
    }

    .details-service-page .details-block-ser {
        padding: 10px 0
    }

    .details-block-ser .text-details p {
        font-size: 14px;
    }

    .sub_head {
        padding-top: 120px;
        padding-bottom: 70px;
        padding: 20px 0;
    }

    .sub_head ul li {
        font-size: 18px;
    }

    .terms {
        padding: 0;
        padding-top: 40px;
    }

    .terms h2 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 0;
    }

    .terms ul li {
        font-size: 14px;
        padding-right: 55px;
        text-align: justify;
    }

    .contact {
        padding: 0;
        padding-top: 60px;
    }

    .contact .info {
        padding-right: 0;
    }

    .contact .info li {
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .map {
        height: 280px;
        margin-top: 40px;
    }

    .have_q {
        padding: 20px 0;
    }

    .video_gallery {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .video_gallery .youtube-video-gallery li {
        width: 25%;
    }

    .video-btn {
        left: 50%;
    }

    header .top-header {
        padding: 20px 0;
    }

    .nav-header {
        padding: 0px;
        height: auto;
    }
    
    .news-l .breakingNews {
    width: 70%;
}

.news-l .container {
    justify-content: space-between;
}



.main_title:before {
    width: 70px;
    height: 70px;
    background-size: contain;
}

.about .details-about {
    padding-top: 50px;
}

.video-about,.text-about {
    padding: 0;
}

.about-blocks .block {
    padding: 0 0 30px;
}

section.blogs,
section.partners {
    padding: 60px 0;
}

section.blogs .g-body,
section.partners .g-body {
    margin-top: 40px;
}

.email-sec .form-email {
    margin-top: 40px !important;
}

footer .nav-footer {
    display: none;
}

footer .footer-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer {
    padding-bottom: 20px;
}

.text-bottom h2 {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 10px;
}

.text-bottom  h1 {
    font-size: 10px;
}
section.blogs.blogs-wrap .g-body {
    padding: 0;
}

section.blogs.blogs-wrap .itom {
    padding: 20px 5px;
}

.blog-single-wrap .b-post img {
    height: 200px;
    border-radius: 10px;
}

.blog-single-wrap .b-post h3 {
    line-height: 1.7;
    font-size: 17px;
}

.blog-single-wrap .b-comments .comments-list .com-item span {
    font-size: 12px;
}

.blog-single-wrap .b-comments .comments-list .com-item span:after {
    margin: 0 5px;
}

.blog-single-wrap .b-comments .comments-form .com-inner {
    padding: 30px 5px;
}

.blog-single-wrap .b-comments .comments-form .com-inner .form-group:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-single-wrap {
    padding: 60px 0;
}
section.partners.partners-wrap .block {
    padding: 15px 0;
}
section.blogs.activities.activities-wrap .itom {
    padding: 20px 5px;
}
.hero-sec .item {
    height: 350px;
}

.hero-sec .item .i-cap {
    width: 100%;
    padding: 0 20px;
}

.hero-sec .item .i-cap h3 {
    font-size: 20px;
}
}

@media (max-width:768px) {
    .video-about {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .video-about .modal {
        padding-right: 0 !important
    }

    .video-about .modal-body {
        padding: 15px;
        overflow: hidden;
    }

    .video-about .modal-body iframe {
        width: 100%
    }

    .modal-dialog {
        width: 100%
    }

    .details-about .text-about {
        width: 100%;
    }

    .about-page .text-about p {
        width: 100%;
        padding-bottom: 0
    }

    .about-page .details-about .t-a-page {
        width: 100%
    }

    .text-about .title-about {
        width: 35%;
        margin-bottom: 25px
    }

    .C-Q .C-Q-img {
        display: none;
    }

    .C-Q .accordion {
        width: 100%;
    }

    .gallery-photos li {
        width: 50%
    }

    .email-sec {
        padding: 60px 0;
    }
    
    .survey .inner {
    border: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.survey .inner .s-body h4 {
    line-height: 1.8;
    margin-bottom: 20px;
}

.survey .inner .s-body .form-group .res-tube {
    padding: 0;
}

    .email-sec .form-email {
        width: 100%
    }

    footer .nav-footer {
        text-align: center;
        margin-bottom: 40px;
    }

    footer .nav-footer li {
        margin: 15px auto;
        width: 100%;
    }

    footer .nav-footer li a {
        font-size: 14px
    }

    footer .footer-con {
        margin: 0 auto;
        padding-bottom: 50px;
        text-align: center;
    }

    footer .footer-con li {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-bottom: 8px
    }

    footer .footer-logo {
        display: none;
    }

    .bottom-footer {
        padding: 15px 0;
        height: auto;
    }

    .text-bottom h2,
    .text-bottom h1 {
        /*font-size: 13px;*/
        text-align: center;
        line-height: 22px;
        float: none;
    }

    .bottom-footer .text-bottom {
        margin: 0 auto;
        display: table;
    }

    /*=================services==================*/
    .service-page .block-serv {
        width: 47%;
    }

    .faq .accordion li {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        float: none !important;
    }

    .video_gallery .youtube-video-gallery li {
        width: 33.333%;
    }

    footer .footer-con li span {
        margin-right: 10px;
        float: left;
        margin-top: 3px;
    }

    footer .footer-con li:first-child span {
        margin-right: 10px;
    }

    .video-about .img-about {
        height: auto;
        min-height: 180px;
        max-height: 300px;
        border-radius: 20px;
    }

    .video-about .img-about img {
        float: none;
        min-height: 180px;
        max-height: 300px;
        border-radius: 20px;
    }
}

@media (max-width:640px) {
    .top-header .register {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .main-hero {
        height: 480px;
    }

    .hero-slider .img-slider {
        height: 480px;
    }

    .hero-slider .text-slider {
        top: 150px
    }

    .text-slider h2 {
        font-size: 24px;
    }

    .text-slider p {
        font-size: 16px;
    }

    .hero-slider .owl-dots {
        left: 20px
    }

    .main-hero .text-news p {
        font-size: 14px;
    }

    .top-header .con-header {
        display: none;
    }

    .main_title .text h2 {
        font-size: 18px
    }

    .text-about .title-about {
        width: 42%;
    }

    .text-about p {
        font-size: 14px
    }

    .gallery .nav-tabs {
        padding: 30px 20px;
        padding-top: 50px;
    }

    .gallery .nav > li > a {
        font-size: 14px;
        padding: 15px;
    }

    .gallery-photos li {
        height: 200px
    }

    .email-sec {
        padding: 60px 0
    }

    .form-email .form-control {
        padding-right: 25px
    }

    .form-email .btn-form {
        width: 85px
    }

    .slider-service {
        padding-top: 45px;
        padding-bottom: 0;
    }

    .slider-service .block-serv {
        height: auto;
        padding-bottom: 50px;
    }

    .slider-service .owl-prev,
    .slider-service .owl-next {
        display: none !important;
    }

    .toTop {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -28px
    }

    /*==============about====================*/
    .about-page .details-about .t-a-page {
        font-size: 14px
    }

    /*================services==================*/
    .service-page .block-serv {
        width: 98%;
    }

    .video_gallery .youtube-video-gallery li {
        width: 50%;
    }

    .sub_head {
        padding-top: 40px;
        padding-bottom: 40px;
        padding: 20px 0;
    }

    .service-page .block-serv {
        height: auto;
        padding-bottom: 40px;
    }
}

@media (max-width:460px) {
    header .top-header {
        padding: 15px 0
    }

    .navigation .block-logo {
        width: 65px;
        height: 65px;
        padding: 0;
        position: relative;
        left: auto;
        right: auto;
    }

    .navigation .block-logo .logo {
        width: 100%;
    }

    .main-hero {
        height: auto;
    }

    .hero-slider .img-slider {
        height: 330px;
    }

    .text-about p,
    .about-page .details-about .t-a-page {
        font-size: 13px;
        line-height: 29px;
        text-align: justify;
    }

    .gallery-photos li {
        width: 100%;
        height: auto;
    }

    .block-fancy .text-fancy {
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .hero-slider .owl-dots {
        display: none !important;
    }

    .hero-slider .text-slider {
        top: 50%;
        text-align: center;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        right: auto;
    }

    .text-slider h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .text-about .title-about {
        width: 80%;
    }

    .gallery .nav > li > a {
        font-size: 13px;
        padding: 10px 0;
        margin: 5px;
    }

    .terms h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .terms h2 {
        font-size: 13px;
        line-height: 25px;
    }

    .terms ul {
        margin-top: 30px;
    }

    .terms ul li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

    .terms ul li {
        font-size: 12px;
        padding-right: 0;
    }

    .terms ul li br {
        display: none;
    }

    .contact .info li h1 {
        font-size: 18px;
    }

    .contact .info li h3 {
        font-size: 14px;
    }

    .video_gallery .youtube-video-gallery li {
        width: 100%;
    }

    .youtube-videogallery-link:after {
        width: 50px;
        height: 50px;
    }

    .main-hero .text-news p {
        font-size: 12px;
    }

    .accordion .link {
        font-size: 12px;
        line-height: 28px;
        padding: 5px 30px 5px 15px;
    }

    .accordion li i {
        top: 14px;
        right: 10px;
    }

    .accordion p {
        padding: 15px;
        width: 100%;
        text-align: justify;
    }

    .footer-icons li {
        margin: 0 10px;
    }


    footer .nav-footer {
        margin-bottom: 15px;
    }

    footer .footer-con {
        padding-bottom: 15px;
    }
}

@media (max-width:360px) {
    .sub_head ul li {
        font-size: 18px;
    }

    .contact form .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .navigation .menu-item-has-children .sub-menu {
        display: none;
    }
}
