@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* ===================================
1. General
==================================== */
:root{
    --gold-color: #edbb3d;
    --gold2-color: #eacb61;
    --dark-color: #000;
    --brown-color: #958578;
    --brown2-color: #91645e;
    --light-color: #677a88;
    --light-bg: #f5f5f5;
    --blue-color: #98b4c6;
    --blue2-color: #66b59f;
    --red-color: #f15a69;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
    background-color: #f5f5f5;
}

#content{
    background-color: #fff;
    padding: 80px 0 40px 0;
}

.header-scrolled .navbar-mobile ul{
    top: 0;
}
.container {
    padding: 0 20px 0 20px;
    position: relative;
}

.navbar-mobile{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 537px;
}

.navbar-mobile ul{
    background-color: #000;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar-mobile .mobile-nav-toggle{
    top: 16px;
    right: 16px;
    border: none;
    background: transparent;
    color: var(--gold-color);
    font-size: 35px;
}

.steps-br{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    top: 18%;
    z-index: 0;
}

.steps-br img{
    max-width: 100%;
    width: 100%;
}

a:active {
    outline: 0;
}
a{
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: none;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

.title-header{
    position: relative;
    padding-bottom: 10px;
}

.title-header::after,
.title-header::before{
    content: '';
    left: 35%;
    top: 10px;
    width: 8px;
    height: 26px;
    background-color: var(--light-color);
    position: absolute;
    transform: translateX(-35%);
    border-radius: 5px;
}

.title-header::before{
    top: 16px;
    left: 36.2%;
    background-color: var(--gold-color);
    z-index: 1;
}

.home-welcome .title-header::before,
.home-welcome .title-header::after{
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    border: 1px solid var(--gold-color);
}

.title-header h1{
    font-size: 44px;
    color: var(--light-color);
    text-transform: uppercase;
}
.title-header .sub-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--gold-color);
}

.card-header img{
    object-fit: cover;
}

.header-shadow{
    width: 100%;
    box-shadow: 0px 0px 71px 79px #000;
    right: 0;
    height: auto;
    z-index: 2;
    background-color: #000000;
}

.line-card{
    position: relative;
}

.line-card::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--gold-color);
    transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-theme{
    border: 1px solid var(--light-color);
    color: var(--light-color) !important;
    position: relative;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 18px;
    height: 44px;
    padding: 9px 12px;
    font-weight: 700;
}
.btn-theme:hover{
    background-color: transparent !important;
    border-radius: 0 !important;
}

.nav-pills .nav-link{
    position: relative;
    color: #000;
    font-size: 17px;
    padding: 6px 19px;
}

.btn-theme::before,
.btn-theme::after,
.nav-pills .nav-link::after,
.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border-style: solid;
    left: 0;
    top: 0;
    transition: transform 0.2s;
    border-color: var(--gold-color);
}

.btn-theme::before,
.nav-pills .nav-link::before  {
    border-width: 0 2px;
    height: 100%;
    width: 100%;
    transform: scale3d(1, 0, 1);
}

.btn-theme:hover::before ,
.nav-pills .nav-link.active::before ,
.nav-pills .show> .nav-link::before ,
.programs-banners .card:hover .icon::before {
    transform: scale3d(1, 1, 1);
}

.btn-theme::after,
.nav-pills .nav-link::after {
    border-width: 2px 0;
    height: 100%;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
}

.btn-theme:hover::after,
.nav-pills .nav-link.active::after ,
.nav-pills .show> .nav-link::after ,
.programs-banners .card:hover .icon::after {
    transform: scale3d(1, 1, 1);
    transition-delay: .2s;
}

.btn-theme:hover{
    color: var(--gold-color) !important;
    border: none;
}

.tab-content > .tab-pane{
    padding: 0;
    border: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: var(--gold2-color);
    background-color: transparent;
}

.owl-theme .owl-dots, .owl-theme .owl-nav{
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span{
    width: 58px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--gold-color);
}

.owl-theme .owl-dots .owl-dot span{
    width: 65px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--gold-color) !important;
}


/* Start Header */

#header {
    min-height: 90px;
    position: absolute;
    z-index: 3;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    top: 0;
    box-shadow: none;
}

