@font-face {
		font-family: "MuseoSansRegular";
		src: url("./fonts/MuseoSansRegular/MuseoSansRegular.eot");
		src: url("./fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
		url("./fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
		font-display: swap;
}

@font-face {
		font-family: "MuseoSansBold";
		src: url("./fonts/MuseoSansBold/MuseoSansBold.eot");
		src: url("./fonts/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
		url("./fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
		font-display: swap;
}

@font-face {
		font-family: "MuseoSansLight";
		src: url("./fonts/MuseoSansLight/MuseoSansLight.eot");
		src: url("./fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
		url("./fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
		font-display: swap;
}

@font-face {
		font-family: "MuseoSansMedium";
		src: url("./fonts/MuseoSansMedium/MuseoSansMedium.eot");
		src: url("./fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
		url("./fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
		font-display: swap;
}


html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: museoSansLight;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: rgba(0, 161, 187, 0.5);
}

::-webkit-scrollbar-thumb
{
	background-color: rgba(0, 161, 187, 0.5);
	background-image: -webkit-linear-gradient(45deg,
					  rgba(255, 255, 255, .3) 25%,
					  transparent 25%,
					  transparent 50%,
					  rgba(255, 255, 255, .3) 50%,
					  rgba(255, 255, 255, .3) 75%,
					  transparent 75%,
					  transparent)
}
.lg-sub-html, .lg-toolbar {
    background-color: rgba(0,0,0,.75);
}
.form-control:disabled, .form-control[readonly]{
	background-color: #f7f7f7;
}
.list-group-item.active{
	background-color: #009db7;
    border-color: #009db7;
}
.profile_info{
	padding:3rem 0;
}
.profile_info .list-group-item .btn-outline-success:hover, .profile_info .list-group-item .btn-outline-secondary:hover{
	color:#ffffff;
}

.profile_info .form-inline .form-group{
	width:100%;
}
.menu-info .btn-outline-info{
	position:relative;
}
/* Main page loading */
.loading{
	position:fixed;
	width:100%;
	height:100%;
	background:#222222;
	transition: all 1s ease;
}
.animsition, .animsition-overlay{
	z-index:1;
}
.img-monochrome{
	filter: brightness(40%);
}
.loading-box{
	position:absolute;
	width:170px;
	height:170px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.loading-box p{
	position: absolute;
	width:100%;
    bottom: -40px;
    color: #a7a7a7;
	text-align:center;
}

/* Flicker Animation */ 
.animate-flicker{
	opacity:1;  
    animation: flickerAnimation 1s infinite;
	animation-delay: 4s;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.loading-box .img-monochrome{
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:170px;
}
.loading-box .img-color{
	width:170px;
	height:170px;
}
.loading-box .img-color-box{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:10%;
	height:100%;
}
	
/* Animation move vidth class */
.move-width {
	-webkit-animation: move-width 4s cubic-bezier(0.250, 0.100, 0.250, 1.000) both;
	animation: move-width 4s cubic-bezier(0.250, 0.100, 0.250, 1.000) both;
}

.move-width-loaded{
	-webkit-animation:move-width-loaded 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: move-width-loaded 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* Animation move vidth */
@-webkit-keyframes move-width {
  0% {
	width: 0;
  }
  100% {
	width: 60%;
  }
}
@keyframes move-width {
   0% {
	width: 0;
  }
  100% {
	width: 60%;
  }
}


/* Animation move vidth on load*/
@-webkit-keyframes move-width-loaded {
  0% {
	width: 60%;
  }
  100% {
	width: 100%;
  }
}
@keyframes move-width-loaded {
   0% {
	width:60%;
  }
  100% {
	width: 100%;
  }
}
	
	
.wrapper{
	padding-top:88px;
	overflow:hidden;
}
a {
    color: #00a1bb;
}
.text-white{
	color:#ffffff;
}
.text-turquoise{
	color: #00a1bb;
}
.text-center{
	text-align:center;
}
.text-medium{
	font-family: "MuseoSansMedium";
}
.text-uppercase{
	text-transform:uppercase;
}
.font-light{
	font-family: "MuseoSansLight";
}
.font-medium{
	font-family: "MuseoSansMedium";
}
.font-bold{
	font-family: "MuseoSansBold";
}
.img-responsive{
	width:100%;
}
.text-white{
	color:#ffffff;
}
.text-dark{
	color: #1d1e1f;
}
.text-blue{
	color: #00a1bb;
}
.text-left{
	text-align:left;
}
.text-stock{
	font-size:2.4rem;
	font-family: "MuseoSansMedium";
	color:#ff0000;
}
.form-control{
    border: 1px solid #e1e1e1;
	color: #333;
	height: 48px;
	font-size:1.6rem;
}
.full-cover-link{
	display:none;
}
.display-block{
	display:block;
}
.btn{
	padding: 11px 40px;
	font-size:1.8rem;
}
.text-item{
	font-size: 1.6rem;
	font-family: "MuseoSansLight";
}
.title-item{
	font-size: 1.6rem;
	font-family: "MuseoSansBold";
}
.full-height{
	height:100%;
}
.layer-item{
	display:block;
	position:absolute;
}
b{
	font-family: "MuseoSansBold";
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(to top, rgb(1, 116, 135), rgb(0, 161, 187));
    border-width: initial;
    border-style: none;
    border-image: initial;
    border-radius: 0px;
    border-color: rgb(0, 161, 187);
}

.btn-primary:hover {
    background-image: linear-gradient(to top, rgb(1, 116, 135), rgb(0, 185, 214));
}
.btn-outline-info, a.btn-outline-info, .menu li a.btn-outline-info{
	color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
	padding: 11px 40px;
	font-size:1.8rem;
}

.btn-outline-info:hover, .menu li a.btn-outline-info:hover{
	color: #333333;
    background-color: #ffffff;
    background-image: none;
    border-color: #ffffff;
}

.btn-outline-grey, a.btn-outline-grey, .menu li a.btn-outline-grey{
	color: #717576;
    background-color: transparent;
    background-image: none;
    border-color: #717576;
	padding: 11px 40px;
	font-size:1.8rem;
}

.btn-outline-grey:hover, .menu li a.btn-outline-grey:hover{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}


/* Checkbox styles */
.control {
	font-family: arial;
	display: block;
	position: relative;
	z-index:2;
	padding-left: 43px;
	width:45px;
	margin-bottom: 0px;
	padding-top: 5px;
	cursor: pointer;
	font-size: 24px;
}
	.control input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}
.control_indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius:50%;
	border: 3px solid #cccccc;
}
.control input ~ .control_indicator:after {
	display: block;
}
.control input ~ .control_indicator {
	background: #cccccc;
}
.control input:checked ~ .control_indicator {
	background: #00a1bb;
	border-color:#00a1bb;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
	background: #0e6647;
	
}
.control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 1;
	pointer-events: none;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.control-checkbox .control_indicator:after {
	left: 13px;
	top: 7px;
	width: 6px;
	height: 15px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}

/* End Checkbox styles */
 
.rev_slider{
	overflow:hidden;
}
.section{
	padding:125px 0;
}
.section.section-medium{
	padding:75px 0;
}
.section-dark {
    background: rgb(22, 22, 22);
}
.section-shadow {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 15px inset;
}

.banner-heading {
    font-size: 36px;
    font-family: museoSansMedium;
    color: rgb(255, 255, 255);
}

.banner-section{
	margin-top:-88px;
}

.banner-desc {
    font-size: 2.4rem;
    font-family: museoSansLight;
    color: rgb(255, 255, 255);
}
.banner-heading.dark-text{
	color: #1c1c1c;
}
.banner-desc.dark-text {
	color: #414141;
}
.banner-button .btn {
    padding: 11px 39px;
}

.message-card {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	padding: 15px;
}

.message-card h3 {
	text-transform: uppercase;
	color: #595959;
	font-family: "MuseoSansBold";
}

.section-heading{
	font-size: 3.6rem;
	font-family: "MuseoSansBold";
}

/* Responsive video styles */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Section services */
.services-section {
    padding: 115px 0px;
}
.services-section.section-medium{
	padding: 75px 0px;
}

.services-carousel{
	border:1px solid rgb(70, 72, 74);
}
.services-carousel .owl-stage {
	display: flex;
}
	
.services-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.services-carousel .carousel-item-el {
    padding: 50px 10px 50px 30px;
	border-left:1px solid rgb(70, 72, 74);
    border-right: none;
    transition: all 0.2s ease;
	width:100%;
}
.services-carousel .owl-item:last-child .carousel-item-el {
	border-right:1px solid rgb(70, 72, 74);
}
.services-carousel .carousel-item-el .icon svg {
    height: 57px;
    margin-bottom: 10px;
}

.services-carousel .carousel-item-el h3 {
    font-size: 2.1rem;
    color: white;
    font-family: museoSansLight;
	position:relative;
}

.services-carousel .carousel-item-el a {
	text-decoration:none;
}
.services-carousel .carousel-item-el a.carousel-link{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.owl-prev img, .owl-next img{
	height:60px;
}
.owl-prev {
    position: absolute;
    left: -45px;
    top: 38%;
}

.owl-next {
    position: absolute;
    right: -45px;
    top: 38%;
}

/* Servise carousel hover effect */
.services-carousel .owl-item .hover-effect{
	width:59px;
	position:absolute;
	right:-60px;
	top:50%;
	transform:translateY(-50%);
	transition: all 0.5s ease;
	opacity:0;
}
.services-carousel .owl-item .hover-effect img{
	width:100%;
}
.services-carousel .carousel-item-el:hover .hover-effect{
	opacity:1;
	right:0;
}
.carousel-item-el a{
	position:relative;
}
.services-carousel .owl-item{
	overflow:hidden;
}
.services-carousel .carousel-item-el .icon p{
	padding:0;
	margin:0;
	height:0px;
}
.services-carousel .carousel-item-el .icon p:first-child{
	height:auto;
}
.services-carousel .carousel-item-el svg path:not(.st0) {
    fill: rgb(0, 181, 187);
}
.services-carousel .carousel-item-el svg path:not(.st0) {
    stroke: rgb(0, 181, 187);
}
.services-carousel .carousel-item-el svg circle {
    fill: rgb(0, 181, 187);
	transition: all 0.5s ease;
}
.services-carousel .carousel-item-el:hover svg circle {
	stroke: rgb(255, 255, 255);
}
.services-carousel .carousel-item-el:hover {
    background: #00a1bb;
}
.services-carousel .carousel-item-el:hover svg path{
	 transition: all 0.5s ease;
}
.services-carousel .carousel-item-el:hover svg path{
    stroke: rgb(255, 255, 255);
}

.services-carousel .carousel-item-el:hover svg path:not(.st0){
    fill: rgb(255, 255, 255);
}
.services-carousel .carousel-item-el:hover svg .st1 {
    fill: none;
}
.services-carousel.carousel-part-el .carousel-item-el{
	padding: 30px 10px 30px 30px;
}
/* Hot offer section */
.sale-item{
	position:absolute;
	right:0;
	top:0;
	z-index: 1;
	padding: 5px;
	border-bottom-left-radius: 10px;
	background-color: #ff0000;
	font-size: 2.4rem;
	color:#ffffff;
	font-family: "MuseoSansMedium";
}
.sale-item .sale-text{
	margin-right:5px;
	display:flex;
	align-items:center;
	content-justify:center;
}
.sale-item.sale-item-left{
	right:auto;
	left:10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
}
.countdown-item{
	position:absolute;
	right:0;
	top:60px;
	z-index: 1;
	font-size: 3rem;
	color:#ffffff;
	padding: 2px 10px;
	background-color:rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 10px;
}
.offer-item{
	margin-bottom:50px;
	background-color: #252525;
	padding:30px;
}
.offer-item:last-child{
	margin-bottom:0;
}
.hot-offer-section .section-heading{
	margin-bottom:50px;
}
/* Image overlay */
.overlay-container{
	position:relative;
}
.img-hover-overlay{
	background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.img-hover-overlay .icon{
	color:#ffffff;
	left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.overlay-container:hover .img-hover-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.overlay-container:hover .img-hover-overlay .icon{
	opacity:1;
}

/* Image overlay style 2*/
.overlay-container-st2{
	position:relative;
}
.img-hover-overlay-st2{
	cursor:pointer;
	background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.img-hover-overlay-st2 + .icon{
	color:#ffffff;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	padding:40px;
	border-radius:50%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.5);
}
.overlay-container-st2:hover .img-hover-overlay-st2 {
	background-color: rgba(0, 0, 0, 0);
}
.overlay-container-st2:hover .img-hover-overlay-st2 + .icon{
	 opacity: 1;
}


.offer-item .row{
	margin-left:-10px;
	margin-right:-10px;
}
.offer-item div[class^="col-"]{
	padding-left:10px;
	padding-right:10px;
}
.hot-offer-section{
	padding:78px 0;
}
.hot-offer-section.section-medium{
	padding:75px 0;
}
.section-medium{
	padding:75px 0;
}
.hot-offer-section .col-md-12{
	margin-bottom:20px;
}

.hot-offer-section{
	overflow:hidden;
}

.offer-item .section-heading{
	text-align:left;
	margin-bottom:20px;
	font-family: "MuseoSansMedium";
	font-size:3rem;
	color:#00a1bb;
}
.offer-item .banner-wrapper{
	margin-bottom:15px;
}
.offer-desc{
	padding-left:20px;
}
.offer-desc .section-heading span.small{
	display:block;
	font-size:1.6rem;
	font-family: "MuseoSansLight";
}
.hot-offer-section .offer-desc .orderBtn{
	margin: 0 auto;
    display: block;
}
.offer-desc .offer-text{
	font-size:1.7rem;
	font-family: "MuseoSansMedium";
}
.offer-text.font-light{
	font-family: "MuseoSansLight";
	font-size:1.6rem;
}
.offer-desc-list{
	margin:20px 0 30px 0;
	list-style:none;
	padding:0;
}
.offer-desc-list li{
	padding-left:30px;
	position:relative;
	margin-bottom:5px;
}
.offer-desc-list li:before{
	content:"";
	display:block;
	width: 15px;
	height: 15px;
	background:url('./images/icons/rectangle2x.png') no-repeat;
	background-size: 15px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.countown-container{
	display:flex;
	float:right;
}

.count-item .number{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -70%);
	font-size:1.6rem;
	font-family: "MuseoSansLight";
}
.count-item{
	position:relative;
	width:35px;
	height:45px;
	text-align:center;
	/* new style */
	background-color:#333333;
	margin:0 3px;
	border-radius:5px;
}

.count-item .count-title{
	display:inline-block;
	margin-top:25px;
	font-size: 1.1rem;
	text-align:center;
	font-family: "MuseoSansLight";
}

/* Brand list section */

.brand-list-section{
	padding:115px 0;
}

.brand-list-container div[class^="col"]{
	padding:40px;
}

.brand-item{
	position:relative;
	display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.brand-item img{
	max-height:70px;
}
.brand-item:hover .img-color{
	opacity:1;
}
.brand-item .img-color{
	position:absolute;
	max-width:100%;
	opacity:0;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition: all 0.5s ease;
}
.brand-item .img-filtered{
	max-width:100%;
}
.folow-us-section{
	padding:28px 0;
	background-color:#202020;
}
.folow-us-item{
	display: flex;
    align-items: center;
    justify-content: left;
}
.folow-us-text{
	font-size:1.8rem;
	color:#ffffff;
	margin-right:30px;
}
.folow-us-item a{
	text-decoration:none;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:2rem;
	color:#ffffff;
	width:50px;
	height:50px;
	background-color: black;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.70);
    border-radius: .25em;
    margin-right: 11px;
	
}
.folow-us-item a .fa{
	opacity:0.7;
}
.folow-us-item a:hover .fa{
	opacity:1;
}
.divider-dark{
	margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #3a3a3a;
}

/* Footer */
.footer{
	color:#ffffff;
	padding:70px 0 50px 0;
	background-color:#202020;
}
.footer h5{
	font-size:1.7rem;
	margin-bottom:20px;
}
.contact-item{
	display:flex;
	justify-content: left;
    align-items: center;
	margin-bottom:10px;
	font-size:1.4rem;
}

.contact-item .contact-text{
	color: #00a1bb;
}
.black-box-icon{
	display: flex !important;
    align-items: center;
	justify-content: center;
	min-width: 40px;
	width:40px;
	height:40px;
	flex-basis:40px;
	font-size:2rem;
	color:#818181;
	margin-right:15px;
	background-color: black;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.70);
    border-radius: .25em;
}

.footer-list{
	padding:0;
	list-style:none;
}
.footer-list li{
	margin-bottom:3px;
}
.footer-list li, .footer-list li a{
	color:#ffffff;
	font-size: 1.4rem;
}
.footer-list.single-links li a{	
	font-size: 1.7rem;
}

.footer-links div[class^="col"]{
	order:0;
}
.section-copyright{
	background-color: #222222;
}
.copyright{
	padding:15px;
}
.copyright-text{
	text-align:center;
	font-size:1.2rem;
	color: #d6d6d6;
}
.why-us-section{
	padding:100px 0;
	background:url('./images/why-us-banner.jpg') no-repeat;
	background-size:cover;
}
.why-us-section .section-content{
	padding:75px 75px 35px 75px;
	background-color:#ffffff;
}
.logo-transparent-bg{
	position:absolute;
	right:0;
	top:0;
}

.why-us-section .section-heading{
	margin-bottom:50px;
}
.why-us-section .title-item{
	margin-bottom:20px;
}
.why-us-section .info-box{
	margin-bottom:40px;
}


/* Chart promotion page */
.why-do-you-need-section{
	padding:115px 0;
}
.why-do-you-need-section .section-heading{
	padding:40px 0;
	margin-bottom:0;
}

.package-section{
	padding:115px 0;
}
.package-section .section-heading{
	margin-bottom:50px;
}
.package-tabs .nav-tabs{
	display:flex;
	text-align:center;
}
.package-tabs .nav-tabs li{
	flex-grow:1;
	text-align:center;
	
}
.package-tabs .nav-tabs{
	border-bottom:none;
}
.package-tabs .nav-tabs li a{
	cursor:pointer;
	position:relative;
	font-family: "MuseoSansMedium";
	text-decoration:none;
	border:1px solid #d3d5d6;
	display:block;
	padding:40px 0;
	color:#414141;
	background-color: #f4f6f7;
	font-size:2.4rem;
	text-transform:uppercase;
}
.package-tabs .nav-tabs li.active a{
	color: #00a1bb;
	background-color: #ffffff;
	box-shadow: 0px 10px 25px 0 #c7c3c3;
}
.package-tabs .tab-content{
	padding:50px;
	border:1px solid #d3d5d6;
	border-top:none;
	background-color: #f4f6f7;
}
.package-tabs .nav-tabs li.active a:before{
	content:"";
	position:absolute;
	background-color: #00a1bb;
	display:block;
	width:4px;
	height:100%;
	right:-1px;
	top:0;
}

.package-tabs .offer-desc-list{
	margin-top:0;
}
.package-tabs .offer-desc-list li{
	margin-bottom:20px;
	font-size:1.7rem;
}
.package-tabs .offer-desc-list li:before{
	background-size: 20px;
	width: 20px;
    height: 20px;
}

.package-tabs .offer-desc-list{
	margin-bottom:40px;
}
.numeric-heading{
	display:flex;
	align-items:center;
}
.numeric-heading h3{
	font-size:2.4rem;
}
.numeric-heading .heading-number{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:bold;
	color: #00a1bb;
	font-size:10rem;
}

.conditions-section{
	padding:115px 0 250px 0;
	background:url('./images/s-e-bg.jpg') no-repeat;
	background-size:cover;
	background-position:bottom;
}
.conditions-section .section-heading{
	margin-bottom:75px;
}
.conditions-section .offer-desc-list li:before{
	width: 26px;
    height: 26px;
    background: url(./images/icons/rectangle2x.png) no-repeat;
    background-size: 26px;
}
.conditions-section .offer-desc-list li{
	font-size:1.8rem;
	padding-left:45px;
	margin-bottom:20px;
}


.advice-section{
	padding:115px 0;
	background:url('./images/map.png') no-repeat;
	background-position:center;
	
}

.advice-item{
	display:flex;
	min-height:174px;
	margin-bottom:30px;
	align-items:center;
	border: solid 1px #00a1bb;
	background-color: #f8fafb;
	padding:30px;
}
.advice-item-number{
	color: #00a1bb;
	font-size:3.6rem;
	position:relative;
	padding:0 12px;
}
.advice-item-number:before{
	content:"";
	display:block;
	position:absolute;
	height:1px;
	background-color:#00a1bb;
	width:63px;
	bottom:-5px;
	left:0;
}

.advice-item-text{
	line-height:1.2;
	color: #5f5f60;
	font-size:2.4rem;
	margin-left:15px;
}

.advice-section .section-heading{
	text-align:center;
	margin-bottom:52px;
	padding:0 10%;
}




.package-tabs-vertical .responsive-tabs-container{
	display:flex;
}
.package-tabs-vertical{
	position:relative;
}
.package-tabs-vertical .nav-tabs{
	display:flex;
    flex-direction: column;
	align-content: space-between;
}
.package-tabs-vertical.package-tabs .nav-tabs li a{
	height:100%;
	padding: 0 30px 0 30px;
	display:flex;
	font-size:1.8rem;
	min-width:300px;
	text-align:left;
	justify-content: left;
	align-items:center;
}
.package-tabs-vertical .background-box{
	width:260px;
	height:100%;
	border: solid 1px #d3d5d6;
	background-color: #f4f6f7;
	position:absolute;
}
.package-tabs-vertical .background-box img{
	position: absolute;
    bottom: -40px;
    left: -130px;
	z-index:1;
}

.package-tabs-vertical .responsive-tabs-holder{
	padding-left:260px;
}


.package-tabs-vertical .numeric-heading{
	color: #00a1bb;
	margin-bottom:20px;
	margin-left: 20px;
	text-transform:uppercase;
}
.package-tabs-vertical .tab-content{
	min-height:530px;
}
.package-tabs-vertical .tab-content{
	border: 1px solid #d3d5d6;
}
.exemples-section .section-heading{
	margin-bottom:60px;
	padding:0 33%;
}

.exemples-carousel .owl-controls{
	display:none;
}


.awwards-section{
	padding:115px 0;
}

.awwards-section .awwards-heading-img{
	margin-bottom:40px;
}


.awwards-img-box{
	margin-left:-10px;
	margin-right:-10px;
}
.awwards-img-box .image-box{
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}
.awwards-img-box .image-box h3{
	position:absolute;
	z-index:1;
	top:50px;
	left:15px;
	width:60%;
	color:#ffffff;
	font-size: 2.2rem;
    font-family: "MuseoSansMedium";
	-webkit-transition: .3s;
    transition: .3s;
}
.awwards-img-box .image-box img{
	-webkit-transition: .3s;
    transition: .3s;
}
.awwards-img-box .image-box:hover{
	cursor:pointer;
}
.awwards-img-box .image-box:hover h3{
	webkit-transform:  scale(1.4);
    transform:  scale(1.4);
	opacity:0;
}
.awwards-img-box .image-box:hover img{
	webkit-transform:  scale(1.4);
    transform:  scale(1.4);
    
}

.show-more-anim span {
    position: absolute;
    left: 15px;
    bottom: 15px;
	opacity:0;
	color:#ffffff;
    font-family: "MuseoSansRegular";
    display: inline-block;
	-webkit-transition: .6s;
    transition: .6s;
}
.show-more-anim:before {
	content:"";
    position: absolute;
    top: 100%;
    left: -7%;
    width: 222%;
    height: 90px;
    content: "";
    background: #00a1bb;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    outline: transparent solid 1px;
}
.awwards-img-box .image-box:hover .show-more-anim:before {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
.awwards-img-box .image-box:hover .show-more-anim span {
	opacity:1;
}
.awwards-img-box .image-box:hover .icon{
	opacity: 1;
}

.awwards-img-box div[class^="col"]{
	padding-left:5px;
	padding-right:5px;
}
.awwards-section .awwards-img-box div[class^="col"] img{
	margin-bottom:11px;
}



.itunes-promotion-section{
	padding:115px 0;
	background:url('./images/itunes-promotion-banner.png') no-repeat;
	background-size:cover;
	background-position:left;
}
.itunes-promotion-section .info-box{
	position:relative;
	padding-left:50px;
	padding-top:100px;
}
.itunes-promotion-section .info-box .text-item{
	font-size:1.8rem;
	position:relative;
	z-index:1;
}

/* Animation words */
.words {
    color: #f2f3f4;
    text-transform: uppercase;
}


.animated-text{
	position:absolute;
	left:15px;
	top:-70px;
	z-index:0;
}

.words span {
    font-size: 12rem;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:bold;
    letter-spacing: 1;
    display: inline-block;
    animation: move 5s ease-in-out infinite;
}

.words span:nth-child(2) {
    animation-delay: 0.5s;
}

.words span:nth-child(3) {
    animation-delay: 1s;
}

.words span:nth-child(4) {
    animation-delay: 1.5s;
}

.words span:nth-child(5) {
    animation-delay: 2s;
}

.words span:nth-child(6) {
    animation-delay: 2.5s;
}

.words span:nth-child(7) {
    animation-delay: 3s;
}

.words span:nth-child(8) {
    animation-delay: 3.5s;
}

.words span:nth-child(9) {
    animation-delay: 4s;
}

@keyframes move {
    0% {
        transform: translate(-0%, 0);
    }
    50% {
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    }
    100% {
        transform: translate(0%, 0);
    }
}


.top-charts-section{
	background:url('./images/top-chart-bg-min.jpg') no-repeat;
	background-size:cover;
	background-position:left;
}

.top-charts-section .section-inner{
	padding:60px;
	background-color: #1c1c1c;
}
.top-charts-section .offer-desc{
	margin-bottom:60px;
}
.top-charts-section .offer-desc:last-child{
	margin-bottom:0;
}
.top-charts-section .offer-desc .section-heading{
	color:#00a0ba;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:2.8rem;
}
.top-charts-section .offer-desc .section-heading span{
	display:block;
	font-weight:900;
	font-size:3.4rem;
}
.top-charts-section .offer-desc .text-item{
	font-size:1.4rem;
	color: #bababa;
	padding-left:30px;
}
.top-charts-section .offer-desc .offer-desc-list{
	margin-bottom:15px;
}
.top-charts-section .section-heading{
	margin-bottom: 30px;
}
.dot-glow{
	display:block;
	margin-left:-25px;
	margin-top:7px;
	position:absolute;
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#00a1bb;
	box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
-webkit-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
-moz-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
}

.estimation-section{
	padding:125px 0;
	position:relative;
}

.estimation-section .estimation-box{
	margin-bottom:40px;
}
.estimation-section .estimation-box .order-btn{
	margin-top:70px;
}
.estimation-section .section-heading{
	margin-bottom:60px;
}
.rectangle-item{
	font-size:2.4rem;
	height:70px;
	display:flex;
	justify-content:left;
	align-items: center;
	padding-left:35px;
	background:url('./images/rectangle-25.svg') no-repeat;
	background-size:70px;
}


.pen-layer{
	background:url('./images/pen.png') no-repeat;
	right:0;
	top:-50px;
	width:520px;
	height:526px;
}


.statistic-section{
	padding:0 0 115px 0;
}
.statistic-section .section-heading{
	margin-bottom:40px;
}
.statistic-section .image-box{
	margin-top:70px;
	text-align:center;
}
.statistic-section .image-box img{
	width:100%;
	max-width:849px;
}


.company-exemple-section{
	padding:50px 0 315px 0;
	background:url('./images/exemple-section-layer-bg.png') no-repeat;
	background-position:right;
}
.company-exemple-section .image-collage{
	position:relative;
	width:60%;
}
.company-exemple-section .image-collage .layers-box .layer-img:nth-child(2){
	position:absolute;
	left:165px;
	bottom:-97px;
	
}
.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3){
	position:absolute;
	right:0;
	bottom:-230px;
	width:221px;
}
.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3) img{
	width:100%;
}
.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3) .item-text{
	font-family: "MuseoSansMedium";
	font-size:1.2rem;
}
.company-exemple-section .title-box{
	position:absolute;
	margin-top:50px;
	right:-350px;
}
.company-exemple-section .title-box .text-item{
	font-family: "MuseoSansMedium";
}

.animation-glow{
    animation: glow 2s infinite linear;
}


.cells-section{
	padding:60px 0;
}
.cells-section .text-item{
	margin-bottom:25px;
}
.pr-section{
	padding:125px 0;
}

.pr-service-section{
	position:relative;
	padding:92px 0;
	margin-bottom:60px;
}
.pr-service-section .text-item{
	padding:70px 0 0 0;
	font-size:2.4rem;
}
.pr-service-section-bg{
	background:url(/feex-template/images/feex-team-min.png) no-repeat;
	background-size:100%; 
	background-position:right top;
}
.pr-servise-image{
	position:absolute;
	right:0;
	top:-52px;
	height:calc(100% + 52px);
}

.pr-experts-section{
	padding:125px 0;
}
.acordion-container .input-message{
	height:184px;
}


.offers-section{
	padding:30px 0 60px 0;
}
.offers-section .section-heading{
	margin-bottom:50px;
	padding:0 20%;
}
.accordion .card-controls{
	position:absolute;
	right:10px;
	width:100px;
	padding-top: 13px;
	display:flex;
}
.accordion .card-controls .card-status{
	margin-left:10px;
	height: 40px;
    width: 40px;
	border: 3px solid #00a1bb;
	border-radius: 50%;
}
.accordion .card-status{
	position:relative;
}
.accordion .btn-link.collapsed + .card-controls .card-status .circle-indicator:before{
	content:"";
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:2px;
	height:17px;
	background:#00a1bb;
}

.accordion .card-status .circle-indicator:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:17px;
	height:2px;
	background:#00a1bb;
}
.accordion .btn-link{
	position:relative;
	z-index:1;
	font-size:24px;
	font-family: "MuseoSansMedium";
	text-decoration:none;
	color: #212224;
	display:block;
	padding-right:100px;
	padding-left:15px;
	float:left;
	text-align:left;
	width:100%;
	white-space: inherit;
}
.accordion .btn-link .fa{
	color:#00a1bb;
	font-size:4.4rem;
	vertical-align: middle;
	transition: all 0.5s ease;
	transform: rotate(180deg);
}

.accordion .btn-link.collapsed .fa{
	transform: rotate(0deg);
}
.accordion .card{
	border:0;
	margin-bottom:10px;
}
.accordion .card-header{
	border:none;
	background-color: #f1f1f1;
}



.figure-layer-side{
	width:1400px;
	height:1600px;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
	transform: rotate(20deg);
}

.event-divider{
	border-bottom:1px solid #ccc;
}
.event-section .section-heading{
	margin-bottom:50px;
}
.event-section{
	padding-bottom:50px;
}
.event-section b{
	font-family: "MuseoSansMedium";
}
.event-heading{
	font-size:2.4rem;
	font-family: "MuseoSansBold";
	margin-bottom:20px;
}
.event-text{
	font-size:1.8rem;
	text-transform:uppercase;
	margin-bottom:30px;
	line-height: 1.7;
}
.event-img{
	margin-bottom:30px;
}


/* Digital marketing page*/

.rectangle-item{
	line-height: 1.3;
	font-size: 2rem;
	padding-left: 45px;
}
.rectangle-item.flex-inline{
	display:inline-flex;
}
.d-m-offers-section{
	padding:60px 0;
}

.d-m-offers-section .row .col-md-6:last-child{
	margin-left:25%;
}

div[class*=col-].bordered{
	border:1px solid #46484a;
}
div[class*=col-].bordered:nth-child(2n){
	border-left:none;
}
.d-m-offer-title h3{
	color:#ffffff;
	font-size:2.4rem;
	margin-bottom:20px;
	font-family: "MuseoSansBold";
}
.d-m-offer-title p{
	color:#ffffff;
}

.d-m-offer-icon{
	font-size:1.8rem;
}

.d-m-offer-icon p{
	padding:0;
	margin:0;
	height:0px;
}
.d-m-offer-item{
	padding:45px;
	transition: all 0.5s ease;
}
.d-m-offer-footer{
	position:relative;
	min-height:51px;
}
.d-m-offer-footer .btn-order, .d-m-offer-footer .btn-outline-info{
	padding: 12px 30px;
	margin-bottom:0;
	min-width:160px;
}

.d-m-offer-footer .btn:first-child{
	margin-bottom:15px;
}

.d-m-offer-footer .btn{
	left:0;
	top:0;
	display:block;
	position:absolute;
	z-index:1;
	width: 100%;
	text-align:center;
}

/* Blue hover effect */
.blue-hover-effect{
	transition: all 0.1s ease;
}
.blue-hover-effect:hover{
	background: #00a1bb;
}
.blue-hover-effect:hover .d-m-offer-item{
	margin-top: -30px;
    padding-bottom: 75px;
}
.blue-hover-effect-link{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.blue-hover-effect:hover svg{
	opacity:0;
}
.blue-hover-effect .btn-order{
	background-color:#ffffff;
	color:#333;
}
.blue-hover-effect .btn-order:hover{
	background-color:#d3e2e4;
}
.blue-hover-effect .hover-effect-img{
	height:100%;
	position:absolute;
	right:-60px;
	top:50%;
	transform:translateY(-50%);
	transition: all 0.5s ease;
	opacity:0;
}
.blue-hover-effect:hover .hover-effect-img{
	opacity:1;
	right:0;
}
.blue-hover-effect .hover-effect-buttons{
	display:block;
	position:absolute;
	z-index:2;
	left:45px;
	opacity:0;
	bottom:25px;
	transition: all 0.5s ease;
}
.blue-hover-effect:hover .hover-effect-buttons{
	opacity:1;
	bottom:25px;
}
.blue-hover-effect .hover-effect .btn-order{
	margin-bottom:15px;
	padding: 16px 50px;
    font-size: 2rem;
}
.blue-hover-effect .hover-effect .link-more{
	color:#ffffff;
	font-size: 2rem;
}


.blue-hover-effect:hover .hover-effect{
	opacity:1;
}

.blue-hover-effect{
	overflow:hidden;
}

.blue-hover-effect svg path:not(.st0) {
    stroke: rgb(0, 181, 187);
}
.blue-hover-effect svg path:not(.st0) {
    fill: rgb(0, 181, 187);
}
.blue-hover-effect svg circle {
    fill: rgb(0, 181, 187);
}
.blue-hover-effect:hover svg path{
	 transition: all 0.5s ease;
}
.landing-page .services-carousel .carousel-item-el .icon svg{
	height:45px;
}
.landing-page .services-carousel .carousel-item-el h3{
	font-size: 1.6rem;
}
.landing-page .services-carousel .owl-item .hover-effect, .services-carousel .owl-item .hover-effect img{
	height:100%;
}
.landing-page .owl-prev, .landing-page .owl-next{
	top: 30%;
}

.landing-page .section-medium{
	padding: 50px 0;
}

/* Animation glow */
@keyframes glow {

	0%{
		box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
		-webkit-box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
		-moz-box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
	}
	
	40% {
		 box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
		-webkit-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
		-moz-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
	}
	60% {
		 box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
		-webkit-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
		-moz-box-shadow: -1px -1px 18px 5px rgba(0,161,187,0.95);
	}
	100% {
		box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
		-webkit-box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
		-moz-box-shadow: -1px -1px 0px 0px rgba(0,161,187,0.95);
	}
}


/* Contact us */
label.error{
	color: #c71717;
    display: block;
	margin-bottom:10px;
}
.validationMessage{
	display:none;
}
.validationMessage h4{
	font-family: "MuseoSansMedium";
	font-size:1.8rem;
}
.adress-row .fancy-content h5{
	font-family: "MuseoSansMedium";
	font-size:2.4rem;
}
.adress-row .fancy-content a.lead {
	color: #212529;
	font-size: 16px;
}
.section-contacts {
	padding: 75px 0 0 0;
}
.section-contacts .section-heading{
	margin-bottom:40px;
}
.section-contacts .fancy-content{
	float:left;
	margin-left:10px;
}
.section-contacts .adress-row{
	padding:80px 0;
}

.white-bg {
    background: #ffffff;
}
.no-gutter > [class*='fx-pall-40'] {
    padding-right: 40px;
    padding-left: 40px;
}

.heading-left {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.contact-form-col{
	padding:40px;
}
.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left;
}
.contact-form .section-field input, .contact-form .section-field select {
    position: relative;
    width: 100%;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #333;
    border: 1px solid #e1e1e1;
}
.contact-form .section-field {
    position: relative;
	margin-bottom:20px;
    width: 100%;
    float: left;
}
.contact-form .section-field.textarea textarea {
	color: #333;
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 15px 0 0 20px;
    resize: none;
}
.fx-map iframe {
    border: 0px;
    width: 100%;
    height: 520px;
}
a, .button, input, textarea {
    outline: none !important;
    color: #1e50e2;
}
.fx-fancy-box-04 .fx-icon {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
	margin:15px 40px 20px 0;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
	transform: rotate(45deg);
}
.fx-fancy-box-04 .fx-icon svg {
    width:30px;
	height:30px;
	transform: rotate(-45deg);
	fill:#ffffff;
}

.fx-fancy-box-04 h5 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}
.fx-tw-6 {
    font-weight: 600;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.green-bg {
       background: #00a1bb;
    background: -moz-linear-gradient(left,rgba(9,179,239,1) 0%,rgba(30,80,226,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(9,179,239,1)),color-stop(100%,rgba(30,80,226,1)));
    background: -webkit-linear-gradient(left,rgba(0,161,187,1) 0%,rgba(17,141,154,1) 100%);
    background: -o-linear-gradient(left,rgba(9,179,239,1) 0%,rgba(30,80,226,1) 100%);
    background: -ms-linear-gradient(left,rgba(9,179,239,1) 0%,rgba(30,80,226,1) 100%);
    background: linear-gradient(to right,rgba(0,161,187,1) 0%,rgba(17,141,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1bb',endColorstr='#00a1bb',GradientType=1);
}

/* Modal */
.modal .modal-title{
	font-family: "MuseoSansMedium";
	font-size:2.4rem;
}
.modal .close{
	font-size: 3.5rem;
	position: absolute;
    right: 15px;
    top: 10px;
}
.modal .modal-body, .modal .modal-header, .modal .modal-footer{
	padding:15px 65px;
	
}
.modal .modal-footer{
	justify-content: center;
}
.modal .modal-footer{
	padding: 25px 65px;
	border-top:none;
}
.modal .modal-left-side{
	display:flex;
	height:100%;
	background:url('./images/feex-modal-bg-min.jpg');
	background-size:cover;
	width:100%;
	padding:32px 32px 70px 32px;
}
.modal .modal-left-side h4{
	max-width:120px;
	color: #ffffff;
	font-family: "MuseoSansMedium";
	line-height:1.5;
	margin-bottom:20px;
}
.modal .modal-content{
	background-color: #f4f6f7;
	border-radius:0;
}
.modal .modal-soc{
	position:absolute;
	bottom:20px;
	bottom:50px;
	width: 100%;
}
.modal .modal-soc .soc-links a{
	text-decoration:none;
}
.modal .modal-soc .soc-links a:hover{
	opacity:0.7;
}
.modal .modal-soc .soc-links a img{
	width:35px;
	margin-right:10px;
}



/* Portfolio section */
.portfolio-section{
	overflow:hidden;
	padding: 75px 0;
}
.portfolio-section .portfolio-item:nth-child(2n) .col-md-5{
	order:-1;
}
.portfolio-section ul li{
	position:relative;
}
.portfolio-section ul li:before{
	transform:none;
	top: 4px;
}
.tab-controls{
	margin-bottom:70px;
}
.tab-controls .btn.active{
	color: rgb(255, 255, 255);
    background-image: linear-gradient(to top, rgb(1, 116, 135), rgb(0, 161, 187));
    border-width: initial;
    border-style: none;
    border-image: initial;
    border-radius: 0px;
    border-color: rgb(0, 161, 187);
}
.tab-controls .btn{
	font-size:1.6rem;
}
.portfolio-item{
	padding:60px 0;
}

.portfolio-item .offer-desc-list li {
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.portfolio-item .offer-desc-list li.list-inside ul li{
	padding-left:0;
}
.portfolio-item .offer-desc-list li.list-inside ul li:before{
	display:none;
}
.list-inside .list-inner{
	margin-top:10px;
}
.portfolio-item .offer-desc-list li:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.tab-content{
	display:flex;
		flex-direction: column;
	}
	.tab-item{
		order:1;
	}
	.position-first{
		order:-1;
	}

	.scale-in-bottom {
	-webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
	
	
/* Audio production page */
.page-banner{
	padding:120px 0;
	position:relative;
	overflow:hidden;
}
.page-banner h1{
	text-transform:uppercase;
	text-align:center;
	color: #ffffff;
	font-size:3.6rem;
	margin-bottom:15px;
	font-family: "MuseoSansBold";
	animation-delay: 0.5s;
}
.page-banner p{
	text-transform:uppercase;
	text-align:center;
	color: #ffffff;
	font-size:1.8rem;
	max-width:570px;
	margin:0 auto;
	font-family: "MuseoSansBold";
	animation-delay: 1s;
}
.audio-production-bg{
	overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index:-1;
    background: url(./images/audio-production/audio-prodaction-banner-min.jpg) 0 0 no-repeat;
    background-size: cover;
}

.audio-production-section .d-m-offer-item h3{
	font-size:3rem;
	margin-top:30px;
	color: #343a40;
}
.audio-production-section .d-m-offer-item{
	padding: 35px;
}
.audio-production-section .d-m-offer-item .btn-order{
	margin-top:30px;
}


.blink-animation{
	position:relative;
	overflow:hidden;
}
.blink-animation figure:before{
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}


.audio-production-section .d-m-offer-item:hover figure:before{
	webkit-animation: shine .75s;
    animation: shine .75s;
}
.audio-production-section .d-m-offer-item img{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(1.17);
	transform: scale(1.17);
}
.audio-production-section .d-m-offer-item .d-m-offer-title p{
	color: #343a40;
}

.audio-production-section div[class*=col-].bordered{
	border-color:#a6aeb9;
	border-bottom:none;
}
.audio-production-section .container .row{
	border-bottom:1px solid #a6aeb9;
}

.audio-production-section .d-m-offer-item:hover img{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}



.quality-section .rectangle-bg{
	background:url(./images/rectangle-2x-min.png) no-repeat;
	background-size:cover;
	padding-bottom:155px;
}
.quality-section{
	padding-bottom:0;
	overflow:hidden;
}



/* Video production page */


.image-camera img{
	height:600px;
}
.page-video-banner .video-bg{
	height: 600px;
}

.video-info-section{
	background:url(./images/operator2x-min.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:60px;
}
.video-info-section .section-heading{
	margin-bottom:20px;
	font-size:2.4rem;
	text-transform:uppercase;
} 

.showreel-section{
	background:url(./images/video-line@2x-min.jpg) no-repeat;
	background-size:cover;
	background-position:0 -150px;
	padding-top:0;
}

.showreel-section .videoWrapper iframe{
	box-shadow: 0.9px 1.8px 15px 0 #cecfd0;
}
.showreel-section .section-heading{
	margin-bottom:60px;
}
.showreel-section{
	overflow:hidden;
}

.video-container{
	position:relative;
	z-index:1;
}
.video-container .white-box{
	position:absolute;
	z-index: 1;
	left:-20px;
	top:20px;
	width:calc(100% + 40px);
	height:calc(100% - 40px);
	background-color:#ffffff;
	box-shadow: 0.9px 1.8px 15px 0 #cecfd0;
}
.video-container .white-box:last-child{
	position:absolute;
	z-index: 0;
	left:-40px;
	top:40px;
	width:calc(100% + 80px);
	height:calc(100% - 80px);
	background-color:#ffffff;
	box-shadow: 0.9px 1.8px 15px 0 #cecfd0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 2;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Video services section */
.servise-item{
	display: flex;
	height:100%;
    flex-direction: column;
	position:relative;
	padding: 40px 10px 50px 35px;
    border-left: 1px solid #a6aeb9;
	border-bottom: 1px solid #a6aeb9;
    transition: all 0.2s ease;
}

.servise-item .hover-effect .btn{
	position:relative;
	z-index:1;
}
.servise-item .hover-effect{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
    transition: all 0.5s ease;
    opacity: 0;
	overflow:hidden;
}
.servise-item .hover-effect-img{
    width: 59px;
    position: absolute;
    right: -60px;
	z-index:1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}
.servise-item:hover .hover-effect-img {
   right:0;
   opacity: 1;
}
.servise-item h3 {
    font-size: 2.1rem;
    font-family: museoSansRegular;
    position: relative;
	
}
.servise-item .icon svg{
	height:57px;
}

.servise-item:hover .hover-effect{
	opacity:1;
	background: #00a1bb;
}
.servise-item:hover .hover-effect{
	right:0;
}
.servise-item .icon img{
	width:57px;
	margin-bottom:15px;
}
.servise-items-row{
	border-top: 1px solid #a6aeb9;
	border-right: 1px solid #a6aeb9;
}
.servise-items-row .col{
	flex: 0 0 20%;
    max-width: 20%;
}

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

/* Video services section */
.info-item{
	position:absolute;
	min-width:300px;
	display:flex;
}
.info-item .info-title{
	max-width:250px;
	margin:0 15px;
	font-size: 18px;
	display:flex;
	align-items:center;
	flex-direction:column;
}
.info-item .info-number{
	width:42px;
	height:42px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#ffffff;
	font-size: 18px;
	box-shadow: 0.6px 0.8px 25px 0 rgba(0, 161, 187, 0.5);
	background-color: #00a1bb;
	border-radius:50%;
}
.info-item .info-title .text-small{
	font-size:14px;
}
.info-item .info-title.right-text{
	text-align:right;
}
.info-item .info-title.right-left{
	text-align:left;
}
.info-item:nth-of-type(1){
	top: 8%;
    left: 15%;
}
.quality-section .info-item:nth-of-type(2){
	top: 28%;
    left: -250px;
}
.quality-section .info-item:nth-of-type(3){
	top: 62%;
    left: -230px;
	justify-content:flex-end;
}
.quality-section .info-item:nth-of-type(4){
	top: 15%;
    right: -160px;
}
.quality-section .info-item:nth-of-type(5){
	top: 40%;
    right: -280px;
}
.quality-section .info-item:nth-of-type(5)  .info-title{
	max-width: 200px;
}

.quality-section .info-item:nth-of-type(6){
	top: 70%;
    right: -130px;
}

.cloud {
    height: 175px;
    position: absolute;
    width: 100%;
    z-index: 0;
    background-size: cover;
    left: 0;
    bottom: 0;
    background: url(images/clouds-min.png) 0 0 repeat-x;
    -webkit-animation: cloud-animation1 60s infinite linear;
    -moz-animation: cloud-animation1 60s infinite linear;
    -o-animation: cloud-animation1 60s infinite linear;
    animation: cloud-animation1 60s infinite linear;
}

/* Blog */
.blog-content div[class^="col"]:nth-child(2n){
	transition-delay: .3s;
}
.overview-block-ptb {
    padding: 100px 0;
}
.fx-sidebar-widget{
	margin-bottom: 40px;
    padding: 20px 20px;
    border: 1px solid #ededed;
    border-radius: 0px;
}
.fx-post-sidebar {
    height: 100%;
}
.fx-sidebar-widget {
    margin-bottom: 40px;
    padding: 20px 20px;
    border: 1px solid #ededed;
    border-radius: 0px;
}
.fx-sidebar-widget .fx-widget-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}
.heading-left {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.fx-tw-6 {
    font-weight: 600;
}
.heading-left:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background: #1e50e2;
}
.fx-widget-menu {
    position: relative;
}
.fx-widget-menu ul {
    margin: 0px;
    padding: 0px;
}
.fx-widget-menu li {
    list-style: none;
}
.fx-widget-menu ul li a {
    font-size: 14px;
    display: block;
    color: #2c3e50;
    position: relative;
	text-decoration:none;
}
.fx-widget-menu i {
    padding-top: 4px;
    position: absolute;
    right: 18px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.fx-widget-menu ul li a span {
    padding: 5px 10px 5px 0;
    display: block;
    font-size: 14px;
}
.fx-widget-menu ul li a span:hover {
    text-decoration: none;
    color: #00a1bb;
}
.fx-widget-menu ul li a span {
    padding: 5px 10px 5px 0;
    display: block;
    font-size: 14px;
}
.fx-sidebar-widget .fx-recent-post {
    margin-top: 20px;
}
.fx-sidebar-widget .fx-recent-post .media-body>a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
	text-decoration:none;
}
.fx-widget-menu ul ul {
    display: none;
    padding-left: 20px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.fx-sidebar-widget .fx-recent-post .media-body span {
    color: #666;
}

.fx-blog-detail {
    padding: 20px 15px 15px;
}

.fx-blog-detail .blog-title a h5 {
    color: #666;
	font-size: 20px;
    font-style: normal;
    line-height: 30px;
	text-decoration:none;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.fx-blog-detail a{
	  color: #666;
	  text-decoration:none;
}

.fx-blog-detail a.pull-right.fx-tw-6:hover{
	color:#00a1bb;
}
.fx-blog-detail .blog-title a h5:hover{
	color:#00a1bb;
}
.fx-blog-meta {
    margin: 15px 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.blog-button {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 15px 0 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.fx-blog-box {
    box-shadow: none;
    border: 1px solid #ededed;
	margin-bottom:50px;
}
.pagination>li {
    display: inline-block;
	vertical-align: middle;
	padding:3px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1e50e2;
    border-color: #1e50e2;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00a1bb;
    border-color: #00a1bb;
    cursor: default;
}
.pagination>li>a {
    padding: 10px 18px;
}
.pagination>li.active{
	 padding: 10px 18px;
	 background-color: #00a1bb;
	 color:#ffffff;
     border: 1px solid #ddd;
}

.pagination li a {
    margin: 0;
    border-radius: 0;
    color: #666;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}


.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    padding: 10px 18px;
}
.pagination li a {
    margin: 0;
    border-radius: 0;
    color: #666;
}
.fx-mt-80 {
    margin-top: 80px;
}


.fx-post-author {
    position: relative;
    min-height: 130px;
}

.fx-mtb-20 {
    margin: 20px 0;
}
.fx-pall-30 {
    padding: 30px;
}
.fx-post-author-pic {
    float: left;
}
.fx-mr-25 {
    margin-right: 25px;
}
.img-circle {
    border-radius: 50%;
}
.fx-post-author a {
    color: #fff;
}
.fx-font-white {
    color: #fff;
}
.fx-mt-30 {
    margin-top: 30px;
}
.heading-left {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.heading-left:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    background: #00a1bb;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}
.fx-comment-list li {
	display:block;
    margin-top: 25px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
}
.fx-comment-list .fx-comments-media {
    padding: 15px 15px 30px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.fx-comment-list .fx-comments-photo {
    padding-right: 20px;
}
.fx-comment-list .fx-comments-info {
    position: relative;
}
.fx-comment-list .fx-comments-photo a img {
    width: 80px;
    height: auto;
}
.media-object {
    display: block;
}
.fx-comment-list .fx-comments-info {
    position: relative;
	width:100%;
}
.fx-comment-list .fx-comments-info .title {
    margin: 0;
    line-height: 22px;
}
.fx-comment-list .fx-comments-info .title h5 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}
.fx-comment-list .fx-comment-metadata {
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.fx-comment-list .fx-comment-metadata a {
    color: #333;
}
.fx-comment-list .fx-comments-info p {
    margin-top: 5px;
    margin-bottom: 0;
}
.fx-comment-list .fx-comments-media .fx-comments-info .reply {
    color: #fff;
}
.fx-comment-list ul {
    padding-left: 60px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.fx-comment-list .reply {
    position: absolute;
    line-height: 22px;
    margin: 0;
    padding: 2px 16px;
    font-size: 11px;
    right: 0;
    top: 0;
    font-weight: 500;
}
.fx-comment-list .reply.button {
    color: #fff;
    font-weight: 600;
    border: none;
    font-family: raleway,sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin: 2px;
  background-image: linear-gradient(to top, rgb(1, 116, 135), rgb(0, 161, 187));
}


.cover-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
}

.shareRoundIcons{
	margin-top:-5px;
}

.comments-heading{
	margin-top:60px;
	font-size:2rem;
}

.fx-tags li {
    padding-left: 2px;
    display: inline-block;
    padding-right: 2px;
    margin: 0 0 15px;
}
.fx-tags li a {
    background: transparent;
    color: #666;
    padding: 4px 8px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.fx-tags li a:hover {
    border-color: #00a1bb;
    background: none;
    color: #00a1bb;
}

.lang-divider{
	border-top: 1px solid #5f5f5f;
	display:none;
}

.offer-desc .section-heading{
	margin-bottom: 40px;
}
/* Loading wait animation */
.wait-liading{
    display: none;
	text-align:center;
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #00a1bb;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/**
 * ----------------------------------------
 * Hot offers
 * ----------------------------------------
 */

.hot-offers {
	margin-top: 80px;
}

.hot-offers .btn {
	margin-bottom: 40px;
}


.hot-offer-card .hot-offer-card-heading {
	margin-top: 15px;
	font-size: 1.8rem;
	font-family: "MuseoSansBold";
}
.hot-offers-slider a:hover {
	text-decoration: none !important;
}





/* Cloud animation */

@-webkit-keyframes cloud-animation1 {
	0% { background-position: 0 0; }
	100% { background-position: 1601px 0; }
}
@-moz-keyframes cloud-animation1 {
	0% { background-position: 0 0; }
	100% { background-position: 1601px 0; }
}
@-o-keyframes cloud-animation1 {
	0% { background-position: 0 0; }
	100% { background-position: 1601px 0; }
}
@keyframes cloud-animation1 {
	0% { background-position: 0 0; }
	100% { background-position: 1601px 0; }
}

.video-banner .banner-slogan{
	color: rgba(255, 255, 255, 0.03);
	font-family: "MuseoSansBold" !important;
}

/**
 * ----------------------------------------
 * Landings
 * ----------------------------------------
 */
.landing-banner-content{
	color:#ffffff;
	padding:100px 0 100px 50px;
}

.landing-banner-content h3{
	text-transform:uppercase;
	line-height:4rem;
}
.flash-slogan{
	font-size:3rem;
	font-family: "MuseoSansLight";
}
.flash-slogan img.icon{
	height:25px;
}
.landing-banner .section-heading.text-turquoise .small{
	display:block;
	font-size:1.8rem;
	font-family: "MuseoSansMedium";
}
.benefits-text{
	text-align:left;
}
.estimation-box .col-md-4{
	text-align:center;
}
 
 
 
 
/**
 * ----------------------------------------
 * animation shine
 * ----------------------------------------
 */

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

	
/**
 * ----------------------------------------
 * animation scale-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-bottom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bottom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}

	
.slide-out-right {
	-webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/* Responsive style's */

@media only screen and (max-width: 1400px) {
	.pen-layer{
		width: 420px;
		height: 426px;
		background-size: cover
	}
	.page-video-banner .video-bg{
		height: 450px;
	}
}

@media only screen and (max-width: 1200px) {
	.pr-service-section .text-item{
		font-size: 2rem;
	}
	.servise-items-row .col{
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tab-controls .btn{
		padding: 11px 20px;
	}
	.estimation-section .section-heading{
		max-width:70%;
	}
	.rectangle-item{
		font-size: 2.2rem;
	}
	.company-exemple-section{
		background-size: 40%;
	}
}

@media only screen and (max-width: 991px) {
	.wrapper{
		padding-top: 60px;
	}
	.pr-service-section .text-item{
		font-size:1.6rem;
	}
	.pr-service-section-bg{
		background-size: cover;
		background-position: center;
	}
	.quality-section .info-item{
		position:static;
		justify-content: flex-start !important;
	}
	.quality-section .info-item{
		margin-bottom:30px;
	}
	.info-item .info-number{
		order:-1;
	}
	.info-item .info-title.right-text{
		text-align:left;
	}
	.servise-items-row .col{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tab-controls{
		text-align:center;
	}
	.portfolio-section{
		padding-top:0;
	}
	.portfolio-item{
		padding-top:30px;
	}
	.tab-controls{
		margin-top:30px;
		margin-bottom:0;
	}
	.tab-controls .btn{
		width:clac(33.3333333% - 5px);
		margin-bottom:5px;
		font-size:1.4rem;
		padding: 10px 12px;
	}
	.portfolio-item .section-heading{
		margin-bottom:30px;
	}
	.offer-desc{
		padding-left:0;
	}
	.pen-layer{
		width: 320px;
		height: 326px;
	}
	.section-heading{
		font-size:2.6rem;
	}
	.itunes-promotion-section{
		background:none;
	}
	.words span{
		font-size:8rem;
	}
	.package-tabs .individual-heading{
		margin-top:15px;
	}
	.numeric-heading .heading-number{
		font-size: 7rem;
	}
	.package-tabs .tab-content{
		border-top:1px solid #d3d5d6;
	}
	.numeric-heading h3{
		font-size:1.6rem;
		line-height:1.4;
	}
	.carousel-item-el h3 {
		font-size: 1.8rem;
	}
	
	.footer-links div[class^="col"]:last-child{
		order:-1;
	}
	
	.why-do-you-need-section .section-heading{
		padding:0;
	}
	
	.why-us-section{
		background-position:right;
	}
	.why-us-section div[class^="col"]{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.estimation-section{
		padding-bottom:50px;
	}
	.company-exemple-section .image-collage .layers-box .layer-img:nth-child(2) {
		z-index:-1;
	}

	.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3){
		right:40%;
	}
	.company-exemple-section .title-box{
		position:static;
	}
	.company-exemple-section .title-box .text-item{
		text-transform:uppercase;
		font-size: 2.6rem;
		font-family: "MuseoSansBold"
	}
	.company-exemple-section .title-box img{
		display:none;
	}
	.company-exemple-section .image-collage{
		width:100%;
	}
	.statistic-section{
		padding-bottom:15px;
	}
	.tablet-order-1{
		order:-1
	}
	.awwards-img-box{
		margin-top:30px;
	}
	.awwards-img-box .image-box:hover .show-more-anim:before{
		webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	.lang-divider{
		display:block;
	}
	
}

@media only screen and (max-width: 780px) {
	.section-contacts .adress-row{
		padding:30px 0;
	}

	.section-heading{
		font-size: 2.4rem;
	}
	.offer-desc p{
		font-size: 1.5rem;
		font-family: "MuseoSansLight";
	}
	
	.offer-item .section-heading{
		margin-top:30px;
	}
	.owl-next, .landing-page .owl-next{
		position: absolute;
		right: 30%;
		top:auto;
		bottom: -80px;
		background-color:rgba(0,0,0,0.3);
	}
	.owl-prev, .landing-page .owl-prev{
		position: absolute;
		left: 30%;
		top:auto;
		bottom: -80px;
		background-color:rgba(0,0,0,0.3);
	}
}

@media only screen and (max-width: 767px) {
	
	.menu-logo-img {
		height: 60px;
		padding: 5px 0;
	}

	.full-cover-link{
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:1;
	}
	.mobile-order-1{
		order:-1;
	}
	.banner-desc .offer-desc-list li:before{
		display:none;
	}
	/* Brand list */
	.brand-list-section{
		display:none;
	}
	/* Offer blocks */
	.offer-item{
		padding:0;
	}
	.offer-item .row{
		margin-left: 0;
		margin-right: 0;
	}
	.offer-item .owl-controls{
		margin-top:20px;
	}

	.offer-item .owl-nav{
		display:none;
	}
	.offer-item .section-heading{
		font-size: 2.2rem;
	}
	.offer-item .col-md-12.mobile-order-1{
		margin-bottom:40px;
	}
	
	
	
	
	/* Video production */
	.servise-items-row .col{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.video-info-section{
		background-position:left;
	}
	.servise-item .orderBtn{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	/* Portfolio */
	.awwards-img-box .image-box:hover .show-more-anim:before{
		webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	.portfolio-item .btn{
		width:100%;
		margin-bottom:10px;
	}
	.awwards-img-box .image-box .show-more-anim:before {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
		left: -30%;
	}
	.show-more-anim span{
		opacity:1;
	}
	/* Modal */
	.modal .modal-body, .modal .modal-header, .modal .modal-footer{
		padding:15px;
	}
	.modal .modal-left-side h4{
		display:none;
	}
	/* Contacts */
	.section-contacts{
		padding:30px 0;
	}
	.contact-form-col{
		padding:15px;
	}
	.section-contacts .btn-submit{
		margin-top:20px;
	}
	.section-contacts .adress-row div[class^="col"]{
		margin-bottom:30px;
	}
	/* PR */
	.pr-service-section .text-item{
		width:50%;
	}
	.pr-section{
		padding: 65px 0;
	}
	.pr-section .img-holder{
		margin-bottom:30px;
	}
	.accordion .btn-link{
		font-size:1.6rem;
	}
	.accordion .card-controls{
		padding-top: 5px;
	}
	.offers-section .section-heading{
		padding:0;
	}
	
	.cells-section{
		padding: 30px 0;
	}
	/* Digital marketing */
	.d-m-offers-section .row .col-md-6:last-child{
		margin-left:0;
	}
	.d-m-offer-title p{
		margin-bottom: 30px;
	}
	.d-m-offer-icon{
		text-align: center;
		margin-bottom:30px
	}
	.d-m-offer-icon svg{
		width:50%;
	}
	.d-m-slogans-box .rectangle-item{
		padding-top:0;
		line-height: 1.2;
		font-size: 1.6rem;
	}
	.offer-desc-list li{
		/*display: inline-block;*/
		padding:0 30px;
	}
	
	.blue-hover-effect .btn-order{
		color:#ffffff;
	}
	.blue-hover-effect:hover{
		background:transparent;
	}
	.blue-hover-effect:hover svg{
		opacity:1;
	}

	.blue-hover-effect:hover .d-m-offer-item{
		margin-top:auto;
	}
	div[class*=col-].bordered:nth-child(2n){
		border: 1px solid #46484a;
	}
	.blue-hover-effect img{
		display:none;
	}
	.blue-hover-effect:hover .d-m-offer-item{
		padding-bottom:45px;
	}
	
	/* Events */
	.event-heading{
		font-size: 2.2rem;
	}
	.event-text{
		font-size: 1.6rem;
	}
	
	/* Why us section */
	.why-us-section .section-content{
		padding: 75px 15px 35px 15px;
	}
	
	/* Itunes promotion section */
	.itunes-promotion-section .info-box{
		padding-left:0;
	}
	.itunes-promotion-section{
		padding-top:30px;
	}
	
	/* Top charts section*/
	.top-charts-section .section-inner{
		padding: 15px;
	}
	.animated-text{
		top:0;
	}
	
	.top-charts-section .offer-desc .section-heading{
		text-align:left;
	}
	.pen-layer{
		display:none;
	}
	
	/* Company exemple section */
	.company-exemple-section .title-box .text-item{
		text-align:center;
		margin-bottom:15px;
	}
	
	/* Estimation section */
	.estimation-section .estimation-box{	   
		max-width: 270px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.estimation-section .section-heading{
		max-width:100%;
	}
	.estimation-section, .statistic-section{
		padding: 60px 0 30px 0;
	}
	.rectangle-item{
		margin-bottom:30px;
	}
	.rectangle-item{
		line-height:3rem;
		text-align: left;
		padding-left:85px;
	}
	
	/* Company exemple section */
	.company-exemple-section{
		background:none;
		padding-bottom:60px;
	}
	.company-exemple-section .title-box{
		margin-top:0;
	}
	
	.company-exemple-section .image-collage .layers-box .layer-img,
	.company-exemple-section .image-collage .layers-box .layer-img:nth-child(2),
	.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3){
		position:static;
		text-align:center;
		width:auto;
	}
	.company-exemple-section .image-collage .layers-box .layer-img img{
		width:100%;
	}
	.company-exemple-section .image-collage .layers-box .layer-img:nth-child(3) .item-text .dot-glow{
		margin-left:auto;
	}
	
	
	/* package tabs section */
	.package-tabs .tab-content{
		padding:15px;
	}
	.package-tabs-vertical .numeric-heading {
		margin-top:15px;
	}
	.numeric-heading h3{
		font-size: 2rem
	}
	.responsive-tabs-container .accordion-link.active{
		background-color:#343a40;
		color:#ffffff;
	}
	.section-heading{
		text-align:center;
		line-height:1.6;
	}
	.package-section, .advice-section, .why-do-you-need-section, .conditions-section{
		padding:50px 0;
	}
	.package-tabs-vertical .background-box{
		display:none;
	}
	.package-tabs-vertical .responsive-tabs-holder{
		padding-left:0;
	}
	
	/* Advice section */
	.advice-item{
		min-height:auto;
	}
	.advice-section div[class^="col"]:last-child .advice-item{
		margin-bottom:0;
	}

	.advice-item-text{
		font-size: 2rem;
	}
	
	/* why-do-you-need-section */
	.why-do-you-need-section div[class^="col"]:last-child{
		order:-1;
	}
	
	/* Conditions section */
	.conditions-section{
		background-position: right;
	}

	.exemples-section .section-heading{
		padding:0;
	}
	
	
	/* Footer section */
	.banner-layer-img{
		display:none !important;
	}
	.footer-logo{
		max-width:40%;
		margin-bottom:30px;
	}
	.contact-item{
		justify-content: center;
	}
	.footer h5{
		margin-top:10px;
	}
	.black-box-icon{
		display:none;
	}
	.footer-list li, .footer-list li a{
		color: #adadad;
	}
	.footer div[class^="col"]{
		text-align:center;
	}
	
	/* Landings */
	.benefits-text{
		text-align:left;
	}
	.estimation-box .col-md-4{
		text-align:left;
	}
	.section-medium.section-digital-list{
		padding: 75px 0 100px 0;
	}

	.landing-banner{
		margin-top:10px;
	}
	.landing-banner-content{
		padding: 5px 0 50px 50px;
	}
	.landing-banner{
		margin-bottom:10px;
	}
	.landing-page .hot-offer-section .orderBtn, .landing-page .orderBtn{
		display:block;
		margin-left:0;
		margin-bottom:30px;
	}
	

}

@media only screen and (max-width: 480px) {
	.pr-service-section .text-item{
		width:100%;
	}
	.pr-service-section-bg{
		background:none;
		background-color:#161616;
	}
		.pr-service-section .text-item{
		padding: 30px 0 0 0;
	}
	.pr-service-section-mobile-bg{
		margin-top:-66px;
		height:250px;
		width:100%;
		background: url(/feex-template/images/feex-team-mobile-min.png) no-repeat;
		background-size: cover;
		background-position: right;
	}
	.pr-service-section{
		margin-bottom:0;
		margin-top:30px;
	}
	.servise-items-row .col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.footer{
		padding: 30px 0;
	}

	.offer-item .section-heading{
		margin-top:30px;
	}
	
	.countdown-item{
		top:40px;
	}
	.count-item .number{
		font-size:1.4rem;
		padding:0 5px;
		text-align:center;
	}

	.count-item .count-title{
		font-size: 1rem;
		text-align:center;
	}
	.sale-item{
		font-size: 22px;
		padding: 5px 15px;
	}
	.sale-item .count-item{
		height:40px;
	}
	.sale-item .sale-text{
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 320px) {
	/* 320 */
}

/* Min width */
@media (min-width: 576px){
	.modal-dialog {
		max-width: 900px;
	}
}