body {
    /* font-family: 'Philosopher', sans-serif; */
    font-family: 'Berlin Sans FB',sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'Philosopher', sans-serif !important; */
    font-family: 'Berlin Sans FB',sans-serif;
}

a {
    text-decoration: none !important;
}

.full-container {
    max-width: 1900px;
    margin: 0 auto;
}

.mwfifty {
    max-width: 50%;
}

.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
    font-family: 'Berlin Sans FB',sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.Documentaries {
    border: 2px solid #ff9934;
    padding: 15px;
    overflow: hidden;
}

Documentaries
.res-media {
    border: 2px solid #ff9934;
    padding: 15px;
    overflow: hidden;
    min-height: 150px;
}

.res-Articles {
    border: 2px solid #ff9934;
    padding: 15px;
    overflow: hidden;
    min-height: 215px;
}

.Res-books {
    border: 2px solid #ff9934;
    padding: 15px;
    overflow: hidden;
    min-height: 480px;
}

.Documentaries .img-colum iframe {
    width: 485px;
    height: 265px;
}



#header {
    transition: all .5s;
    z-index: 997;
    background-color: #fff;
    border-top-style: solid;
    border-top-color: #008080;
    border-top-width: 10px;
    border-bottom: solid;
    border-bottom-color: #008080;
    /*padding: 10px 20px 10px 20px;
    max-width: 1920px;
    margin: 0 auto;
    height: 90px;*/
    /* border-bottom: 1px solid #ccc;*/
}

    #header.header-scrolled {
        background-color: #fff;
        box-shadow: 0 0 20px rgba(127, 137, 161, .8)
    }



.logo {
    width: 70px;
    background: #fff;
    border-radius: 50%;
}

    .logo img {
        width: 164px;
        max-width: none;
        margin-bottom: -16px;
    }

.navbar {
    padding: 4px 0px;
}

    .navbar .navbar-nav .nav-item.dropdown {
        -webkit-transition: .5s;
        transition: .5s;
    }

        .navbar .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
            display: block;
        }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /*  width: 300px;*/
    box-shadow: 5px 8px 28px rgb(27 33 37 / 15%);
    border: 0;
    border-bottom: 2px solid #008080;
    margin: 0.1rem 0 0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #008080;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::before {
    background-color: inherit;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 5%;
    top: 0;
    content: '';
    transform: translateY(-50%) rotate(-45deg);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    color: #333 !important;
    font-family: 'Berlin Sans FB',sans-serif;
    font-weight: 400;
    font-size: 1rem;
}



.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.prev-icon i.fas.fa-arrow-circle-left, .next-icon i.fas.fa-arrow-circle-right {
    color: #008080;
    font-size: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: initial;
}

.carousel-inner .carousel-item .slide-text-fc {
    color: #fff;
}

.carousel-inner .carousel-item .slide-text-sc {
    color: #000;
}

.carousel .carousel-indicators {
    bottom: -5px;
}

.carousel-control-prev {
    left: -66px;
}

.carousel-control-next {
    right: -60px;
}


ol.rightpt {
    counter-reset: list;
}

    ol.rightpt > li {
        list-style: none;
    }

        ol.rightpt > li:before {
            content: counter(list, lower-alpha) ") ";
            counter-increment: list;
        }


ul.dashed {
    margin: 0;
}

ul.dashed {
    list-style-type: none;
}

    ul.dashed > li {
        text-indent: -5px;
    }

        ul.dashed > li:before {
            content: "-";
            text-indent: -5px;
        }

li .spanitem {
    margin-left: 5px;
}

.slider-section {
    margin: 42px 0 0px 0;
}

.second-section .colum-img-contant {
    padding: 20px;
    background-color: #fff;
    text-align: justify;
    position: relative;
    padding-bottom: 60px;
}

    .second-section .colum-img-contant .read-more-about {
        background-color: #008080;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
        margin-bottom: 32px;
    }

    .second-section .colum-img-contant h2 span {
        /*color: #008080;*/
        font-weight: 600;
    }

    .second-section .colum-img-contant p {
        line-height: 24px;
    }

    .second-section .colum-img-contant .hvr-rectangle-out:before {
        background-color: #ff9934;
    }
