

/*
*******************************************
*******************************************

Template Name: bepro
Template URL: http://theme-house.com/demo/bepro/
Description: Bepro - Html5 Business Consulting Template
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - BUTTON TOP CSS
05 - navbar CSS
06 - Responsive menu CSS
07 - Header CSS
08 - Slider CSS
09 - counter CSS
10 - About CSS
11 - Why Choose CSS
12 - How work it CSS
13 - Client CSS
14 - blog CSS
15 - subscribe CSS
16 - contact CSS
17 - Footer CSS

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.7;
	color: #3a505f;
}

html,
body {
	height: 100%;
}

p {
	font-size: 15px;
	color: #3a505f;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
	height: auto
}

.bepro-btn:before {
	background: #52514d none repeat scroll 0 0;
	border: 2px solid #52514d;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
	width: 100%;
	border-radius: 3px
}

.bepro-btn:hover: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);
}

.bepro-btn {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #8186C0 none repeat scroll 0 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #fff !important;
	display: inline-block;
	padding: 13px 30px;
	position: relative;
	font-family: "Montserrat", sans-serif;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

.load-btn {
	text-align: center;
	margin-top: 30px
}

.site-heading {
	margin: 0 auto 50px;
	text-align: center;
}

.site-heading>p{
	text-align: left;
}

.site-heading>h2 {
	color: #111;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.mobile {
	display: none
}

.site-heading-white {
	margin: 0 auto 50px;
	text-align: center;
	width: 60%;
}

.site-heading-white>h2 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.site-heading-white p {
	color: #fff;
}

p {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.section_100 {
	padding: 100px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_b_50 {
	padding-bottom: 50px;
}

.section_80 {
	padding: 80px 0;
}

.section_t_80 {
	padding-top: 80px;
}

.section_70 {
	padding: 70px 0;
}

.section_t_70 {
	padding: 70px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_b_40 {
	padding-bottom: 40px
}

.no-pad-right {
	padding-right: 0;
}


/*================================================
03 - SITE PRELOADER CSS
==================================================*/

#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: table;
}

.spinner {
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
}

.spinner>div {
	background-color: #8186C0;
	height: 60px;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .spin2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .spin3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .spin4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .spin5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


/*================================================
04 - BUTTON TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #8186C0;
	border: 2px solid #52514D;
	border-radius: 30px;
	bottom: 30px;
	cursor: pointer;
	height: 40px;
	line-height: 35px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 40px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #8186C0 none repeat scroll 0 0;
	border: 2px solid #52514D;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
05 - NAVBAR CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	padding-right: 13px;
	padding-left: 13px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #3a505f;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
}

nav.navbar .nav-item .nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #3a505f;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.navbar-brand.logo h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0
}

nav.fixed-top .navbar-brand.logo h1 {
	color: #333
}

nav.fixed-top .navbar-brand.logo h1 span {
	color: #fff
}

.navbar-brand.logo h1 span {
	background: #8185CC;
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
}

nav.fixed-top .logo {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #000 !important;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #8185CC;
}


/*================================================
06 - REPONSIVE MENU CSS
==================================================*/

.bepro-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #8186C0
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #8186C0 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #8186C0;
}

.slicknav_btn {
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: transparent !important;
	line-height: 0;
	margin-top: 15px
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}


/*================================================
07 - HEADER CSS
==================================================*/

.fixed-header {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	background: #fff;
	-webkit-animation: 300ms ease-in-out fadeInDown;
	animation: 300ms ease-in-out fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.site-logo img {
	margin: 16px 0;
	position: relative;
	z-index: 9999
}

.mainmenu ul {
	text-align: right;
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul li a {
	color: #222;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 30px 15px;
	text-transform: capitalize;
}

.mainmenu ul li.active>a,
.mainmenu ul li a:hover,
.mainmenu ul li:hover>a {
	color: #8186C0
}

.mainmenu ul li ul {
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	position: absolute;
	top: 100%;
	width: 220px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 99;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: -webkit-linear-gradient(-45deg, #fff 0%, #8186C0 100%);
	background: linear-gradient(-45deg, #fff 40%, #8186C0 40%);
	border-radius: 10px
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.mainmenu ul li ul li {
	display: block;
}

.mainmenu ul li ul li:last-child {
	border-bottom: 0px solid #ddd
}

.mainmenu ul li>ul>li>a {
	display: block;
	padding: 10px 15px;
}

.search-box {
	margin-right: 0 !important;
}

.nav-search.search-trigger {
	color: #222;
	padding: 30px 5px;
	text-align: right;
}

.nav-search.search-trigger:hover {
	color: #8186C0
}

.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12199;
	background: rgba(0, 0, 0, 0.9)
}

.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.search-wrap .search-cell {
	position: absolute;
	top: 20%;
	width: 100%;
}

.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	-webkit-animation: slideInUp .3s;
	animation: slideInUp .3s;
}

.search-wrap .form-control {
	height: 66px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #eaeaea;
	font-size: 26px;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
	background-color: transparent;
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

input.main-search-input::-webkit-input-placeholder {
	color: #fff;
}

input.main-search-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input.main-search-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input.main-search-input:-ms-input-placeholder {
	color: #fff;
}

#search-close {
	position: absolute;
	top: 17px;
	right: 0px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}


/*================================================
08 - SLIDER CSS
==================================================*/

.slide-item {
	background: url(../img/header-shape.png);
	padding-top: 220px;
	padding-bottom: 120px;
	margin-top: -110px;
}

.bepro-main-slide {
	background-position: center center;
	background-size: cover;
	height: 710px;
}

.bepro-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}

.bepro-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	line-height: 60px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px
}

.slider-text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px
}

