﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("font/fa-brands-400.eot");
    src: url("font/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("font/fa-brands-400.woff2") format("woff2"),
        url("font/fa-brands-400.woff") format("woff"),
        url("font/fa-brands-400.ttf") format("truetype"),
        url("font/fa-brands-400.svg#fontawesome") format("svg"); 
}
* {
    outline: none !important;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/fa-regular-400.eot");
    src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
        url("font/fa-regular-400.woff2") format("woff2"),
        url("font/fa-regular-400.woff") format("woff"),
        url("font/fa-regular-400.ttf") format("truetype"),
        url("font/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("font/fa-solid-900.eot");
  src: url("font/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("font/fa-solid-900.woff2") format("woff2"),
        url("font/fa-solid-900.woff") format("woff"),
        url("font/fa-solid-900.ttf") format("truetype"),
        url("font/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-style: normal;
}

label {
    font-weight: normal;
    white-space: nowrap;
}
body
{
    color:#949698;
    margin:0;
    background-color:#000;
    line-height:21px;
    font-size:16px;
}

Body.PopBody
{
	background-color: white;
	margin: 0;
	padding: 5px;
	background-image: none;
}
a
{
    color: #b59657;
    text-decoration: none;
    transition:0.3s ease-in-out;
}
a:hover, a:focus
{
    color: #c8a866;
    text-decoration: none;
}
.main-container-fluid {
    min-height: 500px;
}

.main-container
{
    padding:25px 0;
}
.topmenu-padding
{
    padding-top:70px;
}

.topmenu.navbar
{
    min-height:105px;
    width:100%;
    z-index:99;
    border:0;   
    background-color: transparent;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
    transition: 0.4s ease-in-out;
}
.topmenu.navbar .navbar-nav {
    margin-top: 10px;
    transition: 0.4s ease-in-out;
}
.header-page-link {
    margin-top: 20px;
    transition: 0.4s ease-in-out;
}

.is-sticky .topmenu.navbar
{
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    min-height:80px;
    border-bottom: 1px solid rgba(181,150,87,.55);
}
.is-sticky .header-page-link {
    margin-top: 10px;
}
.is-sticky .topmenu.navbar .navbar-nav {
    margin-top: 10px;
}
.logo {
    min-width: 240px;
    display: block;
}
.topmenu .navbar-brand img {
    max-height: 80px;
    transition: 0.4s ease-in-out;
}
.is-sticky .topmenu .navbar-brand img {
    max-height: 68px;
}
.topmenu .navbar-toggle
{
    float:left;
    margin-left:15px;
}
.topmenu .navbar-brand
{
    padding:5px 0 0 0;
}

.font-light {
    font-weight: 400;
}

/**********************/
.bwp-header {
    margin-bottom: 0;
    z-index: 9999;
    background: 0 0;
    position: absolute;
    width: 100%;
    left: 0;

    background: -moz-linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -o-linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -ms-linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent 100%);
}
.topbar-left {
    color: #b59657;
    line-height: 38px;
}
.topbar-v3 {
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    display: none;
}
.topbar-v3 .address, .topbar-v3 .email, .topbar-v3 .ship {
    display: inline-block;
}
.topbar-v3 a {
    color: #b59657;
}
.topbar-v3 a:hover {
    text-shadow: 0 0 1px #b59657;
    text-decoration: none;
}
.topbar-v3 .address i, .topbar-v3 .email i, .topbar-v3 .ship i {
    margin-right: 10px;
    font-size: 15px;
    position: relative;
    top: 3px;
    color: #000;
}
.topbar-v3 .email {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
}

.topbar-v3 .email::before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 18px;
    top: calc(50% - 9px);
    background: hsla(0,0%,100%,.15);
}
.topbar-v3 .address i, .topbar-v3 .email i {
    color: #fff;
}
.topbar-v3 .topbar-right {
    text-align: right;
}
.topbar-v3 #topbar_menu, #bottom_menu {
    list-style: none;
}
.topbar-v3 #topbar_menu li, #bottom_menu li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
#topbar_menu li.menu-item-16653::before {
    position: absolute;
    content: "";
    right: 0;
    background: hsla(0,0%,100%,.15);
    width: 1px;
    height: 18px;
    top: calc(50% - 9px);
}

