
/*************/


@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,600,700|Poppins:300,400,700,800,900&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"); 
}

.fab {
	font-family: 'Font Awesome 5 Brands';
}

@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-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;
}

body {

    color: #333;
    margin: 0;
    background-color: white;
    line-height: 23px;
    font-size: 16px;
    text-rendering: optimizeLegibility !important;
}

body#propertyform {
    background-color: #fbfbfb;
}

.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #333;
}

.topmenu {
    
}

.carousel {

    height: 66vh;
    overflow: hidden;
}
header.header-carousel {
    margin-top: 95px;
    overflow: hidden;
}
.carousel-inner > .item > img {

    width: 100vw;
    max-width: auto;
    /*height: 100vh;*/
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}
/**************/
section.top-search-bar {
    background-color: #424e5c;
    padding: 0;
    margin-top: 0;
    z-index: 99;
}
section.top-search-bar h4 {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}
.carousel-indicators {
    display: none;
}
.checkout-bar {
    background-color: #265a80;

}
.checkout-text {
    padding-top: 3em;
    padding-bottom: 4em;
}

.checkout-bar .right-title {
    color: #399aca;
    font-size: 33px;
    padding: 30px;
    font-weight: 600;
    line-height: 55px;
    text-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
@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;
    }

    section.top-search-bar {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    section.top-search-bar .form-group {
        margin-bottom: 0;
    }
        

}
@media (max-width: 767px) 
{
    .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;
    }

	
    .search-type-block {
        font-size: 14px;
    }

    section.top-search-bar {

    }
    
}
.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;
}

.btn-carved {
    color: #000000;
    background-color: transparent;
    border:2px solid #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 700;

}
.btn-carved:hover {
    color: #000000;
    background-color: #ffffff;
    margin: 0;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 0;
    margin-top: 0;
    /*border-radius: 25px !important;
    box-shadow: inset 0 0 0 1px #fff;*/
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll:before {
	
	color: white;
	font-family: 'Font Awesome 5 Solid';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1; 

    content: "\f078";
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: 8px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(46px)
    }
}


/***********************************************************************/


/************ About block *************************/

.sort-info, .personal-detail {
    margin-top: 30px;
}

.sort-info ul, .personal-detail ul {
    list-style: none;
    padding: 0;
}
.sort-info li {

	margin-bottom: 10px;
	display: block;
}
.sort-info ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    color: #9f8a3f;
}
.personal-detail li {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
}

.sort-info a.btn i {
    margin-right: 7px;
}
.sort-info a.btn-default {
    border-color: #9f8a3f;
    color: #333;
}
.sort-info a.btn-default:hover, .sort-info a.btn-default:focus {
    color: white;
}
.btn-color {
    background-color: #6993e0;
    color: white !important;
}
/*************************************************/

/***************** Bottom and Contactus *********/
#contact input, #contact textarea {

	border-radius: 0;
	
}
#contact i {

	margin-left: 5px;
	margin-right: 5px;
}
.scroll-top-wrapper {

	 overflow:hidden;
	 text-align:center;
	 width:50px;

	 position:fixed;
	 opacity:0;
	 visibility:hidden;
	 z-index:9999;
	 color:#fff;
	 height:48px;
	 line-height:48px;
	 /*right:20px;*/
	 bottom:0;
	 padding-top:2px;
	 -webkit-transition:all .5s ease-in-out;
	 -moz-transition:all .5s ease-in-out;
	 -ms-transition:all .5s ease-in-out;
	 -o-transition:all .5s ease-in-out;
	 transition:all .5s ease-in-out;
	 border-radius:0;
	background-color: #21292e;

	opacity: 0.5;

}
.scroll-top-wrapper i.fa {
    line-height: 45px;
    font-size: 27px;
}
.scroll-top-wrapper:hover, .scroll-top-wrapper:focus {
 	background-color:#2a343b;
 	color: white;
}
.scroll-top-wrapper.show {
	 visibility:visible;
	 cursor:pointer;
	 opacity:1
}
.scroll-top-wrapper i.fa {
 	line-height:45px
}

/************************************************/

@media (min-width: 1200px) {

    .container {
        width: 1130px;
    }
}

td {
    font-size: 16px;
}

Body.PopBody {
    background-color: white;
    margin: 0;
    padding: 5px;
    background-image: none;
}

