/*
    Template Name    : Hostzone
	Description		 : Responsive HTML Hosting Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Poppins
2. Common CSS
3. Loader CSS
4. Header
5. Hero Banner
6. Our Features
7. About Sec
8. Our Services
9. Domain Section
10. Our Team Sec
11. Pricing Wrapper
12. Testiomonials Wrapper
13. Blog Wrapper
14. Partners Section
15. Contact Wrapper
16. Responsive CSS

/*
================================================
1. Fonts - Roboto and Poppins
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Poppins:300,400,500,600,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
	font-weight: 600;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-40 {
	margin-bottom: 40px;
}
.whitecolor {
	color: #ffffff;
}
section {
	float: left;
	width: 100%;
	padding: 100px 0;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background:#2b6bdc;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0;
}
.sec-heading {
	margin-bottom: 40px;
}
.sec-heading h2 {
	font-size: 44px;
	line-height: 1.2;
	color: #2b6bdc;
	position: relative;
	border-bottom: 1px dashed;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.sec-heading p {
	font-size: 16px;
	margin: 0;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background: #f2f2f2;
}
.padding-20 {
	padding: 20px;
}
.border-left-four {
	border-left: 1px solid #e3e0e0;
}
.border-three {
	border: 1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom: 25px;
}
/* Button Effects */
.btn-primary {
	color: #fff;
	background-color: #21D4FD;
	border: none !important;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	border-radius: 60px;
}
.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.8em 2em;
	font-size: 1.4rem;
	line-height: 2.25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: all .3s ease;
}
.btn-primary:hover {
	color: #fff;
	background-color: #B721FF;
	background-image: linear-gradient(19deg, #B721FF 0%, #21D4FD 100%);
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Header
================================================
*/
/* Navigation Starts */
.navbar {
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1000;
}
.center-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.center-brand, .transparent-bg {
	left: 0;
	top: 0;
}
.transparent-bg {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.bg-invisible .container {
	opacity: 0;
	visibility: hidden;
}
.fixed-bottom {
	bottom: 0;
}
.bg-white {
	position: relative;
}
.bg-white, .boxed-nav .container {
	background: #fff;
}
.boxed-nav {
	top: 20px;
}
.fixedmenu {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1002;
	-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.center-brand.fixedmenu, .bg-white.fixedmenu, .bg-transparent-light.fixedmenu, .bg-transparent-white.fixedmenu, .bg-invisible.fixedmenu, .boxed-nav.fixedmenu {
	background: #fff;
}
.fixed-bottom.fixedmenu {
	bottom: auto;
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
.bg-invisible.fixedmenu .container {
	opacity: 1;
	visibility: visible;
}
@-webkit-keyframes animationFade {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-o-keyframes animationFade {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
@keyframes animationFade {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
.nav-whitebg {
	background: #fff;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.navbar.sidebar-nav {
	background: #fff;
	border: none;
	display: inline-table;
	width: 290px;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: fixed;
	top: 0;
	z-index: 110;
	height: 100%;
	padding: 3rem 2rem;
	border-right: 1px solid rgba(0,0,0,.07);
	left: 0;
	overflow-x: hidden;
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.navbar-toggler span {
	display: block;
	background-color: #21d4fd;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
	height: 2px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}
.navbar-brand {
	margin: 20px 0;
	padding: 0;
	width: 140px;
	position: relative;
}
.center-brand .navbar-brand {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}
.navbar-brand > img {
	width: 100%;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
	display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
	display: inline-block;
}
.navbar.sidebar-nav .navbar-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.navbar-nav .nav-item {
	margin: 16px 2px;
	position: relative;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
	margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
	margin-left: 0;
}
.navbar-nav .nav-item:last-child {
	margin-right: 0;
}
.navbar-nav .nav-link {
	padding: 8px 1rem !important;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	color: #212331;
	position: relative;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.sidebar-nav .navbar-nav .nav-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.square-layout .navbar-nav .nav-link {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid transparent;
}
.transparent-bg .navbar-nav .nav-link {
	color: #546e7a;
}
.center-brand.fixedmenu .navbar-nav .nav-link {
	color: #212331;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
	background-color: #21d4fd;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
	color: #fff;
}
.fixedmenu .navbar-nav .nav-link.active, .fixedmenu .navbar-nav .nav-link.active:hover, .fixedmenu .navbar-nav .nav-link.active:focus {
	background-color: #21D4FD;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
	color: #fff;
}
.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 15px;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.sidemenu_btn > span {
	height: 2px;
	width: 100%;
	background: #212331;
	display: block;
}
.transparent-bg .sidemenu_btn > span {
	background-color: #21d4fd;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.center-brand.fixedmenu .sidemenu_btn > span, .bg-invisible.fixedmenu .sidemenu_btn > span, .boxed-nav.fixedmenu .sidemenu_btn > span {
	background: #212331;
}
.sidemenu_btn > span:nth-child(2) {
	margin: 4px 0;
}
.side-menu.side-menu-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.side-menu .inner-wrapper {
	padding: 2.5rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}
.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 10px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #fff;
	padding: 2px 0 3px 0 !important;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: normal;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
	display: none;
}
.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover, .transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
	margin-left: 5px;
}
.side-menu p {
	font-size: 13px;
	margin-top: .5rem;
	margin-bottom: 0;
}
.transparent-sidemenu .side-menu {
	background-color: #21D4FD;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
/*-----Side Menu----*/
.side-menu {
	width: 30%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
/*side clode btn*/
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.social-icons-simple li {
	display: inline-block;
}
ul.social-icons-simple li:first-child a {
	margin-left: 0;
}
ul.social-icons-simple li a {
	height: 24px;
	line-height: 24px;
	width: 24px;
	margin: 0 8px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	color: #fff;
}
.side-menu p {
	font-size: 13px;
	margin-top: .5rem;
	margin-bottom: 0;
}
/*
================================================
5. Hero Banner
================================================
*/
.hero-banner::before {
	content: "";
	background: url(../images/header-shape.png) center center/cover no-repeat local;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.hero-banner {
	position: relative;
	padding: 5em 0;
	overflow: hidden;
}
.hero-banner .hero-img {
	position: absolute;
	left: 0;
	top: 0;
}
.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block;
}
.hero-banner .container {
	height: 100%;
	display: table;
}
.hero-banner .container .row {
	display: table-cell;
	vertical-align: middle;
}
.hero-banner .content {
	position: relative;
	z-index: 10;
}
.content h1 {
	font-size: 85px;
	font-weight: 800;
	line-height: 84px;
	margin: 0 0 20px;
	color: #202428;
}
.content h1 span {
	color: #423f9c;
}
.lead-i {
	font-size: 20px !important;
}
/*
================================================
6. Our Features
================================================
*/
.fixedmenu + .hero-banner {
	margin-bottom: 80px;
}
.our-features {
	background: url(../images/shape-wave.png) center/100% 100% no-repeat;
}
/** Sinlge Features Icon box **/
.icon-box {
	border: 1px solid #e4e8ed;
	padding: 3.33333rem 1.86667rem;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 2rem;
}
.icon-box img {
	margin-bottom: 1.5rem;
}
.icon-box h6 {
	color: #202428;
	margin-bottom: 1.33333rem;
	font-size: 25px;
	font-weight: 600;
}
.icon-box p {
	margin: 0;
	color: #777;
}
.icon-box:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 10px 30px rgba(105,106,119,.15);
	box-shadow: 0 10px 30px rgba(105,106,119,.15);
	margin-top: -5px;
	margin-bottom: 5px;
}
/*
================================================
7. About Sec
================================================
*/
.about-sec .thumb {
	margin: 50px 0 0;
}
.about-sec .sec-heading {
	margin: 0;
}
.about-sec .sec-heading p {
	margin: 0;
}
.about-sec .thumb-img {
	position: relative;
	z-index: 1;
}
.about-sec .thumb-img img {
	border-radius: 50%;
	padding: 5px;
	border: 5px solid #ffffff;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	width: 100%;
}
.about-sec .thumb-img .video a {
	position: absolute;
	bottom: 40px;
	top: auto;
	right: 40px;
	left: auto;
}
/** video-play-button **/
.video-play-button {
	color: #f71735;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #b721ff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #B721FF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #ffffff;
}
.about-text {
	padding: 50px 0 0 30px;
}
.about-text h2 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: -14px;
	color: #212529;
}
.about-text h2 strong {
	color: #423f9c;
	font-size: 40px;
}
.about-text p {
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}
.about-text ul {
	overflow: hidden;
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
	padding-top: 25px;
}
.about-text ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	text-transform: capitalize;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
}
.about-text ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e64d";
	font-family: 'themify';
	color: #f71735;
}
.about-text ul li:first-child, .about-text ul li:nth-child(2) {
	margin-top: 0;
}
/*
================================================
8. Our Services
================================================
*/
.services-sec {
	background: url(../images/shape-two.png) left top no-repeat;
}
.services-sec .sec-heading {
	margin: 0;
}
/** Single Services Section **/
.services-sec .feature-wrap {
	padding: 40px 50px;
	width: 100%;
	border: .1rem solid #f7f7f7;
	background: #fff;
	border-top: none;
	border-radius: 0 0 .5rem .5rem;
	-webkit-box-shadow: 0 0 2.5rem rgba(0,0,0,.05);
	box-shadow: 0 0 2.5rem rgba(0,0,0,.05);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	border-radius: .6rem;
	margin-top: 40px;
}
.services-sec .feature-wrap .feature-title {
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	border-bottom: .1rem solid #e4e0e1;
	position: relative;
	padding-bottom: 30px;
}
.services-sec .feature-wrap .feature-title a {
	color: #333;
}
.services-sec .feature-wrap .feature-title::after {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	background: #423f9c;
	height: 2px;
	width: 0;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.feature-section .feature-wrap:hover .feature-title::after {
	width: 100%;
	left: 0;
	right: auto;
}
.services-sec .feature-wrap:hover .feature-title::after {
	width: 100%;
	left: 0;
	right: auto;
}
.services-sec .feature-wrap .feature-desc {
	margin-bottom: 0;
}
.services-sec .feature-wrap .read-more::before {
	font-family: Flaticon;
	content: "\f104";
	position: absolute;
	left: auto;
	right: -30px;
	font-size: 20px;
	top: -4px;
	z-index: 9;
	display: block;
	cursor: pointer;
	color: #8717bd;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.services-sec .feature-wrap .read-more {
	margin-top: 2rem;
	position: relative;
	display: inline-block;
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background: -o-linear-gradient(left, currentColor 0, currentColor 100%);
	background: linear-gradient(to right, currentColor 0, currentColor 100%);
	background-size: 0 2px;
	background-position: 0 95%;
	-webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	-o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	padding: .1% 0;
	background-repeat: no-repeat;
	color: #8717bd;
}
.services-sec .feature-wrap .read-more:hover {
	background-size: 100% 2px;
	text-decoration: none !important;
}
/*
================================================
9. Domain Section
================================================
*/
.domain-section {
	position: relative;
	overflow: hidden;
	padding: 70px 0px 80px;
	background-image: -ms-linear-gradient(top, #15095E 0%, #2b6bdc 100%);
	background-image: -moz-linear-gradient(top, #15095E 0%, #2b6bdc 100%);
	background-image: -o-linear-gradient(top, #15095E 0%, #2b6bdc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #15095E), color-stop(100, #2b6bdc));
	background-image: -webkit-linear-gradient(top, #15095E 0%, #2b6bdc 100%);
	background-image: linear-gradient(to bottom, #15095E 0%, #2b6bdc 100%);
	text-align: center;
}
.domain-section .container {
	position: relative;
}
.domain-section .cloud-one {
	position: absolute;
	left: auto;
	top: 20px;
	width: 202px;
	height: 123px;
	background: url(../images/cloud-shape.png) no-repeat;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}
.domain-section .cloud-two {
	position: absolute;
	bottom: 20px;
	width: 152px;
	height: 93px;
	background: url(../images/cloud-shape-2.png) no-repeat;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
}
.domain-section .cloud-three {
	position: absolute;
	left: 2%;
	top: 170px;
	width: 234px;
	height: 101px;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	background: url(../images/cloud-shape-2.png) no-repeat;
}
@-webkit-keyframes animateCloud {
 0% {
 margin-left: -100px;
}
 100% {
 margin-left: 130%;
}
}
 @-moz-keyframes animateCloud {
 0% {
 margin-left: -100px;
}
 100% {
 margin-left: 130%;
}
}
 @keyframes animateCloud {
 0% {
 margin-left: -100px;
}
 100% {
 margin-left: 130%;
}
}
 @-webkit-keyframes animateCloudtwo {
 0% {
 right: -140px;
}
 100% {
 right: 130%;
}
}
 @-moz-keyframes animateCloudtwo {
 0% {
 right: -140px;
}
 100% {
 right: 130%;
}
}
 @keyframes animateCloudtwo {
 0% {
 right: -140px;
}
 100% {
 right: 130%;
}
}
.domain-section .sec-title {
	padding-bottom: 30px;
}
.domain-section .sec-title h2 {
	color: #fff;
}
.domain-section .text {
	color: #ffffff;
}
/** Domain Form **/
.domain-form {
	position: relative;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}
.domain-form form {
	position: relative;
}
.domain-form .form-group {
	position: relative;
	padding-right: 185px;
}
.domain-form .form-group input[type="text"], .domain-form .form-group input[type="tel"], .domain-form .form-group input[type="email"], .domain-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 28px;
	padding: 12px 25px;
	height: 50px;
	display: inline-block;
	font-size: 14px;
	background: none;
	font-weight: 400;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
}
.domain-form .form-group .checked-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	padding: 15px 25px;
	letter-spacing: 1px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #2d76eb;
	text-decoration: none;
	outline: none !important;
	text-shadow: none;
	border: none;
}
.domain-form .form-group .checked-btn .arrow {
	margin-left: 4px;
	font-size: 16px;
}
.domain-section .domain-list {
	position: relative;
	text-align: center;
	margin-top: 45px;
}
.domain-section .domain-list li {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 30px;
	line-height: 1em;
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.20);
}
.domain-section .domain-list li:last-child {
	border: none
}
.domain-section .domain-list li span {
	color: #08b248;
	font-size: 16px;
}
/*
================================================
10. Our Team Sec
================================================
*/
.our-team-sec {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
.our-team-sec .sec-heading {
	margin: 0;
}
/** Single Team Sec **/
.team-img img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
}
.team-content {
	padding: 20px;
	background: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: -50px;
	transform: translateY(50px);
	transition: all .3s ease;
}
.team-content:before {
	content: '';
	position: absolute;
	bottom: 100%;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	margin-left: -15px;
	transition: all .3s;
}
.team-content h4 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #212529;
}
.team-content span {
	text-transform: uppercase;
	font-size: 16px;
	color: #2b6bdc;
	font-weight: 600;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.team-social-box {
	transition: all .3s;
}
.team-social-box a {
	color: #cbcbcb;
	font-size: 14px;
	transition: .3s;
	margin-right: 15px;
}
.team-social-box a:last-child {
	margin-right: 0;
}
.team-img {
	position: relative;
}
.single-team-wrapper {
	margin-top: 40px;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.6, -0.02, 0.39, 1.13);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
}
.single-team-wrapper:hover .team-content {
	transform: translateY(0px);
	background: #2b6bdc;
}
.single-team-wrapper:hover .team-content h4, .single-team-wrapper:hover .team-social-box a, .single-team-wrapper:hover span {
	color: #fff;
}
.single-team-wrapper:hover .team-content:before {
	border-bottom-color: #2b6bdc;
}
/*
================================================
11. Pricing Wrapper
================================================
*/
.pricing-wrapper {
	background-size: cover;
	text-align: center;
}
.pricing-wrapper .sec-heading {
	margin:0;
}
/** Single Pricing **/
.pricing-wrapper .pricing-table {
	transition: .5s;
	-webkit-transition: .5s;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 1px 25px rgba(0,0,0,.1);
	margin-top:40px
}
.pricing-wrapper .pricing-header {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.pricing-wrapper .pricing-header .large {
	font-size: 1.2em;
	font-weight: 600;
}
.pricing-wrapper .pricing-header h2 {
	background-image: linear-gradient(to right, #4222f1 0, #ed3ea4 100%);
	background-image: -webkit-linear-gradient(to right, #4222f1 0, #ed3ea4 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pricing-wrapper .pricing-header .meta {
	font-size: 14px;
	font-weight: 300;
}
.pricing-wrapper .pricing-table .pricing-content {
	margin-top: 40px;
}
.pricing-content li {
	list-style: none;
	margin-bottom: 10px;
}
.pricing-wrapper .pricing-footer {
	padding: 20px 0 45px 0;
}
.bg-animate {
	position: relative;
}
.bg-animate .rect1 {
	position: absolute;
	top: 40%;
	left: 20px;
	-webkit-animation: mover 15s infinite linear;
	animation: mover 15s infinite linear
}
.bg-animate .rect2 {
	position: absolute;
	left: 25%;
	top: 15%;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
	opacity: .4
}
.bg-animate .rect3 {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: .4
}
.bg-animate .rect4 {
	position: absolute;
	top: 15%;
	right: 20%;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
@-webkit-keyframes mover {
 0% {
 -webkit-transform: translate(0, 0) rotate(0);
 transform: translate(0, 0) rotate(0)
}
 20% {
 -webkit-transform: translate(73px, -1px) rotate(36deg);
 transform: translate(73px, -1px) rotate(36deg)
}
 40% {
 -webkit-transform: translate(141px, 72px) rotate(72deg);
 transform: translate(141px, 72px) rotate(72deg)
}
 60% {
 -webkit-transform: translate(83px, 122px) rotate(108deg);
 transform: translate(83px, 122px) rotate(108deg)
}
 80% {
 -webkit-transform: translate(-40px, 72px) rotate(144deg);
 transform: translate(-40px, 72px) rotate(144deg)
}
 100% {
 -webkit-transform: translate(0, 0) rotate(0);
 transform: translate(0, 0) rotate(0)
}
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0)
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg)
}
 0% {
 -webkit-transform: rotate(0)
}
 100% {
 -webkit-transform: rotate(360deg)
}
}
 @-webkit-keyframes rotate3d {
 0% {
 -webkit-transform: rotateY(0);
 transform: rotateY(0)
}
 100% {
 -webkit-transform: rotateY(360deg);
 transform: rotateY(360deg)
}
}
.pricing-wrapper .btn {
	font-size: 1.1rem;
	padding: 0.5em 1.5em;
}
/*
================================================
12. Testiomonials Wrapper
================================================
*/
.testimonials-wrapper {
	background: url(../images/testimonials-bg.jpg) left top no-repeat;
	background-size:cover;
}
.testimonials-wrapper .sec-heading {
	margin:0 0 20px;
}
.testimonials-wrapper .sec-heading h2 {
	color:#fff;
}
.testimonials-wrapper .sec-heading p {
	color: #eee;
}
/** Single Testiomonial Sec **/
.testimonials-wrapper .testimonial-inner::before {
	position: absolute;
	content: "";
	border: 15px solid #e9e9e9;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	left: 0;
	top: 0;
	border-radius: 32px;
}
.testimonials-wrapper .testimonial-inner {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 80px 90px;
	margin-top: 30px;
	border-radius: 65px;
}
.testimonials-wrapper .single-slider {
	position: relative;
}
.testimonials-wrapper .single-slider i {
	color: #1308a3;
	position: absolute;
	font-size: 75px;
	color: #1308a3;
	right: 20px;
	top: 0px;
	z-index: 0;	
}
.testimonials-wrapper .single-slider img {
	height: 90px;
	width: 90px;
	display: inline-block;
	border-radius: 100%;
}
.testimonials-wrapper .single-slider h2 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}
.testimonials-wrapper .single-slider h2 span {
	font-size: 18px;
	color: #909090;
	display: block;
	font-weight: 500;
}
.testimonials-wrapper .owl-dots .owl-dot span {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-right: 8px;
}
.testimonials-wrapper .owl-dots .owl-dot span::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	background: #c7c3ff;
	margin-left: -4px;
	margin-top: -4px;
	border-radius: 100%;
}
.testimonials-wrapper .owl-dots .owl-dot.active span::before {
	background: transparent;
}
.testimonials-wrapper .owl-dots .owl-dot.active span {
	background: green;
	width: 12px;
	height: 12px;
	background: #1308a3;
	position: relative;
}
/*
================================================
13. Blog Wrapper
================================================
*/
.blog-wrapper .sec-heading {
	margin:0;
}

/** Single Blog Sec **/
.single-blog-post {
	margin-top: 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.single-blog-post .post-image {
	overflow: hidden;
}
.single-blog-post .post-image a {
	display: block;
}
.single-blog-post .post-image a img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width:100%;
}
.single-blog-post .post-content {
	padding: 25px;
	position: relative;
	z-index: 1;
}
.single-blog-post .post-content .post-meta {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 10px;
}
.single-blog-post .post-content .post-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.single-blog-post .post-content .post-meta ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
	color: #737b9a;
	position: relative;
}
.single-blog-post .post-content .post-meta ul li::before {
	position: absolute;
	right: -11px;
	top: 3px;
	width: 1px;
	height: 13px;
	background-color: #737b9a;
	content: '';
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.single-blog-post .post-content .post-meta ul li a {
	color: #b721ff;
	display: inline-block;
}
.single-blog-post .post-content .post-meta ul li:last-child {
	margin-right: 0;
}
.single-blog-post .post-content .post-meta ul li:last-child::before {
	display: none;
}
.single-blog-post .post-content h3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 24px;
	font-weight: 700;
}
.single-blog-post .post-content h3 a {
	display: inline-block;
}
.single-blog-post .post-content p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 0;
}
.single-blog-post .post-content .read-more-btn {
	color: #0000ff;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 400;
}
.single-blog-post .post-content .read-more-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	height: 1px;
	background: #0000ff;
}
.single-blog-post .post-content .read-more-btn i:before {
	font-size: 14px;
}
.single-blog-post .post-content .read-more-btn:hover::before {
	width: 100%;
}
.single-blog-post:hover .post-image a img {
	-webkit-transform: scale(1.2) rotate(4deg);
	transform: scale(1.2) rotate(4deg);
}
.single-blog-post:hover .post-content .post-meta {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
	opacity: 0;
	visibility: hidden;
}
.single-blog-post:hover .post-content h3 {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}
.single-blog-post:hover .post-content P {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}
.single-blog-post:hover .post-content .read-more-btn {
	opacity: 1;
	visibility: visible;
	bottom: 23px;
}
/*
================================================
14. Partners Section
================================================
*/
.partners-section {
	position: relative;
	text-align: center;
	padding: 60px 0;
    background: rgba(189, 189, 189, 0.1);
	float:left;
	width:100%;
}

.partners-section .grid img {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
/*
================================================
15. Contact Wrapper
================================================
*/
.contact-wrapper .sec-heading {
	margin:0;
}
.contact-image img {
	width:100%;
}
.contact-info-box {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background: #ffffff;
	padding: 30px;
	margin:40px 0 0;
}
.contact-info-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #f5f5f5;
	border-radius: 50%;
	font-size: 30px;
	color: #0000ff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 20px;
}
.contact-info-box:hover .icon {
	background-color: #2b6bdc;
	color: #ffffff;
	border-color: #2b6bdc;
}
.contact-info-box h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 700;
	color:#212529;	
}
.contact-info-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8;
	color:#737b9a;	
}
.contact-form form .form-control {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
	box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
	height: 50px;
	font-size: 16px;
}
.contact-form form textarea.form-control {
	height: auto;
	padding-top: 20px;
}
.contact-form .btn {
	font-size: 1.1rem;
	padding: 0.5em 1.5em;
}
.copyright {
	background: #1308a3;
	text-align: center;
    float:left;
	padding: 15px 0;
	width:100%;
}
.copyright-content p {
	color: #fff;
	font-size: 16px;
	margin:0;
}
.copyright .color {
	color: #7f9aff;
}
/*
================================================
16. Responsive CSS
================================================
*/
@media (min-width: 992px) and (max-width: 1199px) {
/** Navigation **/
.navbar-nav .nav-link {
	font-size: 13px;
	padding: 8px 0.9rem !important;	
}
/** Hero Banner **/	
div.hero-banner {
    height: auto;
	padding: 8em 0 0;
}
.content h1 {
	font-size: 36px;
	line-height: 45px;
}	
/** Our Services **/
.services-sec .feature-wrap {
	padding:40px 20px;
}	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 1024px) {
/** Navigation **/
.navbar-nav .nav-link {
	font-size: 13px;
	padding: 8px 0.9rem !important;	
}
.side-menu .inner-wrapper {
	padding: 2.5rem 3rem;
}
.side-nav .navbar-nav .nav-link {
	font-size: 1.2rem;
}
/** Banner **/
.hero-banner {
	padding: 6em 0 0;
}
.lead-i {
	font-size: 16px !important;
}
}

@media (min-width:992px) {
/** Navigation **/	
.hero-banner {
	height: 100vh;
	min-height: 580px;
}
}

@media (max-width: 992px) {
/** Navigation **/		
.navbar-nav .nav-item {
	margin: 5px 0;
}
.center-brand .navbar-nav .nav-link, .transparent-bg .navbar-nav .nav-link {
	background: #2b6bdc;
	color: #fff;
}
/** Hero Banner **/	
.hero-banner::before {
	background: #fff;
}
.content h1 {
	font-size: 36px;
	line-height: 45px;
}
}

@media (min-width: 992px) and (max-width: 1100px) {
/** Hero Banner **/	
.hero-banner {
	min-height: 500px;
	height: inherit;
}
.content h1 {
	font-size: 36px;
	line-height: 45px;
}
/** Navigation **/	
.navbar-nav .nav-item {
	margin: 16px 0;
}
.navbar-expand-lg .navbar-nav {
	padding-right: 30px;
}
}

@media (min-width: 768px) and (min-width: 991px) {
}

@media (max-width: 767px) {
/** Domain Section **/	
.domain-form .form-group {
	padding-right: 0px;
}
.domain-form .form-group .checked-btn {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
/** Testiomonial Wrapper **/	
.testimonials-wrapper .testimonial-inner {
	padding: 80px 40px;
}
.testimonials-wrapper .single-slider i {
	font-size: 60px;
	color: #1308a3;
}
/** Contact Wrapper **/
.contact-image {
	margin:0 0 20px;
}
}