#topbar_menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-page-link .top-icon {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.top-icon i {
    font-size: 21px;
    color: #b59657;
    transition: 0.3s ease-in-out;
}
.top-icon:hover i {
    color: #b59657;
}
.top-icon .badge {
    vertical-align: top !important;
    margin-top: -10px !important;
    font-weight: normal  !important;
    padding: 3px 6px !important;
    background-color: #b59657 !important;
    color: #fff;
}
.top-icon:hover .badge {
    background-color: #b59657;
}
.top-phone-link {
	border-radius: 15px;
	padding: 3px 5px;
	border: 1px solid #b59657;
	margin-left: 5px;
	margin-right: 25px;
	margin-top: 8px;
	display: inline-block;
	
}
/************* social icons ***************/

.fa-social {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 20px;
    width: 100%;
    display: table;
    /*width: 200px;*/
}

.fa-social li {
    display: table-cell;
    text-align: center;
    margin: 0 12px;
}

.fa-social a {
    /*width: 30px;
    height: 30px;
    margin: 13px 10px 0px 0px;
    border-radius: 50%;*/
    color: white;
    /*text-align: center;
    line-height: 26px;
    border: 2px solid #c09a4f;
    display: block;*/
    vertical-align: middle;
    padding-right: 10px;
}

.fa-social i:before {
    /*line-height: 26px;
    display: block;
    font-size: 30px;*/
}

.title-icon {
    /*float: left;*/
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 10px;
}

.lang {
    /*float: right;*/
    margin: 10px 10px 0px 10px;
    color: #dadada;
    font: 16px/30px 'NeoSansArabic';
}

.lang:hover {

    color: #c09a4f;
    text-decoration: underline;
}
.navbar-header .fa-social a .fa-facebook {
    color: #3a5489;

}

.navbar-header .fa-social a .fa-paper-plane {
    color: #35bdec;

}
.navbar-header .fa-social a.whatsapp {
    color: #25d366;

}
.navbar-header .fa-social a .fa-phone {
    color: #d96149;

}
.fa-social a.rss {
    background: #e77d2b;
    border: 2px solid #fe872b;
}

.fa-social a.instagram {
    background: #b76343;

}

.fa-social a.youtube-play, .fa-social a .fa-mobile {
    color: #cb0000;
}
.fa-social a.mobile {
    color: #cb0000;

}
.fa-social a .fa-mobile {
    color: silver;

}
/******/
.fa-social a, .fa-social a:hover {
    color: white;
}

.fa-social a.facebook:hover {
    background: #3C5A98;
    border: 2px solid #3C5A98;
}

.fa-social a.twitter:hover {
    background: #34CBFF;
    border: 2px solid #34CBFF;
}
.fa-social a.whatsapp:hover {
    background: #31e072;
    border: 2px solid #23d064;
}
.fa-social a.plus:hover {
    background: #ec6c53;
    border: 2px solid #ec6c53;
}

.fa-social a.rss:hover {
    background: #fe872b;
    border: 2px solid #fe872b;
}

.fa-social a.linkedin:hover {
    background: #0077b5;
    border: 2px solid #0077b5;
}

.fa-social a.instagram:hover {
    background: #d86e46;
    border: 2px solid #d86e46;
}

.fa-social a.youtube-play:hover {
    background: #e10000;
    border: 2px solid #e10000;
}