.slider-text a.bepro-btn {
	margin-top: 20px
}

.bepro-slider-area .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 0 3px 3px 0
}

.bepro-slider-area .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 45%;
	right: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 3px 0 0 3px
}

.banner-welcome {
	padding-top: 100px;
}

.header_area {
	background: url(../img/about.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	position: relative
}

.header_area:before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.header_content {
	height: 100vh
}

.header_area a {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
}

.header_area a:hover {
	text-decoration: none;
	color: #fff;
	padding: 10px 15px;
	background: #272727;
}

button.navbar-toggler {
	background: #8186C0;
	margin-left: 5px
}

.typed-static {
	color: #3a505f
}

.caption-inner span {
	color: #3a505f;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 10px
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #fff
}

.ah-words-wrapper b {
	margin-left: 5px
}


/*================================================
9 - COUNTER CSS
==================================================*/

.bepro-counter-area {
	background: #8186C0;
}

.signle-counter {
	background: url(../img/counter-bg.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 235px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.signle-counter h3 {
	color: #fff;
}

.signle-counter p {
	color: #fff;
	margin-top: 10px;
}


/*================================================
10 - ABOUT US AREA CSS
==================================================*/

.bepro-about-area {
	background: #f2f2f8
}


.about-left h4 {
	font-size: 20px;
	color: #333;
}

.about-left-para p {
	padding: 25px 0px;
}

.about-list i.fa {
	font-size: 15px;
	color: red;
}

.video-section {
	position: relative;
	z-index: 1
}

.video-pattern {
	position: absolute;
	top: 27%;
	left: 16%;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.video-section .video-bg-shape {
	background-color: transparent;
	background-image: -webkit-linear-gradient(150deg, #7052fb 0%, #7052fb 100%);
	background-image: linear-gradient(-60deg, #7052fb 0%, #7052fb 100%);
	max-height: 700px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.video-bg-shape:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-left: 1900px solid #fff;
	border-bottom: 0px solid transparent;
}

.video-section .section-title {
	text-align: center;
	width: 60%;
	margin: 0 auto 50px;
}

.video-section .section-title p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

.video-section .section-title h2 {
	color: #fff;
	margin-top: 15px;
}

.video-section .section-title h2 span:after {
	background-color: #3A1BC6;
}

.video-inn {
	width: 75%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 1
}

.video-inn img {
	border-radius: 5px;
}

.video-inn .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 32px;
	background: #fff;
	border-radius: 50%;
	color: #7052fb;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	z-index: 9
}

.video-inn .play-video i {
	margin-left: 5px;
}

.video-inn .play-video .flaticon-play:before {
	font-size: 34px
}

.video-inn:hover .play-video {
	background: #fff;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}


/*================================================
11 - WHY CHOOSE AREA CSS
==================================================*/

.single-service {
	padding-top: 30px;
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004)
}

.service-read-more {
	opacity: 0.3;
	right: 0
}

.service-read-more a i.fa {
	color: #8185CC;
	font-size: 25px
}

.service-read-more img {
	bottom: 0;
	right: 0;
}

.single-service>.service-read-more {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-service:hover>.service-read-more {
	opacity: 1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.circle {
	width: 10px;
	height: 10px;
	background: #8185CC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	margin: auto;
	animation: circle 6s linear infinite;
}

@keyframes circle {
	0% {
		transform: rotate(0deg) translate(-40px) rotate(0deg);
	}
	100% {
		transform: rotate(360deg) translate(-40px) rotate(-360deg);
	}
}

.service-icon {
	border: 2px solid #8185CC;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	margin: 0 auto
}

.service-icon i.fa {
	font-size: 30px;
	margin-top: 25px;
	color: #8185CC
}

.single-why-choose h3 {
	font-size: 16px;
	margin: 15px 0px;
}

.service-para {
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.service-para h3 {
	font-size: 18px;
	padding: 15px;
}

.service-para p {
	padding: 10px 15px;
	text-align: left;
}


/*================================================
12 - How work it
==================================================*/

.agt-solution-gray {
	background: #FFF;
}

.number-circle {
	background: #8185CC;
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 100%;
	border: 6px solid #94CDDF;
}

.number-circle p {
	color: #fff;
	font-size: 20px;
	padding-top: 13px
}

.vertical-line {
	background: #8185CC;
	height: 200px;
	width: 3px;
	margin: 0 auto;
}

.top-single-process {
	height: 130px;
	width: 230px;
	margin: 0 auto;
	margin-top: -150px;
	border-radius: 10px;
	background: #94CDDF;
	box-shadow: 0 17px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.3);
	background: -webkit-linear-gradient(-45deg, #94CDDF 0%, #8185CC 100%);
	background: linear-gradient(-45deg, #94CDDF 40%, #8185CC 40%);
}

.bottom-single-process {
	height: 130px;
	width: 230px;
	margin: 0 auto;
	margin-top: -175px;
	margin-bottom: 40px;
	border-radius: 10px;
	box-shadow: 0 17px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.3);
	background: -webkit-linear-gradient(-45deg, #94CDDF 0%, #8185CC 100%);
	background: linear-gradient(-45deg, #94CDDF 40%, #8185CC 40%);
}

.top-single-process p {
	color: #fff;
	margin: 0 auto;
	padding-top: 45px;
}

.bottom-single-process p {
	color: #fff;
	margin: 0 auto;
	padding-top: 45px;
}

.horizontal-line {
	height: 3px;
	width: 100%;
	background: #8185CC;
	margin: 0 auto;
	margin-top: 20px;
}

.ptop-horizontal-line {
	height: 3px;
	width: 200px;
	background: #8185CC;
	margin-top: 100px;
}

.process-para {
	margin-top: 100px;
}


/*============================================
13 -Clients
==============================================*/

.testimonial_area {
	background: #f2f2f8;
	border-radius: 90px 90px 0px 0px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000
}

.item {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 125px;
}

.test-top {
	display: grid;
	justify-items: center;
	position: relative;
}

.client-pic {
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	position: absolute;
	top: -120px;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	display: grid;
	justify-content: center;
	align-items: center;
}

.client-para {
	background-color: #ffffff;
	padding: 80px 30px 70px;
	text-align: center;
	clip-path: polygon(0 0, 20% 0, 50% 28%, 80% 0, 100% 0, 100% 100%, 0 100%);
}

.client-para p {
	padding-top: 50px
}

@media screen and (max-width: 768px) {
	.client-para {
		clip-path: polygon(0 0, 20% 0, 50% 25%, 80% 0, 100% 0, 100% 100%, 0 100%);
	}
}


/*================================================
14 - BLOG AREA CSS
==================================================*/

.bepro-blog-area {
	background: url(../img/blog-shape.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.blog-image {
	background: url(../img/blog-img.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 300px
}

.single-blog {
	border: 3px solid #f0f0ff;
	margin-top: 30px;
	background: #fff;
}

.single-blog:hover {
	margin-top: 30px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
	-webkit-box-shadow: 0 50px 100px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004);
}

.single-blog:hover .blog-read-more a i.fa {
	color: #8185CC;
}

.blog-text {
	padding: 15px 20px;
}

.blog-text h3 {
	font-size: 18px;
	color: #001238;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.blog-text h3 a {
	color: #001238;
}

.blog-text h3 a:hover {
	color: #8185CC
}

.blog-meta-home {
	padding-top: 15px;
}

.blog-image img {
	width: 100%
}

.blog-meta-home {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-meta-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.blog-meta-right p {
	margin-left: 15px;
}

.blog-meta-right p i {
	margin-right: 5px;
	color: #8185CC
}

.bepro-blog-page-area {
	padding-top: 40px
}

.blog-page-left .blog-text h3 {
	font-size: 24px
}

.blog-text ul {
	margin-bottom: 20px;
}

.blog-text ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-text ul li i {
	margin-right: 5px;
	color: #8185CC;
}

.blog-text ul li a {
	color: #111;
}

.blog-text a.bepro-btn {
	color: #8185CC
}

.blog-text a.bepro-btn:hover {
	color: #fff;
}

.blog-text a.bepro-btn {
	color: #8185CC;
	margin: 20px 0 0 0;
}

.blog-page-right .sidebar-widget {
	margin-top: 30px;
	margin-bottom: 0
}

.blog-page-right .recent-text h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1px;
}

.blog-para {
	padding-top: 15px
}

.blog-read-more a i.fa {
	font-size: 18px;
	color: #000;
}


/*================================================
15 - SUBSCRIBE SECTION CSS
==================================================*/

.subscribe-section {
	background: url(../img/subs.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.subscribe-box {
	text-align: center;
	padding-top: 40px;
}

.subscribe-box h2 {
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: capitalize;
}

.subscribe-box p {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	margin: 25px 0;
}

.subscribe-section .section-title {
	margin-bottom: 0
}

.subscribe-box h2 span:after {
	background-color: #3A1BC6;
}

.subscribe-box form {
	width: 50%;
	margin: 30px auto 0;
	position: relative;
	height: 55px;
	background: #fff;
}

.subscribe-box form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border: medium none;
	padding: 10px 20px
}

.subscribe-box form button {
	position: absolute;
	height: 45px;
	width: auto;
	right: 7px;
	top: 5px;
	background: #7052fb none repeat scroll 0 0;
	color: #fff;
	opacity: 0.9;
	text-align: center;
	line-height: 35px;
	padding: 0;
	border: medium none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.subscribe-box form button:hover {
	background: #8185CC none repeat scroll 0 0;
	color: #fff;
}


/*================================================
16 - CONTACT PAGE CSS
==================================================*/

.contact-page-left {
	background: #fff;
}

.contact-page-right {
	background: #1A1919;
}

.contact-page-left>h3,
.contact-page-right>h3 {
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	margin: 10px 30px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.contact-page-left>h3:before {
	background: #1A1919 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}

.single-contact-info .contact-info-icon {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 0 40px;
	font-size: 14px;
	color: #fff;
	margin: 10px 30px !important;
	transition: all .4s ease 0s;
}

.single-contact-info .contact-info-icon i.fa {
	margin-top: 35%;
	margin-left: 42%;
	font-size: 30px;
}

.single-contact-info .contact-info-text {
	margin-top: 20px;
	margin-left: 30px;
}

.contact-page-right>h3:before {
	background: #8186C0 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 40%;
}

.contact-page-right>form {
	margin-top: 10px;
	padding: 30px;
}

.contact-page-right form p {
	margin-top: 15px;
}

.contact-page-right form .row:first-child p {
	margin-top: 0
}

.contact-page-right form p input {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #333333;
	color: #fff;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
}

.contact-page-right form p textarea {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #333333;
	color: #fff;
	height: 100px;
	padding: 5px 10px;
	resize: none;
	width: 100%;
}

.contact-info-text p,
h4 {
	color: #fff;
}


/*================================================
  17. FOOTER AREA CSS
==================================================*/

.footer-top-area {
	background: url(../img/footer-shape.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.single-footer {
	margin-bottom: 0px;
}

.single-footer h2 {
	color: #333;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 9999;
}

.single-footer h2 span {
	color: #8185CC;
	margin-left: 5px;
}

.footer-social-icon {
	margin-top: 20px;
}

.footer-social {
	margin-top: 15px;
}

.footer-social li {
	display: inline-block;
	margin: 0px 2px
}

.footer-social>li>a {
	border: 1px solid #8186C0;
	border-radius: 50%;
	color: #777;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 40px;
}

.fb:hover {
	background: #4b6ea9 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #4b6ea9;
}

.twitter:hover {
	background: #65bbf2 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #65bbf2;
}

.gp:hover {
	background: #bd081c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #bd081c;
}

.linkedin:hover {
	background: #0075b5 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #0075b5;
}

.single-footer>h3,
.footer-social-icon>h3 {
	color: #8185CC;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0px;
	text-transform: capitalize;
}

.footer-widget li a {
	font-size: 14px;
	text-transform: capitalize;
}

.footer-widget li a:hover {
	color: #8186C0;
}

.footer-widget li a>i {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}

.contact-details>i {
	color: #fff;
	margin-right: 5px;
}

.single-footer input[type="text"],
.single-footer input[type="email"] {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #333;
	height: 35px;
	padding: 5px 10px;
	width: 100%;
	color: #f2f2f8;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-footer input[type="text"]:focus,
.single-footer input[type="email"]:focus,
.single-footer textarea:focus {
	border: 1px solid #8186C0
}

.single-footer textarea {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #333;
	height: 90px;
	padding: 5px 10px;
	width: 100%;
	color: #f2f2f8;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-footer input[type="submit"] {
	background: #8186C0 none repeat scroll 0 0;
	border: medium none;
	color: #f2f2f8;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.single-footer input[type="submit"]:hover {
	background: #8186C0 none repeat scroll 0 0;
}

.single-footer>form>p {
	margin: 5px 0 0
}

.footer-bottom-area {
	background: #8185CC;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.copyright-left {
	text-align: left
}

.copyright-right {
	text-align: right
}

.copyright-right p i {
	color: #fff;
	margin: 0 5px;
}

.copyright-right p span {
	color: #fff;
	font-weight: 900;
	margin: 0 5px;
}

.copyright-right p {
	color: #fff;
}

.copyright-left p {
	color: #fff;
}

