
@font-face {
    font-family: 'MyriadPro-Light';
    /*src: url('../fonts/MYRIADPRO-BOLD.OTF');*/
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: 'MyriadPro-REGULAR';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

/*body {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-family: "MyriadPro-Light";
    color: #fff;*/
/*content-visibility: auto;*/
/*overflow-x: hidden;*/
/*background: rgba(77,12,16,1);
    background: -moz-linear-gradient(45deg, rgba(77,12,16,1) 0%, rgba(127,38,41,1) 35%, rgba(102,22,26,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(77,12,16,1)), color-stop(35%, rgba(127,38,41,1)), color-stop(100%, rgba(102,22,26,1)));
    background: -webkit-linear-gradient(45deg, rgba(77,12,16,1) 0%, rgba(127,38,41,1) 35%, rgba(102,22,26,1) 100%);
    background: -o-linear-gradient(45deg, rgba(77,12,16,1) 0%, rgba(127,38,41,1) 35%, rgba(102,22,26,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(77,12,16,1) 0%, rgba(127,38,41,1) 35%, rgba(102,22,26,1) 100%);*/
/*background: linear-gradient(45deg, rgba(77,12,16,1) 0%, rgba(127,38,41,1) 35%, rgba(102,22,26,1) 100%);*/
/*background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0c10', endColorstr='#66161a', GradientType=1 );
    text-align: left;
    min-height: 100vh;
}*/

* {
    direction: ltr;
}

body {
    font-family: "MyriadPro-Light";
    color: #fff;
    /* background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);

    */
    background: #0a786b;
        overflow-x: hidden;
}

/*@font-face {
    font-family: "GE-SS-Two-Light";
    src: url("../fonts/Monadi.eot");
    src: url("../fonts/Monadi.eot#iefix") format("embedded-opentype"),
        url("../fonts/Monadi.woff") format("woff"),
        url("../fonts/Monadi.ttf") format("truetype"),
        url("../fonts/Monadi.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}*/







img {
    max-width: 100%;
}

a:link, a:visited {
    color: #D0b26c;
    text-decoration: none;
}

a:hover {
    color: #D0b26c;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.active, .active a {
    color: #D0b26c !important;
}

    .active a, .active i {
        color: #D0b26c;
    }

nav {
    width: 100%;
    padding: 0px 4%;
    margin: 0px 0px 10px 0px;
    float: left;
    text-align: center;
    min-height: 50px;
    position: static !important;
    z-index: 100;
    /*background-image: url("../img/patern.png");
	background-size:170%;
	background-position: center bottom;
	background-repeat: repeat-x;*/
}

    nav ul {
        padding: 0px;
        margin: 0px;
        margin-top: 30px;
        width: auto;
        float: right;
        text-align: right;
    }

    nav li {
        list-style: none;
        float: right;
        margin-left: 14px;
    }

    nav img {
        position: initial;
        left: 75%;
    }

header {
    /*min-height: 30vh;*/
    width: 100%;
    /* float: right; */
    background-image: url(../img/patern.png);
    background-size: 176%;
    background-position: 0px 97%;
    background-repeat: repeat-x;
    margin-bottom: 20px;
    display: inline-grid;
}

.videostream {
    float: left;
    width: auto;
    top: 15px;
    text-align: right;
    animation: videobg 5s infinite;
    left: 70px;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 101;
}

    .videostream span {
        display: block;
        width: auto;
        float: right;
        margin-right: 20px;
    }

.carousel {
    margin-top: 70px;
    height: 70vh;
    background-image: url(../../assets/img/patern.png);
    background-size: 200%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.internal-carousel {
    margin-top: 0px;
}


.news-slider {
    text-align: center;
    height: 90vh;
}

.internal-carousel .carousel-indicators {
    bottom: 11%;
}

.internal-carousel .news-title {
    /*background-color: rgb(0 0 0 / 27%);*/
    background-color: rgb(26,60,106);
    background: linear-gradient(0deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);
    background-color: rgb(0 0 0 / 27%);
    padding: 5px;
    width: 102%;
    text-align: center;
    margin-left: -5%;
    bottom: -2%;
    top: 80%;
}


.carousel-item h6 {
    color: #fff;
}

.carousel-item h5 {
    color: #fff;
    font-size: larger;
}

.carousel-item .title {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 100px;
    margin-top: 170px;
}

section {
    width: 100%;
    float: left;
}

.carousel-item h1 {
    font-size: 35px;
    color: #fff;
}

.carousel-item .title h1 {
    font-size: 35px;
    color: #fff;
}

.carousel-item .title h4 {
    font-size: 22px;
    color: #D0b26c;
}

.carousel-item .title h5 {
    font-size: 22px;
    color: #fff;
}

.carousel-item .title h6 {
    font-size: 22px;
    color: #fff;
}

.carousel-item .now {
    width: 200px;
    position: absolute;
    right: 43%;
    top: 0%;
    margin-top: 15%;
}

.carousel-item .d-block {
    max-width: 100%;
    max-height: 80vh;
    margin-top: 40px;
    margin: auto;
}

.carousel-item .now h2 {
    background-color: #D0b26c;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    width: auto;
    float: right;
    font-size: 30px;
    margin-bottom: 0px;
}

.carousel-item .now h3 {
    border-right: solid 6px #fff;
    border-left: solid 6px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 5px 20px;
    width: 100%;
    color: #fff;
    float: right;
    font-size: 52px;
    text-align: center;
}

.carousel-item .now img {
    position: absolute;
    bottom: -70px;
    right: 31%;
    width: 70px;
}

.carousel-indicators .active {
    background-color: #387373;
}

.carousel-indicators {
    bottom: 14%;
    z-index: 1000;
}

.carousel-control-next, .carousel-control-prev {
    width: 9%;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: solid 3px #fff;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
}

.carousel-control-next, .carousel-control-prev {
    /*display: none;*/
    height: 100%;
}

.ads .carousel {
    height: auto;
}

.ads {
    margin-bottom: 20px !important;
}

.logo {
    top: 7px;
    width: 200px;
}

.carousel-indicators {
    padding-right: 0px;
}

.date_time {
    background-size: 17px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
    width: 200px;
    float: left;
    margin-top: 20px;
}

/*social*/


.menu {
    z-index: 999;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    margin-right: 0px;
}

    .menu li {
        margin-left: 0px;
    }

    .menu .share i.fa, .menu .share i.fab {
        height: 50px;
        width: 66px;
        padding: 2px 5px 5px 5px;
        text-align: center;
        line-height: 50px;
        background-color: #187373a3;
        border: 1px solid #55a198;
        border-radius: 10px;
    }

    .menu .share:hover.bottom .submenu li:nth-child(1) {
        opacity: 1;
        top: 50px;
        transform: rotate(0deg);
        transition-delay: 0.08s;
    }

    .menu .share:hover.bottom .submenu li:nth-child(2) {
        opacity: 1;
        top: 100px;
        transform: rotate(0deg);
        transition-delay: 0.16s;
    }

    .menu .share:hover.bottom .submenu li:nth-child(3) {
        opacity: 1;
        top: 150px;
        transform: rotate(0deg);
        transition-delay: 0.24s;
    }

    .menu .share:hover.bottom .submenu li:nth-child(4) {
        opacity: 1;
        top: 200px;
        transform: rotate(0deg);
        transition-delay: 0.32s;
    }

    .menu .share:hover.bottom .submenu li:nth-child(5) {
        opacity: 1;
        top: 250px;
        transform: rotate(0deg);
        transition-delay: 0.4s;
    }

    .menu .share:hover.left .submenu li:nth-child(1) {
        opacity: 1;
        left: -51px;
        transform: rotate(0deg);
        transition-delay: 0.5s;
    }

    .menu .share:hover.left .submenu li:nth-child(2) {
        opacity: 1;
        left: -102px;
        transform: rotate(0deg);
        transition-delay: 1s;
    }

    .menu .share:hover.left .submenu li:nth-child(3) {
        opacity: 1;
        left: -153px;
        transform: rotate(0deg);
        transition-delay: 1.5s;
    }

    .menu .share:hover.left .submenu li:nth-child(4) {
        opacity: 1;
        left: -204px;
        transform: rotate(0deg);
        transition-delay: 2s;
    }

    .menu .share:hover.left .submenu li:nth-child(5) {
        opacity: 1;
        left: -255px;
        transform: rotate(0deg);
        transition-delay: 2.5s;
    }

    .menu .share:hover.right .submenu li:nth-child(1) {
        opacity: 1;
        left: 50px;
        transform: rotate(0deg);
        transition-delay: 0.08s;
        border-left: 1px dashed #ccc;
    }

    .menu .share:hover.right .submenu li:nth-child(2) {
        opacity: 1;
        left: 100px;
        transform: rotate(0deg);
        transition-delay: 0.16s;
        border-left: 1px dashed #ccc;
    }

    .menu .share:hover.right .submenu li:nth-child(3) {
        opacity: 1;
        left: 150px;
        transform: rotate(0deg);
        transition-delay: 0.24s;
        border-left: 1px dashed #ccc;
    }

    .menu .share:hover.right .submenu li:nth-child(4) {
        opacity: 1;
        left: 200px;
        transform: rotate(0deg);
        transition-delay: 0.32s;
        border-left: 1px dashed #ccc;
    }

    .menu .share:hover.right .submenu li:nth-child(5) {
        opacity: 1;
        left: 250px;
        transform: rotate(0deg);
        transition-delay: 0.4s;
        border-left: 1px dashed #ccc;
    }

    .menu .share:hover.top .submenu li:nth-child(1) {
        opacity: 1;
        top: -51px;
        transition-delay: 0.08s;
        transform: rotateY(0deg);
        border-bottom: 1px dashed #d9d9d9;
    }

    .menu .share:hover.top .submenu li:nth-child(2) {
        opacity: 1;
        top: -102px;
        transition-delay: 0.16s;
        transform: rotateY(0deg);
        border-bottom: 1px dashed #d9d9d9;
    }

    .menu .share:hover.top .submenu li:nth-child(3) {
        opacity: 1;
        top: -153px;
        transition-delay: 0.24s;
        transform: rotateY(0deg);
        border-bottom: 1px dashed #d9d9d9;
    }

    .menu .share:hover.top .submenu li:nth-child(4) {
        opacity: 1;
        top: -204px;
        transition-delay: 0.32s;
        transform: rotateY(0deg);
        border-bottom: 1px dashed #d9d9d9;
    }

    .menu .share:hover.top .submenu li:nth-child(5) {
        opacity: 1;
        top: -255px;
        transition-delay: 0.4s;
        transform: rotateY(0deg);
        border-bottom: 1px dashed #d9d9d9;
    }

    .menu .submenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .menu .submenu li {
            transition: all ease-in-out 0.5s;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
        }

            .menu .submenu li a {
                color: #fff;
            }

                .menu .submenu li a:hover i.fa {
                    color: #fff;
                }


                .menu .submenu li a:hover.play i.fa, .menu .submenu li a:hover.play i.fab {
                    background-color: forestgreen;
                }

                .menu .submenu li a:hover.twitter i.fa, .menu .submenu li a:hover.twitter i.fab {
                    background-color: #0f1419;
                }

                .menu .submenu li a:hover.youtube i.fa, .menu .submenu li a:hover.youtube i.fab {
                    background-color: #dd4b39;
                }

                .menu .submenu li a:hover.pause i.fa, .menu .submenu li a:hover.pause i.fab {
                    background-color: forestgreen;
                }

                .menu .submenu li a:hover.website i.fa, .menu .submenu li a:hover.website i.fal {
                    background-color: #9bbf1c;
                }

            .menu .submenu li:nth-child(1) {
                transform: rotateX(45deg);
            }

            .menu .submenu li:nth-child(2) {
                transform: rotateX(90deg);
            }

            .menu .submenu li:nth-child(3) {
                transform: rotateX(135deg);
            }

            .menu .submenu li:nth-child(4) {
                transform: rotateX(180deg);
            }

            .menu .submenu li:nth-child(5) {
                transform: rotateX(180deg);
            }

    .menu.topLeft {
        top: 40px;
        left: 85%;
        position: absolute;
        width: 165px;
    }

    .menu.topRight {
        bottom: 25px;
        right: -18px;
    }

    .menu.bottomLeft {
        bottom: 10px;
        left: 10px;
    }

    .menu.bottomRight {
        bottom: 10px;
        right: 10px;
    }

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.mobile-visable {
    display: none !important;
}

@keyframes videobg {
    0% {
        background-color: #450d0f;
    }

    50% {
        background-color: #92671f;
    }

    100% {
        background-color: #450d0f;
    }
}

.ads {
    margin-top: 0px;
    margin-bottom: 50px;
    float: left;
}

    .ads .carousel-control-next, .ads .carousel-control-prev {
        display: none;
    }

    .ads .carousel-control-next-icon, .ads .carousel-control-prev-icon {
        margin-top: 40%;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}



    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }



.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}



