%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/eirtvhdf/www/assets/scss/
Upload File :
Create Path :
Current File : /home/eirtvhdf/www/assets/scss/stylea.scss

@import 'bootstrap/bootstrap';
@import 'bootstrap/variables';
@import '../css/open-iconic-bootstrap.min.css';
@import '../css/animate.min.css';
@import '../css/owl.carousel.min.css';
@import '../css/owl.theme.default.min.css';
@import '../css/aos.css';
@import '../css/ionicons.min.css';
@import '../css/icomoon.min.css';

$font-primary: 'Poppins',Arial, sans-serif;

$white: #fff;
$black: #3a4348;
// $darken: #3a4348;

//$primary: #ed1c24;
//$secondary: #690004;

$primary: #24bdc9;
$secondary: #22d47b;


@mixin gradient-background(){
	background: #000;
	/*background: rgba(46,189,196,1);
	background: -moz-linear-gradient(-45deg, rgba(46,189,196,1) 0%, rgba(104,229,178,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(46,189,196,1)), color-stop(100%, rgba(104,229,178,1)));
	background: -webkit-linear-gradient(-45deg, rgba(46,189,196,1) 0%, rgba(104,229,178,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(46,189,196,1) 0%, rgba(104,229,178,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(46,189,196,1) 0%, rgba(104,229,178,1) 100%);
	background: linear-gradient(135deg, rgba(46,189,196,1) 0%, rgba(104,229,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1 );*/
}

@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
     -moz-border-radius: $radius;
      -ms-border-radius: $radius;
          border-radius: $radius;
}

@mixin transition($transition) {
    -moz-transition:    all $transition ease;
    -o-transition:      all $transition ease;
    -webkit-transition: all $transition ease;
    -ms-transition: 		all $transition ease;
    transition:         all $transition ease;
}

html {
	// overflow-x: hidden;
}
body {
	font-family: $font-primary;
	background: $white;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
	color: lighten($black,30%);
	&.menu-show {
		overflow: hidden;
		position: fixed;
		height: 100%;
		width: 100%;
	}
}
a {
	transition: .3s all ease;
	color: $primary;
	&:hover {
		text-decoration: none;
		color: $primary;
	}
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	line-height: 1.5;
	color: $black;
	font-weight: 400;
}

.text-primary {
	color: $primary!important;
}

.ftco-navbar-light {
	//background: transparent!important;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 3;
	@include media-breakpoint-down(md) {
		background: $black!important;
		position: relative;
		top: 0;
	}

	.navbar-brand {
		color: $white; height: 79px; overflow: hidden;
		img{
			width: 190px; height: auto;
			/*display: none;
			&.light{display: inline;}*/
		}
	}
	&.scrolled .navbar-brand img{
		display: inline;
		&.light{display: none;}
	}
	
	.navbar-nav {
		> .nav-item {
			> .nav-link {
				font-size: 14px;
				padding-top: .9rem;
				padding-bottom: .9rem;
				padding-left: 20px;
				padding-right: 20px;
				// color: darken($white, 80%);
				color: $white;
				font-weight: 400;
				// text-transform: uppercase;
				&:hover {
					color: $white;
				}
				opacity: 1!important;
			}

			.dropdown-menu{
				border: none;
				background: $white;
				-webkit-box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41);
				-moz-box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41);
				box-shadow: 0px 10px 34px -20px rgba(0,0,0,0.41);
			}

			
			&.ftco-seperator {
				position: relative;
				margin-left: 20px;
				padding-left: 20px;
				@include media-breakpoint-down(md) {
					padding-left: 0;
					margin-left: 0;
				}
				&:before {
					position: absolute;
					content: "";
					top: 10px;
					bottom: 10px;
					left: 0;
					width: 2px;
					background: rgba($white, .05);
					@include media-breakpoint-down(md) {
						display: none;
					}
				}
			}
			&.cta {
				> a {
					color: $white;
					border: 1px solid rgba(255,255,255,.4);
					padding-top: .5rem;
					padding-bottom: .5rem;
					padding-left: 20px;
					padding-right: 20px;
					margin-top: 4px;
					@include border-radius(30px);
					span {
						display: inline-block;
						color: $white;
					}
				}
				&.cta-colored {
					span {
						border-color: $primary;
					}
				}
			}
			&.active {
				> a {
					color: rgba(255,255,255,.5);
				}
			}
		}
	}
	.navbar-toggler {
		border: none;
		color: rgba(255,255,255,.5)!important;
		cursor: pointer;
		padding-right: 0;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: .1em;
	}
	
	&.scrolled  {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		margin-top: -130px;
		background: $white!important;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
		.nav-item {
			&.active {
				> a {
					color: $primary!important;
				}
			}
			&.cta {
				> a {
					color: $white !important;
					background: $primary;
					border: none !important;
					padding-top: .5rem!important;
					padding-bottom: .5rem !important;
					padding-left: 20px;
					padding-right: 20px;
					margin-top: 6px !important;
					@include border-radius(30px);
					span {
						display: inline-block;
						color: $white !important;
					}
				}
				&.cta-colored {
					span {
						border-color: $primary;
					}
				}
			}
		}

		.navbar-nav {
			@include media-breakpoint-down(md) {
				background: none;
				border-radius: 0px;
				padding-left: 0rem!important;
				padding-right: 0rem!important;
			}
		}

		.navbar-nav {
			@include media-breakpoint-down(sm) {
				background: none;
				padding-left: 0!important;
				padding-right: 0!important;
			}
		}

		.navbar-toggler {
			border: none;
			color: rgba(0,0,0,.5)!important;
			border-color: rgba(0,0,0,.5)!important;
			cursor: pointer;
			padding-right: 0;
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: .1em;

		}
		.nav-link {
			padding-top: .9rem!important;
			padding-bottom: .9rem!important;
			color: $black!important;
			&.active {
				color: $primary!important;
			}
		}
		&.awake {
			margin-top: 0px;
			transition: .3s all ease-out;
		}
		&.sleep {
			transition: .3s all ease-out;	
		}

		.navbar-brand {
			color: $black;
		}
	}
}

