body {
	color: #555;
	font-family: Lexend,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	margin: 0;
	font-family: Lexend,sans-serif;
	color: #1a2d62;
	font-weight: 400
}

a {
	font-family: Lexend,sans-serif;
	text-decoration: none;
	color: #1a2d62;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

	a:hover {
		color: #fff;
		text-decoration: none
	}

	a:focus {
		outline: 0;
		text-decoration: none
	}

p {
	margin-bottom: 0
}

li, ul {
	margin: 0;
	padding: 0;
	list-style: none
}

html.lenis, html.lenis body {
	height: auto
}

b, strong {
	font-weight: 600
}

span {
	font-family: Lexend,sans-serif
}

.section-padding {
	padding: 80px 0
}

.section-title {
	margin-bottom: 60px;
	position: relative;
	text-align: center
}

	.section-title h4 {
		color: #2c7aff;
		font-weight: 500;
		font-size: 20px
	}

	.section-title h1 {
		font-size: 60px;
		width: 60%;
		font-weight: 500;
		margin: auto
	}

@media only screen and (max-width:960px) {
	.section-title h1 {
		width: 90%
	}
}

@media only screen and (max-width:768px) {
	.section-title h1 {
		font-size: 50px;
		width: 90%
	}
}

@media only screen and (max-width:480px) {
	.section-title h1 {
		font-size: 40px;
		width: 90%
	}
}

.section-title p {
	width: 100%;
	margin: auto;
	font-size: 40px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 50px;
	color: #1a2d62
}

@media only screen and (max-width:480px) {
	.section-title p {
		width: 100%
	}
}

.section-title p span {
	background: #fec961;
	padding: 0 15px;
	border-radius: 30px
}

h1.section-title-white {
	color: #fff
}

p.section-title-white {
	color: #fff
}

.section-title-two {
	margin-bottom: 60px
}

	.section-title-two h2 {
		font-weight: 600;
		font-size: 50px
	}

		.section-title-two h2 span {
			color: #2c7aff
		}

@keyframes animloader {
	0% {
		width: 0%
	}

	100% {
		width: 100%
	}
}

::-moz-selection {
	background: #2c7aff;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #2c7aff;
	color: #fff;
	text-shadow: none
}

.btn_one {
	background: #2c7aff;
	font-size: 15px;
	padding: 15px 40px;
	color: #fff;
	display: inline-block;
	border-radius: 100px;
	font-weight: 700;
	box-shadow: 10px 15px 18px rgba(23,23,36,.1);
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

	.btn_one:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fec961;
		border-radius: 100px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out
	}

	.btn_one:active, .btn_one:focus, .btn_one:hover {
		color: #fff;
		border-radius: 100px
	}

		.btn_one:active:before, .btn_one:focus:before, .btn_one:hover:before {
			-webkit-transform: scaleY(1);
			transform: scaleY(1);
			border-radius: 100px
		}

@media only screen and (max-width:880px) {
	.btn_one {
		padding: 10px 20px
	}
}

@media only screen and (max-width:480px) {
	.btn_one {
		padding: 10px 30px
	}
}

.cta {
	position: relative;
	margin: auto;
	padding: 18px 22px;
	transition: all .2s ease
}

	.cta:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		border-radius: 28px;
		background: rgba(44,122,255,.1);
		width: 56px;
		height: 56px;
		transition: all .3s ease
	}

	.cta span {
		position: relative;
		font-size: 15px;
		color: #1a2d62;
		font-weight: 700;
		text-transform: uppercase
	}

	.cta svg {
		position: relative;
		top: 0;
		margin-left: 10px;
		fill: none;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke: #111;
		stroke-width: 2;
		transform: translateX(-5px);
		transition: all .3s ease
	}

	.cta:hover:before {
		width: 100%;
		background: #2c7aff
	}

	.cta:hover svg {
		transform: translateX(0)
	}

	.cta:active {
		transform: scale(.96)
	}

	.cta:hover span {
		color: #fff
	}

	.cta:hover svg {
		position: relative;
		top: 0;
		margin-left: 10px;
		fill: none;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke: #fff;
		stroke-width: 2;
		transform: translateX(-5px);
		transition: all .3s ease
	}

.btn_two {
	color: #1a2d62;
	border: 2px solid #2c7aff;
	padding: 12px 30px;
	font-weight: 600;
	display: inline-block;
	border-radius: 100px;
	font-size: 16px;
	transition: .3s;
	background: #fff
}

	.btn_two:hover {
		color: #fff;
		border: 2px solid #2c7aff;
		background: #2c7aff
	}

.top_header_banner {
	background: #f9f4f1
}

.top_header_banner2 {
	background: linear-gradient(to left,#e4f2fe,#ffeefe)
}

.logo-contact {
	padding: 5px 0;
	background: #2c7aff
}

@media only screen and (max-width:960px) {
	.logo-contact {
		display: none
	}
}

.logo-img a {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block
}

.single-top-contact {
	margin-top: 6px
}

@media only screen and (max-width:880px) {
	.single-top-contact {
		margin-bottom: 30px
	}
}

.single-top-contact i {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: 24px;
	margin-bottom: 0
}

.single-top-contact h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 3px
}

	.single-top-contact h4 a {
		color: #fff
	}