.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.news {
    margin: 40px auto;
    width: 100%;
    float: right;
}

    .news h1 {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

.frequencies {
    margin: 40px auto;
    width: 100%;
    float: right;
}

    .frequencies h1 {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

.frequency {
    background: #D0b26c;
    border-radius: 30px;
    width: 90%;
    padding: 30px 10px;
    margin: 50px 5% 20px;
    text-align: center;
    color: #fff;
}

.all {
    background-color: #D0b26c;
    padding: 4px 14px;
    margin: auto;
    color: #fff;
}

    .all:hover {
        color: #712629;
    }

.slider {
    width: 100%;
    margin: 20px auto;
}

.news-slides {
    margin: 0px 10px;
}

    .news-slides img {
        width: 100%;
        height: 100px;
    }

.news-slides {
    padding: 0px;
    margin: 0px;
}

    .news-slides li {
        opacity: .8;
        scale: .9;
        width: 16%;
        float: right;
        margin: 30px 2%;
        list-style: none;
        min-height: 235px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
    }

        .news-slides li:hover {
            opacity: 1;
            scale: 1.4;
            width: 20%;
            margin: 10px 0%;
        }

            .news-slides li:hover img {
                opacity: 1;
                scale: 1.4;
                max-width: 120%;
            }

    .news-slides h3 {
        opacity: .3;
        margin-top: 10px;
        background-color: rgb(189 154 94);
        text-align: center;
        padding: 10px;
        font-size: 11px;
    }

    .news-slides a:hover h3 {
        color: #fff;
    }

    .news-slides li:hover h3 {
        display: block;
        opacity: 1;
        font-size: 14px;
    }


.MainImg {
    margin: 40px auto;
    width: 100%;
    float: right;
}

    .MainImg h1 {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }


.MainImg-slides {
    margin: 0px 10px;
}

    .MainImg-slides img {
        width: 100%;
        height: 100px;
    }

.MainImg-slides {
    padding: 0px;
    margin: 0px;
}

    .MainImg-slides li {
        opacity: .8;
        scale: .9;
        width: 16%;
        float: right;
        margin: 30px 2%;
        list-style: none;
        min-height: 235px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
    }

        .MainImg-slides li:hover {
            opacity: 1;
            scale: 1.4;
            width: 20%;
            margin: 10px 0%;
        }

            .MainImg-slides li:hover img {
                opacity: 1;
                scale: 1.4;
                max-width: 120%;
            }

    .MainImg-slides h3 {
        opacity: .3;
        margin-top: 10px;
        background-color: rgb(189 154 94);
        text-align: center;
        padding: 10px;
        font-size: 11px;
    }

    .MainImg-slides a:hover h3 {
        color: #fff;
    }

    .MainImg-slides li:hover h3 {
        display: block;
        opacity: 1;
        font-size: 14px;
    }


footer {
    background-image: url(../img/footerBackground.png);
    /* background-color: #dce2e3; */
    background-position: center bottom;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: repeat-x;
    background-size: 101%;
    padding: 0% 0% 4% 0%;
    width: 100%;
    float: left;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 5px 2px 5px 3px white;
    /*height: 283px;*/
    height: 100%;
    line-height: 3px;
}


.MainImg-title {
    position: absolute;
    top: 75%;
    /*right: 20px;*/
    left: 0px;
    color: white !important;
    text-align: justify;
    width: auto;
    background-color: rgb(26,60,106);
    background: linear-gradient(106deg, rgb(26 60 106 / 48%) 0%, rgba(0,154,106,1) 100%);
    padding: 20px;
}

.vision {
    width: 150px;
}

.news-title {
    position: absolute;
    top: 40%;
    left: 40px;
    color: #fff !important;
    text-align: right;
    background: linear-gradient(0deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);
}

.news-slider {
    position: relative;
    max-height: 90vh;
}

    .news-slider img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 73vh;
    }

.margin-auto {
    margin: 20px auto;
    min-height: 70px;
}

nav {
    /*position: 
		absolute !important;*/

    top: 15px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    float: none;
    margin: auto;
    border-radius: 35px;
    border: solid 1px #187373;
    font-size: 18px;
    min-width: 190px;
}

.nav-tabs {
    border-bottom: 0px none #dee2e6;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: transparent;
        border-color: #dee2e6 #dee2e6 #fff;
        color: #D0b26c;
        border: 0px none;
        font-size: 25px;
    }

.news-slides-internal {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    float: right;
}

    .news-slides-internal li {
        list-style: none;
        width: 31%;
        margin: 8px 1%;
        float: right;
        min-height: 158px;
    }

        .news-slides-internal li h3 {
            margin-top: 0px;
            background-color: #e4f2e7;
            text-align: center;
            padding: 20px 15px;
            font-size: 13px;
            color: #212529;
        }

.MainImg-slides-internal {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    float: right;
}

    .MainImg-slides-internal li {
        list-style: none;
        width: 31%;
        margin: 8px 1%;
        float: right;
        min-height: 158px;
    }

        .MainImg-slides-internal li h3 {
            margin-top: 3px;
            background-color: #D0b26c;
            text-align: center;
            padding: 20px 15px;
            font-size: 13px;
            color: #fff;
        }

.margin-40 {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0px;
    text-align: center;
}

    .margin-40 img {
        margin: 15px 0px;
        height: 150px;
        width: 100%;
    }

.margin-40-top {
    padding: 0px 0px 40px;
    float: right;
    width: 100%;
}

    .margin-40-top img {
        padding: 15px;
        float: right;
    }

p {
    width: 100%;
    float: right;
}

.v-100 {
    min-height: 100vh;
    width: 100%;
    float: right;
}

    .v-100 h5 {
        color: #F2A81D;
    }

    .v-100 h1 {
        margin-top: 40px !important;
    }

.programs {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: right;
}

    .programs li {
        margin-top: 10px;
        margin-bottom: 10px;
        list-style: none;
    }

    .programs li {
        width: 100%;
    }

        .programs li span {
            background-color: #D0b26c;
            text-align: right;
            padding: 22px;
            color: #fff;
            font-size: 14px;
            width: 100%;
            float: right;
            min-height: 150px;
            min-height: 135px;
        }

            .programs li span h4 {
                color: #330708;
                font-size: 16px;
            }

        .programs li:nth-child(2) span, .programs li:nth-child(4) span, .programs li:nth-child(6) span, .programs li:nth-child(8) span, .programs li:nth-child(10) span, .programs li:nth-child(12) span, .programs li:nth-child(14) span, .programs li:nth-child(16) span, .programs li:nth-child(18) span, .programs li:nth-child(20) span, .programs li:nth-child(22) span, .programs li:nth-child(24) span, .programs li:nth-child(26) span, .programs li:nth-child(28) span, .programs li:nth-child(30) span, .programs li:nth-child(32) span, .programs li:nth-child(34) span, .programs li:nth-child(36) span, .programs li:nth-child(38) span, .programs li:nth-child(40) span, .programs li:nth-child(42) span, .programs li:nth-child(44) span, .programs li:nth-child(46) span, .programs li:nth-child(48) span, .programs li:nth-child(50) span {
            background-color: #310709;
        }

            .programs li:nth-child(2) span h4, .programs li:nth-child(4) span h4, .programs li:nth-child(6) span h4, .programs li:nth-child(8) span h4, .programs li:nth-child(10) span h4, .programs li:nth-child(12) span h4, .programs li:nth-child(14) span h4, .programs li:nth-child(16) span h4, .programs li:nth-child(18) span h4, .programs li:nth-child(20) span h4, .programs li:nth-child(22) span h4, .programs li:nth-child(24) span h4, .programs li:nth-child(26) span h4, .programs li:nth-child(28) span h4, .programs li:nth-child(30) span h4, .programs li:nth-child(32) span h4, .programs li:nth-child(34) span h4, .programs li:nth-child(36) span h4, .programs li:nth-child(38) span h4, .programs li:nth-child(40) span h4, .programs li:nth-child(42) span h4, .programs li:nth-child(44) span h4, .programs li:nth-child(46) span h4, .programs li:nth-child(48) span h4, .programs li:nth-child(50) span h4 {
                color: #D0b26c;
            }

.btn-warning {
    color: #ffffff;
    background-color: #F2A81D;
    border-color: #F2A81D;
    padding: 10px 30px;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:checked {
        color: #F2A81D;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.contact-bg {
    background-image: url("../img/patern-footer.png");
    background-size: 25%;
    background-position: center bottom;
    background-repeat: repeat-x;
    float: right;
    width: 100%;
    padding-bottom: 99px;
    margin: 0px auto -65px;
}

    .contact-bg .v-100 {
        min-height: 75vh;
    }

.bg-dark {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav {
    font-size: 15px;
    padding: 10px 0px 5px 35px;
    margin: 0px;
    font-family: MyriadPro-REGULAR;
}

@media (min-width: 1670px) {
    .navbar-expand-lg .navbar-nav {
        font-size: 20px;
    }
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}

.btn-default {
    border-radius: 2px;
}

    .btn-default:focus, .btn-default:hover {
        border: solid 1px #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.navbar-toggler {
    border-radius: 0rem;
    padding: 9px 9px;
    margin-top: 50px;
}

a.logo-m {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.desktop-visable {
    display: block !important;
}

.internal {
    margin-top: 100px;
}

a.logo-m {
    top: 0px;
}

.tabs-1 {
    position: relative !important;
    top: 20px;
    margin-top: 0px !important;
}

.en {
    display: none;
    font-family: arial;
}

.margin-40-top img {
    max-width: 600px;
    text-align: center;
    margin: auto;
    height: -webkit-fill-available;
}
/*footer .row {
	text-align: right;
	margin: auto;
}*/
.footer-links a {
    padding: 0px 25px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    width: 100%;
    float: left;
    text-align: left !important;
}

    .footer-links a:last-child {
        border-left: none 0px #fff;
    }

footer .row {
    text-align: center;
    margin: auto;
    padding: 3px 0px;
    justify-content: center;
}

.footer-links {
    padding: 0px 0px;
}

    .footer-links a {
        padding: 0px 25px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 14px;
    }

        .footer-links a:nth-child(5) {
            border-left: none 0px #D0b26c !important;
        }

footer h5 {
    color: #fff;
    font-size: 17px;
}

.app-icon {
    float: right;
    padding: 0px;
    margin: 10px 0px 0px 10px;
    width: auto;
}

    .app-icon a {
        width: auto;
        float: right;
        margin: 0px;
        padding: 0px !important;
    }

    .app-icon img {
        padding: 0px;
        margin: 0px 0px 0px 10px;
        float: right;
    }

footer .row a {
    padding: 0px 8px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 2px;
}

.news-d-img {
    width: 60%;
    margin: 10px auto;
}
/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 40px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #d0b26c;
    background-image: url(../img/patern.png);
    background-size: 200%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.btn-group, .btn-group-vertical {
    margin-bottom: 30px;
}

.item.list-group-item {
    float: none;
    width: 100% !important;
    background-color: #fff;
    margin-bottom: 10px;
    max-width: 100% !important;
    display: contents;
}

    .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
        background: #d0b26c;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
        margin-left: 10px;
        width: 100%;
    }

    .item.list-group-item .thumbnail {
        position: relative;
        margin-bottom: 50px;
        width: 100%;
    }

    .item.list-group-item .caption {
        padding: 70px 40px 20px 30px;
        float: right;
        width: 100%;
        margin-right: 10px;
        position: absolute;
        bottom: 0px;
        background: rgba(107,25,29,0);
        background: -moz-linear-gradient(top, rgba(107,25,29,0) 0%, rgba(107,25,29,0.99) 98%, rgba(107,25,29,1) 99%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,25,29,0)), color-stop(98%, rgba(107,25,29,0.99)), color-stop(99%, rgba(107,25,29,1)));
        background: -webkit-linear-gradient(top, rgba(107,25,29,0) 0%, rgba(107,25,29,0.99) 98%, rgba(107,25,29,1) 99%);
        background: -o-linear-gradient(top, rgba(107,25,29,0) 0%, rgba(107,25,29,0.99) 98%, rgba(107,25,29,1) 99%);
        background: -ms-linear-gradient(top, rgba(107,25,29,0) 0%, rgba(107,25,29,0.99) 98%, rgba(107,25,29,1) 99%);
        background: linear-gradient(to bottom, rgba(107,25,29,0) 0%, rgba(107,25,29,0.99) 98%, rgba(107,25,29,1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b191d', endColorstr='#6b191d', GradientType=0 );
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: right;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 4px;
}

.list-group {
    flex-direction: unset;
}

h4.group.inner.list-group-item-heading {
    margin-top: 20px;
    color: #D0b26c;
    font-size: 22px;
}

.home-carousel {
    position: relative;
    float: right;
    width: 100%;
}

.navbar {
    padding: .5rem 10px;
}

footer h5 {
    margin-bottom: 0px;
}

.tel-add {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 24px !important;
}

    .tel-add i {
        margin-left: 10px;
    }

.t-contact {
    margin-bottom: 20px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    /*bottom: 0;
    right: 0;*/
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background-size:cover;
    background-repeat: no-repeat;*/
    /*    background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%) !important;
*/ /*background-position: center;*/
    background: #0a786b !important;
}

    .preloader img {
        position: fixed;
        height: 120px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* TO MAKE ELEMENT CENTER WITH TOP AND LEFT*/
        z-index: 999999999; /* Z AXES POSTION IN FRONT OF ELEMENT */
    }

.dots {
    margin-top: 200px;
    display: none;
}

    .dots .dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0px 10px;
        border-radius: 50%;
        background: #fff;
        -webkit-animation: dot-dot-dot 1.4s linear infinite;
        animation: dot-dot-dot 1.4s linear infinite;
    }

        .dots .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

.vbox-title {
    top: 80px !important;
    background-color: #bd9a60 !important;
    font-family: "Monadi" !important;
    font-size: 18px;
    color: #fff !important;
}

.news-slides-internal li img {
    height: 220px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    #s-area, #seek-bar {
        width: 30%;
    }
}

@media screen and (max-width: 1067px) {
    #s-area, #seek-bar {
        width: 20%;
    }

    .carousel-item .now {
        margin-right: 100px;
        margin-top: 4%;
        position: static;
        float: right;
    }

    .banner-img {
    }

    .carousel-item .title {
        width: 100%;
    }

    .carousel-item .now img {
        position: static;
        float: right;
        margin-right: 60px;
    }

    .carousel {
        position: relative;
        height: 76vh;
    }

    .carousel-indicators
    #app-cover {
    }

    .date_time {
        width: 180px;
        padding-left: 0px !important;
        margin-left: -10px;
    }

    .live-icon {
        margin-left: -15px;
    }

    .news-slides li {
        width: 46%;
        margin: 10px 2%;
    }

        .news-slides li h3 {
            font-size: 14px;
        }

        .news-slides li:hover {
            margin: 10px 2%;
            width: 46%;
        }

    /*header {
        background-size: 30%;
    }*/

    .frequency {
        margin: 20px 5% 0px;
    }

    .news-slides h3 {
        opacity: 1;
    }

    .mobile-visable {
        display: block !important;
    }

    .desktop-visable {
        display: none !important;
    }

    .carousel-indicators {
        bottom: 5%;
    }


    nav li {
        margin-left: 15px;
    }

    #app-cover {
        bottom: -40px;
    }

    .news-slides img {
        max-height: 270px;
    }

    .news-slides h3 {
        min-height: 80px;
    }


    .news-slides-internal li img {
        height: 170px;
        width: 100%;
    }

    #products .thumbnail {
        background-size: 100%;
    }
}