.navbar-brand {
	font-weight: 700;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
}





.hero-wrap{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	height: 630px; 
	@include media-breakpoint-down(sm){
		height: 750px;
	}
	.overlay{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		opacity: .9;
		@include gradient-background();
	}
	.circle-bg{
		&:after{
			position: absolute;
			top: 40%;
			left: 30%;
			content: '';
			opacity: 1;
			width: 200px;
			height: 200px;
			background: rgba(255,255,255,.15);
			@include border-radius(50%);
		}
		&:before{
			position: absolute;
			top: 20%;
			right: 30%;
			content: '';
			opacity: 1;
			width: 120px;
			height: 120px;
			background: rgba(255,255,255,.1);
			@include border-radius(50%);
		}
	}
	.circle-bg-2{
		&:after{
			position: absolute;
			bottom: 10%;
			right: 2%;
			content: '';
			opacity: 1;
			width: 150px;
			height: 150px;
			background: rgba(255,255,255,.2);
			@include border-radius(50%);
		}
		&:before{
			position: absolute;
			top: -2%;
			left: 7%;
			content: '';
			opacity: 1;
			width: 100px;
			height: 100px;
			background: rgba(255,255,255,.1);
			@include border-radius(50%);
		}
	}
}

.slider-text{
	height: 700px;
	position: relative;
	@include media-breakpoint-down(sm){
		height: 750px;
		border: 1px solid transparent;
		display: block;
	}
	.one-forth{
		width: 40%;
		@include media-breakpoint-up(md){
			padding-left: 10.5%;
		}
		@include media-breakpoint-down(sm){
			width: 100% !important;
			margin-top: 25%;
			text-align: center;
		}
	}
	.one-half{
		width: 60%;
		@include media-breakpoint-down(sm){
			width: 100% !important;

		}
	}
	h1 {
		font-size: 44px;
		color: $white;
		line-height: 1.2;
		font-weight: 800;
		@include media-breakpoint-down(md) {
			font-size: 40px;
		}
		strong{
			font-weight: 700;
		}
	}
	p {
		font-size: 20px;
		line-height: 1.5;
		font-weight: 300;
		color: rgba(255,255,255,.7);
		strong{
			font-weight: 700;
			a{
				color: $black;
			}
		}
	}
	.wrap{
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
	.img{
		z-index: 99;
	}
	.breadcrumbs{
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		z-index: 99;
		span{
			border-bottom: 2px solid rgba(255,255,255,.1);
			color: rgba(255,255,255,.7);
			a{
				color: $white;
			}
		}
	}
	.bread{
		font-weight: 500 !important;
	}
	.btn-primary{
		border: 1px solid $white !important;
		background: $white !important;
		color: $primary !important;
		@include border-radius(30px);
		&:hover, &:focus{
			background: $white !important;
			color: $black;
		}
	}
}

//OWL CAROUSEL
.owl-carousel {
	position: relative;
	.owl-item {
		opacity: .4;
		&.active {
			opacity: 1;
		}
	}
	
	.owl-nav {
		position: absolute;
		top: 50%;
		width: 100%;
		.owl-prev,
		.owl-next {
			position: absolute;
			transform: translateY(-50%);
			margin-top: -10px;
			@include transition(.7s);
			span {
				&:before {
					font-size: 40px;
				}
			}
			opacity: 0;
		}
		.owl-prev {
			left: 0;
		}
		.owl-next {
			right: 0;
		}
	}
	.owl-dots {
		text-align: center;
		.owl-dot {
			width: 10px;
			height: 10px;
			margin: 5px;
			border-radius: 50%;
			background: lighten($black, 60%);
			&.active {
			}
		}
	}
	&:hover{
		.owl-nav{
			.owl-prev,
			.owl-next{
				opacity: 1;
			}
			.owl-prev {
				left: -20px;
			}
			.owl-next {
				right: -20px;
			}
		}
	}
}
.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
	border: 1px solid red;
	.owl-custom-prev,
	.owl-custom-next {
		padding: 10px;
		font-size: 30px;
		background: #ccc;
		line-height: 0;
		width: 60px;
		text-align: center;
		display: inline-block;
	}
} 


.bg-light {
	background: #f8faff!important;
	z-index: 0;
}

.bg-primary{
	background: $primary;
}


//BUTTON
.btn {
	cursor: pointer;
	@include border-radius(30px);
	box-shadow: none!important;
	&:hover, &:active, &:focus {
		outline: none;
	}
	&.btn-primary {
		background: lighten($primary,45%);
		border: 2px solid lighten($primary,45%);
		color: $primary;
		&:hover {
			border: 2px solid $primary;
			background: transparent;
			color :$primary;
		}
		&.btn-outline-primary {
			border: 2px solid $primary;
			background: transparent;
			color :$primary;
			&:hover {
				border: 2px solid transparent;
				background: $primary;
				color :$white;
			}
		}
	}
	&.btn-outline-white {
		border-color: rgba($white, .8);
		background: none;
		@include border-radius(30px);
		border-width: 2px;
		color: $white;
		&:hover, &:focus, &:active {
			background: $white;
			border-color: $white;
			color: $primary;
		}
	}
}

//DOMAIN
.domain-form{
	.form-group{
		border: 1px solid lighten($secondary,30%);
		padding: 20px;
		input{
			height: 70px !important;
			border: transparent;
		}
		.search-domain{
			background: $secondary;
			border: 2px solid $secondary;
			color: $white;
			@include border-radius(0);
			@include media-breakpoint-down(sm){
				display: block;
				width: 100%;
			}
		}
	}
}
.domain-price{
	span{
		color: $black;
		margin:0 10px;
		small{
			color: $primary;
		}
	}
}