a {
    color: #6993e0;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

.top-container {
    min-height: 100px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.top-panel {
    /*background-color: rgba(0, 0, 0, 0.08);
    border-bottom:1px solid rgba(255,255,255,0.2);*/
    color: #ffffff;
    height: 50px;
    overflow: hidden;
}

.top-panel a {
    color: #ffffff;
}
.top-panel a:hover, .top-panel a:focus {
    color: #6993e0;
}
.top-panel a i, .top-panel address i {
    margin-right: 5px;
}
.top-panel .cartloaded, .top-panel .cartloaded:hover {
    color: #ed4949;
}
.top-panel-left { 
    float: left;
    line-height: 20px;
    padding: 10px 0 0 5px;
}

.top-panel-right { 
    float: right;
    height: 50px;
    margin-right: 10px;
    padding: 10px 0 0 5px;
}
.top-panel-left address {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-right: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.login-menu {

}
.login-list {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.login-list li {
    font-size: 13px;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 50px;
    margin-bottom: 0;
}
.login-list li.LoginBlock {
    padding-right: 0;
}
.LoginBlock {
    display: inline-block;
}
.login-menu div.MemberWelcomeBox div {
    font-size: 13px;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 50px;
    margin-bottom: 0;
}

.topmenu-padding {
    padding-top: 70px;
}

.toppanel-bg {
	border-top: 7px solid #398d98;
	background-color: #5ec3d0;
	height: 50px;
}
.menu-bg {
	/*background-color: #ffffff;*/
}
.topmenu.navbar {
    /*min-height: 120px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e9c37c;
    background-color: #041b2b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
	
    background-color: #fff;
	margin-bottom: 0;
	min-height: 100px;
    border: 0;
    z-index: 9999 !important;
}

.topmenu.navbar .navbar-brand {

	width: 145px;
	height: 90px;
	margin: 10px 0 0 10px;
	padding: 0;
	transition: none;
}




.topmenu .navbar-toggle {
    float: left;
    margin-left: 10px;
}

.topmenu .logo-main {
    /*width:18%;*/
    padding-top: 5px;
}
.navbar-brand > img {
    max-height: 80px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255,0.5));
}
.side-logo-main {
    overflow: hidden;
    display: block;
}

.side-logo-main img {

    display: block;
    padding-bottom: 5px;
    width: 140px;
}

.topmenu .menu-container {}

.topmenu .dropdown-menu {
    min-width: 185px;
}

header.header-carousel {
    position: relative;
}

.carousel-control {
    bottom: 120px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    top: auto;
    z-index: 999;
}
.carousel-control.left {
    background-image: none !important;
    right: 50px;
    left: auto;
}
.carousel-control.right {
    background-image: none !important;
    right: 0px;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {

    height: 44px;
    width: 44px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 36px;
    font-weight: bolder;
}

.carousel-caption {
    position: absolute;
    left: 50%;  
    right: auto;
    width: 80vw;
    min-height: 30px;
    top: 30%;
    transform: translate(-50%, -50%);
    bottom: auto;
}

.carousel-caption h2 {
    color: #ffffff;
	font-size: 50px;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: capitalize;
}

.carousel-caption p {
    color: #fff;
    font-size: 20px;
	margin-bottom: 30px;
    letter-spacing: .2rem;
    text-transform: capitalize;
}

.carousel-caption .btn-lg {
    padding: 15px 45px;
}

.newslettertitle-block {
	background-color: #6993e0;
	padding: 30px 30px;
	color: white;
	text-transform: uppercase;
}
.newslettertitle-block p {
	text-align: left;
	margin-bottom: 0;
}
.newsletter-block, .top-search-bar {
	background-color: #5ec3d0;

}

.newsletter-block .input-group, .newsletter-block .input-group {
	display: block;
}

.newsletter-block #Email, .top-search-bar input.form-control {
	border-radius: 25px !important; 
	margin-right: 20px !important;
	line-height: 50px !important;
	height: 50px !important;
}
.newsletter-block .btn.btn-success, .top-search-bar .btn.btn-info {
	background-color: #6993e0;
	border-color: #6993e0;
	border-radius: 25px;
	letter-spacing: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.newsletter-block .btn.btn-success:hover, .top-search-bar .btn.btn-info:hover {
	background-color: #ef964c;
	border-color: #ef964c;
}
@media (min-width: 768px) {
	.newsletter-block, .top-search-bar {
		padding: 40px;
		display: flex;
	}

	.top-search-bar .input-group, .top-search-bar .input-group-btn {
		display: flex;
		width: auto;
	}
}
@media (max-width: 767px) {

    .top-panel-left .dropdown-toggle .fas.fa-caret-down {
        display: inline-block;
    }
    .top-container {
        
        position: fixed;
    }
    .topmenu.navbar {
        box-shadow: none;
        padding: 0;
        min-height: 70px;
    }
    .topmenu.navbar .navbar-header {
        box-shadow: none;
        padding: 0;
    }
	
    .topmenu.navbar .navbar-brand {
        width: 100px;
        height: 55px;
        margin: 8px 0 7px 0px;
        padding: 0;
        transition: none;
    }
	
	.topmenu.navbar .navbar-header {
		
	}
	.topmenu.navbar .navbar-brand {

	}

	nav.topmenu.navbar.bootsnav .navbar-collapse.collapse, 
	nav.topmenu.navbar.bootsnav.no-full .navbar-collapse {
		
		background-color: rgba(33, 41, 46, 0.9);
		max-height: 100vh !important;
		overflow-y: hidden !important;

	}
	nav.navbar.bootsnav .navbar-nav > li > a{ 
		color: #fff;

	}
	nav.navbar.bootsnav .navbar-nav > li > a:hover, nav.navbar.bootsnav .navbar-nav > li > a:focus{ 
		color: #f4f8f9;
		
	}
	nav.topmenu.navbar.bootsnav.no-full .navbar-collapse.in {
		
		/*height: 100vh;*/

	}
	nav.navbar.bootsnav .navbar-collapse.collapse > ul {

		max-height: 100vh !important;
		/*height: 100vh !important; */
        border-top: none;
	}
    .side-logo-main img {
        width: 95px;
    }
    header.header-carousel {
        margin-top: 87px;
    }
    .topmenu.navbar-inverse,
    .topmenu.navbar-default {
        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;
    }
    .topmenu.navbar-fixed-top {
        /*position: absolute;
        left: 10px;*/
    }
	
	.topmenu.navbar-default .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}

    .topmenu.navbar-default .navbar-toggle {
		position: relative;
		float: right;
		padding: 0;
		margin-top: 20px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: #2a343b;
		background-image: none;
		border: 2px solid #ffffff;

        position: fixed;
        right: 0;
        border-radius: 50%;;
        width: 50px;
        height: 50px;
        text-align: center;

    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
        margin-left: auto;

        margin-right: auto;
    }

    #header .header-height.rd-parallax-layer {

    	background-image: url('../landing__750.jpg') !important;
    }

    .icon-scroll { 
    	bottom: 20px;
    }

    .carousel {

	    height: 35vh;
	    overflow: hidden;
	}
	.carousel-inner > .item > img {

	    width: 100vw;
	    max-width: auto;
	    height: 35vh;
	}

    .carousel-caption {
        max-height: 100%;
        right: 2%;
        padding-top: 5px;
        padding-bottom: 5px;

    }
    .carousel-caption h2 {
        font-size: 22px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 10px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    }
    .carousel-caption p {
        font-size: 16px;    
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .carousel-caption .btn-lg {
	    padding: 10px 25px;
	    margin-top: 20px;
	    font-size: 14px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		border: 0;
		color: #f2f2f2;
	}
	
	.newslettertitle-block h2 {
		margin-top: 0;
		font-size: 25px;
	}
	.newsletter-block, .top-search-bar {
		padding: 30px 20px 20px 20px;
	}
	.newsletter-block .input-group, .newsletter-block .input-group-btn, .top-search-bar .input-group, .top-search-bar .input-group-btn {
		display: block;
		width: auto;
	}
	.top-search-bar .input-group-addon, .top-search-bar .input-group-btn, .top-search-bar .input-group .form-control {
		display: block;
		float: none;
		margin-bottom: 10px;
	}

}

.topmenu .navbar-nav > li > a {
    line-height: 25px;
    font-size: 14px;
    color: #5e5e5e;
    text-transform: uppercase;
    font-weight: 500;
}

.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    color: #000;
}


.topmenu.affix-top .navbar-nav > li.active-link > a {
    color: #000;
    transition: 0.3s ease-in-out;
}
.topmenu.affix .navbar-nav > li.active-link > a {
    color: #000;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    transition: 0.3s ease-in-out;
}


/******* sidebar-nav *****************/

.topmenu .sidebar-nav {
    padding: 10px 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;
}

@media (min-width: 768px) {
	
	/* trick to prevent colapsing behaviour case I set colapse to every menu link in single page design */
	.topmenu.navbar .collapsing { height:inherit !important; }

	.topmenu.navbar {
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.is-sticky .topmenu.navbar {
		background-color: rgba(255, 255, 255, 0.8);
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);

		/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
	}
    
    .topmenu .menu-container { text-align: center; }
	#collapsemenu > ul { margin-top: 30px; margin-right: auto; margin-left: auto; float: none !important; display: inline-block; }

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		margin: 30px 0 0 0 !important;
		transition: 0.3s ease-in-out;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		margin: 30px 0 0 0 !important;
		transition: 0.3s ease-in-out;
	}

	.topmenu.navbar.affix-top li a:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #cc4c2f 0%, #6993e0 100%);
	}

	.topmenu.navbar.affix li a:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #fcfcfc 0%, #ffffff 100%);
	}
	
	.topmenu.navbar li:hover a:after {
		left: 10%;
		width: 80%;
	}
	
	.topmenu.navbar li.dropdown a:after, .topmenu.navbar li.dropdown:hover a:after {
		height: 0 !important;
		width: 0 !important;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .Social {
        width: 205px !important;
    }

    .topmenu .navbar-nav > li > a {
        /*font-size:17px;*/
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .topmenu .Social a {
        width: 27px !important;
        height: 27px !important;
        background-size: 27px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .topmenu .navbar-nav li a:hover {
        color: #ffffff !important;
    }

    .main-containerbg {
        padding: 0;
    }


    #NewsPage img,
    .main-container p img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 21px;
    }
    .footer-copyright,
    .bottomfooter {
        line-height: 22px !important;
        padding-top: 10px;
        font-size: 10px;
        color: white;
        text-align: center;

    }
}

@media (max-width: 479px) {

    .topmenu .navbar-nav li a:hover {
        color: #ffffff !important;
    
    }

    .main-containerbg {
        padding: 0;
    }

    .footer-copyright,
    .bottomfooter {
        line-height: 22px !important;
        padding-top: 5px;
        font-size: 12px;
        color: #6d654a;
        text-align: center;
    }
    #NewsPage img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 19px;
    }
}

