﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ElMessiri:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tajawal:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo');



html,
body 
{
    height: 100%;
    font-family: 'Tajawal', sans-serif;
    color:#737373;
    font-size:16px;
    font-weight:500;    
}


.mobile-menu
{
	display:none !important;
}


.pc-menu
{
	display: block;
}


.language
{
	font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}


.top-container {
  background-color: #fff;
  padding: 5px 0;
  color:#24598f;    
  font-size: 14px;
  font-weight: 500;    
  line-height: 55px;
  text-align:left;
}

.top-container a{
  color:#24598f;
}

.top-container i {
    font-size: 15px;
    margin-left:3px;
    color:#24598f;
}


.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}


.menu-logo
{
	 padding:0px 0;
	 font-size:15px;
	 position:relative;
	 font-family: 'ElMessiri', serif;
	 z-index:999;
	 width:100%;
	 background-color:#406d9e;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.menu-logo .logo img {
  
   margin: 10px 0;
}

.menu-logo .logo2 {
     position:relative;
}

.menu-logo .logo2 img {
    float:  none;
    margin-top: 0px;    
    margin-right: 0px;
}

.margin-top
{
	margin-top:20px;
}

.logo-search
{
	position:relative;
	z-index:999;
	padding-top:15px;
	padding-bottom:10px;
}

.textright {
    text-align: right;
}



.text-top2
{ 
text-align:right;
margin-top:0px;
} 


.text-top2 i
{ 
margin-right:5px;
} 



.text-top2 ul
{
	 padding-left:0;
	 margin-bottom:0;
}


.text-top2 ul li
{
	display: inline-block;
	padding: 0 8px;    
	text-transform: capitalize;
    border-top:1px solid #ffffff42;  
}


#search-home {
padding-top:0px;
padding-bottom:0px;
width: 100%;
display:inline-block;
}

#search-home .search-home {
    width: 100%;
    height:60px;
    /*background: #406d9e;*/
    position: relative;    
    border-radius: 0px;
    padding-right: 10px;    
    padding-left: 55px;
    border:0px solid #406d9e;  

}


#search-home .search-home input {
    width: 100%;
    background-color:#406d9e;
    border: 0;
    color: #406d9e;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;    
    border-radius: 0px;
    height: 35px;
}


#search-home .search-home input::placeholder {
  color:#FFFFFF;
  opacity: 1; /* Firefox */
}

#search-home .search-home input::-ms-input-placeholder { /* Edge 12-18 */
  color:#FFFFFF;
}


#search-home .search-home button {
    position: absolute;
    left: 0px;
    top: 0;
    padding: 0;
    width: 60px;
    height: 61px;
    font-size:18px;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color:#24446c;
}


.carousel {
    height:300px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #afafaf;
    background-blend-mode:multiply;
}

.caption-carousel {
    position: absolute;
    top: 55px;
    right:40px;
    left:40px;
    margin:auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:  center;    
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}
.caption-carousel h3{
    font-size:25px;
    font-weight:500;
    color:#e68723;    
    font-family: 'ElMessiri', serif;
}

.caption-carousel h2{
    font-size:40px;
    font-weight:800;
    color:#fefefe;    
    font-family: 'ElMessiri', serif;
    margin-bottom:25px;
	font-family: 'Tajawal';
}

.caption-carousel h4{
    font-size:15px;
    font-weight: 400;
    color:#fff;
    margin-top:20px;
    margin-bottom:30px;
    font-family: 'Tajawal', sans-serif;
}


.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-left: 0px;
    z-index: 15;
    width: 100%;
    right: 0;
    padding-right: 0;
    margin-right: 0%;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
     background: rgba(255, 255, 255, 0.39);
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:5px;
}

.carousel-indicators .active {
    width: 50px;
    height: 5px;
    margin: 2px;            
    background: #FFFFFF;

}


.btn-header {
    display: inline-block;
    margin-bottom:10px;
    padding:12px 35px;    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
    margin-right:15px;
    font-family: 'Tajawal', sans-serif;
}

.btn-more{
    color:#fff;
    background-color:#1d548a;
    border-color: #1d548a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-more:hover {
    color:#1d548a;
    background-color:#fff;
    border-color: #1d548a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-orange{
    color:#fff;
    background-color:#f57d20;
    border-color: #f57d20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-orange:hover {
    color:#f57d20;
    background-color:#fff;
    border-color: #f57d20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #e68723;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
}


.btn-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    margin:0;
}


.welcome
{
	padding:60px 0;
    margin-bottom: 0px; 
    overflow:hidden; 
    background-color:#f9f9f9;
}

.title
{
   color:#1d548a;
   font-size:30px;
   font-weight: 500; 
  /* font-family: 'ElMessiri', serif;*/
   margin-bottom:20px;
   font-family: 'Tajawal';
}


.title span
{
   font-weight: 500; 
   color:#888888;
   font-size:16px;
   font-family: 'Tajawal', serif;
   display:block;
   margin-bottom:20px;
}

.title-white
{
   color:#fff;
   font-size:30px;
   font-weight: 500; 
   font-family: 'ElMessiri', serif;
   margin-bottom:20px;
}


.title-white span
{
   font-weight: 800; 
}
.title2 {
    text-transform: capitalize;
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 50px;
}