//DOMAIN PRICING
.table{
	text-align: center;;
	th{
		font-weight: 500;
	}
	.thead-primary{
		background: $secondary !important;
		tr{
			th{
				padding: 30px 10px;
				color: $white !important;
				border: 1px solid transparent !important;
			}
		}
	}
	tbody{
		tr{
			td{
				padding: 20px 10px !important;
				color: $black;
				border: 1px solid transparent !important;
				border-bottom: 1px solid lighten($black,65%) !important;
			}
		}
	}
}

//ACCORDION
#accordion{
	.card{
		margin-bottom: 5px;
		border: 1px solid lighten($black,68%);
		@include border-radius(0);
		.card-header{
			padding: 0;
			background: transparent;
			border-bottom: 1px solid lighten($black,68%);
			@include border-radius(0);
			a{
				padding: 12px 20px;
				display: block;
				font-size: 20px;
				font-weight: 400;
				color: $black;
				span{
					float: right;
					i{
						color: $secondary;
					}
				}
			}
		}
	}
	.card-body{
		border: 1px solid transparent;
		p{
			color: lighten($black,30%) !important;
		}
	}
	[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}
}

//SERVICES
.services-section {
}
.services{
	.icon{
		line-height: 1.3;
		position: relative;
		&:after, &:before{
			position: absolute;
			content: '';
			width: 40px;
			height: 40px;
			@include border-radius(50%);
			z-index: -1;
		}
		&:after{
			width: 25px;
			height: 25px;
			top: 5px;
			left: -10px;
			background: lighten($primary, 42%);
		}
		&:before{
			bottom: 0;
			right: -10px;
			background: lighten($secondary, 42%);
		}
		span{
			font-size:60px;
			color: $secondary;
		}
	}
	.media-body{
		h3{
			font-size: 20px;
		}
	}
}
.list-services{
	margin-top: 40px;
	padding: 0;
	li{
		font-size: 18px;
		list-style: none;
		a{
			color: $black;
		}
	}
}


.ftco-section-parallax {
	position: relative;
	.parallax-img {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		padding: 10em 0;
		@include gradient-background();
	}
	.heading-section-white{
		h2{
			font-weight: 400 !important;
		}
	}
}