/****************/
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 0;
}
.dropdown-divider {
    border-bottom:1px solid #b59657;
    margin-left: .5rem;
    width: calc(100% - 1rem) !important ;
    min-width: calc(100% - 1rem) !important;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.dropdown-menu-ul, ul.dropdown-menu {
    padding: 15px;
}
.dropdown-menu-ul > div, ul.dropdown-menu > li {
    min-width: 166px;
    margin-bottom: 5px;
    margin-right: 5px;

}
.dropdown-menu-ul > div a, ul.dropdown-menu > li > a {
    display: block;
    color: #b59657;
    padding: 3px;
    background-color: transparent;
}
.dropdown-menu-ul > div a:hover, ul.dropdown-menu > li > a:hover  {
    background-color: transparent;
    text-shadow: 0 0 1px #b59657;
    color: #b59657;
}

@media (min-width:991px) {
    .topmenu .navbar-brand {
        margin-right: 30px;
        height: 80px;
    }
    .dropdown-menu.extra {
        min-width: 546px;
    }

    
}
@media (min-width: 768px) {
    .topmenu.navbar
    {
        
        /*position: fixed;
        top: 0;*/
        
    }

    .topmenu .navbar-right a.join-btn
    {
        margin-right: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }
    .topmenu .navbar-left a.join-btn
    {
        margin-right: 5px;
        margin-right: 5px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {

    body {
        margin: 0;
    }

    .header-page-link { /* shopping cart */
        height: 35px;
        overflow: hidden;
        
    }
    .header-page-link .top-icon {
        line-height: 30px;
        margin-top: 10px;
        float: left !important;
    }
    .topmenu.navbar
    {
        height:75px;
        min-height:75px;
        position: fixed;
        top: 0;
        
    }
    .topmenu.navbar .navbar-header {
        background-color: white;
    }
    .navbar-header .fa-social {

    }
    .navbar.topmenu .navbar-header {
        max-height: 75px;
        height:75px ;
        /*overflow: hidden;*/
        width: 100%;
        position: fixed;
    }
    .navbar.topmenu .navbar-header .logo-main {
        max-width: 280px;

    }
    .navbar.topmenu .navbar-header .logo-main img {
        max-height: 70px;
    }
    .topmenu.navbar-inverse, .topmenu.navbar-default
    {
        background-color:Transparent;
        margin-bottom: 0;
    }
    .topmenu.navbar-inverse .navbar-toggle:hover .icon-bar
    {
        background-color: #ddd;
    }
    .topmenu.navbar-inverse .navbar-toggle .icon-bar
    {
        background-color:#888;
    }
    .topmenu.navbar-inverse .navbar-toggle:focus
    {
        background-color:Transparent;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.85);
    }
    nav.navbar.bootsnav .navbar-toggle {
        float: right;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        border-bottom: 0;
    }



}
.topmenu .navbar-nav > li > a
{
    line-height:30px;
    font-size:15px;
    border-bottom:2px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: #b59657;
}
.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    
    text-shadow: 0 0 1px #b59657;
    color: #b59657;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .topmenu.navbar .navbar-nav {
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) 
{
    .side-logo-main {
        max-width: 178px;
    }
    .logo {
        min-width: 165px;
        display: block;
    }
    .dropdown-menu.extra {
        min-width: 400px;
    }
    .topmenu .navbar-nav > li > a
    {
        font-size:14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/******* sidebar-nav *****************/
.topmenu .sidebar-nav
{
    padding:20px 10px 20px 10px;
}
.topmenu .sidebar-nav li a
{
    font-size:16px;
}
/**********************/
.top-section
{
	background-color:White;
	
}

.SearchBlock
{
    
}
#Logo
{
    text-align:center;
}
#Logo img
{
    border:0;
    max-width:240px;
}
.carousel {

    /*height: 75vh;*/
    overflow: hidden;
}

.carousel-caption {
    
    position: absolute;
    width: 100%;
    bottom: 10%;
    vertical-align: middle;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border-radius: 0;
    overflow: hidden;
    padding: 0 0;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;

}
.carousel-caption h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    margin-bottom: 30px;
    color: #b59657;
}
.carousel-caption p {
    line-height: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #b59657;
}
.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

@media (min-width: 768px) 
{
    .Header
    {
        background: url(../header.jpg) no-repeat right top;
	    position:relative;
	    background-size: cover;
	    height: 500px;
        min-height: 500px;
    }
    .HeaderContainer
    {
        background-color: rgba(5,5,5,0.4);
        height: 500px;
        min-height: 500px;
    }
    header.header-carousel {

        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.2);
        height: 100vh;
    }
    .carousel-inner > .item > img {

        width: 100vw;
        height: 100vh;
    }

}
@media (max-width: 767px) 
{
    header.header-carousel {

        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.2);
        padding-top: 75px;
    }
    .carousel-inner > .item > img {

        width: 100vw;
    }
    #topbar_menu {
        display: none;
    }
    .Header
    {
        background: url(../header.jpg) no-repeat right top;
	    position:relative;
	    background-size: cover;
	    height: 250px;
        min-height: 250px;
    }
    .HeaderContainer
    {
        background-color: rgba(5,5,5,.4);
        height: 250px;
        min-height: 250px;
        padding:0;
    }
    .carousel-caption {
        max-height: 100%;
        
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        bottom: 7%;

    }
    .carousel-caption h2 {
        font-size: 22px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .carousel-caption p {
        font-size: 15px;    
        line-height: 20px;
        text-align: justify;
        text-justify: distribute;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        text-align-last: center;
    }
    .search-type-block {
        font-size: 14px;
    }
    
}
.HeaderTitle
{
    font-weight:bolder;
    color:White;
    margin-top:3%;
}
.SubheaderTitle
{
    color:White;
    max-height:70px;
    overflow:hidden;
}
.btn.btn-RedColor
{
    color:#a82b2e;
    background-color:white;
    border:1px solid #bb6567;
    font-weight:bolder;
    font-size:18px;
}
.Subject-img
{
}
.Subject-block
{
}
.Subject-block .Container
{
    padding-left:0;
    padding-right:0;
}
.Subject-row
{
    
    /*height:300px;*/
}
.subject-small-section
{
    margin-bottom:20px;
    background-size:contain;
}
.subject-Large-section
{
    overflow:hidden;
}
/********************* Joined block *************/
.Joined-block {
    background-color: #fefefe;
    padding-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) 
{
    .subject-Large-section
    {
        overflow:hidden;
    }
    .Subject-Large
    {
        width:100%;
        height:300px;
        display:block;
        background-size:cover;
        
        transition:0.35s ease-in-out;
        overflow:hidden;
        position:relative;
    }
    .Subject-Large .img-thumb
    {
        width:100%;
        height:300px;
        
        background-size:cover;
        transition:0.35s ease-in-out;
    }
}
@media (max-width: 767px) 
{
    .subject-Large-section
    {
        margin-bottom:20px;
        overflow:hidden;
    }
    .Subject-Large
    {
        width:100%;
        height:140px;
        display:block;
        background-size:cover;
        
        transition:0.35s ease-in-out;
        overflow:hidden;
        position:relative;
    }
    .Subject-Large .img-thumb
    {
        width:100%;
        height:140px;
        
        background-size:cover;
        transition:0.35s ease-in-out;
    }
}