.welcome-text
{
    height: 160px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
	text-align: justify;
}

.white-bg
{
	padding:60px 0 75px 0;
	position:relative;
	z-index:99;
	background-color:#fff;
}


.box-all
{
	background-color: #fff;
    width: 267px;
   /* height: 265px;*/
    border: 1px #ebebeb solid;
    position: relative;
    margin: 2px;
    padding: 30px 20px;
    text-align: center;
    display: inline-table;
    height: 242px;
}

.box-all img
{
	margin: auto auto 0px auto;
   /* width:73px;
	height:73px;  */
    object-fit: contain; 
    width: 100%;
    height: 155px;	
}

.box-text
{
     font-size: 16px;
    font-weight: 700;
    color: #102d4a;
    padding: 10px 10px;
    font-family: 'Merriweather', serif;
    height: 67px;
}

 
.box-text span
{
    font-size: 13px;
    font-weight: 500;
    color:#bdbdbd;
    margin-top:20px;
    display:block;    
    font-family: 'Tajawal', serif;
}




.newspage 
{
	margin-bottom:30px;
}


.newspage img {
    height: 210px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}


.newspage .text-all 
{
	 padding:10px 0px;
}

.newspage .text-all .headline
{
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
}


.newspage .text-all .details
{
    font-size: 15px;
    font-weight: 400;
    height: 65px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-program-all
{
	position:relative;
    margin-bottom: 40px;
}

.box-program{
    height: 105px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 5px;   
}

.box-program-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0px 0px 5px 0;
    height: 125px;    
    overflow: hidden;
    color: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-program-text:hover
{
    color: #2f2f2f;
}

.box-program-text .text-all 
{
    font-size: 15px;
    font-weight:600;
    height:89px;
    overflow:hidden;
}


.program2-time 
{
    font-size: 15px;
    color:#6a6a6a;
    font-weight: 600;
    height: 25px;
    overflow: hidden;
    text-transform:capitalize;
    margin-bottom:5px;
}


.news-bg
{
	background: url(../images/left-bg.png) no-repeat left center;
    background-size: 36% 100%;
    padding: 50px 0;
}

.list-left
{
	padding-right:50px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 18px 0px;
    margin-bottom: 0px;
    background-color: #fff0;
    border: 0px solid #ffffff26;
}

.list-group-item a{
    color: #fff;
}


a.list-group-item, button.list-group-item {
    color: #fff;
    font-size:16px;
}


a.list-group-item i, button.list-group-item i {
    color: #fff;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#fff;
    text-decoration: none;
    background-color: #fff0;
}

.active-menu
{
	color: #e68723!important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: right;
    border-bottom:1px rgb(255 255 255 / 24%) solid;
}


.search-bg
{
	background-color:#f3f3f3;
	padding:0px 0;
}

.search-bg2
{
	background:url('../images/search-bg.png') no-repeat left center;
    background-size: 36% 100%;
}
.search-padding
{
	padding:20px 0;
	color:#FFFFFF;
	font-size:18px;
}

.search-padding input {
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    color: #24446c;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    border-radius: 0px;
    height: 60px;
}



.search-padding input::placeholder {
  color:#24446c;
  opacity: 1; /* Firefox */
}

.search-padding input::-ms-input-placeholder { /* Edge 12-18 */
  color:#24446c;
}

.search-padding button {
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    display:inline-block;
    background-color:#f57d20;
}
.footer
{
	background:url('../images/footer-bg.png') no-repeat center top;    
	background-size:cover;
	font-weight:300;
    padding:50px 0;
    color:#fff;
    font-size:15px;
}



.margin-footer
{
    border-top: 1px rgb(255 255 255 / 20%) solid;
    margin-top: 20px;
    padding-top: 30px;
}

.margin-footer2
{
    margin-top: 20px;
    padding-top: 30px;
}

.footer-title
{
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.footer-call
{
    font-size:25px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-top:25px;
}

.footer-call span
{
    font-size:12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    display:block;
}



.footer-2
{
    font-size:15px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 600;
    margin-top:30px;
}




.footer ul
{
   padding-right:20px;
}

.footer ul li
{
   margin:10px 0;    
   color: #fff;
}

.footer ul li a
{
	color:#fff;
}


.footer-title2
{
	 color:#fff;
	 font-size:20px;
	 text-transform:  capitalize;
	 font-weight:bold;    
	 margin:20px 0;
}

.footer-title2 img
{
	  width:60px;
}


.footer-text
{
	height: 65px;
    overflow: hidden;    
    color: #fff;
    font-weight:300;
    margin-top:20px;
	text-align: justify;
}

.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-left:10px;	 
	color:#fff;
}

.newletter
{
	margin:0;
}

.footer  .form-group {
    margin-bottom: 0px;
    position: relative;
}

.footer .form-control {
    display: block;
    width: 100%;
    height:65px;
    padding: 6px 140px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom:0px;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.footer .btn {
    display: inline-block;
    padding:8px 2px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#f57d20;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 52px;
    position: absolute;
    width: 125px;
    right: 7px;
    color: #fff;
    top: 7px;
}


.footer .text-gary
{
	font-size:13px;
	color:#2b4342;
	text-transform:uppercase;
}
.footer-margin {
    margin-top: 10px;
}




.socials ul 
{
	padding-left:0px;
	text-align:left;
	margin-top:20px;
}



.socials ul li {
    display: inline-block;	
    width: 31px;
    height: 31px;
}


.socials ul li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color:#303030;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socials ul li a:hover {
	color: #2b4342;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 
.copyright
{
    padding: 15px 0;
    font-size: 14px;
    color: #0b2a48;
    text-align:center;
    border-top: 1px #CCCCCC solid;
    background-color: #fff;
}



.copyright a
{
    color:#0b2a48;
}


.filter
{
	color:#4a4a4a;
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:1px #d2d2d2 solid;
}
.filter span
{
   background-color:#4a4a4a;
   width:50px;
   height:2px;	
}



.bg-filter
{
	border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding:10px 20px;    
}


/*.caption-inner 
{
    height:  auto;
    width: 100%;
    color: #f6f6f6;
    padding:35px 0 45px 0;  
    background-color:#f57d20;  
}*/
.caption-inner {
    height: auto;
    width: 100%;
    color: #f6f6f6;
    padding: 0px 0 0px 0;
    background-color: #f57d20;
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 35px;   
    font-weight:300; 
    text-transform: capitalize;
    margin-top: 0;
    border-bottom:1px #FFFFFF solid;
    color: #fff;
}


.caption-inner h3 span
{
    background-color:#f57d20;  
    padding-left: 20px;
   /* top: 20px;*/
    position: relative;
	font-size: 32px;
}


.breadcrumb 
{
    padding: 10px 0 20px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:11px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}









.inner-list
{
margin-top:10px;
}

.inner-list ul
{ text-align:left;    
  padding-left: 20px;
}

.inner-list ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 5px 0px;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(205, 164, 113, 0.35);
}


.content-inner
{
    padding:60px 0 ;
}

.content-black
{
    padding:40px 0 150px 0;
    background-color:#222222; 
    color:#FFFFFF ;
}


.pic-inner
{
	width:430px;
	height:auto;
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}



.text-news
{
	margin-bottom:20px;
}


.title-news {
    font-size: 22px;
    color:#000;
    margin-bottom: 10px;
    margin-top: 10px;
}





.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
color: #000;
}