.top_social_profile ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: right
}

	.top_social_profile ul li {
		display: inline-block
	}

		.top_social_profile ul li a {
			text-align: center;
			border: 0;
			text-transform: uppercase;
			-webkit-transition: all .3s ease 0s;
			-o-transition: all .3s ease 0s;
			transition: all .3s ease 0s;
			margin-right: 5px;
			font-size: 16px;
			color: #fff;
			display: block;
			width: 35px;
			height: 35px;
			line-height: 35px;
			border-radius: 30px
		}

@media only screen and (max-width:768px) {
	.top_social_profile ul li a {
		margin-right: 10px;
		margin-bottom: 10px
	}
}

.top_social_profile ul li a:hover {
	color: #fff
}

.top_f_facebook:hover {
	background: #3b5998
}

.top_f_twitter:hover {
	background: #1a90d9
}

.top_f_instagram:hover {
	background: #ff5252
}

.top_f_linkedin:hover {
	background: #0e76a8
}

.col-20 {
	width: 15%
}

.col-60 {
	width: 55%
}

.col-30 {
	width: 30%
}

.site-logo {
	width: 150px
}

	.site-logo a {
		display: block
	}

	.site-logo img {
		max-width: 100%
	}

#navigation {
	background: #fff;
	padding: 15px 0
}

.navigation2 {
	border-bottom: 0 !important;
	background: #fff
}

@media only screen and (max-width:960px) {
	#navigation {
		border-bottom: 0
	}
}

.navbar-fixed {
	z-index: 999;
	position: fixed;
	opacity: .98;
	width: 100%;
	top: 0;
	-webkit-animation: fadeInDown .8s;
	animation: fadeInDown .8s;
	-webkit-backface-visibility: hidden;
	border-radius: 0;
	background: #fff !important;
	box-shadow: 10px 15px 18px rgba(23,23,36,.03)
}

@media only screen and (max-width:960px) {
	#navigation.navbar-fixed {
		display: none
	}
}

#main-menu ul {
	list-style-type: none
}

	#main-menu ul li {
		display: inline-block;
		padding: 0 9px;
		position: relative;
		line-height: 60px
	}

@media only screen and (max-width:1140px) {
	#main-menu ul li {
		padding: 0 9px
	}
}

#main-menu ul li a {
	position: relative;
	text-transform: capitalize;
	color: #1a2d62;
	font-weight: 600;
	transition: .5s;
	font-size: 16px
}

	#main-menu ul li a:focus, #main-menu ul li a:hover {
		color: #2c7aff
	}

#navigation .header-btn {
	padding-right: 20px
}

#navigation #main-menu ul li ul, #navigation #main-menu ul li ul li ul {
	background: #fff;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: -55px;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 120%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	width: 210px;
	z-index: 999;
	border-radius: 0;
	border-top: 2px solid #2c7aff
}

	#navigation #main-menu ul li ul li {
		position: relative
	}

		#navigation #main-menu ul li ul li ul {
			top: 0;
			right: auto;
			left: 205px
		}

#navigation.navbar-fixed #main-menu ul li li a {
	color: #1a2d62
}

#navigation #main-menu ul li ul li:hover > ul, #navigation #main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%
}

#navigation #main-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0
}

	#navigation #main-menu ul li ul li a {
		display: block;
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
		padding: 10px 30px;
		position: relative;
		transition: all .3s ease 0s !important;
		visibility: inherit !important;
		opacity: inherit !important;
		text-transform: capitalize;
		border-bottom: 1px solid #e8e5e5
	}

		#navigation #main-menu ul li ul li a:hover {
			color: #1a2d62;
			background-color: #fafafa;
			text-decoration: none
		}

@media only screen and (max-width:991px) {
	.col-60 {
		display: none !important
	}
}

@media only screen and (max-width:767px) {
	#mobile_menu {
		display: block;
		width: 100%
	}
}

@media only screen and (max-width:575px) {
	#navigation {
		padding: 30px 20px
	}
}

.header-btn {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	color: #0b104a;
	transition: .5s
}

	.header-btn:focus, .header-btn:hover {
		color: #2c7aff
	}

.home_lc {
	display: inline-block;
	margin-top: 15px
}

	.home_lc a i {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1a2d62;
		font-size: 26px
	}

.call_to_action {
	float: right;
	margin-top: 0
}

#navigation.navbar-fixed .call_to_action {
	margin-top: 5px
}

