
/* ===================================
   Main Styles
====================================== */
@import url('https://fonts.googleapis.com/css?family=Lobster|Poppins:300,400,700');

html,
body {
	height: 100%;
	font-family: "Poppins", sans-serif;
	
}

body {
	overflow: hidden !important;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0;
}

p {
	font-size: 17px;
	color: #777777;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}

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

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

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

.no-over{
	overflow: visible !important;
}

.section-title {
	font-weight: 700;
	margin-bottom: 50px;
}


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

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

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

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


/* ===================================
   Intro Section
====================================== */
.intro-section {
	height: 100%;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: relative;
	z-index: 1;
}

.intro-section.pattern {
	background-image: url("../img/p-light.png");
	background-repeat: repeat;
}

.intro-section.dark {
	background-color: #0e091d;
}

.intro-section.dark.pattern {
	background-image: url("../img/p-dark.png");
}

#particles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.intro-left {
	width: 50%;
	height: 100%;
	float: left;
	    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.intro-right {
	width: 50%;
	height: 100%;
	float: right;
	-webkit-transform: skew(-7deg);
	    -ms-transform: skew(-7deg);
	        transform: skew(-7deg);
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	position: relative;
}

.intro-right .bg-warp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 1px;
	top: 0;
	overflow: hidden;
}

.intro-right .rbg {
	-webkit-transform: skew(7deg);
	    -ms-transform: skew(7deg);
	        transform: skew(7deg);
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.intro-right .rbg.play {
	left: 1px;
}

.iBG {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-btn {
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	z-index: 999;
	-webkit-transform: skew(7deg);
	    -ms-transform: skew(7deg);
	        transform: skew(7deg);
	text-align: center;
	margin-top: -40px;
	margin-left: -40px;
	color: #fff;
	padding-top: 25px;
	font-size: 25px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.video-btn:hover {
	color: #fff;
}

.video-btn:hover:after {
	visibility: hidden;
}

.video-btn:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 50%;
	animation: wave 1.5s linear infinite;
	-webkit-animation: wave 1.5s linear infinite;
}

@keyframes wave {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		opacity: 0.3;
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
}

@-webkit-keyframes wave {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
	}
	50% {
		opacity: 0.3;
		-webkit-transform: scale(1.3);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
	}
}

.action-switch {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	padding-top: 17px;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	z-index: 80;
	-webkit-transform: skew(7deg);
	    -ms-transform: skew(7deg);
	        transform: skew(7deg);
	-webkit-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	transition: left 0.4s ease 0s;
}

.action-switch .front-style {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.71);
	z-index: 2;
}

.action-switch .front-style i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(119, 119, 119, 0.24);
	top: 10px;
	position: relative;
	padding-top: 13px;
	color: #b5b5b5;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease 0s;
	-webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact{ display: flex;
justify-content: center;
align-items: center; 
}

.action-switch .back-style {
	position: absolute;
	width: 90px;
	height: 90px;
	left: -10px;
	top: -10px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	z-index: 1;
	-webkit-box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
	        box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
}

.action-switch:hover .front-style i {
	background: #111;
	color: #fff;
}

.intro-section.pull {
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.intro-section.pull .intro-right {
	-webkit-transform: skew(0);
	    -ms-transform: skew(0);
	        transform: skew(0);
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
}

.intro-section.pull .intro-right .rbg {
	-webkit-transform: skew(0);
	    -ms-transform: skew(0);
	        transform: skew(0);
	-webkit-transform-origin: right bottom;
	    -ms-transform-origin: right bottom;
	        transform-origin: right bottom;
}

.intro-section.pull .action-switch {
	left: 100%;
	-webkit-transform: skew(0);
	    -ms-transform: skew(0);
	        transform: skew(0);
}

.intro-section.pull .action-switch .front-style i {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.intro-content h2 {
	font-size: 34px;
	    font-family: "Poppins", sans-serif;
	color:#2d44ac;
	font-weight: 700;
}

.intro-content h3 {
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 42px;
}

.intro-content.light h2,
.intro-content.light h3 {
	color: #fff;
}

.stie-btn-solid {
	display: inline-block;
	border: none;
	padding: 13px 40px;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.stie-btn-solid:hover {
	color: #fff;
}

.timer-btn {
	display: inline-block;
	font-size: 20px;
	border: 2px solid;
	margin: 0;
	border-radius: 30px;
	width: 47px;
	height: 47px;
	text-align: center;
	padding-top: 7px;
	margin-left: 10px;
	-webkit-box-shadow: 0 0 30px transparent;
	        box-shadow: 0 0 30px transparent;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.timer-btn:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.social a {
	font-size: 20px;
	margin-left: 10px;
}

.social a.facebook {
	color: #2D5DA1;
}

.social a.twitter {
	color: #1AB1E5;
}

.social a.behance {
	color: #2A71F3;
}

.social a.dribbble {
	color: #DF7EA5;
}


/* ===================================
   Right Section
====================================== */
.right-section {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	

}
.right-section{display: flex;
justify-content: center;
align-items: center; }

.right-section.active {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.padlr {
	padding-left: 40px;
	padding-right: 30px;
}

.about-content h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}

.gallery a {
	display: block;
	overflow: hidden;
}

.gallery a .overlay {
	display: inline-table;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.gallery a .overlay p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	opacity: 0;
	position: relative;
	top: -25px;
	font-size: 20px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.gallery a:hover .overlay {
	background-color: rgba(0, 0, 0, 0.65);
}

.gallery a:hover .overlay p {
	top: 0;
	opacity: 1;
}

.con-item .con-icon {
	width: 65px;
	height: 65px;
	margin: 0 auto 15px;
	display: table;
	background: #6da942;
    color: #fff;
	border-radius: 60px;
}

.con-item .con-icon i {
	display: table-cell;
	vertical-align: middle;
}

.con-item p {
	font-size: 14px;
	line-height: normal;
}

#contact-form input,
#contact-form textarea {
	border: none;
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin-bottom: 30px;
	height: 40px;
	font-size: 14px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
	-o-transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
	transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}

#contact-form input:focus,
#contact-form textarea:focus {
	outline: none;
	border-bottom: 2px solid #222;
}

#contact-form textarea {
	min-height: 100px;
}

#contact-form #send-form.done {
	background: #0fa049;
	border-color: #0fa049;
	color: #fff;
}

#contact-form #send-form.error {
	background: #e20808;
	border-color: #e20808;
	color: #fff;
}