.map
{
	margin-top:20px;
}


.bg-color
{
	background-color: #f6f6f6;
	padding:30px;
}

.bg-orange
{

	background-color: #f57d20;
	padding:30px;
	color:#FFFFFF;
	margin-top:30px;
}

.calls
{
	margin-bottom:41px;
}


.calls .h4
{
   font-size:18px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background:#7d7d7d;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data a:hover
{
	color:#999999;
}

.calls-data i
{
    color: #7d7d7d;
    margin-left: 10px;
    font-size:16px;
}



.Booking
{
	background-color:#24446c;
	border-radius:3px;
	color:#FFFFFF;
	font-size:15px;
	padding:20px;
	margin-bottom:30px;
}



.btn-white2{
    color: #e68723;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 28px 0 0 0;
    width: 100%;
    padding: 15px 35px;
}


.btn-white2:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.inquiry
{
	background-color:#e8e8e8;
	border-radius:5px;
	color:#2f6a9d;
	font-family:"Open Sans";
	font-size:15px;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
}


.padding-2 {
    padding-bottom: 6px;
}


.box-p
{
	margin:10px 6px;
	
}


.table-title {
    background-color: #fe8315;
    font-size: 18px;
    color: #FFFFFF;
}


.title-inner {
    text-transform: uppercase;
    color: #24446c;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}




.title-gallery {
    font-size: 20px;
    color:#000;
    margin-bottom: 30px;
}
.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;
}

.pro-details2
{
    display: table-cell;
    line-height: 14px;
    vertical-align: middle;    margin:10px 0;

}

.pro-details3
{
    font-size: 25px;
    line-height: 25px;
    color: #000;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   
.box-title h4
{
	
	 margin:0;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}



.circle-gray
{
	width: 35px;
    height: 35px;    
	background-color: white;
	border:5px #c9cacc solid;
	border-radius:50px;
	position: absolute;
    top: -15px;
    left: 0;
    right: 0;    
    font-size: 18px;
    margin: auto;
}






.line-green
{
	border-top:5px #000 solid;
	text-align:center;
}



.circle-green
{
	width: 35px;
    height: 35px;    
	background-color: white;
	border:5px #000 solid;
	border-radius:50px;
	position: absolute;
    top: -15px;    
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
}


.headline-gray
{
	color:#c9cacb;
	font-size:14px;
	text-align:center;
	margin-top:20px;	
	font-weight:500;

}


.headline-green
{
	color:#000;
	font-size:14px;
	text-align:center;
	margin-top:20px;
	font-weight:500;
}

a {
    color: #000;
    text-decoration: none;
}
.total
{
	background-color: #2e2d25;
    color: white;
    padding: 15px;
    text-align: center;    
    margin-top: 5px;
}



.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.feedback
{
	 padding-bottom:15px;
	 padding-top:15px;
}

.feedback span
{
	 color:#000;
}

.m-top
{
	 margin-top:20px;
}


.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.wishlist-area{}
.wishlist-content{}
.wishlist-title {
    text-transform: capitalize;
}
.wishlist-title h2{}
.wishlist-table{}
.wishlist-table table {
	background: #fff none repeat scroll 0 0;
	border-color: #e8e8e9;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin: 20px 0 50px;
	width: 100%;
}
.wishlist-table table{}
.wishlist-table table th {
    font-weight: 600;
}



.wishlist-table table th, .wishlist-table table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 15px 10px;
	text-align: center;
}
.wishlist-table table .product-remove {
	padding: 0 15px;
	width: 20px;
}
.wishlist-table table .product-remove > a {
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #000;
}
.wishlist-table table .product-add-to-cart > a {
	background: #2e2d25 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 56px;
	text-transform: uppercase;
	width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
    background: #000;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-table table
.wishlist-table table
.wishlist-share{}
h3.wishlist-share-title{}
.wishlist-share {
	margin-bottom: 35px;
	margin-top: 20px;
}
h4.wishlist-share-title {
    margin-bottom: 10px;
}
.wishlist-share ul{}
.wishlist-share ul li {
	display: inline-block;
	height: 21px;
	margin-left: 0;
	margin-right: 0;
}
.wishlist-share ul li a{
	background-position: left top;
	border: medium none;
	display: inline-block;
	height: 21px;
	width: 21px;
}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a{}
.wishlist-share ul li a{}
.wishlist-share ul li a:hover{background-position: left bottom;}







.title-cart
{
    line-height: 1.5;
    text-align:  center;
    font-size: 40px;
    font-weight: 300;
    color:#5a5a5a;
    margin-bottom:50px;
}
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

.div-border
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.div-border2
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:20px;
}

.div-border3
{
    border: 1px #ebebeb solid;
    padding:20px 30px ;
    border-radius: 0px;
    font-size:18px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    padding-bottom: 10px;
    padding-top: 10px;
}
    
    
.cart-h
{
    height:80px;
    display:table-cell;
    vertical-align:middle;
    font-size:16px;
}
    
.cart-h img
{
    height: 80px;
    width: 100%;
    object-fit: contain;
    border: 1px #d1d1d1 solid;
}
    
.cart-h2
{
    height: auto;
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
    
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}









.box-gray
{
	padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
    
.box-gray .product-item > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
} 
    

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-left: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.login-2
{   
    background-color: white;
    position: relative;
    z-index: 99;    
}

.grid2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 27rem;
    width: 100%;
    padding-bottom: 30px;
    font-size: 15px;    
    border: 1px #e8e8e8 solid;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -18px;
    z-index: 1;
}
/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}