.navbar-toggler{
    display: none;
}

header .list-items ul.navbar-nav{
    flex-direction: row;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 0px;
    padding: 0 0 0 15px;
    margin: 0;
}

.navbar-header::after,
.navbar-header::before{
    display: none;
}

.navbar-brand>img {
    width: 100px;
    margin-top: -3px;
}

.navbar .homeburger{
    display: none;
}

.navbar>ul>li{
    padding: 8px 0 23px 14px;
}

header .navbar-nav > li {
    padding: 5px 0;
    text-align: center;
}

header .nav li a {
    font-size: 12px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

header .nav li ul li a {
    font-size: 14px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

header .nav > li > a {
    color: #fff;
    text-shadow: none;
    font-size: 17px;
    position: relative;
    padding: 7px 8px;
}


header .nav > li > a::before,
.hero-slider .carousel-cell .inner .btn::before,
.hero-slider .carousel-cell .inner .btn::after,
header .nav > li > a::after {
    content: "";
    position: absolute;
    border-style: solid;
    left: 0;
    top: 0;
    transition: transform 0.2s;
    border-color: var(--gold-color);
}

header .nav  li > a::before ,
.hero-slider .carousel-cell .inner .btn::before {
    border-width: 0 2px;
    height: 100%;
    width: 100%;
    transform: scale3d(1, 0, 1);
}

header .nav > li > a:hover::before,
header .nav > li > a.active::before,
.hero-slider .carousel-cell .inner .btn:hover::before {
    transform: scale3d(1, 1, 1);
}

header .nav > li > a::after ,
.hero-slider .carousel-cell .inner .btn::after {
    border-width: 2px 0;
    height: 100%;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
}

header .nav > li > a:hover::after ,
header .nav > li > a.active::after ,
.hero-slider .carousel-cell .inner .btn:hover::after {
    transform: scale3d(1, 1, 1);
    transition-delay: .2s;
}

header .nav > li > a:hover{
    color: var(--gold-color);
}

header .nav a:hover {
    background: none;
}

header .nav > .active > a, header .nav > .active > a:hover {
    background: none;
    font-weight: 700;
}

header .nav > .active > a:active, header .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar a, .navbar a:focus{
    padding: 7px 8px;

}

.navbar a:focus{
    color: var(--gold-color) !important;
}

header .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

header .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}


/* End Header */

/* Start Hero */

.hero-slider .overlay {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000007a;
    box-shadow: 45px 0px 200px 284px #0000007a;
}
.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
  
.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-slider .carousel-cell .carousel-image{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}
  
.hero-slider .carousel-cell .inner {
    position: relative;
    top: 65%;
    left: 13.5%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    width: 60%;
}

.box-slider {
    position: absolute;
    transform-style: preserve-3d;
}
  
.box-slider .cube {
    position: relative;
    width: 200px;
    height: 200px;
    transform-style: preserve-3d;
}
.hero-slider .carousel-cell .inner .subtitle {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    color: transparent;
    transform: rotateX(69deg)
}
.hero-slider .carousel-cell.is-selected .inner .subtitle {
    animation: text_reveal 1s 1s ease forwards;
    /* color: var(--white-color); */
}

@keyframes text_reveal{
    0%{
        transform: rotateX(69deg);
        color: var(--white-color);
    }50%{
        transform: rotateX(10deg);
        color: var(--white-color);
    }70%{
        transform: rotateX(-33deg);
        color: var(--white-color);
    }80%{
        transform: rotateX(0);
        color: var(--white-color);
    }90%{
        transform: rotateX(-23deg);
        color: var(--white-color);
    }100%{
        transform: rotateX(0);
        color: var(--white-color);
    }
}
  
.hero-slider .carousel-cell .inner .title {
    font-size: 26px;
    line-height: 30px;
    width: 80%;
    color: var(--white-color);
}
  
.hero-slider .carousel-cell .inner .btn {
    border: 1px solid var(--blue-color);
    padding: 14px 18px;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: var(--blue-color);
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: 20px;
    position: relative;
}

.hero-slider .carousel-cell .inner .title,
.hero-slider .carousel-cell .inner .btn{
    margin-top: 33px;
    opacity: 0;
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-slider .carousel-cell.is-selected .inner .title,
.hero-slider .carousel-cell.is-selected .inner .btn {
    animation: heroSliderInner 1s 0.5s ease-in-out forwards;
}

@keyframes heroSliderInner {
    0% {
        margin-top: 33px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
  
.hero-slider .carousel-cell .inner .btn:hover {
    background: var(--white-color);
    color: var(--gold-color) !important;
    border-color: transparent;
}
  
.hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}
  
.hero-slider .flickity-page-dots {
    top: 27%;
    left: 13.5%;
    width: auto;
    display: flex;
    height: fit-content;
    flex-direction: column;
}
  
.hero-slider .flickity-page-dots .flickity-page-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: var(--blue-color);
    border: 0 solid var(--blue-color);
    margin-bottom: 5px;
    width: 3px;
    border-radius: 5px;
    height: 34px;
    position: relative;
}

.hero-slider .flickity-page-dots .flickity-page-dot::after{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    background-color: var(--gold-color);
    border: 0 solid var(--gold-color);
}
  
.hero-slider .flickity-page-dots .flickity-page-dot.is-selected::after {
    animation: flickityPageDot 5s linear forwards;
}
@keyframes flickityPageDot{
    0%{
        height: 0;
    }100%{
        height: 100%;
    }
}
.flickity-prev-next-button .flickity-button-icon{
    width: 33%;
    height: 60%;
}

.flickity-page-dot:focus{
    box-shadow: none;
}

.carousel .carousel-inner img{
    width: 100%;
}
#featured {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
}

.flickity-button:focus{
    box-shadow: none;
}

/* End Hero */

/* Start Text Banners */

.text-banners .container{
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.text-banners .card{
    height: 178px;
    background-color: var(--gold-color);
    border-left: 1px solid #fff !important;
    transition: .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0;
}

.text-banners .card:hover{
    background-color: var(--light-color);
    border-left: 1px solid var(--gold-color) !important;
}
.text-banners .card .icon{
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    color: var(--gold-color);
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.text-banners .card:hover .icon{
    background-color: var(--gold-color);
    color: #fff;
}
.text-banners .card h4{
    font-size: 20px;
    color: #fff;
    /* transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}

.text-banners .card:hover .line-card::after{
    width: 70%;
}

/* End Text Banners */

/* Start Home Section */


.home-welcome .image{
    height: 100%;
}
.home-welcome .image img{
    object-fit: cover;
    height: 100%;
}

.home-welcome .details{
    padding: 12px 15px;
    /* transform: translateX(-63px); */
    background-color: #fff;
}

.home-welcome .details h6{
    margin: 0;
    color: var(--light-color);
}

.home-welcome .details h1{
    font-size: 40px;
    line-height: 128%;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--light-color);
}

.home-welcome .details h5{
    line-height: 148%;
    font-size: 20px;
    color: var(--light-color);
}

.home-welcome p{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 500;
    line-height: 154%;
}

/* End Home Section */

/* Start Services Banners */

.services-banners{
    padding: 60px 0;
    background-color: #fff;
}

.services-banners .icon{
    height: 96px;
    width: 96px;
    line-height: 96px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--gold-color);
    background-color: #fff;
    color: var(--gold-color);
    font-size: 40px;
    font-family: flaticon;
    margin: auto;
    transition: all 0.3s ease-out 0s;
}

.services-banners .card:hover .icon{
    background: var(--gold-color);
    color: #ffffff;
}

.services-banners h4{
    font-size: 22px;
    margin-bottom: 6px;
}
.services-banners p{
    line-height: 28px;
    /* padding: 0px 13px; */
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
}

/* End Services Banners */

/* Start Teams */

.teams,
#content{
    position: relative;
}

.teams::after,
.teams::before,
#content::after,
#content::before{
    content: '';
    left: 3%;
    top: -41px;
    width: 3%;
    height: 14%;
    background-color: var(--light-color);
    position: absolute;
    border-radius: 5px;
}

