#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%;
}
#preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #CFB53B;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #CFB53B;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
}
@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
}
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
}
    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1;
}
    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}
.text-primary {
    color: #CFB53B;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1e2022;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #1e2022;
}
.height-100vh {
    height: 100vh;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-primary {
    background-color: #CFB53B !important;
}
.text-primary {
    color: #CFB53B !important;
}
.bg-secondary {
    background-color: #873600 !important;
}
.text-secondary {
    color: #873600 !important;
}
.bg-darkblue {
    background-color: #0d2089 !important;
}
.text-darkblue {
    color: #0d2089 !important;
}
.primary-overlay[data-overlay-dark]:before {
    background: #CFB53B;
}
a:hover, a:active {
    color: #CFB53B;
    text-decoration: none;
}
.form-group {
    margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}
@media screen and (min-width: 1500px) {
    .container {
        max-width: 1320px;
        width: 100%;
    }
}
.section-title .title-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.75);
}
.section-title .light-title {
    font-size: 142px;
    text-transform: uppercase;
    position: absolute;
    line-height: 1;
    font-family: 'Poppins', sans-serif, 'Moulpali' !important;
}
.section-title h2 {
    font-size: 50px;
    z-index: 1;
    position: relative;
    color: #222c34;
    font-family: 'Poppins', sans-serif, 'Moulpali' !important;
}
.footer-section-title h6 {
    font-size: 20px;
    color: #222c34;
}
@media screen and (max-width: 992px) {
    .section-title .light-title {
        font-size: 122px;
    }
    .section-title h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .section-title .light-title {
        font-size: 90px;
    }
    .section-title h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px) {
    .section-title .light-title {
        font-size: 60px;
    }
    .section-title h2 {
        font-size: 25px;
    }
}
.btn {
    display: inline-block;
    font-size: 14px;
    padding: 9px 22px;
    background: transparent;
    border: 2px solid #CFB53B;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #CFB53B;
    letter-spacing: .5px;
    line-height: inherit;
    min-width: 150px;
    font-weight: 600;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.btn:hover, .btn:active {
    background: #CFB53B;
    color: #fff;
    border-color: #CFB53B;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}
.btn:focus {
    background: #CFB53B;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    border-color: #CFB53B;
}
.btn.theme {
    background: transparent;
    border: 2px solid #CFB53B;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #CFB53B;
    min-width: 170px;
}
.btn.theme:hover, .btn.theme:active {
    background: #CFB53B;
    color: #fff;
    border-color: #CFB53B;
}
.btn.theme:hover span, .btn.theme:active span {
    color: #fff;
}
.btn.theme:focus {
    background: transparent;
    color: #CFB53B;
    border-color: #CFB53B;
}
.btn.white {
    border-color: #fff;
    color: #fff;
}
.btn.white:hover {
    border-color: transparent;
}
.btn.secondary-hover:hover {
    background: #222c34;
}
.navbar .navbar-nav .btn.small {
    font-size: 12px;
    padding: 6px 18px;
    min-width: auto;
    margin-top: 4px;
    margin-left: 15px;
    text-align: center;
}
.nav-scroll .navbar-nav .btn.small {
    color: #CFB53B;
    border-color: #CFB53B;
    border-width: 2px;
}
.nav-scroll .navbar-nav .btn.small:hover {
    color: #fff;
}
.navbar .navbar-nav .btn.small:hover {
    color: #fff;
}
.navbar .navbar-nav .nav-link.btn.small.active {
    color: #fff;
}
.navbar .navbar-nav .nav-link.btn.small.active:hover {
    color: #fff;
}
.caption .highlight {
    color: #CFB53B;
}
.slider .arrow, .slider-fade .arrow {
    display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item, .slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.slider .item .caption, .slider-fade .item .caption {
    width: 100%;
    z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
}
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.navbar .icon-bar {
    color: #fff;
}
.navbar.bg-black {
    background: #232323;
    border-bottom: none;
}
.navbar.bg-black .navbar-nav .nav-link.active {
    color: #CFB53B;
}
.navbar.bg-black.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.navbar.bg-black .navbar-nav .nav-link:hover, .navbar.bg-black.nav-scroll .navbar-nav .nav-link.active {
    color: #CFB53B;
}
.navbar.bg-black .navbar-nav .nav-link.btn.small:hover, .navbar.bg-black .navbar-nav .nav-link.btn.small.active {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #eee;
    margin: 0;
    padding: 10px 15px;
    transition: all .5s;
    text-align: left;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif, 'Moulpali' !important;
}
.navbar .navbar-nav .nav-link:hover {
    color: #CFB53B;
    font-family: 'DM Sans', sans-serif, 'Moulpali' !important;
}
.navbar .navbar-nav .nav-link.active {
    color: #CFB53B;
    position: relative;
    font-family: 'DM Sans', sans-serif, 'Moulpali' !important;
}
.nav-scroll {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.75);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    z-index: 99;
}
.nav-scroll.bg-black .icon-bar {
    color: #fff;
}
.nav-scroll .icon-bar, .nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.navbar-toggler {
    background: #CFB53B;
    width: 40px;
    height: 35px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 21px;
    cursor: pointer;
    z-index: 12399994;
    border: none;
}
.navbar-toggler .icon-bar:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 17px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    display: block;
    content: "";
}
.navbar-toggler .icon-bar:before {
    top: 17px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    display: block;
    height: 2px;
    content: "";
}
.navbar-toggler.collapsed .icon-bar:after {
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    background: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
}
.logo {
    padding: 15px 0;
    width: 250px;
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse.desktop-hide {
        display: none !important;
    }
}
@media screen and (max-width: 1399px) {
    .navbar > .container {
        padding-right: 5.5rem !important;
    }
}
@media screen and (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }
    .navbar .navbar-nav .btn.small {
        margin-left: 5px;
        padding: 4px 16px;
        margin-top: 4px;
    }
}
@media screen and (max-width: 991px) {
    .logo {
        padding: 0;
    }
    .navbar .navbar-nav .nav-link {
        border-bottom: 1px solid #383838;
    }
    .navbar .navbar-nav .btn.small {
        margin: 10px 5px;
    }
    .navbar > .container {
        padding-right: 1rem !important;
        position: relative;
    }
    .navbar .navbar-collapse {
        background: #232323;
        text-align: center;
    }
    .navbar .navbar-toggler {
        padding: 8px 0;
        text-align: right;
        width: 40px;
        top: 18px;
        border-radius: 3px;
    }
    .navbar .nav-link {
        display: block;
    }
    .navbar .navbar-nav .active:after {
        width: 100%;
        }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #CFB53B !important;
    }
    .nav-scroll .navbar-collapse .btn.active {
        color: #fff !important;
    }
}
.header {
    overflow: hidden;
    height: 100vh;
}
.header .caption .overflow-hidden {
    display: inline-block;
}
.header .banner-text span {
    animation-delay: 0.5s;
    position: relative;
    display: inline-block;
}
.header .banner-text h1 {
    animation-delay: 0.8s;
}
.header .banner-text p {
    animation-delay: 1.2s;
}
.header .banner-text .butn {
    animation-delay: 1.4s;
}
.header .btn i {
    position: relative;
    top: 1px;
}
.header .arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}
.header .arrow a {
    color: #fff;
}
.header .arrow a:hover {
    color: #CFB53B;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
}
.header .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CFB53B;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}
.header .arrow i:hover:after {
    background: #fff;
    transform: scale(1.2);
    transition: all .5s;
}
.header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px;
}
.header .social-links a:hover {
    opacity: 0.85;
}
.header .social-links:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1199px) {/*iPad Pro*/
    .header .caption h1 {
        font-size: 60px;
    }
    .xs-height-auto { height: auto; }
    .header {
        overflow: hidden;
        height: 40vh !important;
    }
    .slider .owl-item, .slider-fade .owl-item {
        height: 40vh !important;
        position: relative;
    }
    .display-lg-3 {
        font-size: 3rem !important;
    }
    .xs-display-none {
        display: none !important;
    }
    .about-number ul .box-one {
        width: 190px !important;
    }
}
@media screen and (max-width: 991px) {/*iPadMini*/
    .header {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        -ms-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        -ms-transition-duration: 0s;
    }
    .xs-height-auto { height: auto; }
    .header {
        overflow: hidden;
        height: 30vh !important;
    }
    .slider .owl-item, .slider-fade .owl-item {
        height: 30vh !important;
        position: relative;
    }
    .display-lg-3 {
        font-size: 2.5rem !important;
    }
    .xs-display-none {
        display: none;
    }
    .about-number ul .box-one {
        width: 190px !important;
    }
    .header .caption h1 {
        font-size: 50px;
    }
    .header .caption h2 {
        font-size: 30px;
    }
    .header .caption p {
        font-size: 16px;
    }
    .header .social-links a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 32px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .header .caption h3 {
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 575px) {
    .header .caption h1 {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 12px;
    }
}
.side-menu {
    width: 20%;
    position: fixed;
    right: 0;
    top: 0;
    background: #CFB53B;
    z-index: 99999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.black {
    background: rgba(0, 0, 0, 0.95);
}
.side-menu.side-menu-active, .side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}
#close_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 9999;
    opacity: 0.4;
}
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close {
    display: none;
}
.side-menu .btn-close:before, .side-menu .btn-close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 3px;
    margin-right: 1rem;
    position: absolute;
    right: 25px;
    top: 22px;
    z-index: 99;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #fff !important;
    display: block;
}
.sidemenu_btn > span:hover {
    height: 2px;
    width: 100%;
    background: #CFB53B !important;
    display: block;
}
.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}
.nav-scroll .sidemenu_btn > span {
    background: #232323;
}
.bg-black.nav-scroll .sidemenu_btn > span {
    background: #ffffff !important;
}
.bg-black.nav-scroll .sidemenu_btn > span:hover {
    background: #CFB53B !important;
}
.bg-white .sidemenu_btn > span, .bg-white.nav-scroll .sidemenu_btn > span {
    background: #232323;
}
.side-menu .inner-wrapper {
    padding: 2.5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'DM Sans', sans-serif, 'Moulpali' !important;
}
.side-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link:focus:after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-nav .navbar-nav .nav-link.active:after {
    width: 100%;
}
.side-menu .social-links a {
    color: #fff;
}
.side-menu .social-links a:hover {
    opacity: 0.65;
}
@media screen and (max-width: 1399px) {
    .sidemenu_btn {
        margin-right: 0;
    }
}
.card-style1 .card-body:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background: #CFB53B;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.card-style1:hover .card-body:before {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
}
.card-style1 .card-body:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #CFB53B;
    border-left: 25px solid transparent;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.card-style1:hover .card-body:after {
    opacity: 0;
}
.card-style1 h3 {
    color: #222c34;
}
.card-style1:hover h3, .card-style1:hover p {
    color: #fff;
}
.card-style2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid #CFB53B;
    border-left: 25px solid transparent;
    right: 4px;
    top: 4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.card-style2.card-middle:before {
    border-top: 25px solid #fff;
}
.card-style3:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid #CFB53B;
    border-left: 25px solid transparent;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-text {
    line-height: 40px;
}
.about-number {
    margin-left: -80px;
}
.about-number ul .box-one {
    width: 200px;
}
span.about-line {
    position: absolute;
    width: 17px;
    height: 50%;
    top: 0;
    left: -29px;
    background-color: #CFB53B;
}
@media screen and (max-width: 1200px) {
    .about-number {
        margin-left: -120px;
    }
}
@media screen and (max-width: 992px) {
    .about-number {
        margin-left: -225px;
    }
}
@media screen and (max-width: 991px) {
    span.about-line {
        left: 28px;
        }
    .about-number {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    span.about-line {
        left: -29px;
    }
}
@media screen and (max-width: 575px) {
    span.about-line {
        display: none;
    }
}
.overlay-bg-block {
    height: 320px;
}
.team-overlay-bg {
    /*margin-bottom: -200px;*/
    z-index: 9;
    position: relative;
    background: transparent;
}

/* extra-section */
.extra-section p {
    line-height: 40px;
}
.classes-section {
    /*margin-top: -280px;*/
    background: transparent;
    z-index: 9;
}
.classes-section .section-title .title-stroke {
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.75);
}