.top_header_banner {
	position: relative;
	background: url(../images/banner/bg-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.home_bg {
	height: 900px;
	position: relative
}

.home_bg2 {
	height: 700px;
	position: relative
}

.home_content {
	padding-top: 250px;
	position: relative
}

@media only screen and (max-width:768px) {
	.home_content {
		padding-left: 30px;
		padding-right: 20px
	}
}

.home_content h1 {
	font-size: 80px;
	font-weight: 500;
	line-height: 90px;
	margin-bottom: 20px
}

@media only screen and (max-width:960px) {
	.home_content h1 {
		font-size: 60px;
		line-height: 70px
	}
}

.home_content h1 span {
	color: #2eca7f
}

.home_content p {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 18px
}

.home_me_img {
	position: absolute;
	bottom: 0
}

	.home_me_img img {
		position: relative
	}

.home_img_two {
	padding-top: 150px;
	padding-left: 50px
}

@media only screen and (max-width:480px) {
	.home_me_img {
		display: none
	}

	.home_img_two {
		display: none
	}
}

.home_ps {
	background: #fff;
	width: 200px;
	padding: 20px;
	border-radius: 0;
	box-shadow: 0 0 30px rgba(1,41,112,.08);
	position: absolute;
	top: 50%
}

	.home_ps img {
		width: 40px;
		float: left;
		margin-right: 10px
	}

	.home_ps h2 {
		overflow: hidden;
		font-weight: 800
	}

	.home_ps span {
		font-size: 14px
	}

.home_ps2 {
	background: #fff;
	width: 200px;
	padding: 20px;
	border-radius: 0;
	position: absolute;
	top: 10%;
	right: 0;
	box-shadow: 0 0 30px rgba(1,41,112,.08)
}

	.home_ps2 img {
		width: 40px;
		float: left;
		margin-right: 10px
	}

	.home_ps2 h2 {
		overflow: hidden;
		font-weight: 800
	}

	.home_ps2 span {
		font-size: 14px
	}

.hero-text2 {
	position: relative
}

	.hero-text2 h1 span {
		color: #2c7aff
	}

	.hero-text2 h1 {
		font-size: 66px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 76px;
		padding-top: 250px;
		margin-bottom: 20px
	}

@media only screen and (max-width:960px) {
	.hero-text2 h1 {
		padding-top: 150px;
		font-size: 64px;
		line-height: 74px
	}
}

@media only screen and (max-width:768px) {
	.hero-text2 h1 {
		padding-top: 150px;
		font-size: 64px;
		line-height: 74px
	}
}

@media only screen and (max-width:480px) {
	.hero-text2 h1 {
		padding-top: 250px;
		font-size: 34px;
		line-height: 44px
	}
}

.hero-text2 p {
	width: 80%;
	font-weight: 500;
	margin-bottom: 30px
}

.hero-text-img2 {
	position: absolute;
	bottom: 0
}

@media only screen and (max-width:960px) {
	.hero-text-img2 img {
		display: none
	}
}

.home_si2 {
	background: #fff;
	border-radius: 0;
	color: #0b104a;
	display: block;
	height: 70px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 60px 0 20px;
	text-transform: capitalize;
	width: 100%
}

	.home_si2:focus {
		outline: 0 none;
		box-shadow: none;
		border: 1px solid #2c7aff !important
	}

.home_tag {
	margin-top: 30px;
	position: relative
}

	.home_tag span {
		color: #1a2d62
	}

	.home_tag a {
		color: #1a2d62;
		font-weight: 600;
		padding: 0 5px;
		text-decoration: underline;
		transition: .3s
	}

		.home_tag a:hover {
			color: #2c7aff
		}

.st_one {
	margin-top: 20px;
	background: #ecebfd
}

.st_two {
	margin-top: -20px;
	background: #edf4f3
}

@media only screen and (max-width:480px) {
	.st_one {
		margin-top: 0
	}

	.st_two {
		margin-top: 0
	}
}

.cta_two {
	margin-top: 60px
}

.count_area {
	position: relative;
	margin-top: -60px;
	padding-bottom: 80px
}

@media only screen and (max-width:960px) {
	.count_area {
		margin-top: 80px
	}
}

.single-counter {
	background: #fff;
	border-radius: 0;
	padding: 40px;
	box-shadow: 10px 15px 18px rgba(23,23,36,.04)
}

@media only screen and (max-width:960px) {
	.single-counter {
		margin-bottom: 30px
	}
}

.single-counter span {
	width: 50px;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	font-size: 20px;
	text-align: center;
	margin-right: 15px;
	color: #1a2d62
}

.single-counter h2 {
	overflow: hidden;
	font-weight: 600;
	margin-bottom: 0
}

.single-counter p {
	overflow: hidden
}

.count_one {
	background: #e1f8ed
}

.count_two {
	background: #ecebfd
}

.marketing_content_area {
	padding-bottom: 50px
}

.single_feature_one {
	background: #fff;
	margin-bottom: 30px;
	padding: 40px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #ddd;
	z-index: 2;
	-webkit-transition: .3s;
	-webkit-transition: .2s;
	-o-transition: .3s;
	transition: .3s
}

.sf_top {
	overflow: hidden
}

	.sf_top i {
		margin-bottom: 30px;
		font-size: 60px;
		color: #2c7aff
	}

.single_feature_one h2 a {
	font-size: 26px;
	color: #1a2d62;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	line-height: 36px;
	font-weight: 600;
	transition: .3s
}

.single_feature_one p {
	margin-bottom: 30px
}

.single_feature_one:hover {
	border: 1px solid #2c7aff
}

.single_feature_one a {
	color: #1a2d62;
	display: inline-block;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 500
}

.bc_bg_two {
	background: #edf4f7
}

.co_list {
	margin-top: 30px;
	display: inline-block
}

.c_btn2 {
	background: rgba(44,122,255,.1);
	margin-bottom: 8px;
	display: inline-block;
	border-radius: 5px;
	color: #1a2d62;
	font-weight: 500;
	transition: .3s;
	border: 1px solid #eee;
	padding: 5px 20px
}

	.c_btn2:hover {
		color: #2c7aff
	}

.c_btn3 {
	background: #2c7aff;
	color: #fff;
	border-radius: 5%;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 46%;
	right: 0;
	font-size: 26px;
	width: 70px;
	height: 80px;
	line-height: 80px
}

.co_bg_img {
	position: relative;
	padding: 80px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

	.co_bg_img::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		top: 0;
		right: 0;
		background: rgba(0,0,0,.4)
	}

.co-video-play {
	display: inline-block;
	position: relative
}

	.co-video-play i {
		background: rgba(44,122,255,.5);
		color: #fff;
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border-radius: 100px;
		display: inline-block;
		transition: all .3s ease 0s;
		font-size: 30px
	}

	.co-video-play:hover i {
		background: #2c7aff;
		color: #fff
	}

.c_btn {
	background: #ebecff;
	padding: 6px 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 5px;
	color: #2c7aff;
	font-weight: 700;
	transition: .3s
}

	.c_btn:hover {
		color: #2c7aff
	}

.video-area {
	position: relative;
	background: url(../images/all-img/about-image.jpg);
	height: 700px;
	padding: 20px;
	border-radius: 10px;
	margin-right: 40px;
	background-size: cover;
	background-position: center
}

@media only screen and (max-width:960px) {
	.video-area {
		margin-right: 0
	}
}

.video-area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1a1936;
	content: "";
	left: 0;
	top: 0;
	opacity: .2;
	border-radius: 10px
}

.video-area .video-button, .video-button::after, .video-button::before, blockquote::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	content: ""
}