#content::after,
#content::before{
    height: 78px;
}

.teams::before,
#content::before{
    top: -2%;
    left: 6.5%;
    background-color: var(--gold-color);
    z-index: 1;
}

#content .teams::after,
#content .teams::before{
    content: none;
}

.teams .title-header{
    z-index: 1;
}

.teams .card{
    position: relative;
    overflow: hidden;
}
.teams .card::after{
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 142px 128px #000;
}

.teams .card .card-header{
    height: 464px;
}
.teams .card img{
    transform: scale(1) translateX(0px);
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.teams .card:hover img{
    transform: scale(1.1) translateX(15px);
}
.teams .card .card-body{
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-bottom: 40px;
}

.teams .card::after,
.teams .card .card-body{
    bottom: -30px;
    opacity: 0;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.teams .card:hover::after,
.teams .card:hover .card-body{
    bottom: 0;
    opacity: 1;
}

.teams .card .card-body h4{
    font-size: 27px;
}
.teams .card .card-body h4 a{
    color: var(--gold-color);
}

.owl-theme .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* flex-direction: row-reverse; */
}

.owl-theme .owl-nav [class*=owl-]{
    width: 40px;
    height: 37px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border: 2px solid var(--gold-color) !important;
    color: var(--gold-color) !important;
    font-size: 29px !important;
}

.news .owl-theme .owl-nav [class*=owl-]{
    transform: rotate(180deg);
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: var(--gold-color) !important;
    color: #fff !important;
}

.owl-theme .owl-nav .disabled{
    opacity: 1 !important;
}

.teams-details{
    padding-bottom: 70px;
}

.teams-details .image{
    text-align: center;
}

.teams-details .image img{
    width: 506px;
    margin: auto;
}

.teams-details .image::before{
    content: '';
    position: absolute;
    width: 64%;
    height: 100%;
    left: 50%;
    top: 49px;
    border: 10px solid var(--gold-color);
    transform: translateX(-50%);
}

.teams-details .image img{
    transform: scale(1);
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.teams-details .image img:hover{
    transform: scale(1.1);
}

.teams-details .details{
    margin-top: 70px;
}

/* End Teams */

/* Start programs banners */

.programs-banners{
    /* background-color: #fff; */
    padding: 60px 0;
}

.programs-banners .title-header::after,
.programs-banners .title-header::before,
.news .title-header::after,
.news .title-header::before{
    content: '';
    left: 50%;
    bottom: -9px;
    top: auto;
    width: 67px;
    height: 4px;
    background-color: var(--light-color);
    position: absolute;
    /* transform: translateX(-35%); */
    border-radius: 0;
}

.programs-banners .title-header::before,
.news .title-header::before{
    bottom: 0;
    background-color: var(--gold-color);
}

.programs-banners .title-header::after, .programs-banners .title-header::before,
.news .title-header::after, .news .title-header::before{
    right: 44%;
    left: auto;
}

.programs-banners .title-header::before,
.news .title-header::before{
    right: 46%;
    left: auto;
}

.programs-banners .col{
    padding: 0;
}

.programs-banners .card{
    position: relative;
    padding: 20px 10px;
    border: 1px solid var(--gold-color);
    height: 332px;
}
.programs-banners .col:not(:last-child) .card{
    border-left: 0;
}
.programs-banners .card::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 0;
    transition: .7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.programs-banners .card .card-body{
    position: relative;
    z-index: 1;
}

.programs-banners .card:hover::before{
    background-color: #000000ab;
}

.programs-banners .card .icon{
    height: 45px;
    width: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-delay: 0.3s;
}
.programs-banners .card h4{
    margin: 30px 0;
    font-size: 20px;
    color: var(--light-color);
}
.programs-banners .card p{
    line-height: 170%;
    margin-top: 0;
    font-size: 15px;
    color: #577588;
}

.programs-banners .card .icon,
.programs-banners .card h4,
.programs-banners .card p{
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.programs-banners .card:hover h4{
    color: #fff;
}

.programs-banners .card:hover p{
    color: var(--blue-color);
}

.programs-banners .card:hover .icon{
    background-color: transparent !important;
    color: var(--gold-color);
}

.programs-banners .card a,
.news .card a.line-card{
    margin-top: 24px;
    display: block;
    color: var(--gold-color);
    transition-delay: 0.3s;
    width: fit-content;
    padding-bottom: 5px;
    font-weight: 700;
}
.programs-banners .card .line-card::after,
.news .card .line-card::after{
    bottom: 0;
    left: 0;
}
.programs-banners .card .line-card:hover::after,
.news .card .line-card:hover::after{
    width: 80%;
}

/* End programs banners */

/* Start Video */

.video-section{
    background-color: #ffffff;
    padding: 15px 0 70px;
    position: relative;
}

.video-section::after,
.video-section::before{
    content: '';
    position: absolute;
    width: 34%;
    height: 50%;
    top: 0;
    right: 0;
    background-color: transparent;
    z-index: 0;
    border-top: 16px solid var(--gold-color);
    border-right: 16px solid var(--gold-color);
}

.video-section::before{
    border-top: 0;
    border-right: 0;
    border-left: 16px solid var(--gold-color);
    border-bottom: 15px solid var(--gold-color);
    top: auto;
    bottom: 76px;
    left: 0;
    right: auto;
}

.video-section .container-fluid{
    z-index: 1;
    position: relative;
}

.video-section .image{
    height: 603px;
    overflow: hidden;
    position: relative;
}
.video-section .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-section .details{
    bottom: -66px;
    padding: 24px 15px;
    background-color: #ffffff;
    width: 62%;
    right: 94px;
    box-shadow: 0px 0px 16px #00000030;
}
.video-section .details img{
    height: 281px;
    object-fit: cover;
}

.video-section .title-header::after, .video-section .title-header::before{
    content: none;
}

.video-section .details h6{
    margin: 0;
    font-size: 18px;
    color: var(--gold-color);
}
/* .video-section .title-header h1{
    color: var(--gold-color);
    font-size: 40px;
} */
.video-section .details h5{
    color: var(--light-color) !important;
    font-size: 37px;
    margin: 15px 0;
}
.video-section .details p{
    color: var(--light-color) !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}
.video-section .details .ul-list{
    margin-top: 19px;
    justify-content: space-between;
}
.video-section .details .ul-list li{
    position: relative;
    font-size: 17px;
    margin-bottom: 9px;
}
.video-section .details .ul-list li::before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--gold-color);
    margin: 0 5px;
}

.video-section .player{
    right: 17%;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--gold-color);
    background-color: var(--gold-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.modal.show{
    opacity: 1;
    background-color: #000000d1;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal.fade .modal-dialog{
    max-width: 100%;
    width: 88%;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal-content{
    background-color: transparent;
    box-shadow: none;
}

.modal-header{
    border-color: var(--gold-color);
}

.modal-header .btn-close{
    filter: grayscale(1) invert(1);
}

/* End Video */

/* Start PDF */

.pdf-all .card-header{
    height: 246px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.pdf-all .card-body h4{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.pdf-all .card-body a{
    color: var(--dark-color);
}
.pdf-all .card-body a:hover{
    color: var(--gold-color);
}

/* End PDF */

/* Start News */

.news{
    background-color: #fff;
}

.news .item{
    padding: 10px 7px !important;
}
.news .card .card-header{
    height: 300px;
    position: relative;
    overflow: hidden;
}
.news .card .card-header img{
    transform: scale(1);
    transition: .9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news .card:hover .card-header img{
    transform: scale(1.1);
}

.news .card h4{
    font-size: 19px;
    line-height: 170%;
}
.news .card h4 a{
    color: var(--light-color);
}
.news .card p{
    font-size: 15px;
    color: var(--blue-color);
    line-height: 180%;
}
.news .card a:hover{
    color: var(--gold-color);
}

/* End News */

/* Start Footer */

footer ul.link-list li{
    padding: 4px 0 8px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: var(--light-color);
    font-size: 16px;
    font-weight: 500;
}

footer ul.link-list li a:hover{
    color: var(--gold-color);
}

footer ul.link-list li a:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 5px;
    content: '\203A';
    color: var(--gold-color);
    font-size: 21px;
}

footer {
    padding: 50px 0 0 0;
    color: var(--light-color);
    background-color: #f5f5f5 !important;
}

footer a {
    color: var(--light-color) !important;
}

footer .twitter img{
    float: none;
    margin: 0;
    width: 59% !important;
}

footer .aboutFooter h4{
    color: var(--gold-color);
}

footer .aboutFooter p{
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    color: var(--light-color) !important;
}

footer .navbar-brand-footer img{
    width: 60% !important;
}

footer a:hover {
    color: var(--gold-color);
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: var(--light-color);
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

footer .social-network{
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-network li {
    display: inline;
    margin: 0 8px;
}

footer .social-network a{
    margin: 0 6px;
}

footer .social-network a{
    font-size: 16px;
    border: 1px solid var(--gold-color);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--gold-color) !important;
    background-color: transparent;
    border-radius: 50%;
}

footer .social-network a:hover{
    border-color: var(--gold-color) !important;
    background-color: var(--gold-color) !important;
    color: #fff;
}

footer .social-network a svg:not(:root){
    fill: var(--gold-color);
    width: 18px;
}
footer .social-network a:hover svg:not(:root){
    fill: #fff;
}

#sub-footer {
    text-shadow: none;
    color: var(--light-color);
    padding: 8px 0 0;
    margin: 10px 0 0 0;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: var(--light-color);
}

.copyright {
    font-size: 18px;
    font-weight: 500;
    color: var(--light-color) !important;
}

/* End Footer */

/* Start breadcrumbs */

.breadcrumbs {
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
    background-repeat: no-repeat;
    background-size: cover;
    height: 353px;
    display: flex;
    align-items: end;
}

.breadcrumbs::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
}

.breadcrumbs::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-color: #00000073;
}

.breadcrumbs .container{
    z-index: 1;
}

.breadcrumbs .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}
.breadcrumbs h1 {
    font-size: 41px;
    color: #fff !important;
    font-weight: 900;
}

/* --- breadcrumbs --- */
.breadcrumbs ol {
    margin: 30px 0 0;
    /* float: left; */
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.breadcrumbs ol li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.breadcrumbs ol li,
.breadcrumbs ol li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.breadcrumbs ul.breadcrumb li a {
    color: #fff;
}

.breadcrumbs ol li a:hover {
    text-decoration: none;
}

.breadcrumbs ol li+li::before{
    color: var(--gold-color);
}


/* End breadcrumbs */

/* Start Topic Details */

.details-topic h1{
    line-height: 150%;
    color: var(--light-color);
}

.details-topic p,
.details-topics p,
.details-topic .details,
.details-topic span,
.details-topics span,
.details-topic li,
.right-sidebar li{
    font-size: 17px;
    line-height: 164%;
    color: #7e7e7e;
    font-weight: 600;
}

.details-topic ul.social-network li a{
    height: 36px !important;
}

.details-topic img{
    width: 100%;
}

.details-topic .share  img{
    width: 60%;
}

.details-topics h3{
    line-height: 159%;
}


.details-topics .photos h4{
    font-size: 20px;
    line-height: 30px;
}

.details-topics h3 a{
    color: #000;
}

.details-topic .writer-name a,
.details-topic .date span{
    color: var(--brown2-color);
    font-size: 14px;
    font-weight: 600;
}

.details-topic .date span.line{
    color: var(--red-color);
}

.details-topic .writer-name a:hover{
    color: var(--red-color);
}

.writers-page .card img{
    width: 120px;
    height: 120px !important;
    border-radius: 50% !important;
    border: 4px solid var(--red-color);
    object-fit: cover;
}

.writers-page .card h4{
    margin-top: 20px;
}
.writers-page .card h4 a{
    
}

.details-topic .title-header::after{
    width: 18%;
    border-color: var(--red-color);
}

.details-topic .relative-topics .card-header{
    height: 180px;
    overflow: hidden;
}

.details-topic .relative-topics h4{
    font-size: 20px;
    line-height: 30px;
}
.details-topic .relative-topics h4 a:hover{
    color: var(--red-color);
}

.details-topics .photos .card-header{
    height: 251px;
}

.details-topics .photos .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    right: 9px;
    background-color: var(--red-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: 20px;
    transform: rotate(180deg);
}

.details-topics .photos .owl-theme .owl-nav .owl-prev{
    right: auto;
    left: 9px;
}

.details-topics .photos .card-body a:hover,
.details-topics .videos-page .post-heading a:hover{
    color: var(--gold-color);
}

.details-topics .videos-page .video-container{
    height: 240px;
}

.details-topic .photo-details .card{
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.details-topic .photo-details .card .card-header{
    height: 140px;
}
.details-topic .photo-details .card img{
    border-radius: 0 !important;
    height: 100% !important;
    width: 100%;
}


.details-topic .photo-details .card .card-body{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    transition: .3s linear;
}

.details-topic .photo-details .card:hover .card-body{
    background-color: #000000dc;
    opacity: 1;
}
.details-topic .photo-details .card-header img{
    object-fit: cover;
    transform: scale(1);
    transition: .6s;
}

.details-topic .photo-details .card:hover .card-header img{
    transform: scale(1.1);
}

.details-topic .tags-topic a{
    padding: 0px 8px;
    background-color: var(--light-color);
    border-radius: 14px;
    color: var(--brown2-color);
}

.page-item.active .page-link{
    background-color: var(--gold-color);
    border-color: var(--gold-color);
}

/* End Topic Details */

.map-contact iframe{
    width: 100%;
    height: 550px;
}

#content .contacts p .fa, #content .contacts address .fa{
    border-radius:5px;
    font-size:20px;
}

#content .contacts p .fa, #content .contacts address .fa {
    padding: 12px 10px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
    background: #3494c8;
    color: #fff;
    text-align: center;
}

.contacts .icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--gold-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
}

.title-header2 i{
    color: var(--gold-color);
}

form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.contactForm textarea.form-control{
    height: 100%;
}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform .validation {
    font-size: 11px;
}

.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: #faebcc;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 5px;
}

