/*
    Template Name    : SeoPack
	Description		 : Responsive HTML Digital Marketing one page Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Lato
2. Common CSS
3. Loader CSS
4. Top Bar Wrapper CSS
5. Navigation CSS
6. Main Slider
7. Features Sec
8. About Sec
9. CTA Sec
10. Services Sec
11. Testimonials Sec
12. Portfolio Sec
13. Our Team Sec
14. Blog Sec
15. Contact Sec
16. Responsive CSS

/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=poppins:400,600,700|Raleway:200,300,400,500,600,700,800');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	margin-top: 0;
}
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, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.whitecolor {
	color: #ffffff;
}
button:hover, button:focus {
	border: none;
	outline: none;
}
#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: #fe4c1c;
}
#scrollUp::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
/** Sec Title **/
.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title .separater::before {
	position: absolute;
	content: '';
	left: 4px;
	top: -5px;
	width: 2px;
	height: 20px;
	background-color: #fd5d14;
}
.sec-title .separater {
	position: relative;
	margin: 0 auto;
	width: 14px;
	height: 20px;
	margin-bottom: 24px !important;
	border-left: 2px solid #002155;
	border-right: 2px solid #002155;
}
.sec-title .title {
	position: relative;
	color: #fd5d14;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}
section {
	position: relative;
	padding: 100px 0;
}
/* Button Effects */
.theme-btn {
	display: inline-block;
	color: #fff;
	background-color: #2948ff;
	border-radius: 30px;
	padding-right: 28px;
	padding-left: 32px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 50px;
	line-height: 50px;
}
.theme-btn:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #252525;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 30px;
	z-index: -1;
}
.theme-btn:after {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #252525;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 30px;
	z-index: -1;
	opacity: .40;
}
.theme-btn i {
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: 2px;
	-webkit-animation: unset;
	animation: unset;
	margin: 0 0 0 5px;
}
.theme-btn:hover {
	color: #fff;
}
.theme-btn:hover:before {
	width: 100%;
}
.theme-btn:hover:after {
	width: 100%;
}
.theme-btn:hover i {
	-webkit-animation: cmn-rotate-ani 0.8s infinite linear;
	animation: cmn-rotate-ani 0.8s infinite linear;
}
 @-webkit-keyframes cmn-rotate-ani {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 0% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes cmn-rotate-ani {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 0% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Bar Wrapper CSS
================================================
*/
.header-top {
	background-image: linear-gradient(80deg, #1f0098 0%, #05d7f0 100%);
	padding: 10px 0;
}
.header-box-item {
	display: inline-block;
	padding-right: 30px;
}
.header-top a {
	color: #fff;
}
.topbar-inner div .appointment-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background-color: var(--main-color-one);
	z-index: -1;
}
.header-social {
	display: inline-block;
	color: #fff;
}
.header-social li {
	display: inline-block;
	padding: 0 8px;
}
/*
================================================
5. Navigation CSS
================================================
*/
/* Navigation Starts */
.nav-scroll .navbar {
	background: #fff;
	border-bottom: 1px solid rgba(12, 12, 12, 0.04);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	z-index: 999;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.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: #2d2d2d;
}
.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: #fe4c1c;
	background-image: linear-gradient(19deg, #fe4c1c 0%, #cc3912 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: #fe4c1c;
	background-image: linear-gradient(19deg, #fe4c1c 0%, #cc3912 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: #0039e4;
	background-image: linear-gradient(80deg, #644fb5 0%, #05d7f0 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;
}
/*
================================================
6. Main Slider
================================================
*/
.banner-slider {
	padding: 0;
}
.banner-overlay::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.60);
	content: "";
	position: absolute;
}
.banner-overlay {
	position: relative;
}
.banner-slider-item {
	padding: 180px 0 270px;
}
.bg_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-content {
	max-width: 1120px;
	text-align: center;
	position: relative;
}
.banner-content .title {
	font-size: 100px;
	line-height: 120px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 60px;
}
.banner-content .banner-buttons {
	margin: -5px;
}
.banner-slider .owl-dots {
	position: absolute;
	bottom: 150px;
	justify-content: center;
	width: 100%;
}
.banner-slider .owl-dots .owl-dot {
	width: 32px;
	height: 9px;
	margin: 2px;
	display: inline-block;
	border-radius: 0;
	background: #ffffff;
	text-align: center;
}
.banner-slider .owl-dots .owl-dot span {
	display: none;
}
.banner-slider .owl-dots .owl-dot.active {
	background: #fe4c1c;
}
.cloud {
	position: relative;
	z-index: 9;
	margin-top: -84px;
	margin-bottom: 12px;
}
/*
================================================
7. Features Sec
================================================
*/

/** Single Features Sec **/
.service-each {
	background-color: #fff;
	padding: 40px 20px;
	padding-bottom: 35px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	margin: 40px 0 0;
}
.service-each:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.service-icn i::before {
	 margin: 0;
	 font-size: 40px;
}
.service-icn {
	height: 90px;
	width: 90px;
	line-height: 85px;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 20px;
	background: #f9fafc;
   text-align: center;
}
.service-each .service-text h3 {
	margin-bottom: 8px;
	font-size: 22px;
	margin-top: 24px;
	color: #14287b;
	font-weight: 700;
}
.service-each .service-text p {
	margin-bottom: 2px;
}
.line-servcie {
	width: 40px;
	height: 2px;
	display: inline-block;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: #0C2278;
}
/*
================================================
8. About Sec
================================================
*/
.about-area .thumb-box {
	position: relative;
	z-index: 1;
	padding-right: 50px;
	margin-bottom: 50px;
}
.about-area .thumb-box img {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	width: 100%;
}
.about-area .thumb-box .intro-video {
	position: absolute;
	right: 0;
	bottom: -50px;
	background: #ffffff;
	padding: 50px 30px;
	left: 120px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
}
.about-area .thumb-box .intro-video .video {
	padding-right: 30px;
  }
.about-area .thumb-box .intro-video h5 {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
  }
 .about-area .thumb-box .intro-video p {
	margin: 0;
  }
/** Video Btn **/
.video-play-button {
	color: #fe4c1c;
	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: #ffffff repeat scroll 0 0;
	-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.theme:before,
  .video-play-button.theme:after {
	background: #fe4c1c repeat scroll 0 0;
  }
.orange .video-play-button.theme:before,
  .orange .video-play-button.theme:after {
	background: #FF5621 repeat scroll 0 0;
  }
.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: #ffffff repeat scroll 0 0;
	-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: #fe4c1c;
  }
  
  .video-play-button.theme i {
	color: #ffffff;
  }
  
  .video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	text-align: center;
	margin-top: 0 !important;
	top: 35px;
	margin-left: 10px;
  }
  
  .video-play-button.relative::before, 
  .video-play-button.relative::after {
	height: 68px;
	width: 68px;
	line-height: 68px;
  }
  
  .video-play-button.relative i {
	line-height: 70px;
	font-size: 25px;
  }
  .about-area .info {
	padding-left: 35px;
}
  .about-area .info > h5 {
	text-transform: uppercase;
	color: #fe4c1c;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
}
.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
}
.about-area ul {
	margin: 0 -15px 30px;
	display: inline-block;
	width: 100%;
}
.about-area ul li {
	float: left;
	width: 50%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.about-area ul li i {
	font-size: 25px;
	margin-right: 20px;
	color: #1ebeb6;
}
.about-area .content h5 {
	margin: 0;
}
.about-area ul li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
}	
/*
================================================
9. CTA Sec
================================================
*/
.cta-area::before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background-image: linear-gradient(80deg, #1f0098 0%, #05d7f0 100%);
}
.cta-area {
	padding:80px 0;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	background: url(../images/map.png) left top no-repeat;
}
.cta-title h5 {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.cta-title h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 25px;
}
/*
================================================
10. Services Sec
================================================
*/