.Subject-Large:hover .img-thumb
{
    transform: scale(1.25,1.25);
}

.Subject-small
{
    width:100%;
    height:140px;
    display:block;
    overflow:hidden;
    position:relative;
    
}
.Subject-small .img-thumb
{
    width:100%;
    height:100%;
    
    background-size:cover;
    transition:0.35s ease-in-out;
}
.Subject-small:hover .img-thumb
{
    transform: scale(1.25,1.25);
}
.Subject-small span.Darken , .Subject-Large span.Darken
{
    background-color: rgba(5,5,5,.4);
    width:100%;
    height:100%;
    display:block;
}
.Subject-small span.Title , .Subject-Large span.Title
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:White;
    white-space:nowrap;
    text-align: center;
}
.Subject-Large span.Title span {
	display: block;
	margin-top: 10px;
}
/******* Other subjects ******/
.Subject-small span.Title-sm
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:White;
    font-size:13px;
    text-align:center;
    width:160px;
}
.Subject-block header.h3
{
    padding-bottom:20px;
}
/******* key-points section *********/ 
.key-points
{
    padding-top:20px;
    padding-bottom:20px;
    background-color:#fbfbfb;
}
.key-points .point
{
    padding-bottom:20px;
}
.key-point-icon:before
{
    font-size:30px;
    text-align:center;
}
.Subject-Large span.Title {font-size:19px; }
.Subject-small span.Title {font-size:16px; }
/**************** tab nav home page **/
.top-courses-block
{
    background-color:white;
    padding-top:20px;
}
.top-courses-block .container
{
    padding-right:0;
    padding-left:0;
}
.top-courses-block ul.nav-tabs
{
    border:0;
}
.top-courses-block ul.nav-tabs li.active a
{
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 2px solid #008cc9;
}
a.tab-header
{
    font-size:16px;
    line-height:25px;
}
.top-courses-block .tab-content
{
    padding-top:15px;
    padding-bottom:15px;
    
}
.ji-heading-block {
    margin-bottom: 30px;
}
.ji-heading-block h2 {
    color: #b59657;
    margin: 20px 0 30px;
    font-weight: 300;
    text-align: center;
}
.separator {
    line-height: .5;
    text-align: center;
    margin: 30px 0;
    overflow: hidden;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator span::before {
    right: 100%;
    margin-right: 15px;
}
.separator span::after {
    left: 100%;
    margin-left: 15px;
}
.separator span::after, .separator span::before {
    border-bottom: 1px solid #b59657;
    top: 7px;
    content: "";
    position: absolute;
    width: 300px;
}
.separator span svg {
    color: #b59657;
    height: 6px;
    padding: 0;
    margin: 0;
    float: none;
}
.ji-block {
    overflow: hidden;
}
.ji-image-block {
    position: relative;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;

}
.ji-image-block > div.img-container {
    position: relative;
    overflow: hidden;
}
.ji-image-block> div.img-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    z-index: 9;
    transition: 0.3s ease-in-out;
}
.ji-image-block:hover div.img-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.ji-image-block span {
    color: #b59657;
    display: block;
    text-align: center;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    height: 40px;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ji-image-block:hover span {


}
.ji-image-block img.Sirv.sirv-image-loaded {
    /*transform: scale(1,1);*/
    transition: 0.3s ease-in-out;
}
.ji-image-block:hover img.Sirv.sirv-image-loaded {
    /*transform: scale(1.1,1.1);*/
}

.ji2-image-block {
    position: relative;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    min-height: 300px;

}
.ji2-image-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    z-index: 9;
    transition: 0.3s ease-in-out;
}
.ji2-image-block:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.ji2-image-block span {

	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
	width: 100%;
    color: #b59657;
    display: block;
    text-align: center;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    line-height: 50px;
    height: 50px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);

}
.davila-button {
	border: 1px solid #b59657;
	background: transparent;
	color: #b59657;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.428571429 !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 0 !important;
	-webkit-appearance: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 6px;
}
.davila-button:hover {
	text-decoration: none;
	background: #b59657;
	background-color: #b59657;
	color: #000;
}
/***********************************/
.city-news {
    padding-top: 2em;
    padding-bottom: 3em;
}
.city-news.silver {
    background: #f7f7f7;
}
.city-news.white {
    background: transparent;
}
.news-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);

    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover {
    box-shadow: 0px 10px 30px 0 rgba(0,0,0,.20);
}
.new-thumb {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.new-thumb::after {
    background: rgba(0,0,0,.50);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover .new-thumb::after {
    height: 100%;
    opacity: 1;
}
.new-thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.new-txt {
    padding: 20px;
}
.new-txt ul.news-meta {
    margin: 0 0 10px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.new-txt ul.news-meta li {
    float: left;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    text-transform: uppercase;
}
.news-meta li::after {
    content: "|";
    margin: 0 5px;
    color: #cccccc;
    font-style: normal;
    padding: 0 12px;
}
.new-txt h6 {
    line-height: 25px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    letter-spacing: 1px;
    width: 100%;
}
.new-txt h6 a {
    color: #222;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.new-txt h2 {
    font-weight: 300;
    font-size: 28px;
}
.new-txt p {
    color: #dddddd;
    line-height: 24px;
    margin: 0px;
    font-size: 15px;
    text-align: justify;
}
.news-box-f {
    border-top: 1px solid #eeeeee;0
    overflow: hidden;
    line-height: 50px;
    color: #dddddd;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.news-box-f a {
    float: right;
    border-left: 1px solid #eee;
    width: 54px;
    height: 50px;
    text-align: center; 
    line-height: 50px;
    color: #bbbbbb;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover .news-box-f a {
    background: #b59657;
    color: #fff;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}       
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.fa-arrow-right::before {
    content: "\f061";
}


#NewsPage figure.tag-block {
	display: none;
}
div.contact-form {
	margin-right: auto !important;
	margin-left: auto !important;
    background-color: #000;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

body.page-id-131364 {
	padding-top:0;
}

body.page-id-131364 header.banner {
    background: transparent!important;
    border-bottom-color: transparent;
}

body.page-id-131364 header.banner .navbar {
background: transparent!important;
    border-bottom-color: transparent;
	}

body.page-id-131364 header.banner.scrolled {
    background: #000!important;
    border-bottom: 1px solid rgba(181,150,87,.55);
}

body.page-id-131364 header.banner.scrolled:before {
    opacity: 0;
}

body.page-id-131364 .content {
	padding-top:0;
}

body.page-id-131364 .vimeo-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background: #000;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.6),rgba(0,0,0,.5) 100px,transparent);
    background: -o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,.5) 100px,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.5) 100px,transparent);
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

body.page-id-131364 .ji-image-block span {
	background: transparent;
}
.animation-box .row {
	display: flex;
}
.row-pullup-1 {
	margin-top: -32vw;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-pullup-2 {
	margin-top: -23vw;
}

.pullup-3 {
	margin-top: -5vw;
}

@media (min-width: 601px) {
	.row-pullup-1 {
		margin-top: -26vw;
	}

	.row-pullup-2 {
		margin-top: -15vw;
	}

	.pullup-3 {
		margin-top: -3vw;
	}
}

@media (min-width: 1280px) {
	.row-pullup-1 {
		margin-top: -374.4px;
	}
	.row-pullup-2 {
		margin-top: -192px;
	}
	.pullup-3 {
		margin-top: -43.2px;
	}
}

.down-arrow {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .5;
	transition: all .5s ease-in-out;
}

.down-arrow:hover {
	opacity: 1;
}
/*************** Luxury and service **********/
.luxury-block > div.new-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    z-index: 9;
    transition: 0.3s ease-in-out;
}
.luxury-block:hover > div.new-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

/*********************************************/
@media (min-width: 768px) 
{
    .course-block
    {
        border:1px solid #eeeeee;
        
        overflow: hidden;
        height:100%
    } 
    .course-block .title-col
    {
        font-weight:500;
        color:#2c2c2c;
        display:block;
        font-size:16px;
        padding-top:10px;
    }
    .course-block .brief-col
    {
        font-size:13px;
        padding:10px;
        display:block;
        text-align:left;
        color:Gray;
    }
}
@media (min-width: 480px) and (max-width: 767px) 
{
    
    .course-block
    {
        border:1px solid #eeeeee;
        overflow: hidden;
        margin-bottom:15px;
    } 
    .course-block .title-col
    {
        font-weight:500;
        color:#2c2c2c;
        display:block;
        font-size:16px;
        padding-top:10px;
        
    }
    .course-block .brief-col
    {
        font-size:13px;
        padding:10px;
        display:block;
        text-align:left;
        color:Gray;
    }
}
@media (max-width: 479px) 
{
    .HeaderTitle
    {
        font-size:27px;
    }
    .HeaderCell
    {
        text-align:center;
        
    }
    
    
    .course-block
    {
        border:1px solid #eeeeee;
        margin-bottom:10px;
        overflow: hidden;
    }
    
    .course-block .title-col
    {
        font-weight:400;
        color:#2c2c2c;
        display:block;
        font-size:14px;
    }

    .course-block .brief-col
    {
        display:none;
    }
    .course-info
    {
        padding:0;
    }
}

.course-block:hover .title-col
{
    color:#363e42;
    
}



.course-block .img-col
{
    padding:0;
}
.footer-container
{
    
}
.footer-menu-section 
{
    padding:15px 10px 15px 10px;
    overflow: hidden;
}
.footer-menu-section .Contactus
{
    color:Silver;
    font-size:18px;
    text-align:left; 
    overflow:hidden;
    padding:10px;
    
}


.footer-copyright {
    color: white;
    line-height: 30px;
}

.bottomfooter-container {
    min-height: 75px;
    background-color: #fff;
    line-height: 75px;
}


.bottomfooter {
    line-height: 30px;
    color: white;
    font-size: 12px;
}

.bottomfooter a,
.bottomfooter a:hover {
    color: white;
    font-size: 12px;
}

.footer-container {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 0;
    border-top: 1px solid #777;
    background-color:#000;
}
.dl-contact dt {
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
	color: #b59657;
}
.dl-contact dd {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
    direction: ltr;
	color: #ddd;
	font-size: 14px;
	color: #b59657;
}
.dl-contact dd a {
	color: #b59657;
}
.dl-contact dt i {
	font-size: 18px;
	color: #b59657;
}
.dl-horizontal dt {
    
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b59657;
    float: left;
}
.py-80 {
    padding-bottom: 80px !important;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo {
    padding-bottom: 27px;
}
.footer-logo img {
    width: auto;
    height: 55px;
}
.footer-widget p {
    color: #bbbbbb !important;
    font-size: 14px;
    text-align: justify;
}
.widget h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 0;
    color: #b59657;
}
.mt-20, .my-20 {
    margin-top: 20px !important;
}
.position-relative {
    position: relative !important;
}
.mb-10, .my-10 {
    margin-bottom: 10px !important;
}
.px-25, .pl-25 {
    padding-left: 25px !important;
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.position-absolute {
    position: absolute !important;
}
.office-hour {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info li i {
    left: 0;
    top: 6px;
    color: #f3b675;
}
.contact-info li a, .office-hour li {
    transition: all 300ms ease-in-out 0s;
    font-weight: 400;
    font-size: 14px;
    color: #bbbbbb;
}
.office-hour li {
    color: #bbbbbb;
}
.footer-widget .widget-top {
    margin-top: 6px;
}
.widget-top .title {
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    font-weight: 700;

}
.primary-downline, .black-downline {
    position: relative;
    padding-bottom: 15px;
}
.primary-downline::after, .black-downline::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 3px;
    content: '';
}
.office-hour li span {
    float: right;
    color: #bbbbbb;
}
.office-hour .text-primary {
    font-weight: 500;
}
.primary-downline::after {
    background-color: #f3b675;
}
.d-inline-block {
    display: inline-block !important;
}
.position-relative {
    position: relative !important;
}
.mb-20, .my-20 {
    margin-bottom: 20px !important;
}
.radius-0 {
    border-radius: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.d-inline-block .form-control {
    border-radius: 0;
    height: 50px;
    border: none;
    box-shadow: none;
    padding: 6px 15px;
    border-bottom: 2px solid #000;
}
.form-control {
    background-color: rgba(255, 255, 255, 0.09);
    color: #777;
}
.submit-1 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #000;
    background: 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
    position: relative;
    top: 1px;
    margin-left: 15px;
    cursor: pointer;
}
.btn-warning:hover, .submit-1:hover {
    color: silver;
}
.right-position {
    position: absolute;
    right: 0;
    top: 0;
}
.social-media-2 {
    margin-left: 0;
    padding-left: 0;
}
.social-media-2 li, .social-media-1 li {
    display: inline-block;
    margin-right: 10px;
}
.social-media-2 li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 39px;
    display: block;
    text-align: center;
    font-size: 21px;
    background-color: transparent;
    border: 1px solid #b59657;

}
.social-media-2 li a:hover {
    background-color: #b59657;
    color: #ffffff;
}
.fa-facebook-f::before {
    content: "\f39e";
}
.fa-twitter::before {
    content: "\f099";
}
.fa-linkedin-in::before {
    content: "\f0e1";
}
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-facebook-messenger::before {
    content: "\f39f";
}
.fa-whatsapp::before {
    content: "\f232";
}
.fa-globe::before {
    content: "\f0ac";
}
.fa-comment::before {
    content: "\f075";
}

.elementor-heading-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #868686;
    font-size: 15px;
    line-height: 24px;
}