.validation:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #faebcc;
    position: absolute;
    top: -8px;
    left: 10px;
}

#sendmessage, #subscribesendmessage, #ordersendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#errormessage, #ordererrormessage, #subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sendmessage.show, #ordersendmessage.show, #subscribesendmessage.show, #errormessage.show, #ordererrormessage.show, #subscribeerrormessage.show, .show {
    display: block;
}

.form-control:focus{
    border-color: var(--gold-color);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--gold-color);
}

/* --- comment form ---- */
form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}


@media (min-width: 768px) {

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 992px){
    .site-top{
        display: none;
    }
    .title-header h1{
        font-size: 35px;
    }

    .navbar .container{
        max-width: 100%;
    }

    .navbar-header{
        position: relative;
        z-index: 4;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0 10px;
    }

    .navbar-default .navbar-brand{
        height: fit-content;
        width: fit-content;
    }

    .navbar-brand>img{
        width: 46%;
        height: inherit;
    }
    .navbar-toggler{
        display: block !important;
        float: right;
        margin-right: 10px;
    }

    .navbar .list-items{
        position: absolute;
        background-color: var(--dark-color);
        top: 70px;
        width: 100%;
        min-height: 474px;
        transition: .3s linear;
        right: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .navbar .list-items.active{
        visibility: visible;
        opacity: 1;
        top: 0;
    }

    .navbar .navbar-nav{
        background-color: transparent;
        display: flex;
        flex-direction: column !important;
        height: 100%;
        width: 100%;
        margin: 0;
        overflow: hidden;
        z-index: 3;
        align-items: center;
        justify-content: center;
        transition: .8s;
        margin-top: 100px;
    }

    .navbar .homeburger{
        /* position: absolute; */
        left: 3px;
        top: 11px;
        z-index: 24;
        background-color: transparent;
        width: 41px;
        height: 65px;
        transition: all .3s linear;
        display: block;
    }

    .navbar .homeburger{
        right: 78%;
        background-color: transparent;
        top: 0;
    }

    .navbar .toggler-icon{
        display: block;
        width: 81%;
        height: 3.3px;
        background-color: var(--gold2-color);
        z-index: 20;
        position: relative;
        margin: 3px 0;
    }
    .navbar  .toggler-icon:nth-of-type(1),
    .navbar  .toggler-icon:nth-of-type(3){
        /* transform: rotate(0); */
        transition: .3s linear;
    }
    
    .navbar .show .toggler-icon:nth-of-type(2){
        opacity: 0;
    }
    
    .navbar .show .toggler-icon:nth-of-type(1){
        transform: rotate(-39deg) translate(-16px, 19px);
    }
    
    .navbar .show .toggler-icon:nth-of-type(3){
        transform: rotate(42deg) translate(8px, 9px);
    }

    .navbar .nav > li > a{
        text-align: right;
        width: fit-content;
    }

    #header .logo{
        position: relative;
        z-index: 10000;
    }

    .navbar .nav > li > a{
        color: #000;
        padding-bottom: 20px;
    }
    .navbar-mobile>ul>li{
        border: none;
    }

    .mobile-nav-toggle{
        color: var(--gold-color);
        font-size: 35px;
    }
    
}