.video-area2 .video-button, .video-button::after, .video-button::before, blockquote::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	content: ""
}

.video-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2c7aff;
	position: relative;
	color: #fff;
	font-size: 30px
}

	.video-button i {
		position: relative;
		z-index: 1
	}

	.video-button:hover {
		color: #fff
	}

	.video-button::after, .video-button::before {
		animation: video 25s linear infinite;
		-webkit-animation: video 25s linear infinite;
		-moz-animation: video 25s linear infinite;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s
	}

	.video-button::after {
		background: #2c7aff;
		opacity: .5;
		height: 120px;
		width: 120px
	}

@keyframes video {
	0% {
		-webkit-border-radius: 33.33% 50%;
		-moz-border-radius: 33.33% 50%;
		border-radius: 33.33% 50%;
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-ms-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0)
	}

	100% {
		-webkit-border-radius: 50% 33.33%;
		-moz-border-radius: 50% 33.33%;
		border-radius: 50% 33.33%;
		-webkit-transform: translate(-50%,-50%) rotate(1800deg);
		-ms-transform: translate(-50%,-50%) rotate(1800deg);
		transform: translate(-50%,-50%) rotate(1800deg)
	}
}

@-webkit-keyframes video {
	0% {
		-webkit-border-radius: 33.33% 50%;
		-moz-border-radius: 33.33% 50%;
		border-radius: 33.33% 50%;
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-ms-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0)
	}

	100% {
		-webkit-border-radius: 50% 33.33%;
		-moz-border-radius: 50% 33.33%;
		border-radius: 50% 33.33%;
		-webkit-transform: translate(-50%,-50%) rotate(1800deg);
		-ms-transform: translate(-50%,-50%) rotate(1800deg);
		transform: translate(-50%,-50%) rotate(1800deg)
	}
}

@-moz-keyframes video {
	0% {
		-webkit-border-radius: 33.33% 50%;
		-moz-border-radius: 33.33% 50%;
		border-radius: 33.33% 50%;
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-ms-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0)
	}

	100% {
		-webkit-border-radius: 50% 33.33%;
		-moz-border-radius: 50% 33.33%;
		border-radius: 50% 33.33%;
		-webkit-transform: translate(-50%,-50%) rotate(1800deg);
		-ms-transform: translate(-50%,-50%) rotate(1800deg);
		transform: translate(-50%,-50%) rotate(1800deg)
	}
}

.details-buttons-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px -5px
}

	.details-buttons-area .custom-button {
		margin: 5px
	}

	.details-buttons-area .social-icons {
		margin: 0;
		margin-left: auto
	}

		.details-buttons-area .social-icons li a {
			color: #07294d;
			background: #fff
		}

@media (max-width:767px) {
	.details-buttons-area {
		justify-content: center
	}

		.details-buttons-area .social-icons {
			width: 100%;
			margin: 0;
			justify-content: center
		}
}