@media screen and (max-width: 990px) {

    .navbar-expand-lg .navbar-nav {
/*        background: linear-gradient(106deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);
*/
background:#0a786b;
        padding: 20px;
        width: auto;
        text-align: left;
        float: left;
    }

        .navbar-expand-lg .navbar-nav li {
            line-height: 25px;
        }

    nav li {
        margin-left: 0px;
    }

    .news-slides img {
        max-height: 190px;
    }

    .margin-40 img {
        height: 120px;
    }
}

@media screen and (max-width: 878px) {
    nav li {
        margin-left: 15px;
    }

    /*header {
        background-size: 50%;
    }*/

    .carousel-indicators {
        bottom: 8px;
        z-index: 10000;
    }

    .nav-tabs .nav-item {
        font-size: 15px;
        min-width: 78px;
        height: 42px;
        width: 31.3333%;
        float: right;
        margin: 10px 1% !important;
        vertical-align: middle;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            font-size: 15px;
        }

    .news-slides img {
        width: 100%;
        max-height: 130px;
    }


    .news-slider img {
        text-align: center;
        height: 80vh;
    }


    .news-slides-internal li img {
        height: 130px;
        width: 100%;
    }

    #app-cover {
        bottom: -80px;
    }

    .margin-40 img {
        height: 80px;
    }
}