input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
  margin: 0px;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  margin: 0.875rem;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modules/login.css */

.login {
  color: #eee;
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'] {
  padding: 16px 0 16px 16px;
  height:60px;
}

.login label {
  background-color: #fff;
  border-bottom:1px #CCCCCC solid;

}

.login input[type='password'],
.login input[type='text'] {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom:1px #CCCCCC solid;
  font-size:16px;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #fff;
}

.login input[type='submit'] {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 30px;
    width: auto;
    height: 40px;
    margin: auto;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #4e9fbc;
}
.btn-login {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.bhoechie-tab .form-group {
    margin-bottom: 15px;    
    width: 30%;
    display: inline-block;
    margin-right:25px;
    overflow:hidden;
}


.sort 
{
    display:inline-block;    
}



.sort a
{
    border: 1px #c8c8c8 solid;
    color: #e68723;
    padding: 5px 8px;    
    margin-right: 15px;
    display:inline-block;    
    font-size: 18px;
}

.sort a:hover
{
    border: 1px #e68723 solid;
    color: #fff;
    background-color:#e68723;    
}

.active-sort
{
    border: 1px #e68723 solid !important;
    color: #ffffff!important;
    background-color: #e68723!important;
}

.product-action2 {
	opacity: 1;
	padding: 10px 0;
	position: relative;
	right: 0;
	text-align: center;
}
.product-action2 a {
    border: 1px solid #e68723;
    color: #e68723;
    display: inline-block;
    height: 80px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0 0;
    width: 70px;
}

.product-action2 a:hover {
	background: #e68723;
	color: #fff;
}

.figure {
        position: relative;
        width: 360px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;
    }
      .figure img.image-main {
      opacity: 1;
      transition: opacity .5s;

    }
    .figure:hover img.image-main {
      opacity: 0;
      object-fit: cover;
    }

    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: cover;
      opacity: 0;
      transition: opacity .5s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
      object-fit: cover;
   }
 
.cart-1
{
    vertical-align: middle;
    height: auto;
    display: inline-block;
}

.btn-cart 
{
    padding: 0px 0px;
    background-color: #e68723;
    color: white;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}
.btn-cart1 
{
    padding: 0px 0px;
    background-color: #fff;
    color: #494949;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}




.filter
{
	color:#4a4a4a;
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:1px #d2d2d2 solid;
}
.filter span
{
   background-color:#4a4a4a;
   width:50px;
   height:2px;	
}



.bg-filter
{
	border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding:10px 10px;    
}


.bhoechie-tab .form-group {
    margin-bottom: 15px;    
    width: 30%;
    display: inline-block;
    margin-right:25px;
    overflow:hidden;
}


.sort 
{
    display:inline-block;    
}



.sort a
{
    border: 1px #c8c8c8 solid;
    color: #1ebef4;
    padding: 5px 8px;    
    margin-right: 15px;
    display:inline-block;    
    font-size: 18px;
}

.sort a:hover
{
    border: 1px #1ebef4 solid;
    color: #fff;
    background-color:#1ebef4;    
}

.active-sort
{
    border: 1px #1ebef4 solid !important;
    color: #ffffff!important;
    background-color: #1ebef4!important;
}



.search1 .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.search1 .form-group a {
padding-left: 0px;
padding-right: 0px;}



.search1 .form-control2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #1ebef4;
    background-image: none;
    border: 1px solid #1ebef4;
    border-radius: 0px;
}