.custom-button {
	color: #fff;
	text-transform: uppercase;
	line-height: 48px;
	background: #f70;
	padding: 0 35px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	border-radius: 25px;
	border: 1px solid #f70
}

	.custom-button i {
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
		display: inline-block
	}

		.custom-button i:last-child {
			padding-left: 10px
		}

		.custom-button i:first-child {
			padding-right: 10px
		}

	.custom-button:hover {
		color: #2c7aff
	}

	.custom-button.btn-sm {
		padding: 0 18px;
		font-size: 14px;
		line-height: 45px
	}

	.custom-button.theme-one {
		border-color: #2c7aff;
		background: #2c7aff;
		box-shadow: 0 0 15px rgba(255,119,0,.1)
	}

		.custom-button.theme-one:hover {
			color: #2c7aff;
			background: #fff;
			border: 1px solid #2c7aff
		}

	.custom-button.bg-white {
		background: #fff;
		color: #07294d;
		border-color: rgba(7,41,77,.2)
	}

		.custom-button.bg-white:hover {
			background: #f70 !important;
			border-color: #f70 !important;
			color: #fff
		}

.social-icons {
	margin: -10px
}

	.social-icons li {
		padding: 10px;
		display: inline-block
	}

		.social-icons li a {
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			background: rgba(255,255,255,.14);
			color: #fff;
			display: block
		}

			.social-icons li a:hover {
				background: #2c7aff;
				color: #fff;
				box-shadow: 0 5px 20px rgba(255,119,0,.31)
			}

.cc_btn {
	margin-top: 30px
}

.video-play {
	display: block;
	position: absolute;
	top: 45%;
	left: 45%
}

	.video-play i {
		background: #2c7aff;
		color: #fff;
		width: 120px;
		height: 120px;
		line-height: 120px;
		text-align: center;
		border-radius: 100px;
		display: inline-block;
		-webkit-box-shadow: 10px 15px 18px rgba(23,23,36,.15);
		box-shadow: 10px 15px 18px rgba(23,23,36,.15);
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		font-size: 40px
	}

	.video-play:hover i {
		background: #3f3eed;
		color: #fff
	}

@media only screen and (max-width:480px) {
	.video-play i {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px
	}

	.video-play {
		display: block;
		position: absolute;
		top: 60%;
		left: 40%
	}
}

.topic_content_area {
	padding-bottom: 50px;
	background: url(../images/banner/topic.png);
	background-position: center;
	background-size: cover
}

.testi_home_area {
	padding-bottom: 100px;
	background: #fafafa
}

.team_page {
	padding-top: 0
}

.single_team_content {
	padding: 45px;
	margin-top: 60px
}

	.single_team_content h1 {
		font-size: 50px;
		font-weight: 600;
		line-height: 60px
	}

.our-team {
	margin-bottom: 30px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.09)
}

	.our-team .team_img {
		position: relative;
		overflow: hidden
	}

		.our-team .team_img:after {
			content: "";
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,.2);
			position: absolute;
			bottom: -100%;
			left: 0;
			transition: all .3s ease 0s
		}

	.our-team:hover .team_img:after {
		bottom: 0
	}

	.our-team img {
		width: 100%;
		height: auto
	}

	.our-team .social {
		list-style: none;
		position: absolute;
		top: 78%;
		right: 25px;
		z-index: 1;
		transition: all .3s ease 0s;
		display: flex;
		align-items: center;
		justify-content: space-between;
		left: 25px
	}

		.our-team .social li {
			float: left;
			margin: 5px
		}

			.our-team .social li a {
				display: block;
				font-size: 18px;
				background: #fff;
				padding: 0 0 18px 0;
				border-radius: 30px;
				color: #1a2d62;
				width: 50px;
				height: 50px;
				line-height: 50px
			}

	.our-team:hover .social li a:hover {
		color: #2c7aff
	}

	.our-team .team-content {
		padding: 20px 0;
		background: #fff
	}

	.our-team .title {
		font-size: 22px;
		font-weight: 600;
		text-transform: capitalize;
		margin: 0 0 20px;
		position: relative
	}

		.our-team .title:before {
			content: "";
			width: 25px;
			height: 1px;
			background: #2c7aff;
			position: absolute;
			bottom: -10px;
			right: 50%;
			margin-right: 9px;
			transition-duration: .25s
		}

		.our-team .title:after {
			content: "";
			width: 25px;
			height: 1px;
			background: #2c7aff;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: 9px;
			transition-duration: .25s
		}

	.our-team:hover .title:after, .our-team:hover .title:before {
		width: 50px
	}

@media only screen and (max-width:990px) {
	.our-team {
		margin-bottom: 30px
	}
}

.our-team2 {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	padding-bottom: 20px
}

	.our-team2 .team-content2 {
		position: relative;
		overflow: hidden
	}

		.our-team2 .team-content2 img {
			width: 100%;
			height: auto;
			transition: all .3s linear 0s
		}

	.our-team2:hover .team-content2 img {
		transform: scale(1.2,1.2)
	}

	.our-team2 .social-links {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		bottom: 0
	}

		.our-team2 .social-links li a {
			padding: 15px;
			color: #fff;
			display: block;
			background: #2c7aff;
			transition: all .3s linear 0s
		}

			.our-team2 .social-links li a:hover {
				color: #2c7aff;
				background: #fff;
				text-decoration: none
			}