/*.second-section .colum-img-contant .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active{
	color: #008080;
}*/
.second-section {
    padding: 50px 0;
    background-image: url(../img/background.jpg);
    background-size: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.swiper-slider {
    padding: 15px 15px;
    /* margin-top: 47px; */
    /* padding: 90px 0px; */
}

    .swiper-slider .swiper-slide {
        background-color: #fff;
        box-shadow: 1px 1px 20px rgb(27 33 37 / 25%);
        margin: 30px 20px;
    }

    .swiper-slider .section-heading {
        margin-left: 20px;
    }

        .swiper-slider .section-heading h2 span {
            color: #008080;
            font-weight: 600;
        }

    .swiper-slider .section-heading-contact p {
        line-height: 24px;
    }

.swiper-slide .post-content {
    padding: 20px;
}

    .swiper-slide .post-content .post-tag {
        display: inline-block;
        padding: 2px 18px;
        color: #ff9934;
        background-color: #f7dfc7;
        transition: all 0.2s ease-in-out;
    }

        .swiper-slide .post-content .post-tag:hover {
            color: #fff;
            background-color: #ff9934;
        }

.swiper-slide .text-divider {
    padding-bottom: 15px;
    margin-top: 15px;
}

    .swiper-slide .text-divider a {
        color: #008080;
        font-weight: bold;
        transition: all 0.2s ease-in-out;
    }

        .swiper-slide .text-divider a:hover {
            color: #ff9934;
        }

.swiper-slide .post-title {
    position: relative;
}

    .swiper-slide .post-title::after {
        width: 70px;
        height: 1px;
        background-color: #ff9934;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding: 50px 0;
}

    .contact .section-heading h2 span {
        color: #008080;
        font-weight: 600;
    }

    .contact .section-heading-contact p {
        line-height: 24px;
    }

    .contact .info-box {
        color: #444444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
        padding: 20px 0 30px 0;
    }

        .contact .info-box i {
            font-size: 32px;
            color: #ff9934;
            border-radius: 50%;
            padding: 18px;
            border: 2px dotted #008081;
            height: 70px;
            width: 70px;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #008081;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
        padding: 15px;
    }

        .contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
                border-color: #106eea;
            }

        .contact .php-email-form input {
            padding: 20px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type="submit"] {
            background: #ff9934;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: 0.4s;
        }

        .contact .php-email-form button.hvr-shutter-in-vertical:before {
            background-color: #ff9934;
        }

        .contact .php-email-form button[type="submit"]:hover {
            background: #028181;
        }





.footer-body {
    background-color: #008080;
    text-align: center;
    color: #fff;
    padding: 2px 0 0px;
    max-height: max-content;
}

    .footer-body .footer-navbar .navbar-brand {
        color: #fff;
    }

    .footer-body .navbar-line {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-body .navbar-line .navbar-nav {
            display: block;
        }

            .footer-body .navbar-line .navbar-nav a {
                color: #fff;
                border: 1px solid #fff;
                padding: 7px;
                /*border-radius: 50%;*/
                transition: all 0.2s ease-in-out;
            }
                /*.footer-body .navbar-line .navbar-nav a.content-link{
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 10px;
}*/

                .footer-body .navbar-line .navbar-nav a:hover {
                    color: #ff9934;
                    background-color: #fff;
                }

.footer-copy.section-darken {
    background-color: #017070;
    padding: 10px;
}

    .footer-copy.section-darken .copy-right {
        color: #fff;
    }

.footer-body .info-box {
    color: #444444;
    text-align: center;
    background-color: #fff;
    /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);*/
    padding: 2px;
    border-radius: 20px;
}

    .footer-body .info-box i {
        font-size: 18px;
        color: #ff9934;
        border-radius: 100%;
        padding: 8px;
        border: 2px dotted #008081;
        height: 40px;
        width: 40px;
    }

    .footer-body .info-box h3 {
        font-size: 20px;
        color: #008081;
        font-weight: 700;
        margin: 1px 0;
    }

    .footer-body .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 1rem;
        margin-bottom: 15px;
    }