.search1 .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    pointer-events: auto;
}


.products-inner
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products-inner ul
{
	 text-align:center;
	 padding-left: 0;
}


.products-inner ul a:hover
{
	 text-decoration:none;
}

.products-inner ul li
{
    width: 260px;
    display: inline-block;
    margin: 0 10px 20px 9px ;
    border-radius:0px;    
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;    
    position:relative;
}



.products-inner ul li img
{
    height:275px;    
    width: 100%;    
    object-fit:cover;
}
 



.product-action2 {
	opacity: 1;
	padding: 10px 0;
	position: relative;
	right: 0;
	text-align: center;
}
.product-action2 a {
	border: 1px solid #1ebef4;
	color: #1ebef4;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.product-action2 a:hover {
	background: #1ebef4;
	color: #fff;
}

.figure {
        position: relative;
        width: 360px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
        margin:auto;
    }
      .figure img.image-main {
      opacity: 1;
      transition: opacity .5s;

    }
    .figure:hover img.image-main {
      opacity: 0;
      object-fit: cover;
    }

    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: cover;
      opacity: 0;
      transition: opacity .5s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
      object-fit: cover;
   }


.product-action {
	background: rgb(0 0 0 / 0%) none repeat scroll 0 0;
    bottom: 0px;
    left: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 300ms ease 0s;
}

.product-action a {
	background: rgba(245, 245, 245, 1) none repeat scroll 0 0;
	border: 1px solid #1ebef4;
	color: #1ebef4;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.single-product:hover .product-action {
    opacity: 1;
}
.product-action a:hover {
	background: #222222;
	color: #fff;
	border: 1px solid #222222;
}
.product-content a {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-price 
{
	 text-align: center;
	 margin-top: 5px;
}


.new-price
{
	color:#1ebef4;
	font-weight:500;
	font-size:16px;
    
}

.old-price
{
	color:#222222;
	text-decoration:line-through;
	font-size:13px;	
	font-weight:300;
}   


.product-content
{
	background-color:#FFFFFF;
	text-align: center;
	padding: 0 15px;
}

.product-content h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 17px;
    color: #1ebef4;
    height: 40px;
    overflow: hidden;
}


.product-content h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:14px;
    text-transform:capitalize;
    color:#a6a6a6;
}



.smile
{
	 text-align:center;
	 margin:20px 0 20px 0;    
	 font-size: 25px;    
     font-weight: 600;
     color:#1ebef4;
}


.smile img
{
    width:100px;
    margin:auto;
    display:block;
    margin-bottom:15px;
}

.smile span {
    color: #211e1f;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    display: block;
}


.bill-data {
    margin-bottom: 5px;
    color: #211e1f;
}



.gold-box
{
	background-color:#1ebef4;
	padding:15px 0;
	text-align:center;
	border-bottom:1px #e5e5e5 dashed;
	margin-bottom: 20px;
}


.gold-box .est
{
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom:7px;
    color:rgba(255, 255, 255, 0.52);
}

.gold-box .est2
{
    text-transform:capitalize;
    font-size:15px;
    color: #fff;
    font-weight: 500;
}


.track-off
{
	background:url('../images/line-track-off.png') no-repeat left 15px ,url('../images/line.png') no-repeat left bottom;    
	background-size:25px,25px;    
	opacity: 0.3;
}
.track-on
{
	background:url('../images/line-track-on.png') no-repeat left 15px ,url('../images/line.png') no-repeat left bottom;    
	background-size:25px,25px;    
    opacity: 1;    
}

.track
{
    padding: 10px 35px 10px 0;
    padding-left: 50px;
    height: 105px;
    margin: 5px 0 0 0;
}

.track img
{
	 float:left;
	 margin-right:20px;
	 height:80px;
}

.track .headline2
{
	 font-size:18px;
	 margin-bottom:10px;
}

.track .headline2 span
{
	 font-size:13px;
	 display:block;
	 margin-top:5px;
}


.info {
    margin-top: 20px;
}

.order-font
{
	 text-transform: capitalize;
	 font-weight:400;
	 margin-bottom:12px;    
	 font-size: 14px;

}

.order-no
{
    font-size: 14px;
    color: #1ebef4;
    font-weight: 400;
    margin-bottom: 12px;
}

.order-color
{
	color:#1ebef4;
	font-weight:bold;
	margin-bottom:12px;
	text-transform:capitalize;
	font-size:18px;
}