/* ===================================
   Spacial Sections
====================================== */
.video-zoom-in .mfp-content {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.video-zoom-in .mfp-content {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.mfp-ready .subscribe-area,
.video-zoom-in.mfp-ready .mfp-content {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.mfp-removing .subscribe-area,
.video-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.mfp-content {
	max-width: 700px;
}

.subscribe-area {
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 30px;
	text-align: center;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.subscribe-area h2 {
	font-size:28px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #0082d8;
}

.subform {
	text-align: center;
}

.subform input {
	width: 100%;
	height: 55px;
	padding: 10px 15px;
	border: none;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 20px rgba(144, 144, 144, 0.22);
	        box-shadow: 0 0 20px rgba(144, 144, 144, 0.22);
	font-size: 14px;
	border-radius: 2px;
	margin-top: 15px;
}

.subform .subform-btn {
	border: 3px solid #602abf;
	padding: 12px 35px;
	font-size: 14px;
	color: #602abf;
	background-color: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}

.subform .subform-btn:hover {
	border: 3px solid #602abf;
	color: #fff;
}

.subform label {
	position: absolute;
	bottom: 15px;
	font-weight: 400;
	width: 100%;
	left: 0;
	font-size: 14px;
	color: #444;
}

.counter-section {
	position: fixed;
	width: 320px;
	top: -60px;
	left: 50%;
	background: #fff;
	margin-left: -160px;
	text-align: center;
	height: 50px;
	padding-top: 7px;
	-webkit-box-shadow: -3px 2px 20px rgba(72, 72, 72, 0.15);
	        box-shadow: -3px 2px 20px rgba(72, 72, 72, 0.15);
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.counter-section.active {
	top: 0;
	opacity: 1;
}

.counter {
	margin-bottom: 15px;
}

.counter .cd-item {
	display: inline-block;
	font-weight: 700;
	color: #111;
	font-size: 22px;
	margin: 0 10px;
	letter-spacing: 0.06em;
	width: 60px;
	line-height: 15px;
	padding-top: 8px;
	position: relative;
}

.counter .cd-item span {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.counter .cd-item:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	right: -10px;
	top: 10px;
	background: #ddd;
}

.counter .cd-item:last-child:after {
	display: none;
}



/* ===================================
   Responsive
====================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		overflow: visible;
	}
	.intro-left {
		width: 100%;
		padding-bottom: 50px;
	}
	.action-switch {
		display: none;
	}
	.sm-hidden {
		display: none;
	}
	.right-section {
		position: relative;
		width: 100%;
		height: auto;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.intro-section {
		text-align: center;
	}
	.intro-section.pull {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.small-bg {
		background: #f9f9f9;
	}
	.intro-right {
		width: 100%;
		left: 0;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.intro-right .rbg {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.intro-right .bg-warp {
		left: 0;
	}
	.video-btn {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.rbg.play {
		left: 0;
	}
	.padlr{
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	body {
		overflow: visible;
	}
	.intro-section.pull {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.intro-left {
		width: 100%;
		height: auto;
		padding-bottom: 50px;
		    padding-top: 50px;
	}
	.intro-content h2 {
		font-size: 25px;
	}
	.intro-content h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.action-switch {
		display: none;
	}
	.sm-hidden {
		display: none;
	}
	.right-section {
		position: relative;
		width: 100%;
		height: auto;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.intro-right {
		width: 100%;
		left: 0;
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.intro-right .rbg {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.intro-right .bg-warp {
		left: 0;
	}
	.video-btn {
		-webkit-transform: skew(0);
		    -ms-transform: skew(0);
		        transform: skew(0);
	}
	.rbg.play {
		left: 0;
	}
	.small-bg {
		background: #ededed;
	}
	.con-item {
		margin-bottom: 20px;
	}
	.gallery a .overlay p {
		font-size: 14px;
	}
	.padlr{
		padding-left: 15px;
		padding-right: 15px;
	}

.subscribe-area h2 {
    font-size: 22px;
}
p {
    font-size: 16px;
    }

}