@media screen and (max-width: 575px) {
    .margin-40 img {
        height: auto;
    }
}

@media screen and (max-width: 484px) {



    /*nav ul {
        width: 100%;
    }
*/
    .videostream {
        margin-left: 0px;
    }

    .logo-m {
        width: 100%;
        text-align: center;
    }

        .logo-m img {
            margin: auto;
        }

    .carousel-item .title {
        margin-right: 40px;
        margin-top: 230px;
        margin-bottom: 110px;
    }

    .carousel-item .now {
        margin-right: 39px;
        width: 100px;
        margin-top: -100px;
    }

        .carousel-item .now h3 {
            font-size: 22px;
        }

        .carousel-item .now h2 {
            font-size: 18px;
        }

        .carousel-item .now img {
            margin-right: 35px;
            width: 40px;
        }

    #album-name {
        margin-right: -40px;
        margin-top: 13px;
    }

    #track-name {
        color: #4c3633;
        font-size: 13px;
        margin: 33px -96px 13px 0;
        float: right;
    }

    .date_time {
        width: 110px;
        margin-left: -73px;
        margin-top: 15px;
        font-size: 12px;
    }


    .carousel-item .title h1 {
        font-size: 19px;
    }

    .carousel-item .title h4 {
        font-size: 15px;
    }

    .carousel-item .title h5, .carousel-item .title h6 {
        font-size: 17px;
    }

    .navbar {
        position: absolute;
    }

    .ads {
        margin-top: 10px;
    }

    section.internal {
        margin-top: 60px;
    }

    header {
    }

    .news-slides-internal li {
        width: 100%;
    }

    .nav-tabs .nav-item {
        margin: 7px auto;
    }

    a.logo-m {
        top: 0px;
    }

    .logo {
        width: 135px;
    }

    .carousel {
        margin-top: 0px;
    }

    .tabs-1 {
        top: 0px;
    }

    h1 {
        font-size: 23px;
    }

    .videostream {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

        .videostream span {
            display: none;
        }

    .margin-40-top img {
        max-width: 100%;
    }

    .margin-40-top {
        width: 106%;
    }

    .nav-tabs .nav-item:nth-child(2) {
        padding-top: 10px !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-size: 15px;
    }

    .margin-auto {
        padding: 0px;
    }

    .nav-tabs .nav-item {
        margin: 7px 0px;
    }

    .nav-tabs {
    }

    .carousel-item h1 {
        font-size: 26px;
    }

    .nav-tabs .nav-item {
        margin: 7px 2px;
    }

    #app-cover {
        position: absolute;
        bottom: 10px;
    }

    .carousel-indicators {
        bottom: 28px;
    }

    .internal-carousel .news-title {
        position: static;
    }

    .internal-carousel h1,
    .internal-carousel h6 {
        padding: 0px 20px 20px 20px !important;
    }

    .videostream {
        left: 46px;
    }

    div#play-pause-button {
        /*width: 90px;
        height: 90px;*/
        /* position: absolute; */
        padding-top: 27px;
        margin-top: 20px;
    }

    .navbar-toggler {
        padding: 7px 7px;
        margin-top: -7px;
    }

    .carousel-indicators li {
        margin-right: 16px;
        margin-left: 16px;
        width: 18px;
        height: 18px;
    }

    .contact-bg {
        background-size: 90%;
    }

    .internal-carousel {
        margin-top: 10px;
        position: relative;
    }

        .internal-carousel h6 {
            font-size: 22px;
            height: 130px;
        }

        .internal-carousel .carousel-indicators {
            bottom: 28px;
        }

    .nav-tabs .nav-item {
        height: 75px;
        font-size: 19.5px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            font-size: 19.5px;
        }

    .nav-tabs {
        margin-top: 40px;
    }

    .internal-header {
        background-image: none !important;
        min-height: auto !important;
    }

    .news-d-img {
        width: 100%
    }

    .item.list-group-item .caption {
        padding: 20px 30px 10px 30px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    .item.list-group-item .list-group-image {
        margin-right: 0px;
        margin-left: 0px;
    }

    .item.list-group-item .caption {
        margin-right: 0px;
    }

    footer .row a {
        padding: 0px 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    footer h5 {
        margin-top: 10px;
    }

    footer .row {
        padding: 20px 0px 0px;
    }

    footer {
        padding: 40px 20px 20px;
        text-align: right;
    }

        footer .col-sm-4 {
            padding: 0px;
        }

    .list-group {
        padding: 0px 0px !important;
    }

    .internal-carousel .news-title {
        background-color: transparent;
        padding: 0px;
    }

    .menu .share i.fa, .menu .share i.fab {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .navbar-toggler-icon {
        width: 18px;
        height: 14px;
    }

    .navbar-dark .navbar-toggler {
        width: 34px;
        height: 34px;
        padding: 6px 7px;
        position: absolute !important;
        left: 14px;
        top: 8px;
    }

    button.navbar-toggler.collapsed {
    }

    nav {
        position: relative !important;
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 41px;
    }

    /*header {
        background-size: 70%;
    }*/

    /*    .preloader {
        background-size: 200px 53px, 62%;
    }*/

    .menu .share:hover.bottom .submenu li:nth-child(1) {
        top: 36px;
    }

    .menu .share:hover.bottom .submenu li:nth-child(2) {
        top: 72px;
    }

    .menu .share:hover.bottom .submenu li:nth-child(3) {
        top: 108px;
    }

    .menu .share:hover.bottom .submenu li:nth-child(4) {
        top: 142px;
    }

    .menu .share:hover.bottom .submenu li:nth-child(5) {
        top: 208px;
    }

    .news-slides li h3 {
        font-size: 14px;
        min-height: 100px;
    }

    .news-slides img {
        max-height: 95px;
    }

    .nav-tabs .nav-item {
        border-radius: 15px;
    }

    .news-slider img {
        text-align: center;
        height: 285px;
    }

    .news-slides-internal li img {
        height: 240px;
        width: 100%;
    }

    .carousel-control-next, .carousel-control-prev {
        /* display: none; */
        height: 100%;
    }

    .internal-carousel .carousel-control-next, .internal-carousel .carousel-control-prev {
        /* display: none; */
        height: 100%;
    }
}

@media screen and (max-width: 331px) {
    .carousel-item .title {
        margin-right: 10px;
        margin-top: 160px;
    }

    .carousel-item .now {
        margin-right: 9px;
    }

        .carousel-item .now img {
            margin-right: 40px;
            width: 20px;
        }

    section.internal {
        margin-top: 20px;
    }

    .internal-carousel h6 {
        font-size: 16px;
    }

    .nav-tabs .nav-item {
        border-radius: 15px;
    }

    .nav-tabs .nav-item {
        height: 75px;
        font-size: 17.5px;
    }

    .internal-carousel h6 {
        font-size: 22px;
        height: 90px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-size: 17.5px;
    }

    .footer-links a {
        font-size: 13px;
    }

    h1 {
        font-size: 16px;
    }

    .margin-40 {
        padding: 10px 0px;
    }

    .margin-40-top {
        padding: 0px 0px 20px;
    }

    body {
        font-size: 14px;
    }

    footer {
        font-size: 12px;
    }

    #app-cover {
        position: absolute;
        bottom: 10px;
    }

    .internal-carousel .carousel-control-next, .internal-carousel .carousel-control-prev {
        height: 100%;
    }

    .carousel-indicators {
        bottom: 58px;
    }
}


.imgslider {
    /* height: 440px !important;*/
    overflow: hidden;
    object-fit: fill;
}


.jundection {
    padding: 0px 0px 35px 0px;
/*    background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);
*/    background: #0a786b;
    /*background-color: #eef1f0;*/
    /*margin-top: 70px;*/
    height: 500px;
    text-align: justify;
    background-image: url(../../assets/img/footerBackground.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.newsection {
    padding: 0px 0px 35px 0px;
/*    background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);
*/    background: #0a786b;
    text-align: justify;
    height: 100%;
    /*height: 770px;*/
    background-image: url(../../assets/img/footerBackground.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}



.NewsSec {
    height: 770px;
    background-color: #fff;
    background-image: url(../../assets/img/patern.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}


/*.Eternalection {
	padding: 0px 0px 35px 0px;*/
/*background-color: #eef1f0;*/
/*background-color: #fff;
	height: 610px;
	text-align: justify;
	background-image: url(../../assets/img/patern.png);
	background-size: 130%;
	background-position: center bottom;
	background-repeat: repeat-x;
}*/

.secfontcolor {
    color: #187373;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #272829;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #0563bb;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background: rgba(69, 80, 91, 0.8);*/
    /*background: linear-gradient(106deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);*/
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .portfolio .portfolio-wrap .portfolio-info::before {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            top: 35px;
            left: 35px;
            border-top: 3px solid #d7dce1;
            border-left: 3px solid #d7dce1;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info::after {
            display: block;
            content: "";
            width: 48px;
            height: 48px;
            position: absolute;
            bottom: 35px;
            right: 35px;
            border-bottom: 3px solid #d7dce1;
            border-right: 3px solid #d7dce1;
            transition: all 0.5s ease 0s;
            z-index: 9994;
        }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #45505b;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #45505b;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #45505b;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #148af9;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

        .portfolio .portfolio-wrap:hover .portfolio-info::before {
            top: 15px;
            left: 15px;
        }

        .portfolio .portfolio-wrap:hover .portfolio-info::after {
            bottom: 15px;
            right: 15px;
        }


.partner {
    width: 20%
}


a.twitter:hover {
    color: #0f1419;
}

a.youtube:hover {
    color: #dd4b39;
}






.dropdown-menu {
    left: 0%;
    /*max-height: 300px;*/
    /*overflow: auto;*/
    text-align: left;
    /*    background: linear-gradient(106deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);

*/
    background:rgba(10, 120, 107, 0.7);
    font-size: inherit;
    width: fit-content;
}

.dropdown-item {
    font-size: 13px !important;
    color: #fff !important;
    /*    background: linear-gradient(106deg, rgba(26,60,106,0.5) 0%, rgba(0,154,106,0.5) 100%);
*/
    background: rgba(10, 120, 107, 0.7);
}

    .dropdown-item:hover {
        color: #D0b26c !important;
        /*color: rgba(77,12,16,1) !important;*/
        background-color: #187373;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}


.btn-secondary {
    background-color: #187373;
}

    .btn-secondary:hover, .btn-secondary:visited {
        color: #187373;
        background-color: #fff;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #187373;
        background-color: #fff;
        border-color: #4e555b;
    }

.col-sm-10 {
    text-align: left;
}






/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
    width: 100%;
    min-height: 100%;
    padding: 15px;
    /*background: #009bff;*/
    /*background: -webkit-linear-gradient(left, #0072ff, #00c6ff);*/
    background: -o-linear-gradient(left, #0072ff, #00c6ff);
    background: -moz-linear-gradient(left, #0072ff, #00c6ff);
    background: linear-gradient(left, #0072ff, #00c6ff);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-contact1 {
    width: 1163px;
    background: rgb(248 249 250 / 12%);
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 90px 130px 88px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
    width: 425px;
    height: 450px;
}

    .contact1-pic img {
        height: 81%;
        border-radius: 50px;
        max-width: 100%;
    }


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
    width: 390px;
}

.contact1-form-title {
    display: block;
    font-family: "MyriadPro-Light";
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 44px;
}

input.input1 {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
}

    input.input1 + .shadow-input1 {
        border-radius: 25px;
    }

textarea.input1 {
    min-height: 150px;
    border-radius: 25px;
    padding: 12px 30px;
}

    textarea.input1 + .shadow-input1 {
        border-radius: 25px;
    }

/*---------------------------------------------*/
.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.input1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    /*font-family: "MyriadPro-Light";*/
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: #F2A81D;
    /*font-family: "MyriadPro-Light";*/
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .contact1-form-btn i {
        margin-left: 7px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn:hover {
        background: #fff;
    }

        .contact1-form-btn:hover i {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px);
        }




/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
    .contact1-pic {
        width: 33.5%;
    }

    .contact1-form {
        width: 44%;
    }
}

@media (max-width: 992px) {
    .container-contact1 {
        padding: 90px 80px 88px 90px;
    }

    .dropdown-item {
        font-size: 11px !important;
    }

    .contact1-pic {
        width: 35%;
    }

    .contact1-form {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .container-contact1 {
        padding: 90px 80px 88px 80px;
    }

    .contact1-pic {
        display: unset;
    }

    .contact1-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container-contact1 {
        padding: 90px 15px 88px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    /*font-family: Montserrat-Medium;*/
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #187373;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #d7dce1;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


.footercopyright {
    font-family: 'boxicons';
}



.jundstyle {
    padding: 60px 80px 0px 0px;
}

.topLeftLang {
    margin-right: 145px;
    margin-top: -140px;
}

.topLeftaslsmod {
    right: 0px;
    top: 0;
    z-index: 99999;
}


.select2-results__option {
    color: #187373 !important;
    background-color: #eef1f0 !important;
}

    .select2-results__option:hover {
        color: #eef1f0 !important;
        background-color: #187373 !important;
    }

.select2-container--default .select2-selection--single {
    height: 35px !important;
    background-color: #eef1f0 !important;
    text-align: center !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #187373 !important;
        line-height: 28px;
    }

@media only screen and (max-width: 600px) {

    .slider-card {
        margin: 50px 100px 90px 100px;
    }

    .jundstyle {
        padding: 0px 10px 0px 0px;
    }

    /*.navbar {
        flex-wrap: nowrap !important;
    }*/

    .menu.topLeft {
        top: 50px !important;
        left: 240px;
        margin-top: 0px;
        position: absolute;
        width: 120px;
        height: 80px;
    }

    .menu.topRight {
        /* margin-left: 157px; */
        top: 0px;
        right: 0px;
        width: 80px;
        margin-top: 50px;
        margin-bottom: 0px;
        position: absolute;
        left: 160px;
    }

    header {
        /*min-height: 25vh;*/
        width: 100%;
        /*float: right;*/
        background-image: url(../img/patern.png);
        background-size: 100%;
        background-position: center bottom;
        background-position-x: center;
        background-position-y: bottom;
        background-repeat: repeat-x;
        background-repeat-x: repeat;
        background-repeat-y: no-repeat;
        display: inline-grid;
        padding: 15px
    }

    .topLeftLang {
        margin-right: 200px;
        top: -85px;
    }


    .topLeftaslsmod {
        right: 0;
        top: 0px;
        z-index: 99999;
    }

    .menu .submenu li {
        transition: all ease-in-out 0.5s;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
    }

    div#play-pause-button {
        /*width: 36px;
        height: 88px;*/
        /* position: absolute; */
        padding-top: 0px;
        margin-top: 0px;
    }
}



.borderfooter {
    max-height: 180px;
    color: #ffffff38;
    border-right-style: solid;
}

.paddingCopyright {
    padding: 10px 0px 15px 0px;
}


.titlefooter {
    color: #fff;
}

.newstabs {
    color: #D0b26c !important;
    border-color: #D0b26c !important;
}

    .newstabs:hover {
        color: #D0b26c !important;
        border-color: #D0b26c
    }




hr {
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
}



.hrcenter {
    border-top: 1px solid #187373;
    width: 50%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.miniInfoIcons {
    padding: 30px;
}


/* News Banner-- >*/
@keyframes ticker {
    0% {
        margin-top: 0
    }

    20% {
        margin-top: -20px
    }

    40% {
        margin-top: -40px
    }

    60% {
        margin-top: -60px
    }

    80% {
        margin-top: -80px
    }

    100% {
        margin-top: 0
    }
}



.news {
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
    width: 100%;
    height: 23px;
    margin: 1px auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    -webkit-user-select: none
}

.full-width {
    width: 100%;
}

.news span {
    float: left;
    color: #fff;
    padding: 1px;
    position: relative;
    top: -10%;
    border-radius: 4px;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer
}

.news ul {
    float: left;
    padding-left: 20px;
    text-align: left;
    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    -webkit-user-select: none
}






    .news ul li {
        line-height: 19px;
        font-size: 13px;
        list-style: none
    }

        .news ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
            -webkit-user-select: none
        }

    .news ul:hover {
        animation-play-state: paused
    }

.news span:hover + ul {
    animation-play-state: paused
}

/* OTHER COLORS */
.blue {
    background: #347fd0
}

    .blue span {
        background: #2c66be
    }

.red {
    background: #d23435
}

    .red span {
        background: #c22b2c
    }

.green {
    background: #699B67
}

    .green span {
        background: #547d52
    }

.magenta {
    background: #b63ace
}

    .magenta span {
        background: #842696
    }

.yellow {
    background: yellow
}

    .yellow span {
        background: yellow
    }

miniInfoIcons {
    padding: 50px;
}





@media screen and (max-width: 390px) {
    /*.Eternalection {
        padding: 0px 0px 35px 0px;*/
    /*background-color: #eef1f0;*/
    /*background-color: #fff;
        height: 1200px;
        text-align: justify;
        background-image: url(../../assets/img/patern.png);
        background-size: 130%;
        background-position: center bottom;
        background-repeat: repeat-x;
    }*/

    .jundection {
        padding: 0px 0px 50px 0px;
/*        background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);
*/        background: #0a786b;
        /* background-color: #eef1f0; */
        /* margin-top: 70px; */
        height: 669px;
        text-align: justify;
        background-image: url(../../assets/img/footerBackground.png);
        background-size: 130%;
        background-position: center bottom;
        background-repeat: repeat-x;
    }


    footer {
        background-image: url(../img/footerBackground.png);
        /* background-color: #dce2e3; */
        background-position: center bottom;
        background-position-x: center;
        background-position-y: bottom;
        background-repeat: repeat-x;
        background-size: 101%;
        padding: 0% 0% 4% 0%;
        width: 100%;
        float: right;
        line-height: 15px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 5px 2px 5px 3px white;
        /*height: 645px;*/
        height: 100%;
        line-height: 3px;
    }


    .carousel {
        position: relative;
        height: 20vh;
    }

    .secfontcolor {
        margin: 10px;
        color: #187373;
    }
}


@media screen and (max-width: 414px) {
    /*.Eternalection {
		padding: 0px 0px 35px 0px;*/
    /*background-color: #eef1f0;*/
    /*background-color: #fff;
		height: 1220px;
		text-align: justify;
		background-image: url(../../assets/img/patern.png);
		background-size: 130%;
		background-position: center bottom;
		background-repeat: repeat-x;
	}*/

    .search-wrapper.active .close {
        left: 290px !important;
    }


    .jundection {
        padding: 0px 0px 50px 0px;
/*        background: linear-gradient(106deg, rgba(26,60,106,1) 0%, rgba(0,154,106,1) 100%);
*/        background: #0a786b;
        /* background-color: #eef1f0; */
        /* margin-top: 70px; */
        height: 700px;
        text-align: justify;
        background-image: url(../../assets/img/footerBackground.png);
        background-size: 130%;
        background-position: center bottom;
        background-repeat: repeat-x;
    }


    footer {
        background-image: url(../img/footerBackground.png);
        /* background-color: #dce2e3; */
        background-position: center bottom;
        background-position-x: center;
        background-position-y: bottom;
        background-repeat: repeat-x;
        background-size: 101%;
        padding: 0% 0% 4% 0%;
        width: 100%;
        float: right;
        line-height: 15px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 5px 2px 5px 3px white;
        /*height: 615px;*/
        height: 100%;
        line-height: 3px;
    }


    .carousel {
        position: relative;
        height: 20vh;
    }

    .secfontcolor {
        margin: 10px;
        color: #187373;
    }


    .slider .owl-item.active.center .slider-card {
        transform: scale(1.35);
        opacity: 1;
        background: #eef1f0;
        color: #fff;
        margin: 70px;
    }
}






.search-wrapper {
    /*position: absolute;*/
    /*	transform: translate(-50%, -50%);
*/ top: 50%;
    left: 50%;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        height: 70px;
        width: 70px;
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 100px;
        position: relative;
        transition: all 0.2s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 400px;
        height: 55px;
        border-radius: 50px;
        background: rgba(0,0,0,0.5);
        transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 35px;
        padding: 0px 70px 0 20px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: "Open Sans", Arial, Verdana;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 70px;
        height: 70px;
        border: none;
        border-radius: 6px;
        background: #FFF;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 35px;
        height: 35px;
        margin: 10px;
        border-radius: 30px;
    }

    .search-wrapper .input-holder .search-icon span {
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(45deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(-45deg);
    }

    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute;
        content: '';
    }


    .search-wrapper .input-holder .search-icon span::before {
        width: 4px;
        height: 17px;
        left: 9px;
        top: 10px;
        border-radius: -2px;
        background: #187373;
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 14px;
        height: 14px;
        left: 4px;
        top: -5px;
        border-radius: 81px;
        border: 1px solid #187373;
    }


    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 24px;
        right: 20px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
    }

    .search-wrapper.active .close {
        top: 15px;
        left: 430px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0, 0.11, 0.94, 0.94);
        transition-delay: 0.5s;
    }

    .search-wrapper .close::before, .search-wrapper .close::after {
        position: absolute;
        content: '';
        background: #fff;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 5px;
        height: 25px;
        left: 10px;
        top: 0px;
    }

    .search-wrapper .close::after {
        width: 25px;
        height: 5px;
        left: 0px;
        top: 10px;
    }

.tab-content > .active {
    display: block;
    padding: 10px 50px;
    top: 27px;
    left: 0;
    color: #DFDFDF;
    /*border-inline-start: 2px solid white;*/
}

.nav-Jundtabs .nav-Junditem {
    margin-bottom: -1px;
    float: none;
    margin: auto;
    border-radius: 50px;
    border: solid 1px #fff;
    font-size: 18px;
    min-width: 190px;
    text-align: center;
}

.nav-Jundtabs {
    border-bottom: 0px none #dee2e6;
}

    .nav-Jundtabs .nav-Junditem.show .nav-link, .nav-Jundtabs .nav-link.active {
        color: #495057;
        background-color: #FFFFFF;
        border-color: #dee2e6 #dee2e6 #fff;
        border: 0px none;
        font-size: 18px;
        border-radius: 50px;
        margin: auto;
        padding: .5rem 1rem;
    }

.nav-Junditem {
    width: 50%;
}



.fh5co-about-me {
    position: relative;
    padding: 0px 0px 0px 0px;
    /*margin: 193px 0 199px;*/
}

@media (max-width: 1250px) {
    .search-wrapper.active .input-holder {
        width: 250px;
    }

    .navbar-expand-lg .navbar-nav {
        font-size: 11px;
    }

    .miniInfoIcons {
        padding: 10px;
    }

    .fh5co-about-me {
        margin: 0px 0;
        /*margin: 150px 0;*/
    }
}

@media (max-width: 992px) {
    .fh5co-about-me {
        /*margin: 125px 0;*/
        margin: 0px 0;
    }
}

/*about-me-bckg*/

@media (max-width: 992px) {
    .about-me-bckg {
        width: 100%;
        padding-bottom: 15px;
    }
}

.about-me-innerUnit {
    padding: 70px 0px 0px 0px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}

.about-me-inner {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 992px) {
    .about-me-inner {
        flex-direction: column;
        align-items: center;
    }
}

.about-me-slider {
    position: relative;
}

    .about-me-slider .slick-arrow {
        position: absolute;
        bottom: -18%;
    }

    .about-me-slider .slick-prev {
        left: 40%;
    }

@media (max-width: 520px) {
    .about-me-slider .slick-prev {
        left: 34%;
    }
}

.about-me-slider .slick-next {
    right: 40%;
}

@media (max-width: 520px) {
    .about-me-slider .slick-next {
        right: 34%;
    }
}

.span-arrow {
    padding: 10px 15px;
    cursor: pointer;
    color: #c18f59;
    border: 1px solid #c18f59;
    border-radius: 50%;
    transition: 0.3s ease;
}

    .span-arrow:hover {
        color: #fff;
        border-color: #fff;
    }

.portfolio-wrapper {
    border-radius: 10%;
    width: 264px;
    padding: 8px;
    text-align: center;
    background-color: #fff;
    height: 364px;
}

    .portfolio-wrapper .portfolio__img {
        font-size: 0;
    }

        .portfolio-wrapper .portfolio__img img {
            border-radius: 10%;
            width: 90%;
        }

    .portfolio-wrapper .portfolio__bottom {
        padding: 5px 0 0px;
        /*background-color: #f5f5f5;*/
    }

@media (max-width: 992px) {
    .portfolio-wrapper .portfolio__bottom {
        padding: 25px 0;
    }
}

.portfolio-wrapper .portfolio__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .portfolio-wrapper .portfolio__name {
        margin-bottom: 10px;
    }
}

.portfolio-wrapper .portfolio__name span {
    font-size: 90px;
    line-height: 75px;
    color: #c18f59;
    font-family: "Calisto-MT-Bold";
}

@media (max-width: 992px) {
    .portfolio-wrapper .portfolio__name span {
        font-size: 65px;
        line-height: 62px;
    }
}

.portfolio-wrapper p {
    padding: 0 10%;
    line-height: 25px;
    font-style: italic;
    color: #777;
}

@media (max-width: 620px) {
    .portfolio-wrapper p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .portfolio-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 620px) {
    .portfolio-wrapper {
        width: 250px;
    }
}

.about-me__text {
    width: 60%;
    margin-right: 0px;
    text-align: justify;
    /*background-color: #00000059;
	border-radius: 10%;
	box-shadow: rgb(11 62 69) 0px 0px 20px 7px;*/
}

    .about-me__text .universal-h2 {
        margin: 20px 0px 0px 0px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .about-me__text p {
        padding: 0px 20px 0px 20px;
        margin-bottom: 35px;
        line-height: 22px;
    }

        .about-me__text p span {
            font-size: 48px;
            color: #fff;
        }

@media (max-width: 620px) {
    .about-me__text p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 19px;
    }
}

.about-me__text h4 {
    margin-bottom: 7px;
    font-size: 25px;
    color: #c18f59;
}

.about-me__text .p-white {
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 1250px) {
    .about-me__text {
        width: 48%;
        margin-right: 40px;
    }
}

@media (max-width: 992px) {
    .about-me__text {
        width: 100%;
        margin-right: 0;
    }
}



.about {
    padding: 50px;
    background-size: cover;
    height: 500px;
}

.bcgcolor {
    background-color: rgba(0, 0, 0, 0.35);
    text-align: justify;
    padding: 20px;
}


.imggallary {
    padding: 50px;
    background-size: cover;
    height: auto;
}



.jundEN {
    display: flex;
    flex-wrap: nowrap;
}

jundStyle div p {
    margin-top: -30px;
}


.newsDetailsSection {
    padding: 0px 0px 65px 0px;
    /*background-color: #eef1f0;*/
    background-color: #fff;
    height: auto;
    text-align: justify;
    background-image: url(../../assets/img/patern.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}


.secBG {
    height: auto;
    text-align: justify;
    background-image: url(../../assets/img/patern.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}



.MinistrySec {
    padding: 0px 0px 40px 0px;
    /*background-color: #eef1f0;*/
    background-color: #fff;
    height: 600px;
    text-align: justify;
    background-image: url(../../assets/img/patern.png);
    background-size: 130%;
    background-position: center bottom;
    background-repeat: repeat-x;
}




.img-fluid {
    border-radius: 20px !important;
    /* height: 100% !important;
    object-fit: contain !important;*/
}


#EternalSec {
    background-color: #fff;
    padding-bottom: 80px;
}

#Jund {
    padding-bottom: 100px;
}


.txtSize {
    top: 0%;
    position: fixed;
    right: 5%;
}

.Honoralignment {
    display: flex;
    justify-content: center;
}


.imgwidth {
    width: 100%
}

.img-boxes {
}

.news-title-h6 {
    font-size: 18px !important;
}

@media screen and (max-width: 1920px) {
    .universal-h2 {
        font-size: 24px;
    }

    .about-me-single-slide p {
        font-size: 14px;
    }

    .portfolio-wrapper .portfolio__img img {
        margin-top:70px;
        max-width: 200px;
        object-fit: cover;
    }

    .searchInput {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .universal-h2 {
        font-size: 18px;
    }

    .searchInput {
        width: 500px;
    }

    .borderfooter {
        color: transparent;
    }

    .portfolio-wrapper .portfolio__img img {
        max-width: 180px;
        object-fit: cover;
    }

    .news-title-h6 {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 992px) {
    .universal-h2 {
        font-size: 24px;
    }

    .searchInput {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .universal-h2 {
        font-size: 24px;
    }

    .searchInput {
        width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .universal-h2 {
        font-size: 24px;
    }

    .searchInput {
        width: 80px;
    }
}


.mod-button-history {
    border: 1px solid;
    border-color: #D0b26c !important;
    color: #187373 !important;
    margin: auto;
    /*    height: 35px;*/
    border-radius: 15px;
    padding: 10px !important;
    transition: all 0.5s cubic-bezier(.01,.64,.38,1);
}

.col-md-4.active .mod-button-history,
.col-md-6.active .mod-button-history {
    background-color: #D0b26c !important;
    color: white !important;
}


.mod-button-news {
    font-size: 15px;
    0 border: 1px solid;
    border-color: #D0b26c !important;
    color: #D0b26c !important;
    margin: auto;
    height: 45px;
    border-radius: 15px;
    padding-top: 10px !important;
    transition: all 0.5s cubic-bezier(.01,.64,.38,1);
}

.col-md-4.active .mod-button-news,
.col-md-6.active .mod-button-news {
    background-color: #D0b26c !important;
    color: white !important;
}

.btn-warning {
    color: #fff;
    background-color: #D0b26c;
    border-color: #D0b26c;
    padding: 10px 30px px;
}


.line-height-comName {
    line-height: 30px;
}