.title-o {
    color: #383838;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}




.team ul
{
	 text-align:center;
	 padding-left: 0;	
}


.team ul a:hover
{
	 text-decoration:none;
}

.team ul li
{
    width: 355px;
    display: inline-block;
    margin: 0 10px 10px 9px ;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    margin-top: 10px;
    position:relative;
    overflow:hidden;
}

.team ul li img {
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team ul li:hover img {
     filter: none;
    -webkit-filter: grayscale(0);
}


.team-content
{
	text-align: left;
	color:#261a3d;	    
	background-color:rgb(255 255 255 / 96%);
	padding:20px;
    position: absolute;
    top: 0px;
    left:20px;
    right:20px;
    z-index: 0;
    border-radius: 10px;
    transition-duration: .5s;
    opacity: 0;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);

}

.team ul li:hover .team-content
{
    opacity: 1;
    top: 20px;
}

.team-content h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #261a3d;   
    height: 30px;
    overflow: hidden;
    font-weight: 600;    
}

.team-content h5 span
{
    font-size: 14px;
    color: #21a7d0;     
    height: 88px;
    overflow: hidden;
    font-style:italic;
    margin-left:20px;  
}

.team-content h3
{
    height: 70px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
    color: #261a3d;
    line-height: 22px;
}


.team-social ul
{
	position: relative;
	overflow: hidden;	
    text-align:left;
	padding-left:0;
	margin-bottom:0;
	margin-top:7px;
}


.team-social ul li 
{
    display: inline-block;	
    width: 25px;
    height: 25px;    
    margin:0;
    background:none;
    padding:0;
    border:0;
}


.team-social ul li a {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height:25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:0px;
}


.team-social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-social .fa-twitter {
    color: #1da1f2;
}



.team-social .fa-facebook-f
{
	color:#3b5998;
}


.team-social .fa-linkedin-in
{
	color:#00a0dc;
}

.team-social .fa-instagram
{
	color:#e30000;
}

.teacher-img
{
    border-radius: 12px;
    height: 240px;
    width: 240px;
    object-fit: cover;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px #e5e5e5 solid;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);
}

.teacher-title {
     font-size:25px;
     font-weight:600;
     margin-bottom:20px;
}

.teacher-margin {
     margin-top:50px;
}



.teacher-title span 
{
     font-size:18px;
     font-weight:400;
     display:block;
     margin-top:5px;
}

.teacher-text
{
     font-size:15px;
     margin-top:40px;
     font-weight:400;
     display:block;
     margin-top:5px;
}



.big-link
{
    background-color: #16aaca;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;    
    margin: auto 0 auto auto;
}


.big-link a
{
    color:#fff;
}

.cv {
    /*background-color: #fafafa;*/
    /*border-radius: 30px;*/
    /*border: 3px #1ebef4 solid;*/
    /*padding: 30px;*/
}

.headline1
{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom:50px;
}
.headline2
{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom:15px;
}
.headline2
{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom:15px;
}
.headline3
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom:15px;
}

.margin-top
{
	margin-bottom:30px;
}
.margin-bottom
{
	margin-top:30px;
}


.box-color
{
	background-color: #343436;
    padding: 15px;
    display: inline-block;
    width: 265px;
    height: 125px;
    margin-right: 10px;
    margin-bottom: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:3px;
    color:#FFFFFF;
}

.box-color:hover
{
	background-color: #0896c6;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-color .name
{
    font-size: 17px;
    height: 95px;
    display:table-cell;
    vertical-align:middle;
    text-transform:capitalize;
}


.box-color img
{
	float: left;
    width: 80px;
    margin-right: 20px;
}



.bg-inner
{
  position: relative;
  overflow:hidden;        
  margin-top:1px;
  padding:40px 0 150px 0;
}

.bg-inner:before {
    background: #fff scroll 50% 0/cover; 

}


.bg-inner:after {
    background: transparent url("../images/header1.jpg") no-repeat center center ;    
    background-size: cover; 
}


.bg-inner:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0px;
    left: 50%;
    width: 100vw;
    position: absolute;
    z-index: -2;
}    
    
    
    
@media (min-width: 992px) {
.bg-inner:before {
width: 65vw; 
}
}


.bg-inner:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0px;
    width: 47vw;
    position: absolute;
    z-index: -2;
    display: none;
}


@media (min-width: 992px) {
.bg-inner:after {
display: block; 
}

}



.img-about
{
	margin-top:-120px
}


.list-inside ul
{
	  padding-left:20px;
}



		#top-image {
		    position: relative;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    height: 300px;
		    width: 100%;
		    animation: 90s scroll infinite linear;
		    opacity:1;
		}


		@-webkit-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-moz-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-o-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-ms-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}
		
		
.menu-left
{    
margin-top:0px;
z-index: 9;    
width: 100%;
background-color:#0078a1;
overflow:hidden;
text-align:left;
position:relative;
}

.menu-bg
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/5.jpg) no-repeat scroll center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:16px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:11px;
     margin-right:10px;
}
.menu-left ul li i:before {
    font-size: 15px;
}


.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.results-star 
{
   margin-top:10px;
}

.star2 
{
   margin-top:0px !important;
}


.results-star i
{
  font-size:12px;
  color:#cecece;    
  padding:0px;
}

.star-active
{
  color:#fcb040!important;    
}

.Prices__price-label {
    text-transform: var(--h8-text-transform);
    font-family: var(--h8-font-family);
    font-size: var(--h8-font-size);
    font-weight: var(--h8-font-weight);
    font-style: var(--h8-font-style);
    line-height: 1;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    display: inline;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}


.Prices__serving {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}