@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .padding-modile{
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar .container {
        margin: 0;
        padding: 0;
    }

    .container > .navbar-header {
        width: 100%;
        margin-right: 0;
        margin: 0;
    }

    .navbar-brand {
        margin-top: 0px;
        border-bottom: none;
        float: left;
        margin-left: 15px;
        margin-right: 0;
        padding: 0;
    }

    .navbar-header {
        margin-top: 20px;
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    header .navbar-nav > li {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 1px !important;
    }

    .navbar .nav > li > a {
        color: #fff;
    }

    header .nav li .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .breadcrumbs{
        height: 297px;
        background-position: center;
    }

    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 10px;
        border-bottom: 1px dotted #e6e6e6;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }

    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }

    #sub-footer ul.social-network {
        float: left;
    }

    [class*="span"] {
        margin-bottom: 20px;
    }


    .boxed-layout #wrapper {
        width: 90% !important;
    }

    .boxed-layout footer {
        width: 100% !important;
    }

    .boxed-layout .sticky {
        width: 90% !important;
    }

    .sticky + .contents {
        padding-top: 125px !important;
    }
    .form-block  .submit-btn{
        width:100% !important;
    }

    .hero-slider .carousel-cell .inner .subtitle{
        font-size: 2.2rem;
    }

    .hero-slider .carousel-cell .inner .title{
        font-size: 23px;
        line-height: 30px;
        width: 100%;
    }

    .hero-slider .flickity-prev-next-button{
        display: none;
    }

    .hero-slider .carousel-cell .inner{
        width: 90%;
    }

    .home-welcome .details{
        padding: 12px 0px;
    }

    .home-welcome .details h1{
        font-size: 28px;
    }

    .text-banners .card{
        border-left: 0;
        border-bottom: 1px solid #fff !important;
        height: auto;
    }

    .programs-banners .card{
        height: auto;
    }

    .video-section .details{
        bottom: 0;
        padding: 24px 15px;
        width: 97%;
        right: 5px;
        position: relative !important;
        margin-top: -209px;
    }

    .video-section .details h5{
        font-size: 30px;
        margin: 2px 0;
    }

    .video-section .details p{
        font-size: 14px;
        line-height: 155%;    
    }

    .video-section .player{
        top: 27%;
    }
    .video-section .details .ul-list{
        flex-wrap: wrap;
    }
    .video-section .details .ul-list ul{
        margin: 0;
    }
    .video-section .details .ul-list li{
        font-size: 15px;
    }

    .video-section::before{
        bottom: 72px;
    }

    .modal.fade .modal-dialog{
        width: 97%;
        top: 10%;
    }

    .owl-theme .owl-dots .owl-dot span{
        width: 31px !important; 
    }

    .teams .title-header::after, .teams .title-header::before{
        content: none;
    }

    footer .navbar-brand-footer{
        width: 100%;
        display: block;
        text-align: center;
    }

    footer ul.link-list{
        display: none;
    }

    .details-topic h1{
        font-size: 23px;
    }

    .details-topic .writer-name a, .details-topic .date span{
        font-size: 12px;
    }

    article .post-heading h3{
        font-size: 20px;
    }

    #inner-headline ul.breadcrumb li{
        font-size: 13px;
    }

    .details-topic p, .details-topics p, .details-topic .details, .details-topic span, .details-topics span, .details-topic li, .right-sidebar li{
        font-size: 15px;
    }

}