html {
    scroll-behavior: smooth;
}
/*ul {list-style: none; padding: 0; margin: 0;} */
a:hover{text-decoration: none;} a{text-decoration: none;} a:active{text-decoration: none;} a:foucs{text-decoration: none;}
img {width: 100%;position: relative;}
p {font-family: 'FFBook';}
.h6, h1, h2, h3, h4, h5, h6{font-family: 'FFOne';line-height: 2;}
li {font-family: 'FFBook';}
label{font-weight:normal;}
/* Font Family */
@font-face {
    font-family: 'FFBook';
    src: url('../fonts/FFShamelFamily-SansOneBook.woff2') format('woff2'),
        url('../fonts/FFShamelFamily-SansOneBook.woff') format('woff'),
        url('../fonts/FFShamelFamily-SansOneBook.ttf') format('truetype'),
        url('../fonts/FFShamelFamily-SansOneBook.svg#FFShamelFamily-SansOneBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FFOne';
    src: url('../fonts/FFShamelFamily-SansOneBold.woff2') format('woff2'),
        url('../fonts/FFShamelFamily-SansOneBold.woff') format('woff'),
        url('../fonts/FFShamelFamily-SansOneBold.ttf') format('truetype'),
        url('../fonts/FFShamelFamily-SansOneBold.svg#FFShamelFamily-SansOneBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {padding: 0;margin: 0;font-family: 'FFBook';text-align: right;background-color: #ffffff;min-height: 500px;}
.img-thumbnail {
    border-radius: 0;
}
.btn-danger {
    color: #fff;
    background-color: #958158;
    border-color: #958158;
}
/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
    border: 0px solid #958158;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}
/* back to top */
#buttontop {
    display: inline-block;
    background-color: #958158;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#buttontop::after {
    content: "\f077";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#buttontop:hover {
    cursor: pointer;
    background-color: #707070;
}
#buttontop:active {
    background-color: #707070;
}
#buttontop.show {
    opacity: 1;
    visibility: visible;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.navbar-page{
    background-color: #393939;
}
.main-header .navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
    background: transparent;
}
.navbar-brand {
    height: 100%;
    padding: 15px 15px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.cbp-spmenu .navbar-right {
    margin: 20px 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #958158;
    background-color: transparent;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: white;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li{
    font-family: FFOne;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #afafaf;
}
@media screen and (max-width: 800px) {
    .navbar-header {
        float: none;
    }
    .navbar-nav {
        margin:0;
        width: 100%;
    }
    .navbar-nav li{
        width: 100%;
    }
    .navbar-brand img {
        display: block;
        height: 100%;
        width: 100%;
    }
    .navbar-toggle{display: block;margin-top: 35px;}
    /* General styles for all menus */
    .cbp-spmenu {
        background: #444242;
        position: fixed;
        padding:0;
        margin:0 !important;
        overflow-x:hidden;
        overflow-y:visible;
        display:block;
    }
    .cbp-spmenu h3 {
        color: #afdefa;
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }
    .cbp-spmenu a {
        display: block;
    }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }
    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }
    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }
    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        left: -260px;
    }
    .cbp-spmenu-right {
        right: -260px;
    }
    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
        bottom:0;
    }
    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
        bottom:0;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }
    .cbp-spmenu-bottom {
        bottom: -150px;
    }
    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }
    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }
    .cbp-spmenu-push-toright {
        left: 260px;
    }
    .cbp-spmenu-push-toleft {
        left: -260px;
    }
    /* Transitions */
    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 1.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/* Navbar */
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1b1b66;
}*/
/* Page Header */
.page-header {
    position: relative;
    z-index: 2;
    color: #958158;
}
.page-header:before {
    content: "";
    background: #958158;
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
}
.vision .page-header:before {
    background: #9ec550;
}
.mission .page-header:before {
    background: #f7bb45;
}
/* TopBar */
.top-bar-header {
    background-color: #1F4093;
    padding: 8px 0;
    color: #fff;
}
.top-bar-header a{
    color: #fff;
}
/* Header */
header.Withsliders{
    /*        padding: 40vh 0;
            background-image: url(../images/bg2.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
    background: #000000bf;
    position: relative;
    min-height: 100vh;
}
header.WithOutsliders{
    padding: 40vh 0;
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
@media screen and (max-width: 400px) {
    header.WithOutsliders{
     padding: 20vh 0; 
    }
}
header.WithOutsliders:after{
    content: "";
    background: #000000bf;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
header .jumbotron{
    position: relative;
    z-index: 2;
    background: transparent;
    color: #fff;
}
h2 {
    line-height: 40px;
}
header .jumbotron p{
    color: #9F9F9F;
}
/* Slider */
.slider {
    width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
}
.slider .swiper-slide img{
    max-height: 500px;
}
/* More Link */
a.more {
    display: inline-block;
    border-bottom: 1px solid #eee;
    color: #fff;
    text-align: left;
    padding: 5px 12px;
    z-index: 1;
    background: #1b1b66;
    float: left;
    clear: both;
    transition: 500ms;
}
a.more:Hover {
    background: #d02730;
}
a.more i {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 5px;
}
a.btn i {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 5px;
}
/* Section */
section{

}
.main-block {
    margin-bottom: 25px;
    transition: 500ms;
    overflow: hidden;
}
/* News */
.news-block {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;

}
.news-block:after, .news-block:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: rgb(27,27,102);
    background: linear-gradient(0deg, rgba(27,27,102,1) 0%, rgba(27,27,102,0.30) 35%, rgba(255,255,255,0) 100%);
}
.news-block:before {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s;
    transition: 300ms;
}
.news-block:hover:before {
    background: rgba(251,219,58,0.50);
    transform: scaleY(1);
}
.news-block img{
    transition: 500ms;
}
.news-block:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-box{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
}
.news-box a{
    color: #fff;
}
.news-box a h5{
    line-height: 1.5;
}
.news-box a{
    color: #fff;
    line-height: 1.5;
}
/* Single News */
.singlenewspage h4{
    line-height: 1.5;
    margin: 20px 0; 
}
/* About Home*/
.about {
    padding: 100px 0;
}
.about p{
    background-color: #fff;
}
.about ul{
    background-color: #fff;
}
.about img{
    margin-top: 40px; 
}
/*=====================*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
    z-index: 11;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.social-nav a i{
    vertical-align: middle;
}
.model-0 {
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 50px;
}
.model-0 li {
    float: none;
    display: block;
}
.model-0 a:hover {
    padding-left: 20px;
    width: 65px;
}
.model-0 .twitter {
    background: #00ACED;
}
.model-0 .facebook {
    background: #3B579D;
}
.model-0 .instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}
.model-0 .linkedin {
    background: #007BB6;
}
.model-0 .pinterest {
    background: #CB2026;
}

.model-3d-0 a {
    background: #333;
    float: left;
    margin: 0 10px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 a:hover {
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .fornt {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.model-3d-0 a:hover .back {
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 48px;
    height: 48px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: translateZ(18px);
    -webkit-transform: translateZ(18px);
    transform: translateZ(18px);
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.model-3d-0 .back {
    font-size: 32px;
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -webkit-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.model-3d-0 .twitter .back {
    background: #00ACED;
}
.model-3d-0 .facebook .back {
    background: #3B579D;
}
.model-3d-0 .google-plus .back {
    background: #DD4A3A;
}
.model-3d-0 .linkedin .back {
    background: #007BB6;
}
.model-3d-0 .pinterest .back {
    background: #CB2026;
}
/* Footer */
.footer-top {
    padding: 60px 0;
    background: #252525;
    text-align: right;
    color: #CCCCCC;
    /* background-attachment: fixed; */
    /* background-size: 20%; */
}
.footer-top h3 { padding-bottom: 10px; color: #958158; }

.footer-about img.logo-footer {max-width: 200px;margin-top: 0;margin-bottom: 18px;background: #fff;padding: 5px;border-radius: 4px;}
.footer-about p a { border: 0; }
.footer-about p a:hover, .footer-about p a:focus { border: 0; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-left: 10px; font-size: 18px;}
.footer-contact p a { border: 0; }
.footer-contact p a:hover, .footer-contact p a:focus { border: 0; }

.footer-links a,.footer-contact p a { color: #aaa; border: 0; }
.footer-links a { display: block;margin-bottom: 20px; }
.footer-links a:hover, .footer-links a:focus, .footer-contact p a:hover, .footer-contact p a:focus { color: #fff; }

.footer-bottom {padding: 15px 0 17px 0;background: #393939;text-align: right;color: #CCCCCC;}

.footer-social { padding-top: 3px; text-align: left; }
.footer-social a {margin-right: 0;color: #CCCCCC;border: 0;}
.footer-social a:hover, .footer-social a:focus {color: #958158;border: 0;}
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-copyright { padding-top: 5px; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; border: 0; }
@media screen and (max-width: 375px) {
    .footer-social { padding-top: 3px; text-align: center; }
}
/* BreadCrumb */
.breadcrumb {
    margin-top: 20px;
}
/* Page */
.page-head {
    background-color: #393939;
    color: #fff;
    padding: 25px 0;
    background-image: url(../images/IdBgV2.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30%;
}
.breadcrumb {
    background: transparent;
    padding: 8px 0;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>.active {
    color: #f8f8f8;
}
.pagecontent {padding: 50px 0;}
.programspage .main-block, .statisticspage .main-block, .magazinepage .main-block, .memberpage .main-block{
    padding: 4px 4px 8px 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.programspage .main-block:before, .statisticspage .main-block:before, .magazinepage .main-block:before, .memberpage .main-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #1F4093;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.programspage .main-block:hover:before, .statisticspage .main-block:hover:before, .magazinepage .main-block:hover:before, .memberpage .main-block:hover:before {
    left: 0;
    right: 0;
}
/* Contact Us*/
.us-contact p { word-wrap: break-word; }
.us-contact i { padding-left: 10px; font-size: 18px;}
.us-contact p a { border: 0; }
.us-contact p a:hover, .footer-contact p a:focus { border: 0; }
/* Our Service */
.service{
    padding: 100px 0;
    margin: 0;
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.service:after{
    content: "";
    background: #000000bf;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
.service .main-block{
    text-align: center;
    position: relative;
    z-index: 2;
    background: #525356ad;
    padding: 20px 5px;
    display: block;
}
.service .main-block h2{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    transition: all 500ms;
    font-family: 'FFBook';
    /* height: 80px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service .main-block p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #c7c6c6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 68px;
}
.service .main-block svg {
    fill: #958158;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    transition: all 500ms;
    /* background: #525356; */
    /* width: 100%; */
    padding: 30px;
    margin-bottom: 20px;
}
.service .main-block:hover svg, .service .main-block:hover h2{
    fill : #fff !important;
    color: #958158;
}
/* Projects */
.projects{

    padding: 50px 0 100px;
}
.projects .main-block{
    text-align: right;
    background: #7f808082;
    padding: 10px;
}
.projects .main-block h3{
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    color: #958158;
    transition: all 500ms;
}
.projects .main-block p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #eee;
}
.projects .main-block svg {
    fill: #fff;
    vertical-align: middle;
    /* width: 100%; */
    height: 100px;
    transition: all 500ms;
    /* width: 100%; */
    padding: 0;
    margin-bottom: 10px;
}
.projects .main-block:hover svg, .projects .omain-block:hover h3{
    fill : #958158 !important;
    color: #fff;
}
/* Gallery */
.gallery-block {
    margin-bottom: 25px;
    position: relative;
    display:block;
    overflow: hidden;
}
.gallery-block:after, .gallery-block:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: rgb(27,27,102);
    background: linear-gradient(0deg, rgba(27,27,102,1) 0%, rgba(27,27,102,0.30) 35%, rgba(255,255,255,0) 100%);
}
.gallery-block:before {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s;
    transition: 300ms;
}
.gallery-block:hover:before {
    background: rgba(251,219,58,0.50);
    transform: scaleY(1);
}
.gallery-block img{
    transition: 500ms;
    height: 200px;
}
.gallery-block i{
    font-size: 50px;
    position: absolute;
    color: #fff;
    z-index: 3;
    left: 50%;
    transition: 500ms;
    transform: translate(-50%, -55%);
}

.gallery-block i.fa-play-circle {
    top:45%;
}
.gallery-block i.fa-eye {
    top:-45%;
}
.gallery-block:hover i.fa-eye {
    top:45%;
}
.gallery-block:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-box{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
}
.gallery-box a{
    color: #fff;
}
.gallery-box a h6{
    line-height: 1.5;
}
.gallery-box a{
    color: #fff;
    line-height: 1.5;
}
.tab{
    text-align: center;
}
.tab .nav-tabs{
    display: inline-block;
    border-radius: 4px;
    border: none;
    padding: 6px;
}
.tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
.tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    background: none;
    color: #999;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{
    background: #958158;
    color: #fff;
    border: none;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: #958158;
    color: #fff;
}
.tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: right;
    padding: 20px 0 0;
}
.tab .tab-content h3{
    font-size: 22px;
    color: #5b5a5a;
}
@media screen and (max-width: 420px) {
    h1{ font-size:20px; }
    h2{ font-size:18px; }
    h3{ font-size:16px; }
    .navbar-brand {
        height: 100%;
        padding: 15px 7px;
    }
    .navbar-brand img {
        display: block;
        height: 100%;
        width: 80%;
    }
    header {
        /*padding: 35vh 0;*/
        /* background-size: 200%; */
    }
}

/* Owl Carousel */
.our-service .owl-nav button.owl-next, .our-service .owl-nav button.owl-prev, .projects .owl-nav button.owl-next, .projects .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    line-height: 47px;
    background: #958158;
    color: #fff;
}
/* Slider */
.sliders .owl-nav {
    overflow: hidden;
    height: 0px;
    margin: 0;
}
.sliders .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 45vh !important;
}
.sliders .owl-prev {
    right: 35px;
}
.sliders .owl-next {
    left: 35px;
}
.sliders .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #958158;
    color: #fff;
}
.sliders .owl-item img{
    height:100vh;
    object-fit:cover;
}
.slider-block:after{
    content: "";
    background: #0000006e;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
.sliders .slider-block a{
    display: block;
}
.text-white{
    color: #fff;
}


.fixed-social {
    position: fixed;
    left: 30px;
    z-index: 9;
    bottom: 10px;
}
.fixed-social li {
    display: block;
    margin: 20px 0;
}

.fixed-social li a {
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0dcc0d;
    
}
.fixed-social li:nth-child(2) a {
    background: #2caf3c;
    display:none;
}
@media(max-width:500px){
    .fixed-social{
        display:flex;   
        gap:30px;
        justify-content: center;
        width:100%;        
    }
.fixed-social li:nth-child(2) a{
    display:flex;
}    
}
      .popup-video {
                font-size: 16px;
                width: 40px;
                height: 40px;
                background-color: #fff;
                border-radius: 50%;
                color: white;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                box-shadow: none;
                display: inline-flex;
                margin-right: 20px;
            }

            .popup-video.animated-border::before, .popup-video.animated-border::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                border: 1px solid #0dcc0d;
                border-radius: 50%;
                -webkit-animation: pulse-border-2 1.5s linear infinite;
                animation: pulse-border-2 1.5s linear infinite;
            }

            .popup-video.animated-border::after {
                -webkit-animation: pulse-border 1s linear infinite;
                animation: pulse-border 1s linear infinite;
            }

            @-webkit-keyframes pulse-border {
                0% {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

                100% {
                    -webkit-transform: scale(1.3);
                    transform: scale(1.3);
                    opacity: 0;
                }
            }

            @keyframes pulse-border {
                0% {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

                100% {
                    -webkit-transform: scale(1.3);
                    transform: scale(1.3);
                    opacity: 0;
                }
            }

            @-webkit-keyframes pulse-border-2 {
                0% {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

                100% {
                    -webkit-transform: scale(1.5);
                    transform: scale(1.5);
                    opacity: 0;
                }
            }

            @keyframes pulse-border-2 {
                0% {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

                100% {
                    -webkit-transform: scale(1.5);
                    transform: scale(1.5);
                    opacity: 0;
                }
            }