/** Single Service Sec **/
.our-services-sec .item {
	background: #fff;
	padding: 40px 50px 23px 150px;
	position: relative;
	margin-bottom: 30px;
	transition: all 700ms ease;
	margin: 40px 0 0;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.our-services-sec .item:hover {
	box-shadow: 0px 10px 21px 0px rgb(219, 219, 219);
	transition: all 700ms ease;
}
.our-services-sec .item .icon {
	position: absolute;
	left: 10px;
	top: 30px;
}
.our-services-sec .item > .icon > .icon::before {
	position: absolute;
	height: 65px;
	width: 65px;
	content: "";
	top: -10px;
	left: 35px;
	border-radius: 50%;
	right: 0;
	margin: auto;
	transition: all 0.3s ease-out;
	background-image:-webkit-linear-gradient( 45deg, #fefeff30 0%, #5dcbf166 100%);
}
.our-services-sec .item:hover .icon > .icon::before {
	top: 0px;
	left: 25px;
}
.our-services-sec .item .icon span {
}
.our-services-sec .item .icon span:before {
	font-size: 70px;
	transition: all 700ms ease;
	color: #644fb5;
}
.our-services-sec .item:hover .icon span:before {
	color: #fe4c1c;
	transition: all 700ms ease;
}
.our-services-sec .item .title h3 {
	margin-bottom: 15px;
	font-size: 23px;
	font-weight: 600;
}
.our-services-sec .item .title h3 a {
	color: #001064;
	transition: all 700ms ease;
}
.our-services-sec .item .title h3 a:hover {
	color: #FF4555;
	transition: all 700ms ease;
}
.our-services-sec .item .text p {
	font-size: 16px;
	color: #606060;
	line-height: 28px;
	padding-right: 20px;
}
.our-services-sec .item .text p span {
	color: #ff4555;
	font-weight: 500;
	transition: all 700ms ease;
}
.our-services-sec .item:hover .text p span {
	color: #FF4555;
	transition: all 700ms ease;
}
/*
================================================
11. Testimonials Sec
================================================
*/
.testimonials-sec {
	box-shadow: 0 -90px 150px rgba(1, 84, 85, 0.1); 	
}

/** Single Testimonials Sec **/
.single-testimonial-sec .inner-content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 44px 40px 0;
	z-index: 1;
	margin: 40px 0 0;
}
.single-testimonial-sec .inner-content:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 60px;
	right: 0;
	-webkit-box-shadow: 0px -2px 11px 2px rgba(0,0,0,0.05);
	box-shadow: 0px -2px 11px 2px rgba(0,0,0,0.05);
	content: "";
	z-index: -1;
	transform: scaleX(0);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.single-testimonial-sec:hover .inner-content:before {
	transform: scaleX(1.0);
}
.single-testimonial-sec .inner-content .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 30px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	z-index: -1;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.single-testimonial-sec:hover .inner-content .bg {
	transform: scaleY(0);
}
.single-testimonial-sec .inner-content .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 30px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	z-index: -1;
	transform: scaleX(0);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.single-testimonial-sec:hover .inner-content .bg-overlay {
	transform: scaleX(1.0);
}
.single-testimonial-sec .quote-icon {
	position: relative;
	display: block;
	width: 36px;
	height: 27px;
	margin: 0 auto 30px;
}
.single-testimonial-sec .quote-icon .main-icon {
	transform: scale(1.0);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.single-testimonial-sec:hover .quote-icon .main-icon {
	transform: scale(0);
}
.single-testimonial-sec .quote-icon .overlay-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform: scale(0);
}
.single-testimonial-sec:hover .quote-icon .overlay-icon {
	transform: scale(1.0);
}
.single-testimonial-sec .text-box {
	position: relative;
	display: block;
	padding-bottom: 33px;
}
.single-testimonial-sec .text-box p {
	margin: 0;
}
.single-testimonial-sec .img-box {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	transition: all 900ms linear;
	transition-delay: 0.1s;
}
.single-testimonial-sec:hover .img-box {
}
.single-testimonial-sec .img-box:before {
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border: 10px solid #ffffff;
	content: "";
	border-radius: 50%;
}
.single-testimonial-sec .img-box img {
	width: 100%;
	border-radius: 50%;
}
.single-testimonial-sec .client-info-box {
	position: relative;
	display: block;
	padding-top: 17px;
}
.single-testimonial-sec .client-info-box h3 {
	color: #02c18d;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 8px;
}
.single-testimonial-sec .client-info-box span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.testimonials-sec .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top:40px ;
}
/*
================================================
12. Portfolio Sec
================================================
*/
.portfolio-sec {
	background: url(../images/portfolio-bg.jpg) left top no-repeat;
}
/** Single Portifolio Sec **/
.project-section {
	position: relative;
	margin: 40px 0 0;
}
.project-section .single-column {
	position: relative;
	float: left;
	width: 25%;
}
.project-block-one .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}
.project-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 40px 0 0;
}
.project-block-one .inner-box .image-box img {
	width: 100%;
	transition: all 2500ms ease;
}
.project-block-one .inner-box:hover .image-box img {
	transform: scale(1.2);
}
.project-block-one .inner-box .image-box:before {
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	left: 20px;
	top: 20px;
	height: 0%;
	opacity: 0.95;
	z-index: 1;
	transition: all 500ms ease;
	background-color: #fe4c1c;
}
.project-block-one .inner-box:hover .image-box:before {
	height: calc(100% - 40px);
}
.project-block-one .inner-box .content-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 20px 20px;
	z-index: 2;
}
.project-block-one .inner-box .content-box .view-btn {
	position: relative;
	margin-bottom: 20px;
}
.project-block-one .inner-box .content-box .view-btn a {
	position: relative;
	display: inline-block;
	font-size: 115px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	transform: scale(0, 0);
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.project-block-one .inner-box:hover .content-box .view-btn a {
	transform: scale(1, 1);
}
.project-block-one .inner-box .content-box .text h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 6px;
}
.project-block-one .inner-box .content-box .text ul li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
.project-block-one .inner-box .content-box .text ul li a {
	color: #fff;
}
.project-block-one .inner-box .content-box .text ul li a:hover {
	text-decoration: underline;
}
.project-block-one .inner-box .content-box .text {
	position: relative;
	top: 15px;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.project-block-one .inner-box:hover .content-box .text {
	top: 0px;
	opacity: 1;
}
.portfolio-sec .project-block-one .inner-box .image-box:before {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
}
.portfolio-sec .project-block-one .inner-box:hover .image-box:before {
	height: 100%;
}
.portfolio-sec .project-block-one .inner-box .content-box .view-btn {
	margin-bottom: 8px;
}
.portfolio-sec .project-block-one .inner-box .content-box .text h3 {
	margin-bottom: 0px;
}
.portfolio-sec .project-block-one .inner-box .content-box .view-btn a {
	font-size: 100px;
	line-height: 80px;
}
/*
================================================
13. Our Team Sec
================================================
*/

/** Single Team Sec **/
.single-team-member {
	position: relative;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 40px auto 0;
}
.single-team-member .img-holder {
	position: relative;
	display: block;
}
.single-team-member .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-team-member .img-holder .inner::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}
.single-team-member:hover .img-holder .inner::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.single-team-member:hover .overlay-style-one {
	opacity: 1;
}
.single-team-member .img-holder .inner img {
	width: 100%;
	transform: scale(1.0);
	transition: .3s ease-in-out;
}
.single-team-member:hover .img-holder .inner img {
	transform: scale(1.05);
}
.team-social-links {
	position: absolute;
	left: 0;
	bottom: 70px;
	right: 0;
	height: 50px;
	transform: translateY(100%);
	transition: all 100ms ease 100ms;
	opacity: 0;
	z-index: 2;
}
.single-team-member:hover .team-social-links {
	opacity: 1;
	transform: translateX(0px);
	transition: all 0.5s ease-in-out 0.2s;
}
.team-social-links ul {
	position: relative;
	display: block;
	text-align: center;
}
.team-social-links ul li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.team-social-links ul li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	line-height: 50px;
	color: #031f4b;
	font-size: 14px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.team-social-links ul li a:hover {
	color: #0098ff;
}
.single-team-member .title-holder {
	position: relative;
	display: block;
	padding: 29px 0px 25px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background: #eee;
}
.single-team-member .title-holder h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px 0 5px;
}
.single-team-member .title-holder h3 a {
	color: #031f4b;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.single-team-member .title-holder p {
	color: #777777;
	font-size: 16px;
	margin: 0;
}
.team-area.team-page {
	padding-bottom: 120px;
}
.team-page .single-team-member:hover .title-holder {
	-webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.06);
}
/*
================================================
14. Blog Sec
================================================
*/
.blog-sec {
	box-shadow: 0 -90px 150px rgba(1, 84, 85, 0.1);
}
/** Single Blog Sec **/
.blog-sec .blog-box {
	padding: 30px;
	padding-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	background: #fff;
	box-shadow: 0px 20px 60px #6059BB12;
	margin-top: 40px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.blog-sec .blog-box:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.blog-sec .blog-box .blog-img {
	display: flex;
	align-items: flex-end;
}
.blog-sec .blog-box .blog-img .seonim-img {
	width: 90%;
}
.blog-sec .blog-box .blog-img .seonim-img img {
	width: 95%;
}
.blog-sec .blog-box .blog-content {
	padding-top: 35px;
}
.blog-sec .blog-box .blog-content .post-meta {
	margin-bottom: 15px;
}
.blog-sec .blog-box .blog-content .post-meta span {
	margin-right: 20px;
}
.blog-sec .blog-box .blog-content .post-meta span i {
	margin-right: 10px;
}
.blog-sec .blog-box .blog-content h3 {
	font-size: 24px;
	letter-spacing: -.5px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 17px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.blog-box .blog-img .author-box {
	width: 10%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.blog-box .blog-img .author-box .date {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #edf5f7;
}
.blog-box .blog-img .author-box .date h2 span {
	display: flex;
	font-size: 14px;
	color: #797e97;
	align-items: center;
	justify-content: center;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-box .blog-img .author-box .author {
	padding-top: 30px;
}
.blog-box .blog-img .author-box .author img {
	margin: 0 auto;
	margin-bottom: 5px;
	max-width: 40px;
	height:40px;
	border-radius: 50%;
	width: 100%;
}
.blog-box .blog-img .author-box .author span {
	display: inline-flex;
	font-size: 12px;
}
.blog-box .blog-img .author-box .author span a {
	margin-left: 5px;
}
/*
================================================
15. Contact Sec
================================================
*/
.contact-sec {
	box-shadow: 0 -90px 150px rgba(0, 0, 0, 0.1);
}
.contact-info-box {
	background: #fff;
	padding: 60px 70px;
	box-shadow: 0px 16px 32px 0px rgba(191, 191, 191, 0.3);
	margin: 40px 0 0;
}
.contact-info-box .icon-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 8px 16px 0px rgba(146, 167, 255, 0.3);
	margin: 0 auto;
	margin-bottom: 35px;
}
.contact-info-box .icon-box i {
	font-size: 26px;
	color: #fff;
}
.contact-info-box.box-1 .icon-box {
	background-image: -moz-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
	background-image: -webkit-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
	background-image: -ms-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
}
.contact-info-box.box-2 .icon-box {
	background-image: -moz-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%);
	background-image: -webkit-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%);
	background-image: -ms-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%);
}
.contact-info-box.box-3 .icon-box {
	background-image: -moz-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%);
	background-image: -webkit-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%);
	background-image: -ms-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%);
}
.contact-info-box .info h3 {
	margin-bottom: 15px;
	color: #202332;
	font-weight: 600;
}
.contact-info-box .info p {
	margin: 0;
}
.contact-form-wrap .form-group {
	margin-bottom: 0;
	position: relative;
}
.contact-sec .form-group .contact-form-control {
	outline: none;
	width: 100%;
	border: none;
	height: auto;
	display: block;
	color: #000000;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 18px 20px 18px 50px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.contact-sec .form-group i {
	line-height: 60px;
	color: #fe4c1c;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 0;
	left: 20px;
}
.contact-sec .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 11px 20px 12px;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	background: #1f0098;
	border: none;
}
.contact-sec .btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fe4c1c;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.contact-sec .btn:hover, .contact-sec .btn:focus, .contact-sec .btn:active {
	color: #fff;
}
.contact-sec .btn:hover:before, .contact-sec .btn:focus:before, .contact-sec .btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.google-maps {
	line-height: 0;
}
.google-maps iframe {
	border: 0;
	height: 430px;
	width: 100% !important;
}
.hidden {
	display: none;
}
.alert {
	margin: 20px 0 0;
}
.copyright {
	padding: 15px 0;
	width: 100%;
	background-image: linear-gradient(80deg, #1f0098 0%, #05d7f0 100%);
}
.copyright p {
	color: #fff;
	text-align: center;
	margin: 0;
}
/*
================================================
16. Responsive CSS
================================================
*/

@media (min-width:991.98px) and (max-width: 1199.98px) {
/** Navigation CSS **/	
.navbar-expand-lg .navbar-nav {
	padding-right: 30px;
}
/** Slider Sec **/	
.banner-content .title {
	font-size: 80px;
	line-height: 90px;
}
/** About Sec **/	
.about-area ul li {
	width: 100%;
}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
/** Top bar **/
.header-top a {
	font-size: 12px;
	padding: 0;
}
.header-social li {
	font-size: 12px;
}
/** Slider Sec **/
.banner-content .title {
	font-size: 60px;
	line-height: 70px;
}
.cloud {
	margin-top: -75px;
}
/** About Sec **/
.about-area .info {
	padding: 30px 0 0;
}
/** CTA Sec **/
.cta-title h1 {
	font-size: 35px;
}
}

@media (max-width: 991.98px) {
/** Navigation CSS **/
.navbar-nav .nav-item {
	margin: 5px 0;
}
.center-brand .navbar-nav .nav-link, .transparent-bg .navbar-nav .nav-link {
	background-image: linear-gradient(80deg, #1f0098 0%, #05d7f0 100%);
	color: #fff;
}
/** Contact Form CSS **/
.contact__form-panel {
	margin: 30px 0 0;
}
.contact-info-box {
	padding: 60px 50px;
}
}

@media (max-width:767.98px) {
/** Nav Sec **/	
.nav-scroll .navbar {
	padding: 0 15px;
}
/** Slider Sec **/
.banner-content .title {
	font-size: 50px;
	line-height: 60px;
}
.cloud {
	margin-top: -35px;
}
/** About Sec **/
.about-area .thumb-box {
	position: relative;
	padding-right: 0;
	margin-bottom: 35px;
}
.about-area .thumb-box img {
	clip-path: inherit;
}
.about-area .thumb-box .intro-video {
	position: relative;
	right: 0;
	bottom: 0;
	display: block;
	left: 0;
	text-align: center;
	margin-top: 30px;
}
.about-area .video-play-button.relative {
	left: 0;
	text-align: center;
	top: 0;
	margin-bottom: 35px;
	transform: inherit;
}
.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 1.7rem;
}
.about-area ul li {
	width: 100%;
}
/** CTA Sec **/
.cta-title h1 {
	font-size: 35px;
}
/** Services Sec **/
.our-services-sec .item {
	padding: 50px 30px 23px 30px;
	text-align: center;
}
.our-services-sec .item .icon {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
}
.our-services-sec .item .title h3 {
	margin-top: 0px;
	text-align: center;
}
.our-services-sec .item .text {
	text-align: center;
}
}