.Prices__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.Prices .Price {
    font-size: 30px;
}


.Prices__price {
    padding-right: 10px;
    font-size: 29px;
    font-weight: 600;
}


.review-all
{
    font-size: 50px;
    font-weight: 500;
}



.review-number
{
    font-size: 15px;
    font-weight: 300;
    margin-top:10px;
}

.review-bar-filled
{
    width: 90%;
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 12px;
    display: inline-block;
}
.review-bar-no
{
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.review-bar-filled-on
{
	background-color: #1ebef4;
	border-radius: 10px;
	height:12px;
}

.review-title 
{
    font-size:18px;
    font-weight: 600;
    margin:10px 0;
}
.review-title span 
{
    font-size:14px;
    color:#1ebef4;
    font-weight:400; 
    margin-left:10px;
}

.courses-bg
{
	padding:50px 0 100px 0;
}

.courses-margin
{
	padding-top:50px;
}



.headline4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    color:#333333;
}

.collapsible-all {
margin-bottom:30px;
}

.collapsible-2 {
margin-bottom:0px !important;
}

.collapsible-all .collapsible {
  color: white;
  cursor: pointer;
  background-color:#1ebef4;
  padding: 14px 18px ;
  width: 100%;
  border: none;
  outline: none;
  text-align:left;
  font-size: 18px;
  margin-bottom:5px;
}

.collapsible-all .active, .collapsible-all .collapsible:hover {
  background-color: #191919;
}

.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
  margin:5px 0;
}

.s-cta-yellow {
    background-color: #FFDE26;
    text-align: center;
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
}

.s-cta-top {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
}


.s-cta-top p {
    color: #2B2E34;
}
.s-cta-top p span {
    font-size: 24px;
}
.singlePaymentPrice.sppTop {
    width: 50%;
    text-align: right;
    display: inline-block;
    padding-right: 2%;
}

.sppAmountOff {
    width: 45%;
    text-align: left;
    display: inline-block;
    padding-left: 2%;
    color: red !important;
    font-weight: bold;
    font-size: 130% !important;
}


.s-cta-highlights {
    background-color: #D3E2EB;
    padding: 12px 17px 19px;
    font-family: roboto;
}

.s-cta-highlights h3 {
    font-size: 12px;
}

.s-cta-highlights ul {
    margin-bottom: 10px;
    padding-left:20px;
}

.s-cta-highlights ul li {
    font-size: 12px;
    color: #474747;
    margin-bottom: 8px;
}

.color-products {
    background-color: #222222;
    padding: 15px 10px;
    color: #FFFFFF;
}

.color-products h5 {
    color: #FFFFFF;
    font-size:18px;
    text-transform:capitalize;
}

.product-top {
    background: url(../images/wave.png) no-repeat center top;
    height: 50px;
    background-size: cover;
    margin-top: -50px;
    position: relative;
}

.box-products ul
{
	padding-left:0;
	margin-top:15px;
}


.box-products ul li
{
    display: inline-block;
    margin-right: 10px;
    font-weight:500;
    color:#333333;
    font-size:15px;
    text-transform:capitalize;
    margin-bottom:15px;
}

.box-products ul li a:hover
{
    text-decoration:none;
}

.box-products ul li .number-pro
{
    border: 3px #1ebef4 solid;
    padding: 10px 20px;
    font-weight:500;
    color:#333333;
    font-size:15px;
}


.box-products ul li a:hover .number-pro
{
  background-color:#1ebef4;
  color:#FFFFFF;
}

.box-products ul li .price-pro
{
    font-weight: 800;
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}


.box-products ul li .price-pro span
{
    color: #fff;
    background-color: #CC0000;
    font-size: 15px;
    padding: 5px;
}

.Coach-content {
    position: relative;
    margin:15px 25px;
    text-align:left;
    text-transform:capitalize;
}


.Coach-p{
    color: #989898;
}

.Coach-title {
    color: #1ebef4;
    font-size:25px;
    font-weight:600;
}


.timetable {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.timetable td {
    height: 62px;
}

.timetable td:first-child {
    color: #333333;
    font-size: 15px;
}

.row-gray {
    color: #333333;
    font-size: 15px;
    background-color: #C0C0C0;
}

#all-classes
{
	overflow:auto;
}


.timetable td div, .timetable .event div {
    padding: 0;
    border-left: none;
}

.timetable .class-trainers {
    font-size: 13px;
    margin-top: 2px;
    font-weight:500;
}



.timetable .row-gray td {
    background-color: #f3f3f3;
}


table.timetable th, table.timetable td {
    width: 12.5%;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #e9e9e9;
}

.timetable tr .event {
    text-align: left;
    background-color: #1ebef4;
    color: #FFF;
    text-align:center;
}

.timetable .event:hover, .timetable .event.tooltip:hover {
    cursor: pointer;
    background-color: #FFF;
    color: #000;
}

.timetable .event:hover a, .timetable .event.tooltip:hover a {
    color: #000;
}
.timetable .event a {
    display: block;
    color: #FFF;
}


.timetable tr.tip-row {
    background: transparent;
}

.timetable .last {
    padding: 28px 0 0;
    border:0;
}


.timetable td div.tip {
    background: #1ebef4;
    color: #FFF;
    padding: 7px 15px 8px;
    float: right;
    border-radius: 6px;
}



.evaluation
{
	margin:10px 0;
	font-size:14px;
}


.white-box
{
	width:100%;
	height:auto;
	border-radius:4px;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
background-color: white;
padding:20px;
}


.white-box-headlines
{
	color:#3d3d3d;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
	margin-top:20px;
}

.white-box-detials
{
	color:#00a99d;
	font-size:16px;
	font-weight:400;
    margin-bottom:10px;
}


.white-box-text
{
	color:#a3a3a3;
	font-size:16px;
	font-weight:400;
}

.white-box-select a
{
	color:#211e1f;
}
.white-box-select i
{
    margin-left:5px;
    float:right;
    margin-top:3px;
}

.white-box-select2
{
    margin-right: 10px;
    float: left !important;
    margin-top: 3px;
    margin-left: 0 !important;
    font-size: 18px;
    color: #e68723;
}

.white-box-select3
{
    margin-right: 10px;
    float: left !important;
    margin-top: 3px;
    margin-left: 0 !important;
    font-size: 18px;
    color: #fff;
}

.white-box-select
{
	font-size:14px;
}

.color-box {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 25%);
    background-color: #e68723;
    padding: 20px;
}