//### .block-3
.block-3 {
	@include media-breakpoint-up(md){
		margin-bottom: 7em;
	}
	.text, .image {
		width: 100%;
		padding: 10% 7%;
		display: block;
		@include media-breakpoint-up(md) {
			width: 50%;
			padding: 10% 7%;	
		}
	}
	.text {
		.subheading {
			font-size: 13px;
			text-transform: uppercase;
			letter-spacing: .1em;
		}
		.heading {
			font-size: 30px;
			margin-bottom: 30px;
			a{
				color: $black;
			}
		}
		p {
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.image {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		&:after{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			box-shadow: 20px 20px 0 0 lighten($primary,25%);
		}
		&.image-2{
			&:after{
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				content: '';
				box-shadow: -20px 20px 0 0 lighten($primary,25%);
			}
		}
		@include media-breakpoint-down(sm) {
			height: 300px;
		}
	}
}

//### .block-5
.block-5 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	position: relative;
	display: block;

	&:before {
		content: '';
      position: absolute;
      top: 0;
    	right: 0;
    	bottom: 0;
   	left: 0;
    	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    	opacity: .8;
	}
	.text {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 20px 20px 10px 20px;
		transition: .8s all ease;

		&:before {
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 1;
			background: $white;	
			visibility: hidden;
			opacity: 0;
			height: 0;
			position: absolute;
			content: "";
			@include transition(.3s);
		}
		.heading, .subheading, .post-meta, .excerpt, .price{
			z-index: 2;
			position: relative;
		}
		.subheading {
			color: $white;
			text-transform: uppercase;
			letter-spacing: .1em;
			font-size: 12px;
			margin-bottom: 5px;
			opacity: .6;
		}
		.heading {
			color: $white;
			margin: 0 0 10px 0;
			padding: 0;
			font-weight: bold;
			font-size: 24px;
			line-height: 1.2;
			font-weight: 400;
		}
		.post-meta {
			line-height: 1.4;
			color: $white;
			font-size: 14px;
			// text-transform: uppercase;
			span {
				display: inline-block;
				margin-right: 10px;
				margin-bottom: 10px;
				opacity: .6;

			}
		}
		.price{
			color: $white;
		}
		.excerpt {
			line-height: 1.4;
			color: $white;
		}
	}
	&:hover, &:focus {
		.text {
			
			&:before {
				visibility: visible;
				opacity: 1;
				height: 100%;
				background:$white;
			}
			.heading, .subheading, .post-meta, .price, .star-rate {
				color: $black;
			}
			
		}
	}
}

// USEFUL CODE
.aside-stretch{
	background: lighten($primary,10%);
	&:after{
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
		content: '';
		width: 360%;
		background: lighten($primary,10%);
		// background: #333644;
	}
	@include media-breakpoint-down(sm){
		background: transparent;
		&:after{
			background: transparent;
			display: none;
		}
	}
}


.form-control {
	height: 45px!important;
	background: $white!important;
	color: $black!important;
	/*font-size: 18px;
	border-radius: 0px;
	box-shadow: none!important;*/
	&:focus, &:active {
		border-color: $black;
	}
}
textarea.form-control {
	height: inherit!important;
}
.ftco-vh-100 {
  height: 100vh;
  @include media-breakpoint-down(lg) {
  	height: inherit;
  	padding-top: 5em;
  	padding-bottom: 5em;
  }
}
.ftco-vh-75 {
  height: 75vh;
  min-height: 700px;
  @include media-breakpoint-down(lg) {
  	min-height: 700px;
  	height: inherit;
  	padding-top: 5em;
  	padding-bottom: 5em;
  }
}


.ftco-tab-nav {
	padding: 0;
	margin: 0;
	display: inline-block!important;
	@include media-breakpoint-down(sm) {
		display: block!important;
		margin-bottom: 10px;
		width: 100%!important;
	}
	li {
		padding: 0;
		margin: 0 5px;
		display: inline-block!important;
		@include media-breakpoint-down(sm) {
			display: block!important;
			margin-bottom: 10px;
			width: 100%!important;
		}
		a {
			text-transform: uppercase;
			font-size: 14px;
			letter-spacing: .2em;
			color: #ccc;
			border: 2px solid #ccc;
			border-radius: 0!important;
			&.active {
				background: none!important;
				color: darken(#ccc, 100%)!important;
				border: 2px solid $black;
			}
		}
		
	}
}

.ftco-animate {
	opacity: 0;
	visibility: hidden;
}

.bg-primary {
	background: $primary!important;
}
.ftco-section {
	.ftco-sub-title {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: .5em;
		color: lighten(#ccc, 3%);
		font-family: $font-family-sans-serif;
		font-weight: 300;
	}
	.ftco-primary-title {
		margin-top: 0;
		margin-bottom: 30px;
	}
}



//ABOUT
.media-custom{
	background: $white;
	.media-body{
		.name{
			font-weight: 500;
			font-size: 16px;
			margin-bottom: 0;
			color: $primary;
		}
		.position{
			font-size: 13px;
			color: lighten($black, 85%);
		}
	}
}


.about-author{
	img{
	}
	.desc{
		h3{
			font-size: 24px;
		}
	}
	.bio{

	}
}


.ftco-section {
	padding: 8em 0;
	position: relative;
	@include media-breakpoint-down(sm){
		padding: 6em 0;
	}
}

.ftco-bg-dark {
	background: #3c312e;
}


.ftco-footer {
	font-size: 16px;
	background: $secondary;
	padding: 12em 0 8em 0;
	.ftco-footer-logo {
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.ftco-footer-widget {
		h2 {
			font-weight: normal;
			color: $white;
			margin-bottom: 40px;
			font-size: 18px;
			font-weight: 400;
		}
		ul{
			li{
				a{
					span{
						color: $white;
					}
				}
			}
		}
		.btn-primary{
			background: $white !important;
			border: 2px solid $white !important;
			&:hover{
				background: $white;
				border: 2px solid $white !important;
			}
		}
	}
	p {
		color: rgba($white, .7);
	}
	a {
		color: rgba($white, .7);
		&:hover {
			color: $white;
		}
	}
	.ftco-heading-2 {
		font-size: 17px;
		font-weight: 400;
		color: $black;
	}
}


.ftco-footer-social {
	li {
		list-style: none;
		margin: 0 10px 0 0;
		display: inline-block;
		a {
			height: 50px;
			width: 50px;
			display: block;
			float: left;
			background: rgba($white, .05);
			border-radius: 50%;
			position: relative;
			span {
				position: absolute;
				font-size: 26px;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}
			&:hover {
				color: $white;
			}
		}
	}
}
.footer-small-nav {
	> li {
		display: inline-block;
		a {
			margin: 0 10px 10px 0;
			&:hover, &:focus {
				color: $primary;
			}
		}
	}
}
.media {
	.ftco-icon {
		width: 100px;
		span {
			color: $primary;
		}
	}
}
.ftco-media {
	background: $white;
	border-radius: 0px;
	.heading {
		font-weight: normal;
	}
	&.ftco-media-shadow {
		padding: 40px;
		background: $white;
		box-shadow: 0 10px 50px -15px rgba(0,0,0,.3);
		transition: .2s all ease;
		position: relative;
		top: 0;
		&:hover, &:focus {
			top: -3px;
			box-shadow: 0 10px 70px -15px rgba(0,0,0,.3);
		}
	}
	.icon {
		font-size: 50px;
		display: block;
		color: $primary;
	}
	&.text-center {
		.ftco-icon {
			margin: 0 auto;
		}
	}
}
.ftco-overflow-hidden {
	overflow: hidden;
}

.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

// Map

#map {
	height: 400px;
	width: 100%;
	@include media-breakpoint-down(md) {
		height: 300px;
	}
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba($primary, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba($primary, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba($primary, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba($primary, 0.4);
    box-shadow: 0 0 0 0 rgba($primary, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba($primary, 0);
      box-shadow: 0 0 0 30px rgba($primary, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba($primary, 0);
      box-shadow: 0 0 0 0 rgba($primary, 0);
  }
}

.heading-section{
	.subheading{
		color: $primary;
		font-size: 14px;
		font-size: 500;
		display: block;
		margin-bottom: 20px;
	}
	h2{
		font-size: 30px;
		font-weight: 400;
		@include media-breakpoint-down(sm){
			font-size: 28px;
		}
	}
	&.heading-section-white{
		.subheading{
			color: rgba(255,255,255,.9);
		}
		h2{
			font-size: 40px;
			color: $white;
		}
		p{
			color: rgba(255,255,255,.9);
		}
	}
}

//COVER BG
.img,
.blog-img,
.user-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}





//TESTIMONY
.testimony-section{
	position: relative;
	.owl-carousel{
		margin: 0;
	}
	.owl-carousel .owl-stage-outer{
		padding-top: 3.5em;
		padding-bottom: 2em;
		position: relative;
	}
}
.testimony-wrap{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	background: $white;
	display: block;
	position: relative;
	.user-img{
		width: 100px;
		height: 100px;
		border-radius: (50%);
		position: relative;
		margin-top: -75px;
		.quote{
			position: absolute;
			bottom: -10px;
			right: 0;
			width: 40px;
			height: 40px;
			background: lighten($secondary,45%);
			@include border-radius(50%);
			i{
				color: $secondary;
			}
		}
	}
	.name{
		font-weight: 500;
		font-size: 16px;
		margin-bottom: 0;
		color: $black;
	}
	.position{
		font-size: 13px;
	}
}

.about-image{
	@include media-breakpoint-down(sm){
		height: 400px;
		margin-bottom: 30px;
	}
}

.ftco-section{
	position: relative;
	width: 100%;
	display: block;
	.nav-link-wrap{
	}
	.nav-pills{
		p{
			margin-bottom: 0;
		}
		.nav-link{
			border-radius: 0;
			margin-bottom: 0;
			color: $secondary;
			font-size: 18px;
			font-weight: 400;
			position: relative;
			display: inline-block;
			bordeR: 1px solid lighten($secondary, 20%);
			margin-left: 5px;
			margin-right: 5px;
			@include border-radius(30px);
			&.active, &:hover{
				color: $white;
				@include transition(.3s);
				background: $secondary;
				bordeR: 1px solid $secondary;
				&:after{
					opacity: 1;
				}
				@include media-breakpoint-down(sm){
					&:after{
						opacity: 0;
					}
				}
			}
			@include media-breakpoint-down(sm){
				display: block;
				width: 100%;
				margin-bottom: 5px;
			}
		}
	}
	.tab-content{
		.tab-pane{
			h2{
				font-size: 24px;
			}
			.one-forth{
				width: 50%;
				img{
					-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
					-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
					box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
					@include media-breakpoint-down(sm){
						margin-bottom: 20px;
					}
				}
				@include media-breakpoint-down(sm){
					width: 100%;
				}
			}
			.one-half{
				width: 50%;
				@include media-breakpoint-down(sm){
					width: 100%;
				}
			}
		}
	}
}

// magnific pop up

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



#section-counter{
	position: relative;
	z-index: 0;
	&:after{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		content: '';
		z-index: -1;
		opacity: .9;
		@include gradient-background();
	}
}
.ftco-counter {
	padding: 10em 0;
	.icon{
		span{
		}
	}
	.text{
		strong.number{
			font-weight: 400;
			font-size: 30px;
			color: $white;
		}
		span{
			font-size: 16px;
			color: rgba(255,255,255,.7);
		}
	}
	.counter-wrap{
		@include media-breakpoint-down(sm){
			margin-bottom: 20px;
		}
	}
	.ftco-number {
		display: block;
		font-size: 72px;
		font-weight: bold;
		color: $primary;
	}
	.ftco-label {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
}

//blocks 
.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	position: relative;
	display: block;
}
.blog-entry{
	background: $white;
	-webkit-box-shadow: 0px 4px 18px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 18px -12px rgba(0,0,0,0.75);
	-ms-box-shadow: 0px 4px 18px -12px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 4px 18px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 18px -12px rgba(0,0,0,0.75);
	border: 1px solid lighten($black,71%);
	@include media-breakpoint-up(md){
		margin-bottom: 30px;
	}
	@include media-breakpoint-down(sm){
		margin-bottom: 30px;
	}
	.text {
		position: relative;
		border-top: 0;
		border-radius: 2px;
		.heading {
			font-size: 20px;
			margin-bottom: 16px;
			a {
				color: $black;
				&:hover, &:focus, &:active {
					color: $primary;
				}
			}
		}
		.meta-chat{
			color: lighten($black, 40%);
		}
		.read{
			color: $black;
			font-size: 14px;
		}
	}
	.meta {
		> div {
			display: inline-block;
			margin-right: 5px;
			margin-bottom: 5px;
			font-size: 15px;
			a {
				color: lighten($black, 40%);
				font-size: 15px;
				&:hover {
					color: lighten($black, 80%);
				}
			}
		}
	}
}


.block-23 {
	ul {
		padding: 0;
		li {
			
			&, > a {
				display: table;
				line-height: 1.5;
				margin-bottom: 15px;
			}
			span{
				color: rgba($white, .7);
			}
			.icon, .text {
				display: table-cell;
				vertical-align: top;
			}
			.icon {
				width: 40px;
				font-size: 18px;
				padding-top: 2px;
				color: rgba($white, 1);
			}
			
		}
	}
}

.block-6 {
	margin-bottom: 40px;
	.icon {
		span {
			&:before {
			}
		}
	}
	.media-body {
		.heading {

		}
		p {
			font-size: 16px;
		}
	}
} 

//### .block-10 
.block-10 {
	.chef-img{
		height: 400px;
	}
	.person-info {
		height: 75px;
		span {
			display: block;
		}
		.name {
			font-size: 20px;
			color: $black;
			font-weight: 400;
		}
		.position {
			font-size: 14px;
		}
	}
}

.block-17 {
	form {
		.fields {
			// width: calc(100% - 140px);
			width: 100%;
			position: relative;
			@include media-breakpoint-down(md) {
				width: 100%;
			}
			.one-third {
				width: 100% !important;
				margin-bottom: 10px;
				@include media-breakpoint-down(md) {
					width: 100%;
					border-right: none;
					padding-left: 0;
					padding-right: 0;
					margin-bottom: 10px;
				}
				&:first-child {
					// padding-left: 0;
				}
				&:last-child {
					border-right: none;
				}
				label{
					font-weight: 700;
					color: $black;
				}
			}
			.form-control {
				box-shadow: none!important;
				border: transparent;
				background: transparent !important;
				color: lighten($black,30%) !important;
				border: 2px solid rgba(0,0,0,.1);
				font-size: 14px;
				width: 100%;
				@include border-radius(4px);
				&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
				  color: lighten($black,30%);
				}
				&::-moz-placeholder { /* Firefox 19+ */
				  color: lighten($black,30%);
				}
				&:-ms-input-placeholder { /* IE 10+ */
				  color: lighten($black,30%);
				}
				&:-moz-placeholder { /* Firefox 18- */
				  color: lighten($black,30%);
				}
			}
			.icon {
				position: absolute;
				top: 50%;
				right: 30px;
				font-size: 14px;
				transform: translateY(-50%);
				color: rgba($black,.7);
				@include media-breakpoint-down(sm) {
					right: 10px;
				}
			}
			.textfield-search, .select-wrap {
			}
			.textfield-search {
				input {

				}
			}
			.select-wrap {
				position: relative;
				select {
					appearance: none;
				}
			}
		}
		.search-submit {
			width: 100%;
			background: $primary;
			border: 2px solid $primary;
			color: $white;
			padding: 12px 10px;
			@include border-radius(4px);
			&:hover{
				background: $black;
				color: $white;
				border: 2px solid $black;
			}
		}
	}
}

//### .block-18 
.block-18 {
	.icon, .text {
	}
	.icon {
		> span {
			font-size: 40px;
		}
	}
	.text {
		strong {
			font-size: 30px;
		}
		span {
			display: block;
		}
	}
}


.block-27 {
	ul {
		padding: 0;
		margin: 0;
		li {
			display: inline-block;
			margin-bottom: 4px;
			font-weight: 400;
			a,span {
				color: $primary;
				text-align: center;
				display: inline-block;
				width: 40px;
				height: 40px;
				line-height: 40px;
				border-radius: 50%;
				border: 1px solid lighten($primary,25%);
			}
			&.active {
				a, span {
					background: lighten($primary,25%);
					color: $primary;
					border: 1px solid transparent;
				}
			}
		}
	}
}


.block-7 {
	margin-bottom: 30px;
	padding: 30px;
	padding-top: 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.03);
	background: $white;
	@include media-breakpoint-up(md) {
		padding: 40px;
		padding-top: 0;
	}
	.heading {
		font-size: 14px;
		line-height: 1;
		margin: 0;
		padding: 0;
		padding: 12px 20px;
		background: $primary;
		margin-bottom: 40px;
		color: $white;
		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		display: inline-block;
	}
	.heading-2 {
		font-size: 16px;
		font-weight: normal;
		// text-transform: uppercase;
	}
	.price {
		margin: 0;
		padding: 0;
		display: block;
		sup {
			font-size: 20px;
			top: -1em; 
			color: $black;
		}
		.number {
			font-size: 40px;
			font-weight: 500;
			color: $black;
		}
	}
	.excerpt {
		margin-bottom: 20px;
		color: darken(#ccc, 10%);
	}
	.label2 {
		text-transform: uppercase;
	}
	.pricing-text {
		margin-bottom: 0;
		&, li {
			padding: 0;
			margin: 0;
		}
		li {
			list-style: none;
			margin-bottom: 10px;
			color: darken(#ccc, 10%);
			strong {
				color: $black;
			}
		}
	}

}

.block-8 {
	.accordion-item {
		.heading {
			font-size: 16px;
			font-weight: 400;
			padding: 10px 0;
			> a {
				padding-left: 35px;
				position: relative;
				color: $black;
				&:before {

					width: 20px;
					height: 20px;
					line-height: 18px;
					border: 1px solid #ccc;
					text-align: center;
					font-size: 18px;
					top: .1em;
					left: 0;
				}
				&[aria-expanded="true"] {
					&:before {
						font-family: 'icomoon';
						position: absolute;
						content: "\e316";
						transition: .3s all ease;
						background: $primary;
						color: $white;
						border: 1px solid $primary;
					}
				}
				&[aria-expanded="false"] {
					&:before {
						content: "\e313";
						color: #ccc;	
						font-family: 'icomoon';
						position: absolute;
				
						transition: .3s all ease;
					}
				}
				
			}
		}
		.body-text {
			font-size: 16px;
			padding: 5px 0;
			padding-left: 30px;
		}
	}
}

//### .block-4
.block-4 {
	.nonloop {
		.owl-stage {
			padding-bottom: 2em;
		}
		.owl-item {
			box-shadow: 0 7px 20px -5px rgba(0,0,0,.2);	
		}
		.owl-nav {
			z-index: 2;
			position: absolute;
			width: 100%;
			bottom: -2px;
			.owl-prev, .owl-next {
				opacity: .2;
				transition: .3s all ease;
				&:hover {
					opacity: 1;
				}
				&.disabled {
					display: none;
				}
				position: absolute;
				span {
					font-size: 30px;
				}
			}
			.owl-prev {
				left: 50px;

			}
			.owl-next {
				right: 50px;
			}
		}
		.owl-dots {
			bottom: -40px;
			position: absolute;
			width: 100%;
			text-align: center;
			.owl-dot {
				display: inline-block;
				width: 8px;
				height: 8px;
				background: #ccc;
				border-radius: 50%;
				margin-right: 10px;
				margin-bottom: 10px;
				transition: .3s all ease;
				&.active {
					
					background: $primary;
				}
			}
		}
	}
}

.contact-section {
	.contact-info{
		p{
			a{
				color: lighten($black,10%);
			}
			span{}
		}
	}
}
.block-9 {

	.form-control {
		outline: none!important;
		box-shadow: none!important;
		font-size: 15px;
	}
	#map {
	}
}


//### .block-21
.block-21 {
	.blog-img{
		display: block;
		height: 80px;
		width: 80px;
	}
	.text {
		width: calc(100% - 100px);
		.heading {
			font-size: 18px;
			font-weight: 300;
			a {
				color: $black;
				&:hover, &:active, &:focus {
					color: $primary;
				}
			}
		}
		.meta {
			> div {
				display: inline-block;
				font-size: 12px;
				margin-right: 5px;
				a {
					color: lighten($black, 50%);
				}
			}
		}
	}
}

.custom-pagination {
	width: 100%;
	text-align: center;
	display: inline-block;
	li {
		display: inline-block;
	}
	.prev, .next {
		a {
			font-size: 20px!important;
			line-height: 38px!important;
		}
	}
	li, .prev, .next {
		a {
			width: 40px;
			height: 40px;
			line-height: 40px;
			padding: 0;
			margin: 0;
			border-radius: 50%!important;
			font-size: 16px;
		}
		&.active {
			a {
				display: block;
				width: 40px;
				height: 40px;
				line-height: 40px;
				padding: 0;
				margin: 0;
				border-radius: 50%!important;
				font-size: 16px;
				background: $primary;
				color: $white;
				&:hover, &:focus {
					color: $white;
				}
			}	
		}
	}
	.prev {
		float: left;
	}
	.next {
		float: right;
	}
}

/* Blog*/
.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: $white;
	letter-spacing: .1em;
	> div {
		display: inline-block;

		.seperator {
			display: inline-block;
			margin: 0 10px;
			opacity: .5;
		}
	}
}

.tagcloud {
	a {
		text-transform: uppercase;
		display: inline-block;
		padding: 4px 10px;
		margin-bottom: 7px;
		margin-right: 4px;
		border-radius: 4px;
		color: $black;
		border: 1px solid #ccc;
		font-size :11px;
		&:hover {
			border: 1px solid #000;
		}
	}
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
	.children {
		padding: 50px 0 0 40px;
		margin: 0;
		float: left;
		width: 100%;
	}
	li {
		padding: 0;
		margin: 0 0 30px 0;
		float: left;
		width: 100%;
		clear: both;
		list-style: none;
		.vcard {
			width: 80px;
			float: left;
			img {
				width: 50px;
				border-radius: 50%;
			}
		}
		.comment-body {
			float: right;
			width: calc(100% - 80px);
			h3 {
				font-size: 20px;
			}
			.meta {
				text-transform: uppercase;
				font-size: 13px;
				letter-spacing: .1em;
				color: #ccc;
			}
			.reply {
				padding: 5px 10px;
				background: lighten($black, 70%);
				color: $black;
				text-transform: uppercase;
				font-size: 11px;
				letter-spacing: .1em;
				font-weight: 400;
				border-radius: 4px;
				&:hover {
					color: $white;
					background: lighten($black, 0%);
				}
			}
		}
	}
}

.search-form {
	background: lighten($black, 70%);
	padding: 10px;

	.form-group {
		position: relative;
		input {
			padding-right: 50px;
		}
	}
	.icon {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
}

.subscribe-form{
	.form-group {
		position: relative;
		margin-bottom: 0;
		input {
			padding-right: 50px;
			background: transparent !important;
			border: 1px solid rgba(255,255,255,.7);
			color: rgba(255,255,255,.8) !important;
			@include border-radius(30px);
			&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			  color: rgba(255,255,255,.8) !important;
			}
			&::-moz-placeholder { /* Firefox 19+ */
			  color: rgba(255,255,255,.8) !important;
			}
			&:-ms-input-placeholder { /* IE 10+ */
			  color: rgba(255,255,255,.8) !important;
			}
			&:-moz-placeholder { /* Firefox 18- */
			  color: rgba(255,255,255,.8) !important;
			}
		}
	}
	.icon {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		color: rgba(255,255,255,.8);
	}
}

// sidebar
.sidebar-box {
	margin-bottom: 30px;
	padding: 25px;
	font-size: 15px;
	width: 100%;
	
	float: left;
	
	background: $white;
	*:last-child {
		margin-bottom: 0;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.categories, .sidelink {
	li {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted gray('300');
		list-style: none;
		&:last-child {
			margin-bottom: 0;
			border-bottom: none;
			padding-bottom: 0;
		}
		a {
			display: block;
			span {
				position: absolute;
				right: 0;
				top: 0;
				color: #ccc;
			}
		}
		&.active {
			a {
				color: $black;
				font-style: italic;
			}
		}
	}
}



#ftco-loader {
	position: fixed;
	width:  96px;
	height: 96px;
	left:  50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 24px 64px rgba(0,0,0,0.24);
	border-radius:16px;
	opacity: 0; 
	visibility: hidden;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index:1000;
}

#ftco-loader.fullscreen {
	padding:  0;
	left:  0;
	top:  0;
	width:  100%;
	height: 100%;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}

#ftco-loader.show {
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#ftco-loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left:  calc(50% - 24px);
  top:  calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* Azim CSS */
.ftco-navbar-light{
	position: relative; top: 0; background: red !important;
	.navbar-nav>.nav-item>.nav-link,
	.navbar-toggler{color: #3a4348 !important;}
	.navbar-nav > .nav-item > .nav-link:hover,
	.ftco-navbar-light .navbar-nav>.nav-item.active>a{color: $primary !important;}
	.nav-item.cta>a{background: #24bdc9 !important;}
}
.dropdown-item:hover, .dropdown-item:focus{background: $primary; color: #fff;}
.ftco-footer{background: #3c312e;}

.heading-section h2{
	span{color: #ccc; font-family: 'Great Vibes', cursive; font-size: 45px;}
	strong{color: $primary;}
}

.carouselDiv{
	max-width: 100%; overflow: hidden; background: #000;
	.item{
		//height: 100vh;
		background: center no-repeat; background-size: cover;
		/*
		&:before{
			content: ""; position: absolute; left: 0; top: 0; width: 100%; height:180px;
			!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 *!
			background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); !* FF3.6-15 *!
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); !* Chrome10-25,Safari5.1-6 *!
			background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); !* IE6-9 *!
		}
		&:after{
			content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height:180px;
			!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 *!
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); !* FF3.6-15 *!
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* Chrome10-25,Safari5.1-6 *!
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); !* IE6-9 *!
		}
		*/
		/*.contentDv{
			position: absolute; left: 7%; top: 35%; min-width: 50%; padding: 20px; background: rgba(0, 0, 0, 0.5);
			h4{font-size: 44px;color: #fff;line-height: 1.2;font-weight: 800;}
			ul{
				list-style: none; padding: 0; margin: 0;
				li{font-size: 20px;line-height: 1.5;font-weight: 300;color: rgba(255, 255, 255, 0.7);}
			}
		}*/
		.textDv{
			position: absolute; left: 10.5%; bottom: 10%; width: 30%;
			h1 {font-size: 44px;color: #fff;line-height: 1.2;font-weight: 800;}
			p {font-size: 20px;line-height: 1.5;font-weight: 300;color: rgba(255, 255, 255, 0.7);}
		}
	}
	.owl-carousel{
		.owl-dots {
			//text-align: center;margin-top: -28px;position: relative;z-index: 10;
			position: absolute;z-index: 10; right: 4%; top: 42%;
			.owl-dot{
				border-radius: 0;background: none;display: block;width: 30px; height: auto;margin: 0px 5px; text-align: right; padding: 5px 0px !important; padding-left: 10px !important; transition: all .2s ease;
				span{margin: 0; border-radius:0; width: auto; height: 3px;background: #d6dbde; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);}
				&:focus{outline: none;}
				&.active, &:hover{
					background: none;padding-left: 0px !important;
					span{background: $primary;}
				}
			}
		}
		.owl-item img {width: 75%;opacity: 0;}
	}
}

.inpageBanner{
	position: relative;
	img{width: 100%; height: auto;}
	.textDv{
		position: absolute; left: 10.5%; bottom: 15%; width: 30%;
		h1 {font-size: 44px;color: #fff;line-height: 1.2;font-weight: 800;}
		p {font-size: 20px;line-height: 1.5;font-weight: 300;color: rgba(255, 255, 255, 0.7);}
	}
}

.bx-wrapper {
	width: 100%; border: 10px solid white; margin:0 auto;
	.bx-viewport { height: 139px !important; }
	li{
		padding: 0px 25px;
		img{width: 100%; height: auto;}
	}
}

.keyFeatures{
	list-style: none; margin: 0; padding: 0;
	&:after{content: ""; display: table; clear: both;}
	li{
		float: left; text-align: center; width: 20%;
		figure{
			img{max-width: 100%; width: 140px; height: auto;}
		}
		p{font-size: 20px; margin: 0px 0px 0px;}
	}
}

.aio-section{
	overflow: hidden;
	.heading-section.heading-section-white{
		h2{color: $primary; font-weight: bold;}
		ul{
			margin: 0; color: #fff;
			&:after{content: ""; display: table; clear: both;}
			li{float: left; width: 50%;}
		}
		.price {
			margin: 0;padding: 0;display: block;
			sup {font-size: 20px;top: -1em; color: #fff;}
			.number {font-weight: 500; font-size: 45px; color: #fff;}
			.strike{color: #f00; text-decoration: line-through; vertical-align: top;}
		}
		.off50{position: absolute;right: 25%;bottom: 0%;width: 134px;height: auto;}
		.stripe-button-el{display: none;}
	}
}

.services-section{
	.item{
		overflow: hidden; border-radius: 10px; position: relative;box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
		a{font-size: 20px; color: #fff; padding: 15px 25px; position: relative; z-index: 10;height: 240px; display: block; }
		&.first a{height: 505px;}
		&.text-black a{color: #333;}
		span{background: center no-repeat; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1s ease-out; z-index: 1;}
		&:hover span{width: 120%; height: 120%;left: -10%; top: -10%;}
	}
}

.logoPgPrice .block-7{
	.price{
		margin: 0 -30px;
		.number{font-size: 33px;}
		.strike{color: #f00; text-decoration: line-through; vertical-align: top;}
	}
	.pricing-text li{font-size: 14px;}
	.stripe-button-el{display: none;}
}

.portfolio{
	.item{
		a{position: absolute; left: 15px; right:15px; top: 0; bottom: 0;  background: rgba(0, 0, 0, 0.8);z-index: 10;color: #fff; display: none;}
		figure{
			position: relative; z-index: 2; margin: 0px; overflow: hidden;
			img{transition: .3s all ease; width: 100%; height: auto; position: absolute; left: 0px; right:0px; top: 0; bottom: 0;}
		}
		&:hover{
			a{opacity: 0.3;}
			figure img{width: 110%; left: -5%; top:-5%;}
		}
		&.col-md-3{
			a{font-size: 20px;padding: 23% 0px 0px;}
			figure{height: 170px;}
		}
		&.col-md-4{
			a{font-size: 28px;padding: 27% 0px 0px;}
			figure{height: 250px;}
		}
	}
}

#eirLogo-cform{
	.bg-info, .error, .validation-error {background: none !important;}
	.validation-error, .error{color: #f00; font-size: 11px;}
	.has-error .form-control{border-color: #f00;}
	.jf-thankyou h3{}
}

.ftco-footer .ftco-footer-widget .ccard{
	width: 200px;
	img{width: 100%; height: auto;}
}


@media (max-width: 480px){
	.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu{display: block; padding-left: 20px;margin-top: -25px;margin-bottom: 20px;}
	.ftco-navbar-light.scrolled .navbar-nav{height: calc(100vh - 110px); overflow: auto;}
	.carouselDiv,.bx-wrapper{display: none;}
	.ftco-section{padding: 2em 0;}
	.services-section .item{
		&.first{
			margin-bottom:1.5rem;
			a{height: 240px;}
		}
	}
	.keyFeatures{
		text-align: center;
		li{
			width: 30%;float: none;display: inline-block;
			p{font-size: 13px;}
		}
	}
	.aio-section{
		padding: 2em 1em; background-position: left;
		> row{background: #005671; padding-bottom: 20px;}
		.heading-section.heading-section-white .off50{right: 1%; bottom: 2%; width: 85px;}
	}
}











Zerion Mini Shell 1.0