/* time-table-box */
.time-table-box .table thead tr th {
    padding: 26px !important;
    border-right: 1px solid #fff;
}
.time-table-box .table tbody tr {
    border-bottom: 1px solid #fff;
}
.time-table-box .table tbody tr td {
    padding: 35px 0;
    background-color: rgba(242, 242, 242, 0.4);
    border-right: 1px solid #fff;
    font-weight: 700;
}
.time-table-box .table tbody tr td.fst {
    padding: 35px 0px;
    background-color: #222c34;
    font-weight: 700;
    color: #fff;
}
.time-table-box .table tbody tr td:last-child {
    border-right: 1px solid #f2f2f2;
}
.time-table-box .table tbody tr:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.contact-overlay {
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
    background: transparent;
}
.services-block {
    background: #f8f8f8 url('/uploads/banner/building.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    margin-top: .5rem;
}
.social-list {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -10%;
    z-index: 1;
    opacity: 0;
    text-align: center;
    transition: all .8s;
}
.social-list ul li {
    margin-right: 10px;
}
.social-list ul li:last-child {
    margin-right: 0;
}
.social-list ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: -1;
    background: #CFB53B;
    border: 1px solid transparent;
    transition: all .3s;
    border-radius: 50%;
    font-size: 16px;
}
.social-list ul li a:hover i {
    background: #222c34;
    color: #ffffff !important;
}
.team:hover .social-list {
    opacity: 1;
    transition: all .8s;
    bottom: 0%;
}
@media screen and (max-width: 992px) {
    .social-list ul li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
}
.classes-block .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}
.classes-content {
    padding: 0 25px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.classes-content .classes-icon {
    margin: 0 auto 20px auto;
}
.classes-content h3, .classes-content p {
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.classes-block:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}
.classes-block:hover .classes-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.classes-block:hover p {
    opacity: 1;
}
.classes-content p {
    opacity: 0;
}
@media screen and (max-width: 1200px) {
    .classes-content {
        padding: 0 30px;
    }
}
.video_btn {
    position: relative;
    height: 48px;
    width: 48px;
    background: transparent;
    border: 2px solid rgba(225, 225, 225, 0.6);
    text-align: center;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    border-radius: 3px;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.video_btn:hover i, .video_btn:focus i {
    color: #fff;
}

/* quform */
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    margin-bottom: .5rem;
}
.form-control:focus {
    border-color: #CFB53B;
}
.form-check-input:checked {
    border-color: #f7b035;
    background-color: #f7b035;
}
.form-check-input:focus {
    box-shadow: none;
}
.quform-input {
    position: relative;
}
.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1;
}
.quform-element > label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 14px;
}
.quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px;
}
.quform-inner input {
    width: 100%;
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top;
}
.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px;
}
.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal;
}
.quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
    border-color: #f5543f;
}
.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
    float: none;
}
.quform-loading-wrap {
    float: none;
}
.quform-loading-wrap .quform-loading {
    display: inline-block;
}
.light-validation .quform-errors > .quform-error {
    color: #fff;
}
.list-style1 li {
    display: inline-block;
    margin-right: 10px;
}
.list-style1 li:last-child {
    margin-right: 0;
}
.list-style1 li a i {
    font-size: 12px;
    background: #CFB53B;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #fff;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.list-style1 li a i:hover {
    background: #fff;
    color: #222c34;
    border-color: #CFB53B;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}
@media screen and (max-width: 992px) {
    .list-style1 li {
        margin-right: 6px;
    }
    .list-style1 li a i {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
}
.list-style2 li {
    border: 1px solid #dee2e6;
    padding: 10px 20px !important;
    transition: .4s;
}
.list-style2 li:hover {
    border: 1px solid #222c34;
    background-color: #222c34;
}
.list-style2 li:hover a, .list-style2 li:hover span {
    color: #fff;
}
.list-style3 li {
    display: inline-block;
    margin-right: 10px;
}
.list-style3 li:last-child {
    margin-right: 0;
}
.list-style3 li a i {
    font-size: 12px;
    background: #CFB53B;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #fff;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
.list-style3 li a i:hover {
    background: #222c34;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 5px;
    border-radius: 3px;
    background: #d5d5d5;
    margin: 5px 4px 0 4px;
    border: 2px solid #d5d5d5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #CFB53B;
    border-color: #CFB53B;
}
.blog .item {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-radius: 5px;
}
.blog .item .post-img {
    position: relative;
    overflow: hidden;
}
.blog .item .post-img:hover img {
    transform: scale(1.1);
}
.blog .item .post-img img {
    width: 100%;
    transition: all .5s;
}
.blog .item .content {
    padding: 30px;
    background: #fff;
    text-align: left;
}
.blog .item .content .tag {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.blog .item .content .read-more {
    margin-top: 20px;
    font-weight: 700;
}
.blog .item .content .read-more:hover {
    color: #CFB53B;
    text-decoration: none;
}
.blog .item .content h6 {
    line-height: normal;
    text-transform: inherit;
    margin-bottom: 2px;
}
.blog-nav {
    position: static !important;
    background: #fff !important;
    margin: 0;
    top: 0;
    transform: translateY(0px);
}
.blog-nav .logo {
    color: #1c1c1c !important;
}
.blog-nav .navbar-nav .nav-link, .blog-nav .icon-bar {
    color: #232323;
}
.blog-header {
    background: #232323;
    position: relative;
}
.blog-header h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ccc;
    margin-bottom: 15px;
}
.blog-header a {
    position: relative;
    color: #d5d5d5;
}
.blog-header a:after {
    content: '/';
    position: relative;
    margin: 0 10px;
}
.blog-header a:last-child:after {
    display: none;
}
.blog-header a:hover {
    color: #fff;
}
.blog-header a.active {
    color: #CFB53B;
}
.blogs .posts .pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.blogs .posts .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
}
.blogs .posts .pagination li {
    display: inline;
}
.blogs .posts .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
}
.blogs .posts .pagination a:hover {
    background-color: #232323;
    color: #fff;
}
.blogs .posts .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}
.blogs .posts .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.blogs .posts .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.blogs .posts .pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.blogs .posts .pagination li:first-child a {
    border-left-width: 1px;
}
.blog-list-simple {
    margin: 0 0 30px 0;
    padding-bottom: 30px;
}
.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-list-simple-text {
    color: #999;
}
.blog-list-simple-text > span {
    color: #CFB53B;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0;
}
.blog-list-simple-text .meta {
    margin: 0 0 5px 0;
}
.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px;
}
.blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal;
}
.blog-list-simple-text ul {
    margin: 10px 0;
}
.blog-list-simple-text ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
}
.blog-list-simple-text ul li i {
    color: #CFB53B;
    margin-right: 5px;
    font-size: 14px;
}
.blogs .post {
    margin-bottom: 50px;
}
.blogs .post .content {
    padding: 30px;
    background: #fafafa;
}
.blogs .post .content .meta {
    margin-bottom: 15px;
}
.blogs .post .content .meta li {
    display: inline-block;
    margin: 5px;
}
.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
}
.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px;
}
.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #00bcd1;
}
.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left;
}
.blogs .post .share-post span {
    font-weight: 700;
}
.blogs .post .share-post ul {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}
.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px;
}
.blogs .post .post-img img {
    width: 100%;
}
.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