.color-box hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.color-box-select a {
    color: #fff;
}


.color-box-select i {
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}

.side-image img
{
	object-fit: cover;
}


.side-image+.side-table {
    margin-left: 255px;
}

.table-container {
    background: #343436;
    padding: 20px 30px 30px;
}

.table-container h4 {
    font-size: 18px;
    line-height: 28px;
    color:#FFFFFF;
    font-weight: 600;
}


.alternate{
    font-size: 15px;
    line-height: 24px;
    width:100%;
}

.table-container table tr {
    border-bottom: 1px solid #515151;
}


.table-container table td:nth-child(odd) {
    width: 60%;
    color: #FFF;
}
.table-container table td {
    padding: 10px 0;
}

.table-container table td:nth-child(even) div {
    border-left: 1px solid #515151;
    padding-left: 20px;
    color:#FFFFFF;
}
.table-container table td div {
    padding-bottom: 0px;
}



.side-table {
    position: relative;
    width: 285px;
    margin-left: 100px;
    margin-top: -290px;
}

.course-about .course-snapshot-container {
    z-index: 1;
    width: 100%;
    background-color: #02abe5;
    color:#FFFFFF;
    padding:18px 15px;
    margin-top:30px;
}

.course-about .course-snapshot-container .course-snapshot-content .pgn__icon {
    height: 55px;
    width: 55px;
    float:left;
    margin-right:10px;
}

.pgn__icon {
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    position: relative;
    width: 1.5rem;
}

.mb-0
{
	 font-size:22px;
	 margin-bottom:5px;
	 font-weight:500;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}

.title-cources {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0px;
    font-weight: 900;    
    display: inline-block;
    width: 240px;
    box-shadow: 0 0.0625rem 0.125rem #00000026, 0 0.0625rem 0.25rem #00000026;
    text-align: center;
    padding: 15px 15px;
    border-radius: 8px;
    margin-top:20px;
    margin-right: 25px;
}

.title-cources .date-course{
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0px;
    font-weight: 900;
}


.headline-link {
    font-size: 35px;    
    padding-top: 50px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}


	
.menu-left2
{    
margin-top:0px;
z-index: 9;    
width: 100%;
background-color:#02abe5;
overflow:hidden;
text-align:left;
position:relative;
border-radius:4px;
}

.menu-left2 ul
{
    padding-left:6%;
    margin:0;
    font-size:16px;
}
.menu-left2 ul a:hover
{
    text-decoration:none;
    
}

.menu-left2 ul li
{
    padding: 15px 25px;
    display: inline-block;
    border-bottom: 0px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left2 ul li i
{
     font-size:11px;
     margin-right:10px;
}
.menu-left2 ul li i:before {
    font-size: 15px;
}


.menu-left2 ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.img-height
{
	height:350px;
	width: 100%;
	object-fit:cover;
}

.text-height
{
     margin:30px 0;
}
.text-height2
{
     margin:30px 0;
}

.text-page {
    color: #000;
    padding: 9px;
}

#amazingcarousel-2 .amazingcarousel-image2 img{
	display: block;
    border: 0;
    object-fit: cover;
	height: auto;
    width: auto;
	
}

#amazingcarousel-2 .amazingcarousel-nav {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -45px;
	padding-left: 37%;

}
#amazingcarousel-2 .amazingcarousel-nav {
    position: relative;
    margin-top: 20px;
    /* align-items: center; */
    padding-left: 0px;
}
.text-page2 {
    color: #000;
    padding: 37px;
    text-align: center;
	padding-top: 119px;
}
.text-page3 {
    color: #000;
    padding: 37px;
    text-align: right;
    padding-top: 106px;
}
p {
    margin: 0 0 17px !important;
	line-height: 26px;
}
/*.text-page2 {
    color: #000;
    padding: 0px;
    text-align: right;
    padding-top: 39px;
}*/
.text-page4 {
    color: #000;
    padding: 0px;
    text-align: left;
    padding-top: 39px;
}
.clients{
	height: 297px;
}

.col-md-12.padding-p {
    top: 70px;
}
th.table-title {
    font-size: 15px;
}