@media only screen and (max-width:960px) {
	.our-team2 {
		margin-bottom: 30px
	}
}

.blog_area {
	padding-bottom: 50px
}

.single_blog {
	border-radius: 0;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	border: 1px solid #eee
}

	.single_blog img {
		width: 100%;
		position: relative
	}

.img_info span {
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
	background: #fff;
	padding: 10px 30px;
	border-radius: 100px;
	border: 1px solid #eee;
	box-shadow: 0 4px 5px -1px rgba(0,64,128,.1)
}

	.img_info span a {
		color: #2c7aff
	}

		.img_info span a:hover {
			color: #2c7aff
		}

.content_box {
	margin-top: 20px;
	padding-bottom: 40px
}

	.content_box h2 {
		line-height: 32px;
		font-size: 20px;
		margin-bottom: 40px
	}

		.content_box h2 a {
			color: #1a2d62;
			font-weight: 600;
			display: block;
			padding: 0 20px
		}

			.content_box h2 a:hover {
				color: #2c7aff
			}

	.content_box p {
		margin-bottom: 0
	}

.single_blog_two span {
	margin-top: 0
}

.single_blog_two p {
	margin-bottom: 30px
}

.blog-page {
	background: #edf4f7
}

.blog_search {
	background: #fff;
	box-shadow: 0 0 150px 0 rgba(78,67,250,.06);
	padding: 10px;
	border: 1px solid #ededed
}

	.blog_search input {
		border: 1px solid #ebecff;
		border-radius: 0;
		color: #1a2d62;
		-webkit-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		height: 60px;
		outline: 0 none
	}

		.blog_search input:focus {
			box-shadow: none
		}

.sub_btn {
	background: #2c7aff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 14px 40px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 100px;
	display: inline-block;
	font-weight: 500
}

	.sub_btn:focus, .sub_btn:hover {
		background: #fff;
		color: #1a2d62
	}

.social_item {
	padding: 8px 12px;
	border-radius: 4px
}

.single_social ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(2,minmax(0,1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	list-style: none;
	-ms-grid-columns: minmax(0,1fr) 10px minmax(0,1fr);
	grid-template-columns: repeat(2,minmax(0,1fr))
}

	.single_social ul li a i {
		color: #fff;
		font-size: 12px
	}

.item-list {
	float: right;
	color: #fff;
	font-size: 13px
}

.b_facebook {
	background: #1a4fc5
}

.b_twitter {
	background: #00acee
}

.b_youtube {
	background: #f50000
}

.tag {
	overflow: hidden
}

	.tag a {
		background: #f4f4f4;
		border: 1px solid #ededed;
		border-radius: 30px;
		color: #1a2d62;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: 600;
		margin: 6px 4px;
		padding: 3px 20px;
		text-transform: capitalize;
		-webkit-transition: all .3s ease 0s;
		transition: all .3s ease 0s
	}

		.tag a:hover {
			background: #2c7aff;
			color: #fff;
			border: 1px solid #2c7aff
		}

.single_author {
	background: #fff none repeat scroll 0 0;
	padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 150px 0 rgba(78,67,250,.06);
	box-shadow: 0 0 150px 0 rgba(78,67,250,.06);
	overflow: hidden;
	border: 1px solid #ededed
}

.blog_head_title {
	border-bottom: 1px solid #ededed;
	margin: 0 0 30px;
	padding-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px
}

.footer {
	background: #fff;
	padding-bottom: 40px
}

@media only screen and (max-width:960px) {
	.single_footer {
		margin-bottom: 40px
	}
}

.single_footer img {
	margin-bottom: 20px;
	width: 150px
}

.single_footer h4 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 20px
}

.single_footer p {
	margin-bottom: 30px
}

@media only screen and (max-width:480px) {
	.foot_social {
		margin-bottom: 30px;
		overflow: hidden
	}
}

.foot_social ul li {
	float: left
}

	.foot_social ul li a {
		background: #fff;
		text-align: center;
		border: 0;
		text-transform: uppercase;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		margin-right: 5px;
		font-size: 16px;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 30px;
		box-shadow: 0 4px 5px -1px rgba(0,64,128,.1)
	}

		.foot_social ul li a:hover {
			color: #fff
		}

.single_footer ul {
	margin: 0;
	padding: 0;
	list-style: none
}

	.single_footer ul li a {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		line-height: 36px;
		font-size: 16px;
		font-weight: 400;
		text-transform: capitalize
	}

		.single_footer ul li a:before {
			content: "-";
			font-family: LineAwesome;
			font-weight: 400;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			font-size: 20px;
			margin-right: 6px
		}

		.single_footer ul li a:hover {
			color: #2c7aff
		}

.foot_img {
	width: 80% !important
}

@media only screen and (max-width:960px) {
	.foot_img {
		width: 50% !important
	}
}

@media only screen and (max-width:480px) {
	.foot_img {
		width: 50% !important
	}
}