/* pagination */
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
}
.pagination a:hover {
    background-color: #222c34;
    color: #fff;
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}
.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
}
.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #00bcd1;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px;
}
.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px;
}
.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px;
}
.side-bar .widget {
    margin-bottom: 30px;
}
.side-bar .widget:last-child {
    margin-bottom: 0;
}
.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.side-bar .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #CFB53B;
    position: absolute;
    bottom: 0;
    left: 0;
}
.side-bar .widget li {
    position: relative;
    padding: 0;
    margin: 0 0 9px 0;
    color: #6f6f6f;
    font-weight: 500;
}
.side-bar .widget li:last-child {
    margin: 0;
}
.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
}
.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #CFB53B;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0;
}
.side-bar .search form button:hover {
    background-color: #222c34;
}
.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0;
}
.side-bar .widget .blog-tags a {
    border: 1px solid #222c34;
    background-color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    color: #222c34;
}
.side-bar .widget .blog-tags a:hover {
    background-color: #222c34;
    color: #fff;
    border: 1px solid #222c34;
}
@media screen and (max-width: 991px) {
    .blog-nav .navbar-nav .nav-link {
        color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .blog-list-simple {
        margin-bottom: 20px;
        padding-bottom: 20px;
}
.blogs .posts .post .content {
    padding: 20px;
    }
}
.footer-link li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif, 'Moulpali' !important;
}
.footer-link li a:hover {
    color: #CFB53B;
}
.footer-insta-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(234, 76, 35, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
}
.footer-insta-icon:hover:before {
    opacity: 1;
}
.footer-insta-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    font-weight: 500;
    transition: .4s;
    opacity: 0;
    font-size: 22px;
}
.footer-insta-icon:hover i {
    opacity: 1;
}
.back-to-top {
    background: #6f6f6f;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    right: 25px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}
.back-to-top i {
    position: absolute;
    left: 50%;
    top: 45%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}
.back-to-top:hover {
    background: #CFB53B !important;
}
.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.back-to-top.reveal:focus, .back-to-top.reveal:hover, .back-to-top.reveal:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
