@font-face {
	font-family: 'Flaticon';
	src: url('../fonts/Flaticon.eot');
	src: url('../fonts/Flaticon.woff2') format('woff2'),
	url('../fonts/Flaticon.woff') format('woff'),
	url('../fonts/Flaticon.ttf') format('truetype'),
	url('../fonts/Flaticon.svg#Flaticon') format('svg'),
	url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

body {
    /* font-family: 'Libre Baskerville', serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Poppins', sans-serif; */
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    outline: none !important;
    outline: none !important;
}


/* Starts General  */

a {
	text-decoration: none !important;
	color: #333;
	outline: none !important;
}


/* Ends General  */

/*Starts on css Header*/

.top-header {
	padding: 9px 0;
	border-bottom: 1px solid #e0e4cd;
}

.top-header .phone p .fa {
	margin-right: 8px;
	font-size: 18px;
}

.top-header .phone p {
	font-size: 16px;
	margin: 8px 0 0;
}


.top-header .register a {
	background: #9c88ff none repeat scroll 0 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	color: #fff;
	display: table;
	font-size: 12px;
	padding: 10px 25px;
	text-transform: uppercase;
}

.top-header .register a:hover {
	background: #7257ff none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}


.top-header .register a .fa {
	vertical-align: middle;
	font-size: 18px;
	margin-right: 8px;
}

.mid-header {
	padding: 16px 0;
}

.mid-header .menu {
	margin-top: 22px;
}

.mid-header .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mid-header .menu ul li {
	display: inline-block;
	margin-right: 45px;
	margin-top: 5px;
}

.mid-header .menu ul li:last-child {
	margin-right: 0;
}

.mid-header .menu ul li a {
	font-size: 16px;
	text-transform: uppercase;
}

/*SHAKE BUTTONS CSS*/

/*Starts on css Banner*/

.banner img {
	width: 100%;
}

/*Ends on css Banner*/

@-webkit-keyframes hvr-wobble-horizontal {
	5.56% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	11.11% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	16.67% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	22.22% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	27.75% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	33.33% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes hvr-wobble-horizontal {
	5.56% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	11.11% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	16.67% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	22.22% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	27.75% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	33.33% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

/*SHAKE BUTTONS CSS*/

/*Ends on css Header*/

/*Starts First SECTIONS Part*/

.first-prdt-sec {
	padding: 52px 0;
}

.first-prdt-sec .text-yellow {
	color: #fbc531;
	display: table;
	font-size: 18px !important;
	line-height: 35px !important;
	margin: 0;
}

.first-prdt-sec.prdt-sec-1 img {
	display: table;
	float: left;
	margin-right: 10px;
}

/*.first-prdt-sec .glyph-icon {
	color: #fbc531;
	display: table;
	float: left;
	margin-right: 10px;
}*/

.first-prdt-sec h2 {
	font-family: "Poppins",sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 54px;
	margin-bottom: 35px;
}

.first-prdt-sec .left-pan p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
}

.first-prdt-sec .left-pan a {
	background: #fbc531 none repeat scroll 0 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: table;
	font-size: 16px;
	letter-spacing: 1px;
	outline: medium none;
	padding: 20px 55px;
	text-transform: uppercase;
	margin-top: 25px;
}

.first-prdt-sec .left-pan a:hover {
	background: #ffce58 none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.first-prdt-sec .left-pan a .fa {
	vertical-align: middle;
	font-size: 18px;
	margin-right: 8px;
}

/*Ends First SECTIONS Part*/

/*Starts Second SECTIONS Part*/

.prdt-sec::before {
	background-color: #fff;
	content: "";
	height: 271px;
	left: -2%;
	position: absolute;
	top: -180px;
	transform: rotate(-7deg);
	width: 110%;
	z-index: 1;
}

.prdt-sec::after {
	background-color: #fff;
	bottom: -120px;
	content: "";
	height: 260px;
	left: -2%;
	position: absolute;
	transform: rotate(-7deg);
	width: 110%;
	z-index: 1;
}

.prdt-sec {
	background: #f93a3e;
	background-position: center center;
	background-size: cover;
}

.prdt-sec .left-pan {
	display: table;
	margin: 0 auto;
	max-width: 730px;
	text-align: center;
}

.prdt-sec-2 {
	overflow: hidden;
	padding-bottom: 250px;
	padding-top: 220px;
	position: relative;
	z-index: 0;
}

.prdt-sec.prdt-sec-2 img {
  display: inline-block;
  float: none;
  margin-right: 5px;
}

/*.prdt-sec .glyph-icon {
	color: #fff;
	display: inline-block;
	float: none;
	margin-right: 10px;
}*/

.prdt-sec .text-red {
	color: #fff;
	display: inline-block;
	font-size: 18px !important;
	/*line-height: 40px !important;*/
	margin: 0;
}

.prdt-sec h2 {
	font-family: "Poppins",sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 54px;
	margin-bottom: 35px;
	color: #fff;
}

.prdt-sec .left-pan p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
}

.services-block {
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	background: #fff none repeat scroll 0 0;
}

.services-block .inner-box::before {
	background-color: #f7f7f7;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 170px;
}

.services-block .inner-box {
	background: rgba(0, 0, 0, 0) url("../images/pattern-1.png") no-repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	box-shadow: 0 4px 13px 0 rgba(247, 247, 247, 1);
	padding: 45px 40px;
	position: relative;
}

.services-block .inner-box .icon-box {
	margin-bottom: 15px;
	position: relative;
}

.services-block .inner-box .icon-box img {
	width: auto;
}

.services-block .inner-box:hover::before {
	width: 100%;
}

.services-block .inner-box h3 {
	color: #0f1341;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

.services-block .inner-box h3 a {
	color: #0f1341;
	position: relative;
	transition: all 0.3s ease 0s;
}

.services-block .inner-box:hover .read-more {
	color: #0f1341;
}

.services-block .inner-box h3 a:hover, .services-block .inner-box .read-more:hover {
	color: #ff4800;
}

.services-block .inner-box .text {
	color: #000000;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 15px;
	position: relative;
}

.services-block .inner-box .read-more {
	color: #0f1341;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.services-block .inner-box .read-more .fa {
	margin-right: 5px;
}

.services-block .inner-box:hover .read-more {
	color: #0f1341;
}

/*Ends Second SECTIONS Part*/

/*Starts Third Sections Part*/

[data-accordion-element-content] {
	height: auto;
	overflow: hidden;
	transition: height .5s;
}

.card {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: white;
	margin-top: 25px;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
}

article {
	position: relative;
	font-family: 'Roboto', sans-serif;
	transition: all .3s;
	background: #ffffff;
	margin-bottom: 10px;
}

article.selected {
	box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
	-webkit-box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
	-moz-box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
	-ms-box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
	-o-box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 2;
}

.card h1::before {
	animation: 0.8s ease 0s normal forwards 1 running close-line-one-in;
	-webkit-animation: 0.8s ease 0s normal forwards 1 running close-line-one-in;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.card h1::before, h1::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 2px;
	margin-right: 30px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	width: 20px;
}
.card h1::after {
	animation: 0.8s ease 0s normal forwards 1 running close-line-two-in;
	-webkit-animation: 0.8s ease 0s normal forwards 1 running close-line-two-in;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.card h1 {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	padding: 20px 30px;
	position: relative;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	-ms-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	margin: 0;
	box-shadow: 0 4px 14px 0 rgba(237, 237, 237, 1);
	-webkit-box-shadow: 0 4px 14px 0 rgba(237, 237, 237, 1);
	-moz-box-shadow: 0 4px 14px 0 rgba(237, 237, 237, 1);
	-ms-box-shadow: 0 4px 14px 0 rgba(237, 237, 237, 1);
	-o-box-shadow: 0 4px 14px 0 rgba(237, 237, 237, 1);
}

.card h1:hover, .selected h1 {
	background: #ee5380 none repeat scroll 0 0;
	cursor: pointer;
}

.content {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transition: all 0.4s ease-out 0.1s;
}

.selected .content {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

[data-accordion-element-content] {
	height: auto;
	overflow: hidden;
	transition: height 0.5s ease 0s;
}

.card .content p {
	padding: 25px 30px 40px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-transform: none;
	margin: 0;
}

.prdt-sec-3 img {
	max-width: none;
}


@keyframes close-line-one-out {
	0%, 50% {
		transform: translateX(0);
	}
	75% { 
		transform: translateX(50px);
	}
	76% { 
		transform: translateX(50px) translateY(50px);
	}
	100% { 
		transform: rotate(45deg);
	}
}

@keyframes close-line-one-in {
	0%, 20% {
		transform: rotate(45deg);
	}
	60% { 
		transform: translateX(50px) translateY(50px) rotate(45deg);
	}
	61% { 
		transform: translateX(50px);
	}
	100% { 
		transform: rotate(0deg);
	}
}

@keyframes close-line-two-out {
	0%, 50% { 
		transform: rotate(90deg);
	}
	75% { 
		transform: translateY(-50px) rotate(90deg);
	}
	76% {
		transform: translateY(-50px) translateX(50px) rotate(90deg);
	}
	100% { 
		transform: rotate(135deg);
	}
}

@keyframes close-line-two-in {
	0% { 
		transform: rotate(135deg);
	}
	50% { 
		transform: translateY(-50px) translateX(50px) rotate(135deg);
	}
	51% { 
		transform: translateY(-50px) rotate(90deg);
	}
	100% { 
		transform: rotate(90deg);
	}
}

/*.prdt-sec-3 .glyph-icon {
	color: #eb3569;
}*/

.first-prdt-sec.prdt-sec-3 img {
	float: left;
	margin-right: 10px;
	display: block;
}


.first-prdt-sec .text-green {
	color: #eb3569;
	display: table;
	font-size: 18px !important;
	/*line-height: 40px !important;*/
	margin: 0;
}

/*Ends Third Sections Part*/

/*Starts fourth Sections Part*/

.prdt-sec.prdt-sec-4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6749f5+0,6749f5+37,29c6d4+100 */
	background: #6749f5; /* Old browsers */
	background: -moz-linear-gradient(left, #6749f5 0%, #6749f5 37%, #29c6d4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6749f5 0%,#6749f5 37%,#29c6d4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6749f5 0%,#6749f5 37%,#29c6d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6749f5', endColorstr='#29c6d4',GradientType=1 ); /* IE6-9 */
}

.prdt-sec-4 {
	overflow: hidden;
	padding-bottom: 300px;
	padding-top: 230px;
	position: relative;
	z-index: 0;
}

.prdt-sec-4 .glyph-icon {
	color: #fff;
}

.prdt-sec.prdt-sec-4 .text-white {
	color: #fff;
	display: inline-block;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec-4 .left-pan p {
	display: table;
	margin: 0 auto;
	max-width: 400px;
}

.prdt-sec-4 .video {
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: table;
	height: 153px;
	margin: 45px auto 0;
	width: 153px;
}

.prdt-sec-4 .video .video-bg {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	height: 132px;
	margin-left: 9px;
	margin-top: 8px;
	width: 132px;
}

.prdt-sec-4 .video .video-bg .fa {
	color: #6749f5;
	display: table;
	font-size: 74px;
	line-height: 132px;
	margin: 0 auto 0 44px;
}

/*Ends fourth Sections Part*/

/*Starts fifth Sections Part*/

.first-prdt-sec.prdt-sec-5 {
	padding: 0;
	background: #fff;
}

.first-prdt-sec.prdt-sec-5 .glyph-icon {
	color: #e056fd;
	display: inline-block;
	float: none;
}

.first-prdt-sec.prdt-sec-5 .left-pan {
	display: table;
	margin: 0 auto;
	max-width: 730px;
	text-align: center;
}

.first-prdt-sec.prdt-sec-5 .text-violet {
	color: #e056fd;
	display: inline-block;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec-5 .left-pan p {
	display: inline-block;
	margin: 0 auto;
}

.price-block {
	margin-bottom: 40px;
	padding: 0;
	position: relative;
}

.price-block .inner-box {
	border: 1px solid #f2f2f2;
	overflow: hidden;
	padding: 40px 15px 50px;
	position: relative;
	text-align: center;
	transition: all 0.6s ease 0s;
}

.price-block .inner-box .icon-box {
	margin-bottom: 30px;
	position: relative;
}

.price-block .inner-box h2 {
	color: #0f1341;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.first-prdt-sec.prdt-sec-5 p {
	margin-bottom: 35px;
}

.price-block .inner-box ul {
	margin-bottom: 30px;
	position: relative;
	list-style-type: none;
}

.price-block .inner-box ul li {
	color: #848484;
	font-size: 16px;
	margin-bottom: 8px;
	position: relative;
}

.price-block .inner-box .price {
	color: #e056fd;
	font-family: "Poppins",sans-serif;
	font-size: 54px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 25px;
	position: relative;
}

.price-block .inner-box .price sup {
	font-size: 28px;
	position: relative;
}

.price-block .inner-box .price span {
	color: #e056fd;
	font-size: 14px;
	position: relative;
}

.price-block .inner-box .ribbon {
	background-color: #e056fd;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 25px;
	position: absolute;
	right: -24px;
	text-transform: uppercase;
	top: 20px;
	transform: rotate(45deg);
}

.price-block .inner-box .off {
	background-color: #e056fd;
	border-radius: 50%;
	color: #ffffff;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	line-height: 1.4em;
	overflow: hidden;
	padding-top: 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 60px;
	z-index: 1;
}

.btn-style-two {
	background: #f2f2f2 none repeat scroll 0 0;
	border: 2px solid #f2f2f2;
	border-radius: 50px;
	color: #0f1341;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 9px 42px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.btn-style-two:hover {
	background: #e056fd none repeat scroll 0 0;
	border-color: #e056fd;
	color: #ffffff;
}

.price-block.active .inner-box, .price-block .inner-box:hover {
	border-color: #e056fd;
	box-shadow: 0 0 30px 0 rgba(208, 208, 208, 1);
}


/*Ends fifth Sections Part*/

/*Starts sixth Sections Part*/

.prdt-sec.prdt-sec-6 {
	background: #01d0eb;
}

.prdt-sec-6 {
	overflow: hidden;
	padding-bottom: 400px;
	padding-top: 230px;
	position: relative;
	z-index: 0;
}

.prdt-sec-6 .glyph-icon {
	color: #fff;
	display: table;
	float: left;
}

.prdt-sec.prdt-sec-6 .text-white {
	color: #fff;
	display: inline-block;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec-6 .left-pan .text-blue {
	display: table;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec.prdt-sec-6 .left-pan {
	margin: 0;
	max-width: 100%;
	text-align: left;
}

.prdt-sec.prdt-sec-6 .social-network {
	position: relative;
}

.social-box {
	border: 2px dashed #fff;
	border-radius: 50%;
	bottom: 0;
	height: 400px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 200px;
	width: 400px;
}

.social-box {
	bottom: -256px;
	height: 450px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 450px;
}

.inner-element {
	position: absolute;
	width: 100px;
	height: 100px;
}

.inner-element:nth-child(1) {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	left: -10px;
	top: 30px;
}

.inner-element:nth-child(1) .fa {
	color: #01d0eb;
	display: table;
	font-size: 42px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

.inner-element:nth-child(2) {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	right: -10px;
	top: 30px;
}

.inner-element:nth-child(2) .fa {
	color: #01d0eb;
	display: table;
	font-size: 42px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

.inner-element:nth-child(3) {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 30px;
	right: -10px;
}

.inner-element:nth-child(3) .fa {
	color: #01d0eb;
	display: table;
	font-size: 42px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

.inner-element:nth-child(4) {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 30px;
	left: -10px;
}

.inner-element:nth-child(4) .fa {
	color: #01d0eb;
	display: table;
	font-size: 42px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
}

.inner-element:nth-child(5) {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 0;
	height: 218px;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	width: 218px;
}

.inner-element:nth-child(5) .fa {
	color: #01d0eb;
	display: table;
	font-size: 128px;
	line-height: 218px;
	margin: 0 auto;
	text-align: center;
}

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	-webkit-animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
}
.swing img {
	border: 5px solid #f8f8f8;
	display: block;
}


@keyframes swing {
	0% { transform: rotate(3deg); }
	100% { transform: rotate(-3deg); }
}


/*Ends sixth Sections Part*/

/*Starts seventh Sections Part*/

.first-prdt-sec.prdt-sec-7 {
	padding: 0 0 50px;
	background: #fff;
}

.first-prdt-sec.prdt-sec-7 .glyph-icon {
	color: #4caf50;
	display: inline-block;
	float: none;
}

.first-prdt-sec.prdt-sec-7 .left-pan {
	display: table;
	margin: 0 auto 25px;
	max-width: 730px;
	text-align: center;
}

.first-prdt-sec.prdt-sec-7 .text-green {
	color: #4caf50;
	display: inline-block;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec-7 .left-pan p {
	display: inline-block;
	margin: 0 auto;
}

.first-prdt-sec.prdt-sec-7 .news-item {
	box-shadow: 0 6px 16px 0 rgba(204, 204, 204, 0.4);
	-webkit-box-shadow: 0 6px 16px 0 rgba(204, 204, 204, 0.4);
	-moz-box-shadow: 0 6px 16px 0 rgba(204, 204, 204, 0.4);
	-ms-box-shadow: 0 6px 16px 0 rgba(204, 204, 204, 0.4);
	-o-box-shadow: 0 6px 16px 0 rgba(204, 204, 204, 0.4);
	padding: 15px 15px;
}

.first-prdt-sec.prdt-sec-7 .news-item img {
	width: 100%;
}

.first-prdt-sec.prdt-sec-7 .news-item a {
	background: #4caf50 none repeat scroll 0 0;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: table;
	font-size: 12px;
	letter-spacing: 1px;
	outline: medium none;
	padding: 10px 25px;
	text-transform: uppercase;
	margin-top: 25px;
	margin: 0 auto;
}

.first-prdt-sec.prdt-sec-7 .news-item a:hover {
	background: #52cd57 none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.first-prdt-sec.prdt-sec-7 .news-item h3 {
	font-size: 20px;
	line-height: 28px;
}


/*Ends seventh Sections Part*/

/*Starts eight Sections Part*/

.first-prdt-sec.prdt-sec-8 {
	background-color: #fc5c12;
	background-image: url("../images/env-icon.png");
	background-position: 530px 15px;
	background-repeat: no-repeat;
	padding: 40px 0;
}

.first-prdt-sec.prdt-sec-8 h2 {
	color: #fff;
	font-family: "Poppins",sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
}

.first-prdt-sec.prdt-sec-8 .glyph-icon {
	color: #4caf50;
	display: inline-block;
	float: none;
}

.first-prdt-sec.prdt-sec-8 .left-pan {
	display: table;
	text-align: left;
}

.first-prdt-sec.prdt-sec-8 .text-green {
	color: #fc5c12;
	display: inline-block;
	font-size: 18px !important;
	line-height: 40px !important;
	margin: 0;
}

.prdt-sec-8 .left-pan p {
	display: inline-block;
	margin: 0 auto;
}

.subscribe-form .email {
	background-color: #fff;
	border-color: transparent;
	border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	-ms-border-radius: 50px 0 0 50px;
	-o-border-radius: 50px 0 0 50px;
	color: #797676;
	float: left;
	font-size: 16px;
	padding: 16px 40px;
	width: 70%;
	height: 65px;
	outline: none !important;
}

.subscribe-form .subscr-btn {
	background-color: #fc7435;
	border: 0 none;
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-ms-border-radius: 0 50px 50px 0;
	-o-border-radius: 0 50px 50px 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 19px 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 30%;
	height: 65px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	outline: none;
}

.subscribe-form .subscr-btn:hover {
	background-color: #ff905c;
}


/*Ends eight Sections Part*/


/*Starts Footer Sections*/

.foot-section {
	background: #fff none repeat scroll 0 0;
	padding: 40px 0;
}

.footer-sec ul li a .fa {
	margin-right: 8px;
}

.footer-sec h3 {
	color: #000;
	font-family: "Poppins",sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.footer-sec ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.footer-sec ul li {
	line-height: 30px;
	margin-top: 5px;
}

.footer-sec ul li a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.footer-sec ul li a:hover {
	color: #F93A3E;
	text-decoration: none;
}

.footer-sec address {
	margin-bottom: 0;
}

.footer_section .footer-sec p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.footer-sec address .fa {
	color: #fc5c12;
	margin-right: 8px;
}

.copyright {
	background: #fff none repeat scroll 0 0;
	padding: 20px 0;
	border-top: 1px solid #000;
}

.copyright p {
	margin: 0;
	text-align: center;
}

.copyright a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.copyright a:hover {
	color: #F93A3E;
	text-decoration: none;
}

/*Ends Footer Sections*/

/*Starts Scool Up*/

.scrollup .fa {
	color: #fff;
	font-size: 18px;
	outline: medium none;
}

.scrollup {
	background-color: #7257ff;
	bottom: 10px;
	display: none;
	height: 39px;
	line-height: 39px;
	outline: medium none;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	width: 39px;
	z-index: 999999;
}

.scrollup:hover {
	background-color: rgba(0, 0, 0, 0.5);
	outline: medium none;
}

/*Ends Scool Up*/

@media only screen and (max-width:767px) {
	.prdt-sec-3 img {
		max-width: none;
		width: 100%;
	}

	.prdt-sec::before {
		transform: rotate(0deg);
	}

	.prdt-sec::after {
		transform: rotate(0deg);
	}

	.price-block {
		padding: 15px;
	}
}