.sf_contact {
	margin-bottom: 30px;
	overflow: hidden
}

	.sf_contact span {
		color: #2c7aff;
		font-size: 30px;
		float: left;
		margin-top: 5px;
		margin-right: 20px
	}

	.sf_contact h3 {
		font-weight: 600;
		font-size: 18px;
		overflow: hidden;
		margin-bottom: 5px
	}

	.sf_contact p {
		overflow: hidden;
		margin-bottom: 0
	}

.footer_copyright {
	float: left
}

@media only screen and (max-width:480px) {
	.footer_copyright {
		display: inline
	}
}

.footer_copyright p {
	text-align: center;
	text-transform: capitalize
}

.footer_menu {
	float: right
}

@media only screen and (max-width:480px) {
	.footer_menu {
		float: left;
		margin-top: 20px
	}
}

.footer_menu ul {
	list-style: none
}

	.footer_menu ul li {
		float: left
	}

		.footer_menu ul li a {
			padding: 0 10px;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s
		}

			.footer_menu ul li a:hover {
				color: #2c7aff;
				text-decoration: underline
			}

.partner_title h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px
}

	.partner_title h3 span {
		color: #2c7aff
	}

.partner {
	margin-top: 20px
}

.section-top {
	background: linear-gradient(to left,#e4f2fe,#ffeefe);
	padding-top: 150px;
	position: relative;
	padding-bottom: 120px
}

.section-top-title {
	position: relative
}

@media only screen and (max-width:480px) {
	.section-top-title {
		width: 100%
	}
}

.section-top-title h1 {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 50px
}

.section-top-title ul {
	background: #fff;
	text-align: center;
	border: 2px solid #fff;
	padding: 10px 20px;
	width: 220px;
	margin: auto;
	border-radius: 10px;
	margin-top: 20px
}

	.section-top-title ul li {
		color: #1a2d62 !important;
		display: inline-block
	}

		.section-top-title ul li a {
			color: #2c7aff !important;
			font-weight: 600
		}

			.section-top-title ul li a:hover {
				color: #1a2d62 !important
			}

.price-head {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	text-align: center;
	padding: 20px;
	color: #fff;
	border-radius: 30px
}

	.price-head h2 {
		color: #fff;
		font-size: 26px;
		font-weight: 600
	}

	.price-head h1 {
		font-weight: 600;
		margin-top: 10px;
		color: #fff
	}

	.price-head span {
		display: block
	}

.price_btn {
	background: #2c7aff;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border-radius: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

	.price_btn:hover {
		background: #3f3eed
	}

.our-event {
	padding-bottom: 50px;
	background: #edf4f7
}

.es {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 30px;
	transition: .3s
}

	.es:hover {
		box-shadow: 0 10px 40px rgba(0,0,0,.06)
	}

.event-content h3 a {
	color: #1a2d62;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	display: block;
	line-height: 30px;
	transition: .3s
}

	.event-content h3 a:hover {
		color: #2c7aff
	}

.single_event_single img {
	width: 100%
}

.single_event_text_single h4 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px
}

.single_event_text_single span i {
	color: #2c7aff;
	margin-right: 8px
}

.single_event_text_single span {
	color: #333;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px
}

.single_event_text_single p {
	margin-top: 20px
}

.single_event_text_single_description {
	margin-top: 30px
}

	.single_event_text_single_description h3 {
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 15px
	}

.event_info {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0,0,0,.07);
	padding: 30px
}

	.event_info h3 {
		background: #2c7aff none repeat scroll 0 0;
		color: #fff;
		font-size: 26px;
		font-weight: 800;
		text-align: center;
		padding: 20px
	}

	.event_info ul {
		list-style: none
	}

		.event_info ul li {
			margin: 30px 0
		}

		.event_info ul i {
			background: #2c7aff none repeat scroll 0 0;
			border-radius: 30px;
			color: #fff;
			float: left;
			font-size: 20px;
			height: 45px;
			line-height: 45px;
			margin-right: 15px;
			text-align: center;
			width: 45px
		}

		.event_info ul h4 {
			font-weight: 700;
			text-transform: capitalize;
			overflow: hidden;
			font-size: 22px
		}

		.event_info ul li p {
			overflow: hidden
		}

.event_info_price h4 {
	background: #2c7aff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin: 30px 0;
	padding: 10px;
	text-align: center
}

.faq_area {
	padding-bottom: 40px;
	background: #edf4f7
}

.pt_faq {
	padding-left: 50px
}

.contact_area {
	background: #edf4f7
}

.contact label {
	margin-bottom: 5px;
	font-weight: 700;
	color: #1a2d62
}

.contact input {
	border-radius: 5px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	height: 70px;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 30px;
	background: #fff
}

.contact textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #1a2d62;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 60px;
	background: #fff
}

.contact input:focus {
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
	color: #1a2d62
}

.contact textarea:focus {
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #1a2d62
}

.contact button {
	border: none
}

.contact button {
	padding-bottom: 50px;
	background: #edf4f7
}

.address_area {
	background: #edf4f7
}

.single_address {
	padding: 40px;
	border-radius: 5px;
	background: #fff
}

@media only screen and (max-width:480px) {
	.single_address {
		margin-bottom: 30px
	}
}