.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;
}

.footer-container {
    min-height: 200px;
    padding-bottom: 0;

    background-color: #011220;
    background-size: cover;
}
.footer-copyright {
    color: white;
    line-height: 20px;
    font-size: 14px;
}

.bottomfooter-container {
    min-height: 45px;
    background-color: #000910;
    line-height: 22px;
}


.bottomfooter {
    line-height: 30px;
    color: white;
    font-size: 12px;
}

.bottomfooter a,
.bottomfooter a:hover {
    color: white;
    font-size: 12px;
}



/**************** Home css **************/
h2.head {
    font-weight: 700;
    font-size: 40px;
    color: #265a80;
}
h2.head i {
    margin-left: 10px;
    margin-right: 10px;
    color: #265a80;
    font-size: 31px;
}
h2.head i::before {
    color: #265a80;
    font-size: 31px;
}
h2.head-white {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
.destination-block {
    
    margin-bottom: 30px;
    overflow: hidden;
}
.destination-block .destination {
    position: relative;
    display: block;
    overflow: hidden;
}
.destination-block a.destination::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: -moz-linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -o-linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: -ms-linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
    background: linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 100%);
    z-index: 9;
}
.destination-block .title-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    padding: 0px 25px 10px;

    padding-bottom: 25px;
    transition: padding 200ms ease-out;
    -moz-transition: padding 200ms ease-out;
    -o-transition: padding 200ms ease-out;
    -webkit-transition: padding 200ms ease-out;

    display: block;
    overflow: hidden;
}
.destination-block .destination .title { 
    display: block;
    padding-bottom: 25px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.destination-block .destination:hover .title-container {
    padding-bottom: 10px;
    
}

.destination-block .destination .tour-animate {
    margin-bottom: -49px;
    transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    -webkit-transition: margin 200ms ease-out;
    display: block;

    font-weight: bold;
    font-size: 16px;
    color: #6993e0;
}
.destination-block .destination .tour-badge {
    color: #6993e0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

}
.destination-block .destination:hover .tour-animate {
    margin-bottom: 0px;
    color: #6993e0;
}

.popular-parallax {
    background: url('../sunsitbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 3em;
    padding-bottom: 5em;
    
}
.key-points {
    background: url('../column-bg.jpg');
    color: white;
    
}
.point-x {
        background-color: #4263c1;
        /*color: #b9cdf3;*/
            padding-top: 2em;
            padding-bottom: 1em;
            min-height: 135px;
            line-height: 155px;
}
.point-z {
        padding-top: 1em;
        padding-bottom: 1em;
        min-height: 131px;
        font-size: 18px;
}
.point-z h4 {
    font-size: 18px;
}

.whatsapp_chatbot {
    bottom: 90px;
    left: 18px;
    position: fixed;
    z-index: 99999999;
    overflow: hidden;
}
.whatsapp_chatbot a {
    background-color: #49de56;
    
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    color: #fff;
}
.whatsapp_chatbot a i {
    color: #ffffff;
    font-size: 36px;
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;

}

@media (min-width: 768px ) and (max-width: 1199px) {
    
}
@media (max-width: 991px) {
	
    
    
}

@media (max-width: 767px) {
    
    
}
/***************************************************/

.course-block {
    border: 1px solid #eeeeee;
    overflow: hidden;
    height: 130px;
    padding: 10px;
    margin-bottom: 10px;
}

.course-block .img-col {
    padding: 0;
}

.course-block .title-col {
    font-weight: 500;
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.embed-responsive {
    /*max-width:600px;
    max-height:450px;
    margin-right:auto;
    margin-left:auto;*/
}


/****************************************************/


@media (min-width: 768px) {
    
    .product-link {
        height: 300px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {

    .counter-section .numscroller {
        margin-top: 25px;
    }

    .main-container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}




@media (min-width: 768px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {
    .HeaderTitle {
        font-size: 27px;
    }
    .HeaderCell {
        text-align: center;
    }
}

.footer-menu-section {
    overflow: hidden;
}

.footer-menu-section .Contactus {
    color: white;
    font-size: 18px;
    
    overflow: hidden;
    padding: 10px;
    font-weight: 800;
}


/***** sub menu ****/

.FooterBlock {

    /*min-height:300px;*/
    overflow: hidden;
}

.footer-menu-section .SubMenu {
    list-style-type: none;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-menu-section .SubMenu li {
    white-space: normal;
}

.footer-menu-section .SubMenu li i {
    color: white;
    padding-right: 5px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.footer-menu-section .SubMenu li span {
    display: inline-block;
}

.footer-menu-section .SubMenu li span,
.footer-menu-section .SubMenu li a {
    text-decoration: none;
    color: white;
    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: white;
}

.top-panel dt {
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}
.top-panel dd {
	margin-bottom: 10px;
	display: inline-block;
	color: white;

}
.top-panel dd a {
	color: white;
	display: block;
	font-weight: 300;
	font-size: 14px;
}
.top-panel dt i {
	font-size: 14px;
	color: white;
}

.dl-contact dt {
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
    font-size: 14px;
}
.dl-contact dd {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
    font-size: 14px;
	color: #939393;
}
.dl-contact dd a {
	color: white;
	display: block;
	font-weight: 300;
    direction: ltr;
}
.dl-contact dt i {
	font-size: 18px;
	color: white;
}

.dl-horizontal dt {
    overflow: hidden;
    clear: both;
    text-overflow: ellipsis;
    width: auto;
    font-weight: 500;
    color: #737272;
    float: none !important;

}
.dl-horizontal dd {
    float: none;
    padding: 5px 20px;
    display: block;
}
.dl-horizontal.dl-contact dt, .dl-horizontal.dl-contact dd {
    display: inline-block !important;
    clear: none;
    vertical-align: top;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
}
.btn-danger-reverse {
	color: #fff;
	border:2px solid white;
	transition: 0.3s ease-in-out;
	font-size: 16px;

	background-color: #6993e0;
	border-color: #6993e0;
	border-radius: 25px;
	letter-spacing: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
	
	
	margin-left: auto;
	margin-right: auto;
	display: inline-block;


}
.btn-danger-reverse:hover, .btn-danger-reverse:focus {
	color: #6993e0;
	background-color: white;
	border-color: #6993e0;
	transition: 0.3s ease-in-out;

}
.FooterSocial {

    height: 32px;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.FooterSocial .SocialBlock {
    margin: 0 !important;
}

.footer-logo {
    text-align: center;
    display: block;
}

.footer-logo img {
    text-align: center;
    display: block;
}

.footer-co-title {
    display: block;
    text-align: center;
    color: Silver;
    padding-top: 10px;
}


/************************************/

Label.error {
    color: red;
    padding-right: 2px;
}

Label.sucess {
    color: #339900;
    padding-right: 2px;
}

Label.block {
    display: block;
    padding: 4px;
    background: #FFFFCC;
}


/***************************************************************************/

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.btn.btn-primary .fa,
.btn.btn-warning .fa,
.btn.btn-danger .fa,
.btn.btn-info .fa,
.btn.btn-sucess .fa {
    font: normal normal normal 14px/1.42857143 FontAwesome;
}


/************* social icons ***************/
.payment-logo-block {
    list-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin: 0;
}
.payment-logo-block li{
    list-style: none;
    display: inline-block;
    padding: 10px;
}
.payment-logo-block img {
    width: 45px;
}
.footer-menu-section .dl-contact {
    margin-bottom: 0;
}

.fa-social {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
	width: 200px;
    display: block;

    /*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;
}

.fa-social i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
       
}
.fa-social i:before {
    /*line-height: 26px;
    display: block;
    font-size: 30px;*/
    font-size: 14px;
}

.title-icon {
    float: right;
    color: #fff;
    font-size: 22px;
    margin-top: 12px;
    font-weight: normal;
}

.lang {
    float: left;
    margin: 10px 10px 0px 0px;
    color: #c09a4f;
    font: 16px/30px 'Cairo';
}

.lang:hover {

    color: #c09a4f;
    text-decoration: underline;
}

.fa-social a:hover {
    /*color: #7e6f40;*/
}


.fa-social a.facebook:hover {color: #3C5A98;}
.fa-social a.twitter:hover {color:#34CBFF;}
.fa-social a.plus:hover {color:#ec6c53;}
.fa-social a.rss:hover{color:#fe872b;}
.fa-social a.linkedin:hover{color:#0077b5;}
.fa-social a.instagram:hover{color:#c728da;}
.fa-social a.youtube-play:hover{color:#e10000;}

.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-instagram::before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}
.fa-whatsapp::before {
    content: "\f232";
}
.fa-rss:before {
    content: "\f09e";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-play:before {
    content: "\f04b";
}

.fa-youtube-play::before {
    content: "\f16a";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.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";
}

.fa-headset:before {
	content: "\f590";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-handshake:before {
	content: "\f2b5";
}
.fa-plane-departure:before {
	content: "\f5b0";
}
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-university:before {
	content: "\f19c";
}
.fa-user-tie:before {
	content: "\f508";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-clock:before {  
  content: "\f017";
}
.fa-utensils:before {
  content: "\f2e7";
}
.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-building:before {
  content: "\f1ad";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-pencil:before {
  content: "\f303";
}

.fa-sign-in:before {
  content: "\f090";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-gear::before, .fa-cog::before {
    content: "\f013";
}
.fa-home:before {
  content: "\f015";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-plane-departure:before {
  content: "\f5b0";
}

/*********************************************/
/*************** About us ******************/
.about-block h2.head {
	color: #252525;
	font-size: 26px;
	text-align: center;
}
.about-block .about-col {
	text-align: center;
}
.about-block i, .about-block em {
	font-size: 42px;
	color: #c2c2c2;
	text-align: center;
	margin-bottom: 0.8em;
}
.about-block h2 {
	color: #ec1c24;
	font-weight: 800;
}
.about-block p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 18px;
	min-height: 145px;
}
.about-block .more {
	
	font-size: 13px;
}
.about-block .about-col {
	overflow: hidden;
}
.sub-about-block p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
	line-height: 18px;
	min-height: 255px;
}
/*********************/
/* Home Register */


.register-now-block {
    background:url('../ourmissionbg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

    padding: 5em 0 6em 0;
}
.register-text-block .title, .register-form-block .title {
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    font-weight: 500;
}
.register-text-block .sub-title {
    color: #f01c23;
    text-transform: capitalize;
}
.register-text-block p {
    color: white;
    text-align: justify;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-justify: distribute;
    font-weight: 300;
    
}
.register-form-block form {
    padding-top: 2em;
}

.register-form-block form label.error {
    color: red;
    padding-right: 2px;

    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
}

.register-form-block .form-control, .register-form-block .btn {
    border-radius: 0;
    height: 45px;
}

.form-control {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    /*padding: 7px 18px;*/
    /*height: 40px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tabs-content label {
    font-size: 14px;
}

@media (max-width:991px ) {

    .register-now-block {
        padding: 2em 0 3em 0;
    }
    .register-text-block .title, .register-form-block .title {
        font-size: 36px;
    }
    .register-text-block .sub-title {
        color: #f01c23;
        text-transform: capitalize;
    }
    .register-text-block p {
        line-height: 24px;
        font-size: 15px;
        letter-spacing: 1px;
    }
}


@media (max-width: 767px) {
    .boats-container.container-fluid > .container {
        padding-left: 0;
        padding-right: 0;
    }
    

}
/**************************************/
.project-block p{
	line-height: 1.4em;
}


.location-block {
    padding: 3em 0 2em 0;
    /*background-color: #2a343b;*/
}
.location { 
    background-color: #265a80;
    display: block;
    min-height: 190px;
    color: #ffffff;
    overflow: hidden;
}
.location h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    
    margin-top: 10px;
    margin-bottom: 10px;
}
.location h5:hover, .location h5:focus {
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.location-block h2, .location-block p {
    color: #265a80;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
a.location .scale-me img {
    transform: scale(1);
    transition: 0.8s ease-in-out;
}
a.location:hover .scale-me img {
    transform: scale(1.2);
    transition: 0.7s ease-in-out;
}
.scale-me {
    overflow: hidden;
}
/**************.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 {
    /*background-color: #365f91;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: White;
    padding: 7px;
    margin-top: 0;*/
    margin: 20px 0 15px 0;
    color: #1b2a37;
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

#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;
}

.reservation-block {
    max-width: 500px;
}
/*#########################################################################*/


/***************************************************************************/


/***************************************************************************/

.Our-Team {
    background: url(../piclib/team.jpg) no-repeat center 0;
    display: block;
    overflow: hidden;
    max-width: 650px;

    color: White;
    margin-right: auto;
    margin-left: auto;

    clear: both;
    margin-bottom: 20px;
}

@media (max-width: 579px) {
    .Our-Team {
        background-size: contain;
        padding-top: 60%;
    }
    .table.img-compact td img {
        max-width: 100px !important;
        height: auto !important;
    }

    .dl-contact dd a {
        font-size: 13px;
    }
    .fa-social {
        margin-top: 25px !important;
    }
}




@media (min-width: 768px) {
    .Our-Team {
        min-height: 410px;
    }
}

.Our-Team .Team-Text {
    background: url(../aboutbg.png);
    margin: 20px;
    padding: 10px;
}

.Our-Team .Team-Text h4 {
    font-weight: bold;
    text-align: center;
}

.SubHeader {
    background-color: #d8d8d8;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: #365f91;
    padding: 5px;
    margin-top: 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.white-space-normal .btn {
    white-space: normal;
}

.side-search-form {
}
.side-category .list-group-item.active {
	background-color: #6993e0;
	border-color: #6993e0;
}
.owl-nav {
	display: none;
}
.offer-block {
    display: block;
}
/**************************/
#CartArea {
    display: none;
}

/**** projects block **********/
.elementor-heading-title {
  color: #265a80;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3em;
}
.elementor-heading-brief {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}
#projects .owl-theme .owl-dots {
    margin-top: 25px;
}
.bdt-gallery-item {
    margin: 0;
    transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
    position: relative;
    height: 450px;
    display: block;
}
.bdt-portfolio-carousel .bdt-portfolio-inner {
  position: relative;
  overflow: hidden;
}
.bdt-portfolio-content-inner {
  height: 450px;
}
.bdt-portfolio-carousel .bdt-gallery-thumbnail {
  height: 100% !important;
}
.bdt-portfolio-carousel .bdt-gallery-item .bdt-gallery-thumbnail img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  height: 100% !important;
  display: block;
}

.bdt-portfolio-content-inner .bdt-position-center {
    position: absolute !important;
    top: 90% !important;
    left: 57% !important;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;
}
.bdt-portfolio-content {
  display: none;
  transition: all 300ms ease !important;

}
.bdt-flex-inline {
  display: inline-flex;
}
 .bdt-gallery-item-link {
    border-radius: 40px;
    background: rgba(255,255,255,.8);
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255,255,255,.8);
  }
.bdt-portfolio-carousel .bdt-gallery-item-link {
    background-color: #ffb90000;
    border-style: solid;
    border-width: 2px;
    border-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0 28px 0 18px;
    color: #ffffff;

    transition: all .4s ease-in-out;
}
.bdt-gallery-item-link span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 300ms ease-out !important;
}
.bdt-portfolio-desc {
    opacity: 1 !important;
    text-align: left;
    transform: translateY(-60px) !important;
    position: absolute;
    bottom: 30px;
    z-index: 999;
    min-width: 100%;
    padding: 0 30px;
    transition: all .4s ease;
}
.bdt-gallery-item .bdt-portfolio-desc {
  opacity: 1;
  transform: translateY(0);
}

.bdt-gallery-item-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    transform: translateY(190px) !important;
    transition: all 300ms ease !important;
    margin-bottom: 30px !important;
}
.bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title {
  transform: translateY(15px) !important;
  color: #000;
}
.bdt-gallery-item:hover:hover .bdt-gallery-item-link span {
  color: #252531 !important;
}
.bdt-portfolio-excerpt {
    color: #ffffff;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    transform: translateY(50px);
    transition: all 300ms ease !important;
    opacity: 0;
}
.bdt-gallery-item:hover .bdt-portfolio-excerpt {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
.bdt-portfolio-excerpt p {
  margin: 0;
}
.bdt-gallery-item:hover {
  z-index: 5;
  transform: translateY(0px) !important;
  transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
  box-shadow: 0 1px 1px rgba(0,0,0,.01),0 2px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.03),0 4px 4px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.05);
}
.bdt-gallery-item:hover .bdt-portfolio-content {
  display: block !important;
}
.bdt-gallery-item:hover .bdt-gallery-item-link:nth-last-child(1) {
  transition-delay: .1s;
}
.bdt-gallery-item:hover::after {
  width: 100% !important;
  background: #265a80;
  opacity: 0.8;
}

.bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #252531;
  opacity: 0.5;
  transition: all 300ms ease !important;
}

.blog-block {
  background-color: #f6f6f6;
  text-align: center;
}
.blog-block .blog-titles {
  padding: 10px;    
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-custom, .btn-custom:hover {
  background-color: #fcae16;
  color: #fff;
}
.blog-block .title {
    height: 40px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .elementor-heading-title {
      font-size: 20px;
    }
    .elementor-heading-brief {
      font-size: 25px;
    }
    
}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}




/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/************ Custom by john ***************/
.owl-carousel .owl-thumbnail {

  overflow: hidden;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.owl-carousel .owl-thumbnail img {
    height: 100px;
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 125px;
}
.owl-carousel .caption h4 {

  line-height: 1.3;
}

.owl-theme .owl-nav {


}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {  
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  background-color: transparent;
  font-size: 1px;
  color: transparent;


}
.owl-theme .owl-nav .owl-prev {
    left: -40px;
}
.owl-theme .owl-nav .owl-next {
    right: -40px;
}
.owl-theme .owl-nav .owl-prev::before { 
    content: "\f053";
    margin-right:10px;
    
}
.owl-theme .owl-nav .owl-next::before {  
    content: "\f054";
    margin-right:0;
    
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {

  background-color: transparent;
}
.owl-theme .owl-nav .owl-prev:before, .owl-theme .owl-nav .owl-next:before {

  font: normal normal normal 50px/1 'Font Awesome 5 Solid';
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
  background-color: #4692e7;
  padding-right: 3px;
  padding-left: 3px;
}
.owl-theme .owl-nav .owl-prev:hover:before, .owl-theme .owl-nav .owl-next:hover:before {

  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/*.owl-theme .owl-nav .owl-prev {
  right: -50px;
}
.owl-theme .owl-nav .owl-next {
  left: -50px;
}*/

@media (min-width: 1200px) {

    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}
@media (min-width:992px ) and (max-width: 1199px) {
  
    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}


@media (max-width: 767px) {

    .owl-carousel .caption {
      height: 200px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 45px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 70px;
      overflow: hidden;
    }

    .owl-carousel .owl-nav {

        display: none;
    }
}/*
 * 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;
}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding-right:0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  box-shadow: none !important;
  color: inherit !important;
}
.bootstrap-datetimepicker-widget a[data-action]:hover,
.bootstrap-datetimepicker-widget a[data-action]:focus {
  box-shadow: none !important;
  color: inherit !important;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.hour,
.bootstrap-datetimepicker-widget table td.minute {
  font-size: 1em;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: silver;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/********************************/
.fa-clock-o:before {
  content: "\f017";
}
.fa-calendar:before {
  content: "\f073";
}

.fa-arrow-up:before {
  content: "\f077";
}
.fa-arrow-down:before {
  content: "\f078";
}
.fa-angle-left:before {
  content: "\f053";
}
.fa-angle-right:before {
  content: "\f054";
}
.fa-close:before {
  content: "\f2d4";
}
#owlcarousel.owl-theme .owl-nav .owl-prev {
  Left: -30px;
}
#owlcarousel.owl-theme .owl-nav .owl-next {
  Right: -40px;
}

.owl-theme .owl-nav .owl-prev {
  Left: -50px;
}
.owl-theme .owl-nav .owl-next {
  Right: -50px;
}
.scroll-top-wrapper {
    Right:10px; 
}
.dl-horizontal dt {
    float: Left;
}

.footer-menu-section .Contactus {
  text-align: Left; 
}
.dl-horizontal dt {
  text-align: Left;
}
.sonar-emitter {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  pointer-events: none;

  animation: sonarWave 2s linear infinite
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #21292e;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    transform: translate(-35px,-35px);

    
}
.spinner:before {
     content:'';
     box-sizing:border-box;
     position:absolute;
     top:50%;
     left:50%;
     width:70px;
     height:70px;
     margin-top:0;
     margin-left:0;
     border-radius:50%;
     border:5px solid #9f8a3f;
     border-top-color:black;
     animation:spinner 0.9s linear infinite;


}
@-webkit-@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}


#SubscribeSuccess {
  top: 130px;
}



    body, td {
        font-family: 'Poppins', sans-serif;
        direction: ltr;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
    }
    
    .open-sans {
        font-family: 'Poppins', sans-serif;
    }
    .letter-spacing-1 {
        letter-spacing: 1px;
    }
    .letter-spacing-2 {
        letter-spacing: 2px;
    }
    .letter-spacing-3 {
        letter-spacing: 3px;
    }
    header#header p {
        letter-spacing: .2rem;
    }
    header#header h1 {
        font-size: 64px;
    }
    
    .location h5 {letter-spacing: 2px; }

    .sort-info ul li::before {
        margin-right: 10px;
    }
    
    .owl-theme .owl-nav .owl-prev:before {
      content: "\f104";
    }

    .owl-theme .owl-nav .owl-next:before {
      content: "\f105";
    }

    @media (min-width: 768px) 
    {
        
    }
    @media (max-width: 767px) 
    {
        header#header h1 {
            font-size: 30px;
        }
    }



/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Left; 
}


.topmenu .navbar-nav > li 
{

    /*float:Left;*/
    
    
}


@media (min-width: 768px) 
{
    .topmenu .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;

    }
}
@media (max-width: 767px) 
{
    .topmenu .navbar-nav 
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .topmenu .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

