html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 700;
}

h1 {
	font-size: 60px;
	margin-bottom: 40px;
}

h1 span {
	background: #fb8d4d;
	padding: 0 10px;
	color: #ffffff;
	display: inline-block;
}

h2 {
	font-size: 28px;
}
h2 span {
	background: #fb8d4d;
	padding: 5px 10px;
	color: #ffffff;
	display: inline-block;
}

h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

h4 {
	font-size: 15px;
}

p {
	font-size: 15px;
	color: #727272;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.hr-cont {
border: 0;
height: 1px;
background: #fb8d4d;
background-image: -webkit-linear-gradient(left, #bf7000, #fb8d4d, #bf7000);
background-image: -moz-linear-gradient(left, #bf7000, #fb8d4d, #bf7000);
background-image: -ms-linear-gradient(left, #bf7000, #fb8d4d, #bf7000);
background-image: -o-linear-gradient(left, #bf7000, #fb8d4d, #bf7000);
}

/*------------------------
  Helper css
--------------------------*/
.sp-title {
	font-size: 60px;
	margin-bottom: 40px;
}

.sp-title span {
	background: #fb8d4d;
	padding: 0 10px;
	color: #222222;
	display: inline-block;
}
.pd-15{
margin: 0px 15px;

}
.pt100 {
	padding-top: 100px;
}
.is_active_page{
	background: #fb8d4d;
	border-radius: 1px;
}
.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.center-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;    
    justify-content: center;
    -webkit-justify-content: center;

}
.pb50 {
	padding-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.spad {
	padding-bottom: 100px;
}

.section-title {
	margin-bottom: 75px;
	margin-left: 15px;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	background: #222323;;
	color: #fff;
	padding: 0 20px;
	margin-bottom: 0;
	 
}

.set-bg-center {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.set-bg-bottom {
	background-size: cover;
	background-repeat: no-repeat;
	 
}

.page-section{
	padding-top: 60px;
}
 
/*------------------------
  Common element css
--------------------------*/
/*=== Preloder ===*/
#loading{
	background-color:#121212;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999!important;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 300px;
	width: 300px;
	margin-top: -150px;
	margin-left: -150px;
}

@keyframes object_animate1 {
0% { opacity: 0;}
25% { opacity: 1;}
50% { opacity: 0;}
100% { opacity: 0;}
}

@keyframes object_animate2 {
    0%  { opacity: 0;}
    25% { opacity: 0;}
    50% { opacity: 1;}
	85% { opacity: 0;} 
	100% { opacity: 0;} 
	   
      
}
@keyframes object_animate3 {
    0% { opacity: 0;}
    50% { opacity: 0;}
    85% { opacity: 1;}
    100% { opacity: 0.3;}     
   
}

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff75;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
	}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.site-btn {
	display: inline-block;
	font-weight: 700;
	border: 3px solid;
	min-width: 200px;
	text-align: center;
	padding: 19px 0;
	position: relative;
	background-color: transparent;
	margin-right: 15px;
	z-index: 1;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 4px;
	right: -15px;
}

.site-btn:hover:after,
.site-btn:hover::before{	 
	height: 36px;
	 
	
	transition: all 0.6s ease 0s;
}


.site-btn:hover {
	 
	transition: all 0.4s ease 0.2s;
}

.site-btn:after {
	bottom: 8px;
}

.site-btn:before {
	bottom: 18px;
}

.site-btn.sb-light {
	color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
	background: #fff;
}

.site-btn.sb-dark {
	color: #222222;
}
.site-btn.sb-dark:hover {
	color: #fb8d4d;
}
.site-btn.sb-light:hover {
	color: #fb8d4d;
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background: #222222;
}

.site-btn.sb-dark:hover:after,
.site-btn.sb-dark:hover::before {
	background: #fb8d4d;
}

.site-btn.sb-light:hover:after,
.site-btn.sb-light:hover::before {
	background: #fb8d4d;
}

.site-btn.sb-solid-color {
	background: #fb8d4d;
	border-color: #fb8d4d;
}

.site-btn.sb-solid-color:after,
.site-btn.sb-solid-color:before {
	background: #222222;
}

.site-btn.sb-solid-dark {
	background: #222;
	border-color: #222;
	color: #fb8d4d;
}

.site-btn.sb-solid-dark:after,
.site-btn.sb-solid-dark:before {
	background: #fb8d4d;
}

.element {
	margin-bottom: 100px;
}

/*===  Accordion ===*/
.accordion-area .panel {
	margin-bottom: 15px;
}

.accordion-area .panel-header {
	background: #f0f0f0;
	display: block;
	padding: 12px 50px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-header.active {
	background: #fb8d4d;
}

.accordion-area .panel-header.active .panel-link:after {
	content: "-";
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	content: "+";
}

.accordion-area .panel-link {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: #fb8d4d;
	border: none;
	cursor: pointer;
}

.accordion-area .panel-body p {
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 25px;
}

.accordion-area .panel-body {
	padding: 0 5px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	left: 50%;
	font-size: 16px;
	font-weight: 700;
	top: 50%;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

/*===  Tab  ===*/
.tab-element{

	width: 100%;
}

.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 35px;
}

.tab-element .nav-tabs .nav-link {
	border: none;
    background: #f0f0f0;
    border-radius: 0;
    margin: 3px;
    min-width: 132px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-align: center;
    padding: 5px 15px;
}

.tab-element .nav-tabs .nav-link.active {
	background: #fb8d4d;
	color: #fff;
}

.tab-element .nav-tabs .nav-link.active,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane h4 {
	font-size: 18px;
	margin: 25px 0 20px;
}

.tab-element .tab-pane p {
	font-size: 14px;
}


/*===  cards  ===*/

.cards-flex {
    
    display: flex;
	flex-wrap: wrap;
	margin-top: -21.2rem;
    justify-content: center;
    -webkit-justify-content: center;
     
}
.cards-grid{
    
    display: grid;    
    margin-top: -21.2rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(350px, 0fr));
     
}
.cards-events {
    
    display: flex;
	flex-wrap: wrap;	 
    justify-content: center;
    -webkit-justify-content: center;
     
}

.card {
	
  max-width: 300px;
  min-width: 300px;
  margin: 20px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px 11px rgb(255 255 255 / 10%);
}
.card-start {
	
	max-width: 360px;
	min-width: 360px;
	margin: 20px;
	transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
	background-color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px 11px rgb(255 255 255 / 10%);
  }
  .card-start:hover {
	box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
	  transform: scale(1.10, 1.10);
  }
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
   
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
   position: absolute;
    height: 235px;
    top: 0;
  
}


.card__info {
z-index: 2;
  background-color: #fff;
  padding: 16px 24px 24px 24px;
}

.card__category {
   
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
     
}

.card__by {
    font-size: 14px;
	color: #FFF;
	font-weight: 500;
	padding: 5px 5px;
	background: #fb8d4d;
}

 

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.2;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.courses-events h1{
	margin-bottom: 0px;

}
.courses-events h3{
	margin-bottom: 0px;

}

/*===  Loader ===*/
.circle-progress {
	text-align: center;
	padding-top: 30px;
	display: inline-block;
}

.circle-progress .prog-circle {
	position: relative;
	margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
	position: absolute;
	content: "";
	width: 177px;
	height: 177px;
	left: 9px;
	top: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	width: 100%;
	border-radius: 150px;
	margin: 0 auto;
	padding-top: 22px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
}

.circle-progress .prog-title {
	text-align: center;
	margin-top: 100px;
}

.circle-progress .prog-title h3 {
	font-size: 18px;
	color: #727272;
}

.img-popup-warp .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-area {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .6);
	height: 75px;
}

.logo-area {
	float: left;
	display: inline-block;
	 
	padding: 20px 30px 20px;
}

.phone-number {
	float: right;
	display: inline-block;
	padding: 5px 10px;
	background: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 50px;
}

.nav-switch {
	display: none;
}

nav{
	margin-top: 13px;
	float: right;
	margin-right: 20px;
}

@media (min-width: 1053px) {

	.menu-album-box{
		display: block;
		background: #fff;
		width: 200px;
		margin-left: 366px;
		text-align: center;
		margin-top: 160px;     
		text-transform: uppercase;     
		font-size: 14px;
		padding: 4px;
		font-weight: 500;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-name: menu-album-box-animate;		
		animation-duration: 2s;	
		animation-delay: 1s;	
	}
	
	.menu-album-box:before{
		content: '';
		display: block;
		width: 2px;
		height: 148px;
		top: 70px;
		margin-left: 49px;
		position: absolute;
		background: #fb8d4d;
		animation-iteration-count: 1;
		animation-name: menu-album-box-animate-before;		
		animation-duration: 1.5s;
		 
	}

}

@media (max-width: 1052px) {

	.menu-album-box{
		display: block;
		background: #fff;
		width: 200px;
		margin-left: 368px;
		text-align: center;
		margin-top: 103px;     
		text-transform: uppercase;     
		font-size: 14px;
		padding: 4px;
		font-weight: 500;	
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-name: menu-album-box-animate;		
		animation-duration: 2s;	
		animation-delay: 1s;	
			
	}
	
	.menu-album-box:before{
		content: '';
		display: block;
		width: 2px;
		height: 88px;
        top: 128px;
        margin-left: 49px;
       position: absolute;
	   background: #fb8d4d;	
	   animation-iteration-count: 1;
		animation-name: menu-album-box-animate-before-tablet;		
		animation-duration: 1.5s;	 
	}

}

@media (max-width: 864px) {

	
	.menu-album-box:before{
		content: '';
		display: block;
		width: 2px;
		height: 88px;
        top: 153px;
        margin-left: 49px;
       position: absolute;
	   background: #fb8d4d;	
	   animation-iteration-count: 1;
		animation-name: menu-album-box-animate-before-tablet;		
		animation-duration: 1.5s;	 
	}

}

@keyframes menu-album-box-animate{
	0% {width: 200px; }
	100% {width: 100px; background: #fb8d4d;}
	
	
	}

@keyframes menu-album-box-animate-before{
0% {height: 0px;}
100% {height: 148px;}


}
 
@keyframes menu-album-box-animate-before-tablet{
	0% {height: 0px;}
	100% {height: 88px;}
	
	
	}

.intro-section{
	padding-top: 100px;
}

/*---------------------------------------*/
/*  Hero Section CSS
/*----------------------------------------*/
.hero-section {
	height: 960px;
	background: #ededed;
	position: relative;
}

.left-bar {
	position: absolute;
	width: 80px;
	height: 100%;
	background: #13131300;
	z-index: 20;
}

.left-bar .left-bar-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-bottom: 90px;
}

.social-links a {
	display: block;
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.social-links a:hover {
	color: #fb8d4d;
}

.hero-right-text {
	position: absolute;
	background: #131312;
    padding: 10px;
	right: 140px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	bottom: 60%;
	z-index: 30;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 20px;
}
.hero-slider .hero-slide-item {
	width: 100%;
	height: 960px;
	display: table;
}

.hero-slider .hero-slide-item .slide-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.hero-slider .owl-nav {
	position: absolute;
	display: inline-block;
	left: 350px;
	bottom: 70px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
	color: #fb8d4d;
}

.hero-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.hero-slider .owl-nav .owl-next {
	margin-right: 0px;
	animation-iteration-count: infinite;
    animation-duration: 2s;
	 
	 
}
 

.hero-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

.slide-num-holder {
	width: 153px;
	height: 250px;
	position: absolute;
	right: 60px;
	background: rgba(18, 18, 18, 0.95);
	bottom: -40px;
	z-index: 111;
	text-align: right;
	padding-right: 20px;
	padding-top: 60px;
	color: #fff;
	font-weight: 700;
}

.slide-num-holder span {
	font-size: 48px;
	color: #fb8d4d;
	position: relative;
	top: -10px;
	right: -10px;
}

.slide-content {
	background-color:rgba(0,0,0,.3);
	margin-left: 350px;
	margin-bottom: 50px;
	padding-left: 190px;
	padding-top: 170px;
	padding-bottom: 70px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}


 

.slide-content h2 {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
}

.owl-item.active .slide-content {
	opacity: 1;
}

/*----------------------------------------*/
/*  Intro Section CSS
/*----------------------------------------*/
.intro-text p {
	margin-bottom: 50px;
}

/*----------------------------------------*/
/*  Service Section CSS
/*----------------------------------------*/
.service-box {
	margin-bottom: 30px;
}

.service-box .sb-icon {
	margin-bottom: 30px;
	width: 100px;
	height: 125px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
	opacity: 0.2;
	max-height: 70px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 25px;
	top: -80px;
	-webkit-transform: rotate(-65deg);
	    -ms-transform: rotate(-65deg);
	        transform: rotate(-65deg);
}

.service-box .readmore {
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	display: inline-block;
	padding: 2px 0;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box:hover .sb-icon {
	background-color: #fb8d4d;
}

.service-box:hover .sb-icon .sb-img-icon {
	left: 15px;
	margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
	opacity: 1;
}

.service-box:hover .readmore {
	background-color: #fb8d4d;
	padding: 2px 10px;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
	margin-bottom: 100px;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	background-image: url("../img/cta-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 50px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 100%;
}

/*----------------------------------------*/
/*  Milestones Section CSS
/*----------------------------------------*/
.milestone {
	min-height: 110px;
	padding-left: 43px;
	padding-top: 15px;
	position: relative;
}

.milestone h2 {
	margin-bottom: 0;
	font-size: 68px;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1;
}

.milestone p {
	float: left;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.milestone:after {
	position: absolute;
	content: "";
	width: 110px;
	height: 110px;
	left: 0;
	top: 0;
	background: #efefef;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.milestone:hover:after {
	background: #fb8d4d;
}

/*----------------------------------------*/
/*  Events Section CSS
/*----------------------------------------*/
.events-filter-nav {
	list-style: none;
	text-align: right;
	margin-top: 20px;
}

.events-filter-nav li {
	display: inline-block;
	background: #f9f9f9;
	color: #747474;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 14px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.events-filter-nav li.btn-active {
	background: #fb8d4d;
	color: #ffffff;
}

.events-slider {
	padding: 0 20px;
	margin-top: 60px;
}

.events-slider .single-events {
	height: 550px;
	width: 100%;
	background: #333;
	background-size: cover;
    background-position: center;
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	    transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

@media (min-width: 991px) {
	.fin:after {
		content: attr(data-info);
		position: absolute;
		font-family: 'Roboto', sans-serif;
		padding: 5px 10px;
		font-size: 18px;
		text-transform: uppercase;
		left: -96px;
		background-color: #222323;
		text-align: center;
		color: #fff;
	  }

	  .fin:hover:after {
		  transform: scale(1.05);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		left: -104px;
		background-color: #fb8d4d;
		color: #fff;
	  }

	
 
	.footer-section .footer-social {
		width: 75px;
		text-align: center;
		position: absolute;
		right: 90px;
		top: -55px;
		padding-top: 20px;
		background: #222;
	}
	.events-slider .single-events .events-content {
		padding: 50px;
		height: 100%;
		background: rgba(13, 13, 13, 0.5);
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		opacity: 0;
	}
	.events-slider .single-events:hover .events-content {
		opacity: 1;
	}	
	}

@media (max-width: 991px) {

	.fin:after {
		content: attr(data-info);
		position: absolute;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		font-family: 'Roboto', sans-serif;
		padding: 5px 10px;
		text-transform: uppercase;
		left: -63px;
		
		bottom: -8px;
		background-color: #222323;
		text-align: center;
		color: #fff;
	}
 
	.footer-section .footer-social {
		position: absolute;
		width: auto;
		background: #222;
		top: -25px;
		left: 0px;
		padding: 10px;
		margin-right: -133px;
	}

.events-slider .single-events .events-content {
	padding: 50px;
	height: 100%;
	background: rgba(13, 13, 13, 0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 1;
}
 
}


.events-slider .single-events .events-content h2 {
	color: #fff;
	font-weight: 500;
	position: relative;
	top: 20px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.events-slider .single-events .events-content p {
	color: #fb8d4d;
	font-weight: 500;
	position: relative;
	top: 40px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.events-slider .single-events .seemore {
	position: absolute;
	right: 50px;
	bottom: 30px;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	display: inline-block;
	padding: 5px 8px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


.events-slider .single-events .seemore:hover {
	 
	background: #fb8d4d;
	color: fff;
 
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.events-slider .single-events:hover .events-content h2,
.events-slider .single-events:hover .events-content p {
	top: 0;
}

.events-slider .single-events:hover .seemore {
	bottom: 50px;
}

.events-slider .single-events.__loading {
	opacity: 0;
	-ms-transform: translateX(40px);
	    transform: translateX(40px);
	-webkit-transform: translateX(40px);
}

.events-slider .owl-nav {
	text-align: right;
	max-width: 1170px;
	margin: 40px auto 0;
}

.events-slider .owl-nav .owl-prev,
.events-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 8px;
}

.events-slider .owl-nav .owl-prev:hover,
.events-slider .owl-nav .owl-next:hover {
	background: #fb8d4d;
	color: #fff;
}

.events-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.events-slider .owl-nav .owl-next {
	margin-right: 0px;
}

.events-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

 
.footer-section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #fb8d4d;
	position: relative;
	 
}
.footer-box {	
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
}
.footer-box-40 p{
	margin-bottom: 0;
}
@media  (min-width: 1078px) {

.footer-box-40{
	width: 40%;
    position: relative;    
    margin-top: 70px;
    left: 60px;
	color: #737373;	 
	}
	.footer-box-30{	  
	width: 20%;
    }
    .non-widget{
	display: block;		 
  }

}


@media  (max-width: 1078px) {

	.footer-box-40{
	width: 100%;
    position: absolute;
	text-align: center;
	padding-bottom: 10px;
    margin-top: 250px;    
    color: #737373; 
	}
	.footer-box-40::before{
	content: "";
	position: absolute;
	top: -9px;
	width: 80%;
	right: 10%;
	height: 2px;
	background: #c8c8c8;
	}

	.footer-box-30{	  
	width: 33.3%;
	padding: 0 80px;
	}
	.non-widget{
	display: block;		 
  }
	
}

@media  (max-width: 750px) {

	.footer-box-40{
		width: 100%;
	position: absolute;
	padding-bottom: 10px;
    text-align: center;
    margin-top: 480px;    
    color: #737373; 
		}

	.footer-box-40::before{
	content: "";
    position: absolute;
	top: -9px;
	width: 80%;
	right: 10%;
    height: 2px;
	background: #c8c8c8;
    }


	.footer-box-30{	  
	 width: 100%;
	 justify-content: center;
     align-items: center;
	 }

	 .non-widget{
	  display: none;		 
	}
	
}

.footer-box-inspop{
	width: 100%;
position: absolute;
padding-bottom: 10px;
text-align: center;
    
color: #737373; 
	}
.footer-section .copyright {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 60px;
	color: #737373;
}



.footer-item ul {
	list-style: none;
}

.footer-item ul li {
	display: block;
	margin-bottom: 10px;
}

.footer-item ul li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	padding: 2px 5px;
}


.footer-item ul li a:hover {
	background: #fb8d4d;
	color: #fff;
}

/*----------------------------------------*/
/*  Other pages CSS
/*----------------------------------------*/
.page-header-section {
	height: 445px;
	padding-top: 200px;
}
.page-header-section-market {
	height: 445px;
	padding-top: 200px;
}
.page-header-section-album {
	padding-top: 200px;
}
.page-header-section .header-title {
	font-size: 82px;
	color: #fff;
}

.page-header-section .header-title span {
	background: none;
	color: #fb8d4d;
}

/*----------------------------------------*/
/*  About page CSS
/*----------------------------------------*/
.testimonials-section {
	position: relative;
	margin: 60px 0;
}

.testimonials-section h1 {
	color: #fff;
}

.testimonials-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222;
	z-index: 2;
}

.testimonials-section .testimonials-image-box {
	position: absolute;
	width: 50%;
	height: calc(100% + 120px);
	left: 0;
	top: -60px;
	background-image: url("../img/cta-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-section .container {
	position: relative;
	z-index: 9;
}

.testimonials-section .qut {
	color: #fb8d4d;
	font-size: 36px;
	margin-bottom: 20px;
}

.ts-item p {
	color: #fff;
	font-style: italic;
	margin-bottom: 50px;
}

.ts-item h4 {
	font-size: 15px;
	font-weight: 400;
	color: #fb8d4d;
	margin-bottom: 0;
}

.ts-item span {
	font-size: 12px;
	color: #fff;
}


 


.team-member img {
	min-width: 100%;
	box-shadow: 0px 0 5px 0px;
}
@media (min-width: 768px) {
.team-member .member-info {
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 285px;
	background: #fff;
	bottom: 37px;
	right: 0;
	-webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	        box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
}
@media (max-width: 768px) {
	.team-member .member-info {
		position: absolute;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 300px;
		background: #fff;
		bottom: 37px;
		right: 0;
		-webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
				box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	}

@media (max-width: 350px) {
	.team-member .member-info {
		position: absolute;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 230px;
		background: #fff;
		bottom: 37px;
		right: 0;
		-webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
				box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	}

.team-member .member-info-courses {
	position: absolute;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	width: 200px;
	height: 50px;
    background: #fff;
    bottom: 37px;
    right: 0;
	-webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	        box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.team-member .member-info h2 {
	font-size: 30px;
	margin-bottom: 0;
}
.team-member .member-info-courses h2{
	font-size: 30px;
	margin-bottom: 0;

}
.team-member .member-info p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}

.team-member .member-info-courses p{
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;

}

.team-member:hover .member-info {
	width: 310px;
	-webkit-box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
	        box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
}
.team-member:hover .member-info-courses {
	width: 230px;

	-webkit-box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
	        box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
}
.promo-section {
	padding-top: 90px;
	padding-bottom: 150px;
}

.promo-text h1 {
	margin-bottom: 20px;
}

.promo-text p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	margin-bottom: 0;
}

.slide-num-holder.test-slider {
	right: auto;
	left: 100%;
	bottom: -160px;
	width: 160px;
	height: 230px;
	padding-right: 30px;
	padding-top: 80px;
}

/*----------------------------------------*/
/*  Service page CSS
/*----------------------------------------*/
.service-slider {
	position: relative;
}

.service-slider .owl-controls {
	position: absolute;
	height: 100%;
	width: 14px;
	left: 0;
	top: 0;
	display: -ms-grid;
	display: grid;
}

.service-slider .owl-dots {
	display: table-cell;
	vertical-align: middle;
}

.service-slider .owl-dots .owl-dot {
	width: 14px;
	height: 13px;
	margin-bottom: 10px;
	background: #e8e8e8;
}

.service-slider .owl-dots .owl-dot.active {
	background: #fb8d4d;
}

.service-text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.service-text p {
	margin-bottom: 50px;
}

.service-text ol {
	list-style: none;
}

.service-text ol li {
	font-size: 20px;
	font-weight: 700;
	color: #727272;
	margin-bottom: 20px;
}

.solid-service-box {
	text-align: center;
	background: #fff;
	padding: 50px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.solid-service-box h2 {
	font-size: 48px;
	color: #727272;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box h3 {
	margin-bottom: 20px;
}

.solid-service-box p {
	font-size: 14px;
	margin-bottom: 20px;
}

.solid-service-box .readmore {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box:hover {
	background: #fb8d4d;
}

.solid-service-box:hover h2 {
	color: #222;
}

.solid-service-box:hover .readmore {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.promo-box {
	width: 1383px;
	margin: 0 auto;
	padding:10px 0;
}

.promo-box .promo-text h1,
.promo-box .promo-text p {
	color: #fff;
}

/*----------------------------------------*/
/*  Blog page CSS
/*----------------------------------------*/
.courses {
	margin-top: 10px;
	margin-bottom: 60px;
}

.courses .thumb {
	padding: 10px;
	position: relative;
}

.courses .thumb:after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 100px);
	top: 0;
	left: 0;
	background: #f0f0f0;;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.courses .post-date {
	font-size: 14px;
	font-weight: 700;
	color: #222;
	display: inline-block;
	background: #fb8d4d;
	padding: 4px 15px;
	margin-bottom: 20px;
}

.courses h2 {
	font-size: 30px;
}

.courses h2 a {
	color: #222;
}

.courses p {
	margin-bottom: 0;
	text-align: justify;
}

.courses .post-meta {
	margin-bottom: 40px;
}

.courses .post-meta a {
	color: #727272;
	font-size: 12px;
	margin-right: 10px;
}

.courses .post-meta a i {
	font-size: 16px;
	margin-left: 5px;
}

.courses:hover .thumb:after {
	background: #222323cf;
}


.pagination {
	display: inline-block;
	margin-top: 30px;
	background: #222;
	border-radius: 0;
}

.pagination a {
	padding: 30px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.pagination a.hover, 
.pagination a.active {
	font-size: 28px;
	color: #fb8d4d;
}

.search {
	position: relative;
}

.widget-area {
	margin-bottom: 80px;
}

.widget-area .widget-title {
	font-size: 22px;
	margin-bottom: 40px;
}

.widget-area .search input {
	width: 100%;
	background: #f0f0f0;
	border: none;
	font-size: 12px;
	padding: 10px;
	padding-right: 35px;
	font-style: italic;
}

.widget-area .search button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	color: #fff;
	height: 100%;
	width: 40px;
}

.widget-area ul {
	list-style: none;
}

.widget-area ul li a {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	color: #727272;
	padding: 3px 10px;
	padding-left: 25px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area ul li a:after {
	position: absolute;
	content: "+";
	color: #fff;
	left: 5px;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area ul li a:hover {
	background: #fb8d4d;
	color: #222;
}

.widget-area ul li a:hover:after {
	color: #222;
}

.widget-area ul li:last-child a {
	margin-bottom: 0;
}

.widget-area .rp-widget .rp-widget-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.widget-area .rp-widget .rp-widget-item:last-child {
	margin-bottom: 0;
}

.widget-area .rp-widget .thumb {
	width: 68px;
	height: 68px;
	float: left;
	margin-right: 30px;
	background: #ddd;
	display: block;
}
.menu{
    display:block;
}
.menu li{
    display: inline-block;
    position: relative;
    z-index:100;
}
.menu li a {
    font-weight:600;
    text-decoration:none;
    padding:11px;
    display:block;
    color:#ffffff;
 
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,
.menu li:hover > a{
    color:#ffffff;
    background:#fb8d4d;
	border-radius: 1px;
}
/* скрываем меню второго уровеня */
.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: 43px;
    left: 0px;
    background: #ffffff;
}
/* показываем меню второго уровня при наведении */
.menu li:hover > ul{
    display: block;
}
.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
}
.menu ul li a {
    font-size:12px;
    font-weight:normal;
    display:block;
    color:#797979;
    border-left:3px solid #ffffff;
    background:#ffffff;
}
.menu ul li a:hover,
.menu ul li:hover > a{
    background:#f0f0f0;
    border-left:3px solid #fb8d4d;
	border-radius: 0px;
    color:#797979;
}

.menu ul li .active {
    background:#f0f0f0;
    border-left:3px solid #fb8d4d;
	border-radius: 0px;
    color:#797979;
}
/* Изменение позиций для меню третьего уровня */
.menu ul ul {
    left: 149px;
    top: 0px;
}

.breadcrumb * {
    box-sizing: border-box;
    margin: 0; 
    padding: 0
}    
.breadcrumb {
	background: white;
    display: flex;
    flex-wrap: wrap;
    counter-reset: flag; 
    margin-top: -30px;
}
.breadcrumb a,
.breadcrumb span {
    background: white;
    color: black;
    transition: all 0.5s;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    font-family: Verdana, sans-serif;   
    border: 2px solid #fb8d4d;
    border-right: 0;
    margin: 2px 0;    
    border-radius: 8px 0 0 8px;
}
.breadcrumb a:first-child {
    padding-left: 46px;
}
.breadcrumb a:first-child:before {
    left: 14px;
}
.breadcrumb a:hover{
    background: #fb8d4d;
} 
.breadcrumb a:hover:after {
    background: #fb8d4d;
}
.breadcrumb a:after,
.breadcrumb span:after {
    content: '';
    position: absolute;
    top: 0; 
    right: -18px;
    width: 36px; 
    height: 36px;
    transform: scale(0.7) rotate(45deg);
    z-index: 1;
    box-shadow: 2px -2px 0 2px #fb8d4d;
    border-radius: 0 5px 0 50px;
    background: white;
    transition: all 0.5s;    
}
.breadcrumb a:before, 
.breadcrumb span:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    background: white;
    box-shadow: 0 0 0 1px #fb8d4d;
}


.widget-area .rp-widget .rp-content {
	padding-left: 98px;
}

.widget-area .rp-widget h4 {
	line-height: 1.5;
	margin-bottom: 0;
}

.widget-area .rp-widget p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}

.widget-area .quote-widget span {
	font-size: 47px;
	font-style: italic;
	color: #727272;
}

.widget-area .quote-widget p {
	font-style: italic;
	margin-bottom: 0;
	font-size: 13px;
}

.widget-area .instagram-widget {
	padding-top: 30px;
}

.widget-area .instagram-widget a {
	display: block;
	overflow: hidden;
	width: 33.33333%;
	float: left;
	position: relative;
}

.widget-area .instagram-widget a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fb8d4d;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area .instagram-widget a:before {
	position: absolute;
	content: "+";
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	width: 20px;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -10px;
	text-shadow: 0 0 20px #999;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

.widget-area .instagram-widget a:hover:after,
.widget-area .instagram-widget a:hover:before {
	opacity: 1;
}

.widget-area .instagram-widget a img {
	min-width: 100%;
}

/*----------------------------------------*/
/*  Contact page CSS
/*----------------------------------------*/
.cf-social {
	font: normal normal normal 35px/1 FontAwesome;
     
}

.cf-social a {
	color: #222;
	margin-right: 25px;
}

.contact-form {
	padding-top: 10px;
}
.modal-form {
	padding: 0 5px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 13px;
	border: none;
	background: #f0f0f0;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 200px;
	margin-bottom: 30px;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::placeholder {
	font-style: italic;
}

.map-area {
	height: 685px;
	width: 100%;
	display: block;
	background: #f0f0f0;
	margin-bottom: 2px;
}

/*----------------------------------------*/
/*  Portfolio page CSS
/*----------------------------------------*/
.portfolio-filter {
	list-style: none;
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	font-weight: 500;
}

.portfolio-filter li.active {
	text-decoration: underline;
	-webkit-text-decoration-color: #2046f2;
	        text-decoration-color: #2046f2;
}

.portfolio-warp {
	display: block;
	overflow: hidden;
}

.portfolio-warp .grid-item {
	width: 20%;
	background-position: center;
}

.portfolio-warp .grid-item:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-warp .grid-item.grid-wide,
.portfolio-warp .grid-item.grid-long {
	width: 40%;
}

.portfolio-warp .grid-item a {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(186, 255, 0, 0.45);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-warp .grid-item a:after {
	position: absolute;
	content: "+";
	left: 50%;
	top: 60%;
	width: 48px;
	margin-left: -24px;
	margin-top: -24px;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.portfolio-warp .grid-item:hover a {
	opacity: 1;
}

.portfolio-warp .grid-item:hover a:after {
	top: 50%;
}

.portfolio-warp .grid-sizer {
	width: 20%;
}

/* ===========================
  Responsive
==============================*/
@media only screen and (max-width: 1477px) {
	.slide-num-holder.test-slider {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.promo-box {
		width: 100%;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.phone-number {
		margin-right: 30px;
	}
	
	.slide-content {
		margin-left: 220px;
	}
	.milestone p {
		margin-left: 10px;
		font-size: 17px;
	}
	.milestone h2 {
		font-size: 55px;
	}
	.milestone:after {
		width: 90px;
		height: 90px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		right: 100px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo-area {
		padding: 20px 40px 30px;
	}
	.slide-content {
		margin-left: 170px;
		margin-bottom: -35px;
		padding-left: 120px;
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.slide-content:after {
		border-top: 100px solid #fb8d4d;
		border-left: 100px solid #fb8d4d;
		border-bottom: 60px solid #fb8d4d;
	}
	.hero-slider .owl-nav {
		left: 170px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		bottom: 68%;
		right: 100px;
	}

	.phone-number {
		font-size: 12px;
		margin-right: 10px;
		margin-top: 23px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.solid-service-box {
		margin-bottom: 30px;
	}
	.cta-section {
		background: #222;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #222;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.hero-section,
	.hero-slider .hero-slide-item {
		height: 850px;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.projects-filter-nav li {
		margin-left: 0;
		margin-right: 15px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1284px) {
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
	}

}

@media only screen and (max-width: 1150px) {
	.phone-number {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	.menu {
		display: none;
	}
	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #fff;
		top: 15px;
		display: block;
	}
    nav{
		float: none;
		height: 350px;
		margin: 0 auto;
		margin-top: 75px;
		overflow: scroll;
    }
 
    .menu li{
        display: block;
        margin:0;
    }
 
    .menu li a {
		background: #eaeaea;
		color: #797979;
		border-top: 1px solid #eaeaea;
		border-left: 3px solid #eaeaea;
    }
 
    .menu li a:hover,
    .menu li:hover > a{
        background: #f0f0f0;
        color: #797979;
        border-left: 3px solid #fb8d4d;
		border-radius: 0px;
    }
 
    /*level 2 and 3 - make same width as all items*/
    .menu ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
 
    .menu ul ul {
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
	.menu {
		display: none;
	}
 
    nav{
		float: none;
		margin: 0 auto;
		margin-top: 75px;
    }
 
    .menu li{
        display:block;
        margin:0;
    }
 
    .menu li a {
		background: #eaeaea;
		color: #797979;
		border-top: 1px solid #eaeaea;
		border-left: 3px solid #eaeaea;
    }
 
    .menu li a:hover,
    .menu li:hover > a{
        background:#f0f0f0;
        color:#797979;
        border-left:3px solid #fb8d4d;
		border-radius: 0px;
    }
 
    /*level 2 and 3 - make same width as all items*/
    .menu ul {
        display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;
    }
 
    .menu ul ul {
        left:0;
    }
	h1,
	.sp-title {
		font-size: 32px;
	}
	.page-header-section .header-title {
		font-size: 55px;
	}
	.left-bar {		 
		width: 70px;
        height: 215px;
        bottom: 0px;
       background: #1a1b1a;
	}
	.left-bar .left-bar-content {     
	margin-bottom: 0px;
}
	.slide-content:after,
	.hero-right-text,
	.phone-number {
		display: none;
	}

	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #fff;
		top: 15px;
		display: block;
	}
	.hero-section {
		height: auto;
	}
	.hero-slider .hero-slide-item {
		padding: 150px 0;
		height: 610px;
    background: center;
	}
	.slide-content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.hero-slider .owl-nav {
		padding-left: 70px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.slide-content {
		margin-left: 70px;
		padding: 0;
		 
	}
	.slide-num-holder,
	.slide-num-holder.test-slider {
		right: 0;
		height: 75px;
		width: 136px;
		padding-top: 18px;
	}
	.slide-num-holder span,
	.slide-num-holder.test-slider span {
		font-size: 40px;
	}
	.slide-num-holder.test-slider {
		bottom: -135px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.cta-section {
		background: #222;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #222;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.projects-filter-nav {
		text-align: left;
	}
	
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
		text-align: center;
	}
	.footer-item {
		margin-bottom: 40px;
	}
	.snow {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	
	.header-area {		
		padding-right: 66px;
	}

	.hero-slider .owl-nav {
		padding-left: 0;
	}
	.slide-content {
		
		padding: 0 15px;
	}
	.slide-content h2 {
		font-size: 35px;
		line-height: 35px;
	}
	.portfolio-warp .grid-item {
		width: 100%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 100%;
	}
	.portfolio-warp .grid-sizer {
		width: 100%;
	}
	.projects-slider {
		padding: 0 15px;
	}
	.snow {
		display: none;
	}
}
/* small mobile :320px. */
@media only screen and (max-width: 350px) {
	.logo-area {
		padding: 20px 30px 30px;
	}
	.header-area {
		background: #121212;
		padding-right: 66px;
	}
	.left-bar {
		display: none;
	}
	.hero-slider .owl-nav {
		padding-left: 0;
	}
	.slide-content {
		margin-left: 0;
		padding: 0 15px;
	}
	.slide-content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.portfolio-warp .grid-item {
		width: 100%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 100%;
	}
	.portfolio-warp .grid-sizer {
		width: 100%;
	}
	.projects-slider {
		padding: 0 15px;
	}
}


/* ===================================================================
 *  03. grid - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
 .info-block{
	padding: 30px 0px;
 }
 
 .row {
	width: 94%;
	max-width: 1170px;
	margin: 0px auto;
	 
  }

  .courses{
	display: flex;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0px auto;
  }

  .line-block::after{
	content: '';
    display: block;
    height: 1px;
    background: #c1c5c3;
    width: 90%;
    margin: 30px auto 0px;
    transition: 1s;
  }

  .row:before, .row:after {
	content: "";
	display: table;
  }
  .row:after {
	clear: both;
  }
  
  .row .row {
	width: auto;
	max-width: none;
	margin-left: -20px;
	margin-right: -20px;
  }
   
  
  .col-twelve, .col-full {
	width: 100%;
	text-align: center;
	color: #808080;
  }
  
  .col-six, .col-1-2 {
	width: 50%;
	text-align: justify;
	padding: 0px 10px;
  }
  
  .drop-cap:first-letter {
	float: left;
	margin: 0;	
	font-size: 100px;
	font-family: "montserrat-bold", sans-serif;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #151515;
  }  
  /* ------------------------------------------------------------------- 
   * small screens - (_grid.scss)
   * ------------------------------------------------------------------- */
  @media screen and (max-width: 1024px) {
	.row .row {
	  margin-left: -18px;
	  margin-right: -18px;
	}
	.phone-number {
		display: none;
	}
   
  }
  /* ------------------------------------------------------------------- 
   * tablets - (_grid.scss)
   * ------------------------------------------------------------------- */
  @media screen and (max-width: 768px) {
	.row {
	  width: auto;
	  padding-left: 30px;
	  padding-right: 30px;
	}
  
	.row .row {
	  padding-left: 0;
	  padding-right: 0;
	  margin-left: -15px;
	  margin-right: -15px;
	}
   
  }
  /* ------------------------------------------------------------------- 
   * large mobile devices - (_grid.scss)
   * ------------------------------------------------------------------- */
  @media screen and (max-width: 600px) {
	.row {
	  padding-left: 25px;
	  padding-right: 25px;
	}
  
	.row .row {
	  margin-left: -10px;
	  margin-right: -10px;
	}
   
  }
  /* ------------------------------------------------------------------- 
   * small mobile devices - (_grid.scss)
   * ------------------------------------------------------------------- */
  @media screen and (max-width: 400px) {
	.row .row {
	  padding-left: 0;
	  padding-right: 0;
	  margin-left: 0;
	  margin-right: 0;
	}
   
  }  
  /* ===================================================================
   *  13. album
   *
   * ------------------------------------------------------------------- */
   #album {
	background: #FFFFFF;
	min-height: 800px;
	position: relative;
	padding: 0;
	padding-bottom: 60px;
  }
  #album .intro-wrap {
	padding: 2rem 0 21rem;
	background: #111111;
  }

  #album .intro-wrap-album {
	padding: 2rem 0 21rem;
	background: #111111;
  }
  #album .section-intro h3 {
	color: rgba(242, 242, 242, 0.5);
	margin-bottom: 10px;
  }
  #album .section-intro-album h3 {
	color: rgba(242, 242, 242, 0.5);
	margin-bottom: 20px
  }
  #album .section-intro h1 {
	color: #FFFFFF;
	margin-bottom: 10px
  }

@media (min-width: 768px) {
  #album .section-intro-album h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 30px;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: album-h1-animate;		
	animation-duration: 2s;	
	animation-delay: 1s;
	}
	
    @keyframes album-h1-animate{
	0% {font-size: 30px; }
	100% {font-size: 60px;}	
	}
	
	.album-text-opacity{
		opacity: 0;
	}
}

@media (max-width: 768px) {
	#album .section-intro-album h1 {
	  color: #FFFFFF;
	  margin-bottom: 10px;
	  font-size: 30px;  
	}  
	.menu-album-box{
		display: none;
	}

	.album-text-opacity{
		opacity: 1;
	}

}

  .data-album{	
	color: rgba(242, 242, 242, 0.4);
	font-size: 1.25rem;
	font-weight: 300;
	padding-bottom: 20px;

}
  
  #album .album-content {
	margin-top: -22.2rem;
  }
  #album .bricks-wrapper:before, 
  #album .bricks-wrapper:after {
	content: "";
	display: table;
  }
  #album .bricks-wrapper:after {
	clear: both;
  }
  #album .bricks-wrapper .brick {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
  }
  #album .bricks-wrapper .brick:nth-child(2n+1) {
	clear: both;
  }
  
   
  .bricks-wrapper .item-wrap {
	position: relative;
	overflow: hidden;
	padding: 2px;
  }
  .bricks-wrapper .item-wrap .overlay img {
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .bricks-wrapper .item-wrap .overlay::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0.35;
	 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
  }
  .bricks-wrapper .item-wrap .overlay::after {
	content: "...";
	font-family: georgia, serif;
	font-size: 3rem;
	z-index: 1;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
  }
  .bricks-wrapper .item-wrap .item-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 15px 20px 30px;
	z-index: 3;
  }
  .bricks-wrapper .item-wrap .item-text .folio-title {
	color: #FFFFFF;
	font-size: 2.2rem;
	line-height: 1.364;
  }
  .bricks-wrapper .item-wrap .item-text .folio-types {
	font-family: "montserrat-regular", sans-serif;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: rgba(255, 255, 255, 0.7);
	display: block;
  }
  .bricks-wrapper .item-wrap .details-link {
	display: block;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	height: 4.6rem;
	width: 4.6rem;
	line-height: 4.6rem;
	color: white;
	text-align: center;
	z-index: 2;
	border-radius: 3px;
	position: absolute;
	top: 3.6rem;
	right: 3rem;
  }
  .bricks-wrapper .item-wrap .details-link i {
	font-size: 2rem;
	line-height: 4.2rem;
  }
  .bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
	background-color: #FFFFFF;
	color: #000000;
  }
   
  .bricks-wrapper .item-wrap:hover .overlay::before {
	opacity: 1;
	visibility: visible;
  }
  .bricks-wrapper .item-wrap:hover .overlay::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  }
  .bricks-wrapper .item-wrap:hover .overlay img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
  }
  .bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }

  .instagram_gallery{
	display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(250px, 0fr));
     
}
	.instagram {
		margin-top: 0px;
		margin-bottom: 50px;	} 
   
		.instagram_profile a{
			color: #111;			 
			padding:  5px 5px;
		}
		 

  .instagram-video , .instagram-image , .instagram-sidecar{
	width: 250px;
    height: 250px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(1, 100%);
    justify-items: center;
    align-items: center;
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.6));
  }

  .instagram-video:hover , .instagram-image:hover , .instagram-sidecar:hover{
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
     
  }

   
   
  .instagram h2{
	display: table-caption;		
	font-size: 60px;
	padding: 0 10px;
	margin-bottom: 20px;
	
  }
 
  .follow {
	padding: 19px 0px;
	  text-align: center;
	  background: #fff;
	  margin-top: -46px;
	  width: 231px;
	  border-radius: 4px;
	  position: sticky;
	  margin: -46px auto;
	  z-index: 100000!important;
  }

  .follow-btn {
	padding: 14px 71px;
    margin-bottom: 100px;
    background-color: #222323;
    font-size: 14px;
   
    color: #828282;
	  z-index: 100000!important;
  }
   
  @media only screen and (max-width: 768px) {
	 
	 
	.block-tab-full .bgrid {
		width: 100%;
		clear: both;
	  }
	  .col-six {
		width: 100%;
	  }
  }
  @media only screen and (max-width: 600px) {
	#album .bricks-wrapper .brick {
	  float: none;
	  width: 100%;
	}
  
	.bricks-wrapper .item-wrap .item-text .folio-title {
	  font-size: 2rem;
	  line-height: 1.5;
	}
  }
   
  @media (min-width: 768px) {
	.market-block{
		position: absolute;
		text-align: center;
		right: 0;
		z-index: 20;
		margin-top: 160px;
		width: 160px;
		display: inline-grid;

	  }
	  .container-market {
		width:400px;
		height: 400px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(2, 50%);
		justify-items: center;
		align-items: center;
		filter: drop-shadow(0px 0px 7px rgba(1, 1, 1, .7));
	  }
	  
	  .productImage {
		grid-column: 1/span 2;
		grid-row: 1 /span 2;
		width:400px;
		height: 400px;
		background-size: cover;
		clip-path: polygon(
		  20% 20%,
		  50% 20%,
		  50% 20%,
		  80% 20%,
		  80% 50%,
		  80% 50%,
		  80% 80%,
		  50% 80%,
		  50% 80%,
		  20% 80%,
		  20% 50%,
		  20% 50%
		);
		transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	  }
	  .productName {
		grid-column: 2;
		grid-row: 2;
		background: #fb8d4d;
		padding: 5px 5px;
		align-self: center;
		justify-self: center;
		z-index: 1;
		transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	  }

	.sidebar h2{
		font-size: 24px;
	}
	
   .team-member {
	padding: 30px 67px 0px 0px;
	position: relative;
    }
   .courses-slider .musical-instruments {
	
	display: table;
	opacity: 0.6;
	
}

.courses-slider .musical-instruments:hover {
	opacity: 1;
	
	-webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

}

@media (max-width: 768px) {

	.market-block{
		position: absolute;
		text-align: center;
		right: 0;
		z-index: 20;
		margin-top: 100px;
		width: 160px;
		display: inline-grid;

	  }

	  .container-market {
		width:320px;
		height: 320px;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(2, 50%);
		justify-items: center;
		align-items: center;
		filter: drop-shadow(0px 0px 7px rgba(1, 1, 1, .7));
	  }

	  .productImage {
		grid-column: 1/span 2;
		grid-row: 1 /span 2;
		width:320px;
		height: 320px;
		background-size: cover;
		clip-path: polygon(
		  20% 20%,
		  50% 20%,
		  50% 20%,
		  80% 20%,
		  80% 50%,
		  80% 50%,
		  80% 80%,
		  50% 80%,
		  50% 80%,
		  20% 80%,
		  20% 50%,
		  20% 50%
		);
		transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	  }

	  .productName {
		grid-column: 2;
		grid-row: 2;
		background: #fb8d4d;
		padding: 5px 5px;
		align-self: center;
		justify-self: center;
		z-index: 1;
		transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	  }

	.sidebar h2{
		font-size: 36px;
		padding-bottom: 50px;
	}
	
	.team-member {	   
	  position: relative;
  }

  

.courses-slider .musical-instruments {
	display: table;
	margin: 0 auto;
	opacity: 1;
	
}

.courses-slider .musical-instruments:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

  }

  #fa-animate-1 {
	animation-name: fa-animate-1;
	animation-iteration-count: infinite;
    animation-duration: 3s;
    }
   
	@keyframes fa-animate-1 {
		0% { color: #fff ;}
		25% { color: #fb8d4d;}
		50% { color: #fff ;}
		100% { ocolor: #fff ;}
		}

  #fa-animate-2 {
	animation-name: fa-animate-2;
	animation-iteration-count: infinite;
    animation-duration: 3s;
    
	;}
	@keyframes fa-animate-2 {
	0%  { color: #fff ;}
    25% { color: #fff ;}
    50% { color: #fb8d4d;}
	85% { color: #fff ;} 
	100% { color: #fff ;} 
	}

	#fa-animate-3 {
		animation-name: fa-animate-3;
		animation-iteration-count: infinite;
		animation-duration: 3s;
		
		;}
		@keyframes fa-animate-3 {
			0% { color: #fff;}
			50% { color: #fff;}
			85% { color: #fb8d4d;}
			100% { color: #fff;}     
		}



		 
		  .market {
			display: grid;
			justify-content: center;
			grid-template-columns: repeat(auto-fill, minmax(400px, 0fr));
			 
			color: cornsilk;
			font-family: "Roboto Condensed", sans-serif;
		  }

		  
		  
		  
			 
		 .zoom {
		 position: absolute;
		 margin: 15px;
		 font-size: 30px;
		 opacity: 0;
         -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
         -webkit-transition: all 0.2s ease-out;
         transition: all 0.2s ease-out;
		   }
		
		   .zoom:hover {	
			   opacity: 1;		 
		   transform: scale(1.2)
		  }
 
		  .price {
			grid-column: 2;
			grid-row: 1;
			justify-self: center;
			z-index: 1;
			opacity: 0;
			transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
		  }
		  .price h4 {
			margin-bottom: 8px;
			background:  #fff;
		  }
		  .price span {
			width: 20px;
			height: 20px;
			padding: 5px;
			background-color: rgba(0, 0, 0, 0.5);
		  }

		  
		  
		  
		  .productImage:hover {
			clip-path: polygon(
			  20% 0%,
			  50% 0%,
			  50% 20%,
			  100% 20%,
			  100% 50%,
			  80% 50%,
			  80% 100%,
			  50% 100%,
			  50% 80%,
			  0% 80%,
			  0% 50%,
			  20% 50%
			);
			transform: rotate(-15deg);
			transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
		  }
		  .productImage:hover ~ * {
			opacity: 1;
			transform: rotate(-15deg);
			transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
		  }
		 
		  .info {
			grid-column: 1;
			grid-row: 1;
			justify-self: center;
			z-index: 1;
			opacity: 0;
			transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22);
		  }
		   
		  .info {
			width: 174px;
			color: #111;
			background: #fff;
			padding: 2px 2px;
			margin-top: 100px;
			margin-left: 10px;
			grid-column: 1;
			grid-row: 2;
		  }
		  
		  .characteristics{
		  grid-column: 1;
          grid-row: 1;	      
		  opacity: 0.8;
	      z-index: 1;
          transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22);
		}

		.characteristics:hover {			 
			opacity: 1;	 	 
			}
		
        .characteristics a{
    	color: #fff;
	    background: #89654d;
	    text-transform: uppercase;
	    font-size: 14px;
	    letter-spacing: 1px;
		padding: 5px 10px;		 
		-moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
         -webkit-transition: all 0.2s ease-out;
         transition: all 0.2s ease-out;

		}
		

		.characteristics:hover a{
			color: #fff;
			background: #fb8d4d;
			opacity: 1;	 
	 
			}

		  
		      .market-btn{			 
			font-size: 18px;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
			background:rgba(18, 18, 18, 0.95);
			padding: 5px 5px 5px 5px;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		   }

		   .market-btn:hover{			 
			background: #fb8d4d;			 
			color: #fff; 	
			transform: scale(1.05)	 
		   }

		  .market-btn a{			  
	         color: #fff;  
		  }
   
		   
		  
		  .market-header{
			  padding: 0 20px;
			  font-size: 34px;
		  }


		  @media (min-width: 768px) {
		 
		  .market-header:before {
			content: "";
			position: absolute;	
			margin-top: 50px;		 
			width: 60%;			 
			height: 2px;
			background: #c8c8c8;
		}}
		  
		@media (max-width: 768px) {
		 
			.market-header:before {
			  content: "";
			  position: absolute;			 
			  width: 60%;			 
			  height: 2px;
			  background: #c8c8c8;
		  }}
		

		.modalDialog , .modalDialogBonus ,.modalDialogThank-you , .modalDialogHello {
			position: fixed;
			display: none;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			opacity: 0;
			background: rgba(0,0,0,0.8);
			z-index: 99999;
			transition: all 1s ease-out;
			-moz-transition: all 1s ease-out;
			-o-transition: all 1s ease-out;
			-webkit-transition: all 1s ease-out;
			
			
			
		   }
		   
		   /*ОТКРЫТИЕ*/
		   .modalDialog:target , .modalDialogBonus:target , .modalDialogThank-you:target , .modalDialogHello:target{
			display: block;
			pointer-events: auto;
			opacity: 1;
			transition: all 1s ease-out;
			-moz-transition: all 1s ease-out;
			-o-transition: all 1s ease-out;
			-webkit-transition: all 1s ease-out;
			 
		 
		   }
			
           @media (min-width: 768px) {
			.modalDialog > div {
				 width: 90%;
				 max-width: 400px;
				 max-height: 85%;
				 position: relative;
				 display: flex;
				 margin: 10% auto;
				 padding: 5px 20px 13px 20px;				 
				 color: #111;				 
				 background: #ffffff;
				 
				  
			 
			}
			/*ЗАКРЫТИЕ ОКНА*/
			.closemodal {
			 color: #FFFFFF;
			 line-height: 48px;
			 position: absolute;
			 right: 44%;
			 font-size: 27px;
			 text-align: center;
			 top: -57px;
			 color: #FFFFFF;
			 height: 50px;
			 width: 50px;
			 border: 2px solid #ffffff; 
			 -webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			-webkit-transition: all 0.2s ease-out;
			}

			.modalDialogBonus  > div , .modalDialogThank-you > div , .modalDialogHello > div{
				width: 90%;
				max-width: 470px;
				max-height: 85%;
				position: relative;
				display: flex;
				margin: 10% auto;
				padding: 5px 20px 13px 20px;				 
				color: #111;				 
				background: #ffffff;				 
			
		   }.modalDialogThank-you h2{
			font-size: 38px;
		}
 
		 }

		   @media (max-width: 768px) {
		   .modalDialog > div {
			    width: 90%;
				max-width: 400px;
				max-height: 85%;
				position: relative;
				display: flex;
				margin: 5% auto;
				padding: 5px 20px 13px 20px;				 
				color: #111;				 
				background: #ffffff;
				
				 
			
		   }
		   .modalDialogBonus > div , .modalDialogThank-you > div , .modalDialogHello > div{
			width: 90%;
			max-width: 400px;
			max-height: 94%;
			position: relative;
			display: flex;
			margin: 20px auto;
			padding: 5px 20px 13px 20px;				 
			color: #111;				 
			background: #ffffff;				 
		
	   }
	   .modalDialogThank-you h2{
		font-size: 30px;
	}
		   /*ЗАКРЫТИЕ ОКНА*/
		   .closemodal {
			color: #FFFFFF;
            line-height: 48px;
            position: absolute;
            right: 44%;
            font-size: 27px;
            text-align: center;
            bottom: -60px;
			color: #FFFFFF;
			height: 50px;
            width: 50px;
			border: 2px solid #ffffff; 
            -webkit-border-radius: 30px;
           -moz-border-radius: 30px;
           border-radius: 30px;
		   transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		   -o-transition: all 0.2s ease-out;
		   -webkit-transition: all 0.2s ease-out;
		   }

		}
		.market-scroll p{			   			 
			color: #111111;
		}
		
		.modalDialogHello h1{
			font-size: 40px;
			margin: 0 0 ;
		}
	 
		.modalDialogBonus p{
			padding: 10px 10px;
			color: #fff;
			background: #89654d;
		}
		.modalDialogHello p{
			padding: 10px 10px;
			color: #fff;
			background: #4c9fd2;
			line-height: 20px;
		}
		.modalDialogThank-you p{
			margin-top: 20px;
			padding: 10px 10px;
			color: #fff;
			background: #50b562;
		}
		.closemodal-inside {
			color: #000000;
			line-height: 48px;
			position: absolute;
			margin: 10px 10px;
			right: 0;
			font-size: 27px;
			text-align: center;
			bottom: 5px;
			color: #000000;
			height: 50px;
			width: 50px;
			border: 2px solid #000000;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			-webkit-transition: all 0.2s ease-out;
		}
		   /* .market-scroll::-webkit-scrollbar {width:0px;}*/
		   .market-scroll {			   			 
			   overflow-y: auto;
		   }
		
		   .closemodal:hover , .closemodal-inside:hover{
			color: #fb8d4d;
			border: 2px solid #fb8d4d; 
			 
			 
		   }
		  
		   .market-select {
			width: 100%;
			font-size: 13px;
			border: none;
			background: #f0f0f0;
			padding: 15px 20px;
			margin-bottom: 20px;
		}

		.video-responsive { 
			position: relative; 
			padding-bottom: 56.25%; 
			height: 0; 
			overflow:hidden; 
		  } 
		  .video-responsive iframe, 
		  .video-responsive object, 
		  .video-responsive embed {
			position: absolute; 
			top: 0; 
			left: 0; 
			width: 100%;
			height: 100%; 
		  }

	

		@media (min-width: 992px){
			.insta_post{
				max-width: 18%;    
				border-radius: 5px;
				margin: 5px;
				box-shadow: 3px 4px 20px 2px rgb(0 0 0 / 20%);
				
			}
			.display-mob-on{
				display: none;
			}
			  
			}
			
			@media (max-width: 992px){
				.insta_post{
					max-width: 45%;    
					border-radius: 5px;
					margin: 5px;
					box-shadow: 3px 4px 20px 2px rgb(0 0 0 / 20%);
					
				}
				.display-mob-of{
					display: none;
				}
				}

				.insta_post:hover{
					transform: scale(1.05);
					transition: all 0.6s ease 0s;
					 
					
				}

.contact-form input[type=checkbox] {
    display:none;
}
.contact-form input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 12px 0 12px 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.contact-form input[type=checkbox] + label:hover {
    color:#FB8D4D;
}
.contact-form input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    line-height: 22px;
    left: -30px;
    border: 1px solid #808080;
}
.contact-form input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#FB8D4D;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #FB8D4D; 
}
.contact-form input[type=submit] {
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #275F8B;
    background: #FB8D4D;
    color: #FFF;
    text-transform: uppercase;
    transition: .4s all;
    font-weight: bold;
}
.contact-form input[type=submit]:hover {
    background: #275F8B;
}
.contact-form input[disabled] {
    opacity: .6;
    cursor: not-allowed;				
}			