.single_address i {
	font-size: 42px;
	margin-bottom: 20px;
	display: inline-block
}

.single_address h4 {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 700
}

.map iframe {
	width: 100%;
	background: #edf4f7;
	height: 600px;
	padding: 20px;
	margin-left: 30px;
	box-shadow: #fff -4px -4px 4px 0,rgba(121,144,161,.35) 3px 3px 6px 0
}

@media only screen and (max-width:880px) {
	.map iframe {
		margin-left: 0
	}
}

.about-page {
	padding-bottom: 50px
}

.si_bg {
	background: #e1f8ed
}

::-moz-range-track {
	background: 0 0;
	border: 0
}

.product_area_top {
	padding-bottom: 50px
}

.product_filter {
	margin-bottom: 10px
}

	.product_filter ul {
		margin: 0 0 40px;
		padding: 0;
		list-style: none
	}

		.product_filter ul li {
			font-weight: 500;
			text-transform: capitalize;
			display: inline-block;
			cursor: pointer;
			padding: 10px 22px;
			font-size: 16px;
			border: 1px solid transparent;
			transition: .5s;
			border-radius: 20px;
			margin: 0;
			color: #1a2d62;
			line-height: 1;
			border: 1px solid #eee;
			margin: 0 10px
		}

.product-grid {
	text-align: center;
	padding: 0 0 72px;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

	.product-grid .product-image {
		position: relative;
		transition: all .3s ease 0s
	}

		.product-grid .product-image a {
			display: block
		}

		.product-grid .product-image img {
			width: 100%;
			height: auto
		}

	.product-grid .social {
		width: 150px;
		padding: 0;
		margin: 0;
		list-style: none;
		opacity: 0;
		transform: translateY(-50%) translateX(-50%);
		position: absolute;
		top: 60%;
		left: 50%;
		z-index: 1;
		transition: all .3s ease 0s
	}

	.product-grid:hover .social {
		opacity: 1;
		top: 50%
	}

	.product-grid .social li {
		display: inline-block
	}

		.product-grid .social li a {
			color: #2c7aff;
			background-color: #fff;
			font-size: 16px;
			line-height: 43px;
			text-align: center;
			height: 40px;
			width: 40px;
			margin: 0 2px;
			display: block;
			position: relative;
			transition: all .3s ease-in-out;
			border-radius: 50%
		}

			.product-grid .social li a:hover {
				color: #fff;
				background-color: #2c7aff
			}

			.product-grid .social li a:after, .product-grid .social li a:before {
				content: attr(data-tip);
				color: #fff;
				background-color: #000;
				font-size: 12px;
				letter-spacing: 1px;
				line-height: 20px;
				padding: 1px 5px;
				white-space: nowrap;
				opacity: 0;
				transform: translateX(-50%);
				position: absolute;
				left: 50%;
				top: -30px
			}

			.product-grid .social li a:after {
				content: '';
				height: 15px;
				width: 15px;
				border-radius: 0;
				transform: translateX(-50%) rotate(45deg);
				top: -20px;
				z-index: -1
			}

			.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
				opacity: 1
			}

	.product-grid .product-new-label {
		color: #fff;
		background-color: #2c7aff;
		font-size: 12px;
		text-transform: uppercase;
		padding: 2px 10px;
		display: block;
		position: absolute;
		top: 13px;
		left: 13px;
		font-family: Poppins,sans-serif
	}

	.product-grid .rating {
		color: #fec42d;
		cursor: pointer;
		font-size: 13px;
		padding: 12px 0 0;
		margin: 0;
		list-style: none;
		position: relative;
		z-index: -1
	}

	.product-grid .product-content {
		background-color: #fff;
		text-align: center;
		padding: 0 0 5px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -25px;
		z-index: 1;
		transition: all .3s
	}

	.product-grid:hover .product-content {
		bottom: 7px
	}

	.product-grid .title {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .5px;
		text-transform: capitalize;
		margin: 5px 0 0;
		transition: all .3s ease 0s
	}

		.product-grid .title a {
			color: #1a2d62;
			font-size: 18px;
			margin: 10px 0;
			display: block;
			font-weight: 500
		}

			.product-grid .title a:hover {
				color: #2c7aff
			}

	.product-grid:hover .title a {
		color: #2c7aff
	}

	.product-grid .price {
		color: #333;
		font-size: 17px;
		font-weight: 700;
		letter-spacing: .6px;
		margin-bottom: 3px;
		text-align: center;
		transition: all .3s
	}

		.product-grid .price span {
			color: #999;
			font-size: 13px;
			font-weight: 400;
			text-decoration: line-through;
			margin-left: 3px;
			display: inline-block
		}

.acc_btn {
	background: #2c7aff;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff !important;
	padding: 8px 20px;
	transition: .5s;
	margin-top: 10px;
	text-transform: capitalize
}

	.acc_btn:hover {
		background: #000;
		border: 1px solid transparent;
		color: #fff
	}

.input-area input {
	background: #f2f2f2;
	border: none;
	height: 52px;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px
}

.input-area textarea {
	background: #f2f2f2;
	border: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px
}
