@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&display=swap");

@import url("core.min.css");
@import url("plugins.min.css");
@import url("nav-menu.css");

*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}
body{font-family:'Poppins',sans-serif;font-size:12px;line-height:18px;color:#252525;font-weight:400}ul{margin:0;padding:0}ul li{list-style-type:none}
p{font-size:13px;color:#252525;font-weight:400;line-height:22px}
.bg-image{background-size:cover!important;background-position:50% 50%!important;transition:all .3s linear;position:relative}.bg-image:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(27,45,84,.7)}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0}.clearfix{display: inline-block}* html .clearfix{height: 1%}.clearfix{display: block}

a,btn {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,btn,img,input {
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}

:focus {
  outline: 0!important;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #20ad96;
}

.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}
ul.list-inline>li{display:inline-block}ul.list-inline.list-separator>li:before{content:'/';display:inline-block;margin-right:10px;opacity:.5}ul.list-inline.list-separator>li:first-child:before{margin:0;content:''}


/***/
.hero-section.hero-gym{position:relative;min-height:500px}.hero-section.hero-gym>.bg-image{min-height:500px}.hero-section{-ms-filter:"alpha(opacity=60)";position:relative}.hero-section>.hero-section-content{height:100%;position:absolute;top:0;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.hero-section h5{font-family:"Poppins",sans-serif;font-weight:300;text-shadow:2px 1px 1px rgba(0,0,0,0.1);margin:0;color:#fff;font-size:26px}.hero-section h1{font-size:4.5rem;font-weight:600;text-shadow:2px 2px 1px rgba(0,0,0,0.2);margin-bottom:.5rem;font-family:"Playfair Display",serif;line-height:1.1;color:#fff}.hero-section p{font-size:1.5em;font-weight:300;padding-right:20px;color:#fff}
.btn-white{color:#212529;background-color:#fff;border-color:#fff;color:#ff6b6b}.btn-white:hover{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}.btn-white:focus,.btn-white.focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,0.5);box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}
.btn-persian{color:#fff;background-color:#f04623;border-color:#fff;}.btn-persian:hover{color:#fff;background-color:rgba(233,170,57,0.85);border-color:#fff}.btn-persian:focus,.btn-persian.focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,0.5);box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}

/***/
.features-item {
  margin-bottom: 50px;
  padding-right: 50px;
}
.gym-fitness {
    background-color: #333;
}

.gym-fitness > .container-fluid {
  padding: 0;
}

.gym-fitness > .container-fluid > .row {
  margin: 0;
}

.gym-fitness > .container-fluid > .row > [class^="col-"] {
  padding: 0px;
}

.gym-fitness > .container-fluid > .row > [class^="col-"]:nth-child(2n) {
  background-color: #242222;
}


.features-icon-center {
    text-align: center;
}

.features-item.style-three {
    padding: 40px 40px 51px;
    margin-bottom: 0px;
}

.features-item.style-three .features-content h3 {
  font-size: 24px; text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
}

.features-item.style-three .features-content > p {
  color: #fff;
  font-size: 1.2em; line-height: 1.5em;
  font-weight: 300;
}

@media only screen and (max-width: 1280px) {
  .features-item {
    padding-right: 20px;
  }
   
  .features-item .features-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
    
}

@media only screen and (max-width: 1200px) {
   
  .features-item.style-three {
    padding: 60px 20px;
  }
  .features-item.style-three .features-content h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .gym-fitness .container-fluid > .row > [class^="col-"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .gym-fitness .container-fluid > .row > [class^="col-"]:nth-child(4n-1) {
    background-color: #242222;
  }
  .gym-fitness .container-fluid > .row > [class^="col-"]:nth-child(4n) {
    background-color: #333333;
  }
  
   
  .features-item.style-three {
    padding: 60px 40px;
  }
  .features-item.style-three .features-content h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
   
}

@media only screen and (max-width: 768px) {
  .features-item.style-three {
    padding: 40px 20px;
  }
  .features-item.style-three .features-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .gym-fitness .container-fluid > .row > [class^="col-"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }  
  
}

.card-img1{ position: relative;  background-repeat: no-repeat; background-image: url("../images/image_01.jpg"); background-position: center; background-size: cover; width: 100%; }
.card-img2{ position: relative;  background-repeat: no-repeat; background-image: url("../images/image_02.jpg"); background-position: center; background-size: cover; width: 100%; }
.card-img3{ position: relative;  background-repeat: no-repeat; background-image: url("../images/image_03.jpg"); background-position: center; background-size: cover; width: 100%; }
.card-img4{ position: relative;  background-repeat: no-repeat; background-image: url("../images/image_04.jpg"); background-position: center; background-size: cover; width: 100%; }


/****/
.course-6 {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.course-6 .thumbnail {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.course-6 .thumbnail .image {
	display: block
}

.course-6 .thumbnail .image img {
	width: 100%;
	-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	-o-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
	transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.course-6 .thumbnail .image .course-overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.course-6 .thumbnail .image .course-overlay-bg::after,
.course-6 .thumbnail .image .course-overlay-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent 43%, #000 100%);
	background: -o-linear-gradient(top, transparent 43%, #000 100%);
	background: linear-gradient(180deg, transparent 43%, #000 100%);
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.course-6 .thumbnail .image .course-overlay-bg::after {
	opacity: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent 0, #000 100%);
	background: -o-linear-gradient(top, transparent 0, #000 100%);
	background: linear-gradient(180deg, transparent 0, #000 100%)
}

.course-6 .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 35px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.course-6 .info {
		padding: 30px 20px 35px
	}
}

.course-6 .info .course-caption-main {
	-webkit-transform: translateY(-100%) translateY(-60px);
	-ms-transform: translateY(-100%) translateY(-60px);
	transform: translateY(-100%) translateY(-60px);
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.course-6 .info .price {
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 0 12px;
	color: #20ad96
}

.course-6 .info .price span {
	font-size: 18px;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.course-6 .info .title {
	font-size: 24px; text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	line-height: 1.34;
	color: #fff;
	margin: 0
}

.course-6 .info .meta {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
	color: #fff;
	list-style: none
}

.course-6 .info .meta li {
	margin-right: 28px
}

.course-6 .info .meta li:last-child {
	margin-right: 0
}

.course-6 .info .meta li i {
	margin-right: 10px
}

.course-6 .info .desc {
	margin: 9px 0 0
}

.course-6 .info .desc p {
	line-height: 1.6;
	color: #fff
}

.course-6:hover .thumbnail .image img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.course-6:hover .thumbnail .image .course-overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.course-6:hover .thumbnail .image .course-overlay-bg::before {
	opacity: 0
}

.course-6:hover .thumbnail .image .course-overlay-bg::after {
	opacity: 1
}

.course-6:hover .info {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.course-6:hover .info .course-caption-main {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

/***/
.section-block-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}

.section-heading {
  margin-bottom: 10px;
}

.section-heading h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px;
}


.section-heading h4 {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 160%;
  margin-bottom: 10px;
}

.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #feb000;
  line-height: 200%;
  margin-bottom: 10px;
}

.text-content-big p { color:#fff; line-height:1.8em;}
.txt-list { position: relative; }

.txt-list li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 15px;
}

.txt-list li:before {
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0px;
    font-size: 10px; 
    font-family: 'FontAwesome';
}

/***/
.primary-button {
  background: #f04623;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 15px 10px 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.primary-button:hover {
  background: #222;
  color: #fff;
}

.button-xs {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding: 8px 17px 8px 17px;
}

.button-sm {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 11px 22px 11px 22px;
}

.button-md {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 25px 13px 25px;
}

.button-lg {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 38px 14px 38px !important;
}

/****/
.testmonial-single {
  padding: 30px 50px;
}

@media (max-width: 767px) {
  .testmonial-single {
    padding: 30px 0px;
  }
}

.testmonial-single p:before {
  margin: auto;
  content: "\f10d";
  font-family: "FontAwesome";
  color: #d21e2b;
  font-size: 23px;
  display: block;
  margin-bottom: 15px;
}

.testmonial-single p {
  text-align: center;
  font-style: italic;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.testmonial-single h4 {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.testmonial-single h6 {
  color: #aaa;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.owl-nav{text-align: center; display:flex;}

.owl-nav i {
  color: #111;
  font-size: 20px; 
}

.owl-nav .owl-prev {
  color: #d21e2b;
  font-size: 43px; line-height: 35px;
  left: 0%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
  color: #d21e2b;
  font-size: 43px; line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}


 

.video-box {
	position:relative;
}
.video-box .image {
	position: relative;
	overflow: hidden
}
.video-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 96%;
	text-align: center;
	overflow: hidden;
	line-height: 80px;
	background: rgba(6, 6, 8, .4);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.video-box .overlay-box:after {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transform: translateY(5px)
}
.video-box .overlay-box span {
	position: relative;
	width: 60px;
	height: 60px;
	top: 37%;
	z-index: 99;
	color: #f9f8fc;
	font-weight: 400;
	font-size: 24px;
	padding-top: 18px;
	text-align: center;
	border-radius: 50%;
	padding-left: 5px;
	background-color: #f04623;
	display: inline-block;
	margin-top: -53px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease
}
.video-box .image img {
	position: relative;
	width: 100%
}

/***/
#footer {
	font-size:14px;
	color: rgba(255,255,255,0.6);
	display: block;

	background: #313131;
	background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
	background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
	background: -o-linear-gradient(top, #555555 0%, #313131 100%);
	background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
	background: linear-gradient(to bottom, #555555 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}
 

#footer h5 {
    font-size: 15px; text-transform:uppercase; color: rgba(255,255,255,0.8);
    font-weight: 600;
    margin-bottom: 25px;
}


#footer p{color: rgba(255,255,255,0.6);}

#footer>.copyright {
	background-color:rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding:25px 0;
	font-size:13px;  
	display:block;
}
#footer>.copyright:after,
#footer>.copyright:before {
	content:" ";
	display:table;
}
	#footer>.copyright:after {
		display: block;
	    content: "";
	    clear: both;
	}

.footer-logo img {
	margin-bottom:15px;
}

.social-link li {
  display: inline-block;
}

.social-link li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 2px solid rgba(221, 221, 221, 0.1);
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.social-link li a .fa {
  margin: 0 !important;
}

.social-link li a:hover {
  border-color: #03dedf;
  color: #03dedf;
}

/***/
.cover-background{position:relative !important;background-size:cover !important;overflow:hidden !important;background-position:center !important;background-repeat:no-repeat !important}


/***/
.page-header {
    background-color: #f7f7f7;
    margin: 0; 
    min-height: 50px;
    padding: 45px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.page-header .breadcrumb {
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'FontAwesome';
    content: "\f105";
    padding: 0 7px 0 5px;
    font-weight: 900;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}

.page-header h1 {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
    font-size: 25.6px;
    font-size: 24px;
}

.page-header .lead {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.6;
    opacity: 0.8;
}

.page-header.page-header-color a:hover {
    text-decoration: underline;
}

.page-header.page-header-text-light h1, .page-header.page-header-text-light a:not(.btn), .page-header.page-header-text-light span, .page-header.page-header-text-light p {
    color: #FFF;
}

.page-header.page-header-text-light li,
.page-header.page-header-text-light li > a {
    color: #a2a2a2;
}

.page-header.page-header-text-light.page-header-crumbs-light-2 li,
.page-header.page-header-text-light.page-header-crumbs-light-2 li > a {
    color: #d8d8d8;
}

.page-header.parallax > .container {
    position: relative;
    z-index: 3;
}

.page-header.page-header-dark {
    background-color: #2E3237;
}


.get-start-bg {
    position: relative;
    background-image: url(../images/bg-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.get-start-bg:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #343a40;
    opacity: .8;
    z-index: -1;
}

.get-start-bg h3{color:#fff}


/***/
.masonry {
  margin: 0;
  padding: 15px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
}

.masonry a {
  display: block;
  margin-top: 10px;
}

.masonry a:first-child {
  margin-top: 0;
}

.masonry-item {
  position: relative;
  overflow: hidden;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(7,61,130,0.8);
  border: 8px solid rgba(255,255,255,0.65);
  padding: 3%;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item:hover .masonry-item-overlay {
  position: absolute;
  opacity: 1;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.masonry-item:hover .masonry-item-overlay h4 {
  opacity: 1;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: center;
  -moz-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

.masonry-item:hover .masonry-item-overlay ul {
  opacity: 1;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: center;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.masonry-item-overlay h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  margin: 0;
  line-height: 20px;
}

.masonry-item-overlay ul {
  position: absolute;
  padding-left: 0;
  bottom: 25px;
  margin: 0;
}

.masonry-item-overlay ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 0;
  opacity: .7;
}

.masonry-item-overlay ul li:last-child:after {
  content: none;
}

.masonry-item-overlay ul li:after {
  content: ' / ';
  font-size: 8px;
  font-weight: 700;
  margin: 0 5px;
}

.masonry-item-overlay ul li a {
  color: #fff;
}

.masonry-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 992px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
  color: #232323;
  font-weight: 600;
  line-height: 26px;
}
.blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #3bcf93;
}

.blockquote::after {
    position: absolute;
    left: 30px;
    content: "\f10d";
    font-family: "FontAwesome";
    color: #3bcf93;
    font-size: 30px;
    top: 5px;
    font-weight: 600;
}

.blockquote2 {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 85px;
  color: #232323;
  font-weight: 600;
  line-height: 26px;
}
.blockquote2 cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blockquote2::before {
  position: absolute;
  right: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #3bcf93;
}

.blockquote2::after {
    position: absolute;
    right: 30px;
    content: "\f10e";
    font-family: "FontAwesome";
    color: #3bcf93;
    font-size: 30px;
    top: 5px;
    font-weight: 600;
}


/***/
 .modal {
  display: none;
  position: fixed;
  left: 25%;
   
  top: 15%; 
  margin: 0 auto;
    
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/***/
 
	

/***/
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff; background-color: #f04623;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 20px;    
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
}

.scroll-to-top i {
  color: #fff;
}

.scroll-to-top:hover {
  color: #232323;
  background: #fff;
}

.scroll-to-top:hover i {
  color: #232323;
}

.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}


/***/
.banner_sidebar a {
    display: block;
    position: relative;
    overflow: hidden; }

.banner_sidebar a img {
      transition: 2s; }

.banner_sidebar a:before, .banner_sidebar a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1; }
     .banner_sidebar a:hover img {
      transform: scale(1.05);
      transition: 2s; }
    .banner_sidebar a:hover:before {
      right: 50%;
      left: 50%;
      background-color: rgba(255, 255, 255, 0.5); }
    .banner_sidebar a:hover:after {
      top: 50%;
      bottom: 50%;
      background-color: rgba(255, 255, 255, 0.5); }

.storyContent { border: solid 1px #EAEAEA; background-color: white; position: relative; display: block; padding:1.5em; }
.webinar-img { display: inline-block; }
.avatar-xll {width: 200px; height: 200px;}
.storyContent h6 {font-size: 18px; line-height: 1.2; margin-bottom: .5rem; font-weight: 500; line-height: 1.2;}
.tag {font-size: 13px;}
.small{line-height: 1; display:block;
    font-size: 13px;
    margin-bottom: 12px; color: #848e9f;}
	
.butn{background:rgba(4,12,97,0.6);text-align:center;display:inline-block;transition:.5s;border-radius:4px;border:none;padding:8px 20px;position:relative;z-index:1}.butn span{color:#ffffff;font-size:14px;font-weight:600}.butn:before{content:"";position:absolute;background:#040c61;left:0;right:0;top:0;bottom:0;border-radius:4px;z-index:-1;transition:.5s}
.butn:before{background:#f04623}
.butn-yellow{background:rgba(255,147,34,0.6)}
@media screen and (max-width: 767px){.butn{padding:10px 15px}.butn span{font-size:14px}.white{font-size:14px;padding:10px 20px} .btn-call-to-action { margin:0px !important;}}

.butn a, .butn a:active, .butn a:focus { 
    text-decoration: none; outline: none;
    box-shadow: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}




/****/
h4{color:#000;font-size:18px;line-height:22px;font-family:'Poppins',sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;margin:0;padding-bottom:18px;border-bottom:1px solid #e8e8e8;margin-bottom:18px;position:relative}
h4:after{position:absolute;content:'';width:40px;height:2px;background:#0076f9;bottom:-1px;left:0}
ul.location{list-style:none;padding-left:10px}ul.location li{margin:15px 0;font-size:12px;line-height:22px}ul.location li i{padding-right:15px;font-size:12px}
.sky-form{margin: 0;outline: none;font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;color: #666}.sky-form header{display: block;padding: 20px 30px;border-bottom: 1px solid rgba(0,0,0,.1);background: rgba(248,248,248,.9);font-size: 25px;font-weight: 300;color: #232323}.sky-form fieldset{display: block;padding: 25px 30px 5px;border: none;background: rgba(255,255,255,.9)}.sky-form fieldset + fieldset{border-top: 1px solid rgba(0,0,0,.1)}.sky-form section{margin-bottom: 20px}.sky-form footer{display: block;padding: 15px 30px 25px;background: none !important}.sky-form footer:after{content: '';display: table;clear: both}.sky-form a{color: #2da5da}.sky-form .label{display: block;margin-bottom: 6px;line-height: 19px;font-weight: 400}.sky-form .label.col{margin: 0;padding-top: 10px}.sky-form .note{margin-top: 6px;padding: 0 1px;font-size: 11px;line-height: 15px;color: #999}.sky-form .input,.sky-form .select,.sky-form .textarea,.sky-form .radio,.sky-form .checkbox,.sky-form .toggle,.sky-form .button{position: relative;display: block}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea{display: block;box-sizing: border-box;-moz-box-sizing: border-box;width: 100%;height: 39px;padding: 6px 10px;outline: none;border-width: 2px;border-style: solid;border-radius: 0;background: #fff;font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;color: #404040;appearance: normal;-moz-appearance: none;-webkit-appearance: none}.sky-form .progress{float: right;margin-top: 10px;line-height: 39px;color: #232323}.sky-form button::-moz-focus-inner{padding: 0;border: 0}.sky-form .input-captcha img{position: absolute;top: 2px;right: 2px;border-left: 1px solid #e5e5e5}.sky-form .input-file .button{position: absolute;top: 4px;right: 4px;float: none;height: 31px;margin: 0;padding: 0 20px;font-size: 13px;line-height: 31px}.sky-form .input-file .button:hover{box-shadow: none}.sky-form .input-file .button input{position: absolute;top: 0;right: 0;padding: 0;font-size: 30px;cursor: pointer;opacity: 0}.sky-form .select i{position: absolute;top: 2px;right: 2px;width: 28px;height: 35px;background: #fff;pointer-events: none}.sky-form .select i:after,.sky-form .select i:before{content: '';position: absolute;right: 10px;border-right: 4px solid transparent;border-left: 4px solid transparent}.sky-form .select i:after{bottom: 12px;border-top: 4px solid #404040}.sky-form .select i:before{top: 12px;border-bottom: 4px solid #404040}.sky-form .select select{padding-right: 28px}.sky-form .select-multiple select{height: auto}.sky-form .textarea textarea{height: auto;resize: none}.sky-form .textarea-resizable textarea{resize: vertical}.sky-form .textarea-expandable textarea{height: 39px}.sky-form .textarea-expandable textarea:focus{height: auto}.sky-form .radio,.sky-form .checkbox{margin-bottom: 4px;padding-left: 27px;font-size: 15px;line-height: 27px;color: #404040;cursor: pointer}.sky-form .radio:last-child,.sky-form .checkbox:last-child{margin-bottom: 0}.sky-form .radio input,.sky-form .checkbox input{position: absolute;left: -9999px}.sky-form .radio i,.sky-form .checkbox i{position: absolute;top: 5px;left: 0;display: block;width: 13px;height: 13px;outline: none;border-width: 2px;border-style: solid;background: #fff}.sky-form .radio i{border-radius: 50%}.sky-form .radio input + i:after,.sky-form .checkbox input + i:after{position: absolute;opacity: 0;-ms-transition: opacity 0.1s;-moz-transition: opacity 0.1s;-webkit-transition: opacity 0.1s}.sky-form .radio input + i:after{content: '';top: 4px;left: 4px;width: 5px;height: 5px;border-radius: 50%}.sky-form .checkbox input + i:after{content: '\f00c';top: -1px;left: -1px;width: 15px;height: 15px;font: normal 12px/16px FontAwesome;text-align: center}.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after{opacity: 1}.sky-form .inline-group{margin: 0 -30px -4px 0}.sky-form .inline-group:after{content: '';display: table;clear: both}.sky-form .inline-group .radio,.sky-form .inline-group .checkbox{float: left;margin-right: 30px}.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child{margin-bottom: 4px}.sky-form .toggle{margin-bottom: 4px;padding-right: 61px;font-size: 15px;line-height: 27px;color: #404040;cursor: pointer}.sky-form .toggle:last-child{margin-bottom: 0}.sky-form .toggle input{position: absolute;left: -9999px}.sky-form .toggle i{content: '';position: absolute;top: 4px;right: 0;display: block;width: 49px;height: 17px;border-width: 2px;border-style: solid;border-radius: 12px;background: #fff}.sky-form .toggle i:after{content: 'OFF';position: absolute;top: 2px;right: 8px;left: 8px;font-style: normal;font-size: 9px;line-height: 13px;font-weight: 700;text-align: left;color: #5f5f5f}.sky-form .toggle i:before{content: '';position: absolute;z-index: 1;top: 4px;right: 4px;display: block;width: 9px;height: 9px;border-radius: 50%;opacity: 1;-ms-transition: right 0.2s;-moz-transition: right 0.2s;-webkit-transition: right 0.2s}.sky-form .toggle input:checked + i:after{content: 'ON';text-align: right}.sky-form .toggle input:checked + i:before{right: 36px}.sky-form .rating{margin-bottom: 4px;font-size: 15px;line-height: 27px;color: #404040}.sky-form .rating:last-child{margin-bottom: 0}.sky-form .rating input{position: absolute;left: -9999px}.sky-form .rating label{display: block;float: right;height: 17px;margin-top: 5px;padding: 0 2px;font-size: 17px;line-height: 17px;cursor: pointer}.sky-form .button{float: left;height: 39px;overflow: hidden;padding: 0 25px;outline: none;border: 0;font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;text-decoration: none;color: #fff;cursor: pointer}.sky-form .button-uploading{position: relative;color: transparent;cursor: default}.sky-form .button-uploading:after{content: 'Uploading...';position: absolute;top: 0;left: 0;width: 100%;height: 100%;color: #fff;-o-animation: blink 1s linear infinite;-ms-animation: blink 1s linear infinite;-moz-animation: blink 1s linear infinite;-webkit-animation: blink 1s linear infinite}@-o-keyframes blink{0%{opacity: 1}50%{opacity: 0.3}100%{opacity: 1}}@-ms-keyframes blink{0%{opacity: 1}50%{opacity: 0.3}100%{opacity: 1}}@-moz-keyframes blink{0%{opacity: 1}50%{opacity: 0.3}100%{opacity: 1}}@-webkit-keyframes blink{0%{opacity: 1}50%{opacity: 0.3}100%{opacity: 1}}.sky-form .icon-append,.sky-form .icon-prepend{position: absolute;top: 5px;width: 29px;height: 29px;font-size: 15px;line-height: 29px;text-align: center}.sky-form .icon-append{right: 5px;padding-left: 3px;border-left-width: 1px;border-left-style: solid}.sky-form .icon-prepend{left: 5px;padding-right: 3px;border-right-width: 1px;border-right-style: solid}.sky-form .input .icon-prepend + input,.sky-form .textarea .icon-prepend + textarea{padding-left: 46px}.sky-form .input .icon-append + input,.sky-form .textarea .icon-append + textarea{padding-right: 46px}.sky-form .input .icon-prepend + .icon-append + input,.sky-form .textarea .icon-prepend + .icon-append + textarea{padding-left: 46px}.sky-form .row{margin: 0 -15px}.sky-form .row:after{content: '';display: table;clear: both}.sky-form .col{float: left;min-height: 1px;padding-right: 15px;padding-left: 15px;box-sizing: border-box;-moz-box-sizing: border-box}.sky-form .col-1{width: 8.33%}.sky-form .col-2{width: 16.66%}.sky-form .col-3{width: 25%}.sky-form .col-4{width: 33.33%}.sky-form .col-5{width: 41.66%}.sky-form .col-6{width: 50%}.sky-form .col-7{width: 58.33%}.sky-form .col-8{width: 66.67%}.sky-form .col-9{width: 75%}.sky-form .col-10{width: 83.33%}.sky-form .col-11{width: 91.66%}@media screen and (max-width: 600px){.sky-form .col{float: none;width: 100%}}.sky-form .tooltip{position: absolute;z-index: 1;left: -9999px;padding: 2px 8px 3px;font-size: 11px;line-height: 16px;font-weight: 400;background: rgba(0,0,0,0.9);color: #fff;opacity: 0;-ms-transition: margin 0.3s, opacity 0.3s;-moz-transition: margin 0.3s, opacity 0.3s;-webkit-transition: margin 0.3s, opacity 0.3s}.sky-form .tooltip:after{content: '';position: absolute}.sky-form .input input:focus + .tooltip,.sky-form .textarea textarea:focus + .tooltip{opacity: 1}.sky-form .tooltip-top-right{bottom: 100%;margin-bottom: 15px}.sky-form .tooltip-top-right:after{top: 100%;right: 16px;border-top: 4px solid rgba(0,0,0,0.9);border-right: 4px solid transparent;border-left: 4px solid transparent}.sky-form .input input:focus + .tooltip-top-right,.sky-form .textarea textarea:focus + .tooltip-top-right{right: 0;left: auto;margin-bottom: 5px}.sky-form .tooltip-top-left{bottom: 100%;margin-bottom: 15px}.sky-form .tooltip-top-left:after{top: 100%;left: 16px;border-top: 4px solid rgba(0,0,0,0.9);border-right: 4px solid transparent;border-left: 4px solid transparent}.sky-form .input input:focus + .tooltip-top-left,.sky-form .textarea textarea:focus + .tooltip-top-left{right: auto;left: 0;margin-bottom: 5px}.sky-form .tooltip-right{top: 9px;white-space: nowrap;margin-left: 15px}.sky-form .tooltip-right:after{top: 6px;right: 100%;border-top: 4px solid transparent;border-right: 4px solid rgba(0,0,0,0.9);border-bottom: 4px solid transparent}.sky-form .input input:focus + .tooltip-right,.sky-form .textarea textarea:focus + .tooltip-right{left: 100%;margin-left: 5px}.sky-form .tooltip-left{top: 9px;white-space: nowrap;margin-right: 15px}.sky-form .tooltip-left:after{top: 6px;left: 100%;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 4px solid rgba(0,0,0,0.9)}.sky-form .input input:focus + .tooltip-left,.sky-form .textarea textarea:focus + .tooltip-left{right: 100%;left: auto;margin-right: 5px}.sky-form .tooltip-bottom-right{top: 100%;margin-top: 15px}.sky-form .tooltip-bottom-right:after{bottom: 100%;right: 16px;border-right: 4px solid transparent;border-bottom: 4px solid rgba(0,0,0,0.9);border-left: 4px solid transparent}.sky-form .input input:focus + .tooltip-bottom-right,.sky-form .textarea textarea:focus + .tooltip-bottom-right{right: 0;left: auto;margin-top: 5px}.sky-form .tooltip-bottom-left{top: 100%;margin-top: 15px}.sky-form .tooltip-bottom-left:after{bottom: 100%;left: 16px;border-right: 4px solid transparent;border-bottom: 4px solid rgba(0,0,0,0.9);border-left: 4px solid transparent}.sky-form .input input:focus + .tooltip-bottom-left,.sky-form .textarea textarea:focus + .tooltip-bottom-left{right: auto;left: 0;margin-top: 5px}.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend{border-color: #e5e5e5;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s}.sky-form .toggle i:before{background-color: #2da5da}.sky-form .rating label{color: #ccc;-ms-transition: color 0.3s;-moz-transition: color 0.3s;-webkit-transition: color 0.3s}.sky-form .button{background-color: #2da5da;opacity: 0.8;-ms-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-webkit-transition: opacity 0.2s}.sky-form .button.button-secondary{background-color: #b3b3b3}.sky-form .icon-append,.sky-form .icon-prepend{color: #ccc}.sky-form .input:hover input,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i,.sky-form .ui-slider-handle:hover{border-color: #8dc9e5}.sky-form .rating input + label:hover,.sky-form .rating input + label:hover ~ label{color: #2da5da}.sky-form .button:hover{opacity: 1}.sky-form .input input:focus,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i,.sky-form .toggle input:focus + i{border-color: #2da5da}.sky-form .radio input + i:after{background-color: #2da5da}.sky-form .checkbox input + i:after{color: #2da5da}.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i,.sky-form .toggle input:checked + i{border-color: #2da5da}.sky-form .rating input:checked ~ label{color: #2da5da}.sky-form .state-error input,.sky-form .state-error select,.sky-form .state-error select + i,.sky-form .state-error textarea,.sky-form .radio.state-error i,.sky-form .checkbox.state-error i,.sky-form .toggle.state-error i,.sky-form .toggle.state-error input:checked + i{background: #fff0f0}.sky-form .state-error + em{display: block;margin-top: 6px;padding: 0 1px;font-style: normal;font-size: 11px;line-height: 15px;color: #ee9393}.sky-form .rating.state-error + em{margin-top: -4px;margin-bottom: 4px}.sky-form .state-success input,.sky-form .state-success select,.sky-form .state-success select + i,.sky-form .state-success textarea,.sky-form .radio.state-success i,.sky-form .checkbox.state-success i,.sky-form .toggle.state-success i,.sky-form .toggle.state-success input:checked + i{background: #f0fff0}.sky-form .state-success + em{display: block;margin-top: 6px;padding: 0 1px;font-style: normal;font-size: 11px;line-height: 15px;color: #ee9393}.sky-form .note-success{color: #6fb679}.sky-form .input.state-disabled input,.sky-form .select.state-disabled,.sky-form .textarea.state-disabled,.sky-form .radio.state-disabled,.sky-form .checkbox.state-disabled,.sky-form .toggle.state-disabled,.sky-form .button.state-disabled{cursor: default;opacity: 0.5}.sky-form .input.state-disabled:hover input,.sky-form .select.state-disabled:hover select,.sky-form .textarea.state-disabled:hover textarea,.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i,.sky-form .toggle.state-disabled:hover i{border-color: #e5e5e5}.sky-form .message{display: none;color: #6fb679}.sky-form .message i{display: block;margin: 0 auto 20px;width: 81px;height: 81px;border: 1px solid #6fb679;border-radius: 50%;font-size: 30px;line-height: 81px}.sky-form.submited fieldset,.sky-form.submited footer{display: none}.sky-form.submited .message{display: block;padding: 25px 30px;background: rgba(255,255,255,.9);font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;text-align: center}.ui-datepicker{display: none;padding: 10px 12px;background: rgba(255,255,255,0.9);box-shadow: 0 0 10px rgba(0,0,0,.3);font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;text-align: center;color: #666}.ui-datepicker a{color: #404040}.ui-datepicker-header{position: relative;margin: -10px -12px 10px;padding: 10px;border-bottom: 1px solid rgba(0,0,0,.1);font-size: 15px;line-height: 27px}.ui-datepicker-prev, .ui-datepicker-next{position: absolute;top: 0;display: block;width: 47px;height: 47px;font-size: 15px;line-height: 47px;text-decoration: none;cursor: pointer}.ui-datepicker-prev{left: 0}.ui-datepicker-next{right: 0}.ui-datepicker-calendar{border-collapse: collapse;font-size: 13px;line-height: 27px}.ui-datepicker-calendar th{color: #999}.ui-datepicker-calendar a,.ui-datepicker-calendar span{display: block;width: 31px;margin: auto;text-decoration: none;color: #404040}.ui-datepicker-calendar a:hover{background: rgba(0,0,0,.05)}.ui-datepicker-calendar span{color: #bfbfbf}.ui-datepicker-today a{font-weight: 700}.ui-datepicker-calendar .ui-state-active{background: rgba(0,0,0,.05);cursor: default}.ui-datepicker-inline{border: 2px solid #e5e5e5;background: #fff;box-shadow: none}.ui-datepicker-inline .ui-datepicker-header{line-height: 47px}.ui-datepicker-inline .ui-datepicker-calendar{width: 100%}.sky-form .ui-slider{position: relative;height: 3px;border: 2px solid #e5e5e5;background: #fff;margin: 12px 6px 26px}.sky-form .ui-slider-handle{position: absolute;width: 15px;height: 15px;margin: -8px 0 0 -8px;border: 2px solid #e5e5e5;outline: none;background: #fff;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s}.sky-form-modal{position: fixed;z-index: 1;display: none;width: 400px}.sky-form-modal-overlay{position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;background: rgba(0,0,0,0.7)}.sky-form .label{border-radius: 0;font-size: 100%;text-align: left;white-space: normal;color: inherit}.sky-form .radio,.sky-form .checkbox{font-weight: 400}.sky-form .radio + .radio,.sky-form .checkbox + .checkbox{margin-top: 0}

 

/****/
.hero-section .container { width:100% !important;}

/****/
.featured-item {
  position: relative;
}
/* .featured-item:before{ content: '';
    position: absolute; background: #182937; opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;}
*/

.featured-item .featured-thumb {
  overflow: hidden;
}
.featured-item .featured-thumb img {
  width: 100%; 
}
.featured-item .featured-info {
  bottom: 56px;
  left: 51px;
  max-width: 100%;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .featured-item .featured-info {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info {
    bottom: 30px;
    left: 30px;
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .featured-item .featured-info {
    bottom: 45px;
  }
}
.featured-item .featured-info h4 {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 32px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info h4 {
    font-size: 28px;
  }
  .featured-item .featured-info h4 br {
    display: none;
  }
}
.featured-item .featured-info h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info h5 {
    font-size: 18px;
  }
}
.featured-item .featured-info h5 span {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.featured-item:hover .featured-thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.featured-item:hover .featured-info h4 {
  border-color: #e5ba03;
}
/*
.featured-item:after{content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);}
*/	
.min-vh-50 { min-height: 50vh; }
.position-absolute { position: absolute !important; }
.d-flex { display: flex !important; }
.w-100 { width: 100% !important; }
.align-items-center { align-items: center !important; }



/* */
.modal-content {
	background-color: #333;
	font-size: 18px;
    line-height: 32px;
	text-align: left;
}

.modal-content h4 {
	font-size: 30px;
    font-weight: 100;
    line-height: 34px;
}

.modal-body {
	padding: 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-button {
	margin-top: 60px;
}

.modal-footer button, .modal-button button {
	height: 52px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #fff;
	font-size: 22px;
    font-weight: 300;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.modal-button button:hover, .modal-footer button:hover { opacity: 0.6; background: none; border: 1px solid #fff; color: #fff; }

.modal-button button:focus, .modal-button button:active:focus, .modal-button button.active:focus { outline: 0; background: none; color: #fff; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; background: none; border: 1px solid #fff; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/*****/
.class-schedule-area tbody td,
.class-schedule-area tbody th {
  position: relative;
  border: 1px dashed #394050;
  padding: 11px 14px;
}

.class-schedule-area tbody .day {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  border: 1px dashed #394050;
  color: var(--white-color);
  text-align: center;
  text-transform: capitalize;
}

.class-schedule-area tbody .time {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  max-width: 100px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .class-schedule-area tbody .time {
    max-width: 80px;
  }
}

.class-schedule-area tbody .schedule-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  text-transform: capitalize;
  padding: 20px 10px;
  position: relative;
}

.class-schedule-area tbody .schedule-title:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--white-color);
  z-index: -1;
}

.class-schedule-area tbody .schedule-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--body-color);
  display: block;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #394050;
}

.class-schedule-table {
  border: 1px dashed #394050;
  width: 100%;
}

.class-schedule-table .schedule-day td {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: transparent;
  border: 1px dashed #394050;
}

.class-schedule-table .schedule-day td:first-child:before {
  background-color: transparent;
}

.class-schedule-table .schedule-day td:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--theme-color);
  z-index: -1;
}

.class-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .class-schedule-wrapper {
    display: block;
  }
}

.class-schedule-area {
  position: relative;
  padding: 120px 200px;
  max-width: 1620px;
  display: block;
  margin: 120px auto;
  z-index: 9;
  /* Medium devices */
}

@media (max-width: 1599px) {
  .class-schedule-area {
    max-width: 100%;
    padding: 120px 100px;
  }
}

@media (max-width: 1599px) {
  .class-schedule-area {
    padding: 120px 50px;
  }
}

@media (max-width: 991px) {
  .class-schedule-area {
    padding: 50px;
    overflow: auto;
    margin: 80px auto;
  }
}

.class-schedule-area:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 25, 33, 0.94);
  z-index: -1;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .class-schedule-area:before {
    overflow: auto;
    width: 200%;
  }
}

@media (max-width: 767px) {
  .class-schedule-area:before {
    width: 300%;
  }
}

.class-schedule-area tbody td,
.class-schedule-area tbody th {
  position: relative;
  border: 1px dashed #394050;
  padding: 11px 14px;
}

.class-schedule-area tbody .day {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  border: 1px dashed #394050;
  color: var(--white-color);
  text-align: center;
  text-transform: capitalize;
}

.class-schedule-area tbody .time {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  max-width: 100px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .class-schedule-area tbody .time {
    max-width: 80px;
  }
}

.class-schedule-area tbody .schedule-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  text-transform: capitalize;
  padding: 20px 10px;
  position: relative;
}

.class-schedule-area tbody .schedule-title:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--white-color);
  z-index: -1;
}

.class-schedule-area tbody .schedule-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--body-color);
  display: block;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #394050;
}

.class-schedule-table {
  border: 1px dashed #394050;
  width: 100%;
}

.class-schedule-table .schedule-day td {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: transparent;
  border: 1px dashed #394050;
}

.class-schedule-table .schedule-day td:first-child:before {
  background-color: transparent;
}

.class-schedule-table .schedule-day td:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--theme-color);
  z-index: -1;
}

.class-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .class-schedule-wrapper {
    display: block;
  }
}

.tab-schedule-content {
  position: relative;
  z-index: 9;
  margin-right: -70%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .tab-schedule-content {
    margin-right: 0px;
  }
}

.schedule-details {
  background-color: var(--smoke-color);
  border: 1px solid var(--gray-color);
  border-radius: 16px;
  min-width: 595px;
  position: relative;
  overflow: hidden;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .schedule-details {
    min-width: 500px;
  }
}

@media (max-width: 767px) {
  .schedule-details {
    min-width: 100%;
  }
}

.schedule-details .schedule-content {
  padding: 20px 30px;
  background-color: var(--smoke-color);
}

.schedule-details .schedule-content:nth-child(2) {
  background-color: #EBEBEB;
}

.schedule-details .schedule-content:nth-child(4) {
  background-color: #EBEBEB;
}

.schedule-details .schedule-content:nth-child(6) {
  background-color: #EBEBEB;
}

.schedule-details ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .schedule-details ul {
    gap: 10px;
  }
}

.schedule-details ul li {
  list-style: none;
  text-align: left;
}

.schedule-details ul li .line-btn {
  color: var(--body-color);
  font-weight: 400;
}

.schedule-details ul li .line-btn:before {
  background-color: var(--body-color);
}

.schedule-details ul li .line-btn:hover {
  color: var(--theme-color);
}

.schedule-details ul li .line-btn:hover:before {
  background-color: var(--theme-color);
}

.class-schedule-table .schedule-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #f04623;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  position: relative;
}

.class-schedule-table .schedule-title:before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--white-color);
  z-index: -1;
}

.class-schedule-table .schedule-time {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  color: #394050;
  display: block;
}

.class-schedule-table td,
.class-schedule-table th {
	border: 1px dashed #394050;
	padding: 8px;
	text-align: center;
}