.footer-body .php-email-form {
    background-color: #fff;
    /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);*/
    padding: 15px;
    border-radius: 20px;
}

    .footer-body .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .footer-body .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .footer-body .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .footer-body .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .footer-body .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .footer-body .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .footer-body .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .footer-body .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #106eea;
        }

    .footer-body .php-email-form input {
        padding: 8px 10px;
    }

    .footer-body .php-email-form textarea {
        padding: 0px 15px;
    }

    .footer-body .php-email-form button[type="submit"] {
        background: #ff9934;
        border: 0;
        padding: 7px 10px;
        color: #fff;
        transition: 0.4s;
        margin: -2px;
    }

    .footer-body .php-email-form button.hvr-shutter-in-vertical:before {
        background-color: #ff9934;
    }

    .footer-body .php-email-form button[type="submit"]:hover {
        background: #028181;
    }






/*--------------------------------------------------------
#  tab-modal
--------------------------------------------------------------------------------*/
.tab-modal {
    margin-top: 43px;
    background-color: #ff9934;
    padding: 50px 0;
}

    .tab-modal .section-heading h2 span {
        color: #008080;
        font-weight: 600;
    }

    .tab-modal .section-heading-contact p {
        color: #fff;
    }

    .tab-modal .section-heading h2 {
        position: relative;
        font-weight: 600;
        padding-bottom: 13px;
        color: #fff;
    }

        .tab-modal .section-heading h2::before {
            content: " ";
            display: block;
            width: 70px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0 auto;
        }

.tab-panel .nav a.nav-link.active {
    width: 260px;
    background-color: initial;
    text-align: center;
    color: #008080;
    border: 1px solid #008080;
    border-radius: 1px;
}

.tab-panel .nav a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.tab-panel .swiper-slide {
    background-color: #fff;
    box-shadow: 1px 1px 20px rgb(27 33 37 / 25%);
}

.imagepading {
    padding: 11px 0px 53px;
}

.imagepading2 {
    padding: 11px 0px 0px;
}

.butt {
    float: right;
}

/*
.digin{
    border: 1px solid;
    border-color: #ed7d31;
    shape-margin: 10px;
    width: 25%;
    float: left;
    shape-outside: border-box;
    padding: 10px 10px 0px 10px;
    margin: 34px 10px 0px 0px;
    background-color: #abd4e6;
}


.digm{
  border: 1px solid;
    border-color: #ed7d31;
    shape-margin: 10px;
    width: 25%;
    float: right;
    shape-outside: border-box;
    padding: 10px 10px 0px 10px;
    margin: 34px 0px 0px 10px;
    background-color: #abd4e6;
}
*/

.popup {
    padding: 20px;
}

ol.rightpt {
    counter-reset: list;
}

    ol.rightpt > li {
        list-style: none;
    }

        ol.rightpt > li:before {
            content: counter(list, lower-alpha) ") ";
            counter-increment: list;
        }


ul.dashed {
    margin: 0;
}

ul.dashed {
    list-style-type: none;
}

    ul.dashed > li {
        text-indent: -5px;
    }

        ul.dashed > li:before {
            content: "-";
            text-indent: -5px;
        }

li .spanitem {
    margin-left: 5px;
}

.bbuttone {
    padding: 6px 9px;
    margin: 9px 15px;
}

.secheading {
    font-size: 20px;
}

.digm {
    border: 3px solid #000000;
    shape-margin: 10px;
    width: 25%;
    float: right;
    shape-outside: border-box;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 10px;
}

.digin {
    border: 3px solid #000000;
    shape-margin: 10px;
    width: 25%;
    float: left;
    shape-outside: border-box;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 0px;
}

.text-highlight {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 18px #888888;
}

.case_select {
    width320px;
    float: right
}

.Documentaries p {
    display: block;
    display: -webkit-box;
    /*height: 4.6em;*/
    line-height: 1.3em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.Documentaries .upper_head {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 10px 0;
}