/***** sub menu ****/
.FooterBlock
{
    margin-left:auto;
    margin-right:auto;
    
    overflow:hidden;
    
}
.vertical-center
{
    vertical-align:middle;
}
.footer-menu-section .SubMenu
{
    list-style-type:none;
    overflow:hidden;
    margin-left: 0;
    padding-left: 0;
}
.footer-menu-section .SubMenu li 
{
    white-space:normal;
    margin-bottom: 3px;
}
.footer-menu-section .SubMenu li A
{
    text-decoration: none;
    color: #868686;
	white-space:normal;
	font-size:15px;
	transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight:normal;
}
.footer-menu-section .SubMenu li A:hover
{
    text-decoration: none;
    color:#000;
}
.FooterSocial
{

    height:32px;
    margin-top:0px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}
.FooterSocial .SocialBlock
{
    margin:0 !important;
    
}
/************************************/
Label.error {
	color:red;
	padding-right:2px;
    font-weight: lighter;
    font-size: 80%;
}
Label.sucess {
	color:#339900;
	padding-right:2px;
}
Label.block {
	display:block;
	padding:4px;
	background:#FFFFCC;
}
/***************************************************************************/

.fa-search:before {
  content: "\f002";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-facebook:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-youtube-play::before {
    content: "\f16a";
}
.fa-instagram::before {
    content: "\f16d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-play:before {
  content: "\f04b";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-user::before {
    content: "\f007";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-map-marker:before {
    content: "\f3c5";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-arrow-circle-up::before {
    content: "\f0aa";
}
.fa-comment-o:before {
  content: "\f0e5";
}


/*********************************************/
/**************.Net Fixed********************/
.FBComments
{
	/*direction:ltr;
	float:left;*/
	overflow:hidden;
	display: inline-block;
}
.BodyCell
{
	padding:5px;
	background-color:white;
	background-image:none;
	font-size:15px;
}
.HeaderCell {
    margin: 20px 0 30px;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    color: #b59657;
}
#LikeBox
{
    width:90px;
    float:left;
}

.ShareBox{
	width:300px;
	float:left;
}
.ShareBox iframe{
	border:none;
	margin:0 2px;
	float:left;
}
.ShareBox .Facebook
{
    background:url(../social/share.png) no-repeat 0 0;
    width:60px;
    height:20px;
    display:inline-block;
    border:0;
    margin-left:0px;
    margin-right:1px;
    float:left;
}
.ShareBox .Twitter
{
    background:url(../social/share.png) no-repeat -60px 0;
    width:55px;
    height:20px;
    display:inline-block;
    border:0;
    margin-left:0px;
    margin-right:1px;
    float:left;
}
/**************/
.home-banner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}
.home-banner a {
    display: inline-block;
}
.home-banner a img {
    
}

.btn.btn-info.btn-lg {
	border: 1px solid #b59657;
	background: transparent;
	color: #b59657;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.428571429 !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	transition: all .3s ease;
	border-radius: 4px !important;
	-webkit-appearance: none;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 6px;
}
.btn.btn-info.btn-lg:hover, .btn.btn-info.btn-lg:focus {
	border: 1px solid #b59657;
	background: #b59657;
	color: #fff;
}
.btn.btn-info.btn-slider {
    border: 1px solid #b59657;
    background: rgba(0, 0, 0, 0.4);
    color: #b59657;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.428571429 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 4px !important;
    -webkit-appearance: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    width: 220px;

}
.btn.btn-info.btn-slider:hover, .btn.btn-info.btn-slider:focus {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.golden-color {
	color: #b59657;
	margin-top: 0;
	padding-top: 0;
}
@media (max-width: 767.98px) {
    .btn.btn-info.btn-slider {
        border: 1px solid #b59657;
        background: rgba(0, 0, 0, 0.4);
        color: #b59657;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 1.428571429 !important;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        text-transform: uppercase;
        transition: all .3s ease;
        border-radius: 4px !important;
        -webkit-appearance: none;
        display: inline-block;
        padding: 5px 5px;
        margin: 10px;
        width: 150px;

    }
}   
/*#########################################################################*/
/* Chat button (floats in the bottom-right corner) */
.chatbox-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-toggle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Arrow for the chatbox */
.chatbox-form {
    position: fixed;
    bottom: 110px;
    right: 20px;
    width: 334px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    display: none;
}

/* When visible */
.chatbox-form.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Arrow for the chatbox */
.chatbox-arrow {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}	

.chatbox-header {
    text-align: center;
    margin-bottom: 10px;
}

.chatbox-header h4 {
    margin: 0;
    color: #007bff;
}

.chatbox-header p {
    font-size: 12px;
    color: #555;
}

/* Chatbox body */
.chatbox-body .form-group {
    margin-bottom: 10px;
}

/* Button styles */
.chatbox-form button {
    background-color: #28a745;
    color: white;
}

/* Hidden class for toggling */
.hidden {
    display: none;
}

.paging {
	clear: both;
	display: block;
}
/***************************************************************************/
#SubscribeSuccess .modal-dialog {
    margin-top: 150px;
}
/***************************************************************************/
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 110px;
    margin: 0.3em;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}



/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 110px;
    height: 110px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}


/****************************************************/

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}
.dropzone .dz-preview .dz-remove {

  text-align: center;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.97);
  text-align: center;
  line-height: 25px;
  z-index: 99;
  font-size: 0px;
  color: transparent;

}
.dropzone .dz-preview .dz-remove::before {
  font: normal normal normal 16px/25px FontAwesome;
  text-align: center;
  content: "\f014" !important;
  color: red;
}

body
{
    direction: ltr;
    font-size: 16px;
}


    body, td, h1, h2, h3, h4, h5, h6 {
        font-family: 'Open Sans', sans-serif;
    }

