@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap);
/*@font-face {
	font-family: gilroybold;
	src: url(../fonts/GilroyBold.html);
	src: url(../fonts/GilroyBold.html) format("embedded-opentype"), url(../fonts/GilroyBold-2.html) format("woff2"), url(../fonts/GilroyBold-3.html) format("woff"), url(../fonts/GilroyBold-4.html) format("truetype"), url(../fonts/GilroyBold.svg#GilroyBold) format("svg")
}*/

@font-face {
	font-family: gilroybold;
	src: url(../fonts/GilroyBold.html);
	src: url(../fonts/GilroyBold.html) format("embedded-opentype"), url(../fonts/GilroyBold-3.html) format("woff"), url(../fonts/GilroyBold-4.html) format("truetype"), url(../fonts/GilroyBold.svg#GilroyBold) format("svg")
}



body {
	font-family: karla, sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: gilroybold , sans-serif;
	/*font-family: 'Gilroy', sans-serif;*/
	font-weight: 700;
	color: #000;
	margin: 0
}

h1 {
	font-size: 48px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin: 0
}
a {
    color: #f27521;
  }

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #fe982f;
	padding: 0 19px;
	font-size: 16px;
	line-height: 43px;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s ease-out 0;
	-moz-transition: all .4s ease-out 0;
	-ms-transition: all .4s ease-out 0;
	-o-transition: all .4s ease-out 0;
	transition: all .4s ease-out 0;
	background-color: #fe982f
}

.main-btn:hover {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .2)
}

.main-btn.main-btn-2 {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .2)
}

.main-btn.main-btn-2:hover {
	background-color: #0c59db;
	border-color: #0c59db;
	color: #fff
}

.section-title span {
	color: #0c59db;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 5px;
	z-index: 6;
	position: relative
}

.section-title .title {
	font-size: 43px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 5;
	margin-bottom: 7px
}

@media(max-width:767px) {
	.section-title .title {
		font-size: 44px;
		font-size: 36px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title::before {
		font-size: 145px
	}
}

@media(max-width:767px) {
	.section-title .title::before {
		font-size: 60px;
		bottom: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title .title::before {
		font-size: 120px
	}
}

.section-title-2 {
	padding-bottom: 12px
}

.section-title-2 .title {
	font-size: 42px;
	margin-top: -2px;
	padding-bottom: 5px;
	font-weight: 100
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.section-title-2 .title {
		font-size: 48px
	}
}

@media(max-width:767px) {
	.section-title-2 .title {
		font-size: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.section-title-2 .title {
		font-size: 57px
	}
}

.section-title-2 p {
	font-size: 18px;
	color: #424242
}

.mt-m2 {
	margin-top: -20px
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0c59db;
	z-index: 9999999;
	text-align: center
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 40px;
	display: flex;
	align-items: center
}

.line {
	width: 5px;
	height: 40px;
	background: #fff;
	margin: 0 3px;
	border-radius: 10px;
	animation: loading .8s infinite
}

.line:nth-child(2) {
	animation-delay: .1s
}

.line:nth-child(3) {
	animation-delay: .2s
}

.line:nth-child(4) {
	animation-delay: .3s
}

.line:nth-child(5) {
	animation-delay: .4s
}

.line:nth-child(6) {
	animation-delay: .5s
}

.line:nth-child(7) {
	animation-delay: .6s
}

.line:nth-child(8) {
	animation-delay: .7s
}

@keyframes loading {
	0% {
		height: 0
	}
	50% {
		height: 40px
	}
	100% {
		height: 0
	}
}

.header-top {
	position: relative;
	background: #f27521
}

@media(max-width:767px) {
	.header-top {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top {
		padding-left: 30px;
		padding-right: 30px
	}
}

.header-top .header-left-side {
	position: relative
}

.header-top .header-left-side ul li {
	display: inline-block
}

.header-top .header-left-side ul li a {
	color: #fff;
	line-height: 40px;
	margin-right: 40px;
	font-size: 14px
}

.header-top .header-left-side ul li a i {
	padding-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-top .header-left-side ul li a {
		margin-right: 15px
	}
}

@media(max-width:767px) {
	.header-top .header-left-side ul li a {
		margin-right: 25px
	}
}

.header-top .header-left-side::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 342px;
	top: 0;
	right: -70px;
	transform: skew(-45deg)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-top .header-left-side::before {
		right: -220px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-top .header-left-side::before {
		transform: skew(45deg)
	}
}

@media(max-width:767px) {
	.header-top .header-left-side::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top .header-left-side::before {
		transform: skew(45deg);
		right: -200px;
		display: block
	}
}

.header-top .header-right-social {
	position: relative
}

.header-top .header-right-social ul li {
	display: inline-block
}

.header-top .header-right-social ul li a {
	color: #fff;
	margin-left: 24px;
	line-height: 40px
}

.header-top .header-right-social::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 342px;
	top: 0;
	left: -70px;
	transform: skew(45deg)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-top .header-right-social::before {
		left: -170px
	}
}

@media(max-width:767px) {
	.header-top .header-right-social::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-top .header-right-social::before {
		left: -200px;
		display: block
	}
}

.header-nav {
	-webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.header-nav .navigation {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation {
		top: 80px
	}
}

@media(max-width:767px) {
	.header-nav .navigation {
		top: 80px;
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-nav .navigation {
		padding-left: 30px;
		padding-right: 30px
	}
}

.header-nav .navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .16);
	z-index: 999;
	animation: sticky .4s
}

.header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
	line-height: 45px
}

.header-nav .navigation .navbar {
	position: relative;
	padding: 0
}

.header-nav .navigation .navbar .country-flag img {
	border: 5px solid #fff;
	border-radius: 6px;
	box-shadow: 0 8px 16px 0 rgba(60, 110, 203, .2)
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #002249;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		padding: 10px 16px;
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, .15)
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, .15)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav {
		margin-right: 0
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav {
		margin-right: 0
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item {
		margin-right: 18px
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
	font-size: 15px;
	font-weight: 700;
	padding: 0 19px;
	color: #020202;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	margin: 0;
	line-height: 45px
}

@media(max-width:1600px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a {
		padding: 0 17px
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
	background-color: #fe982f;
	border-radius: 11px;
	color: #fff
}

.header-nav .navigation .navbar .navbar-nav .nav-item a.active {
	background-color: #fe982f;
	border-radius: 11px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a {
		font-size: 10px;
		padding: 0 2px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a {
		padding: 0;
		display: block;
		border: 0;
		margin: 0;
		line-height: 40px
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a {
		padding: 0;
		display: block;
		border: 0;
		margin: 0;
		line-height: 40px
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
	padding-left: 5px;
	font-size: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a span {
		display: none
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item a span {
		display: none
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
	position: absolute;
	left: 0;
	top: 110%;
	border-radius: 11px;
	width: 315px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	z-index: 99;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16)
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
		position: relative!important;
		width: 100%!important;
		left: 0!important;
		top: auto!important;
		opacity: 1!important;
		visibility: visible!important;
		display: none;
		right: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all none ease-out 0;
		-moz-transition: all none ease-out 0;
		-ms-transition: all none ease-out 0;
		-o-transition: all none ease-out 0;
		transition: all none ease-out 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
		position: relative!important;
		width: 100%!important;
		left: 0!important;
		top: auto!important;
		opacity: 1!important;
		visibility: visible!important;
		display: none;
		right: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all none ease-out 0;
		-moz-transition: all none ease-out 0;
		-ms-transition: all none ease-out 0;
		-o-transition: all none ease-out 0;
		transition: all none ease-out 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
	position: relative;
	border-bottom: 1px solid #cac9c9
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:last-child {
	border-bottom: 0 solid #cac9c9
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
	color: #002249;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
	display: block;
	padding: 8px 24px;
	position: relative;
	color: #403f3f;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	border-radius: 10px;
	margin: 0;
	line-height: 30px
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
	font-size: 14px;
	margin-top: 5px;
	padding-right: 10px;
	color: #f27521;
	width: 26px
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a:hover:before {
	transform: scaleX(1);
	opacity: 1;
	z-index: -1
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	opacity: 0;
	transition: all .4s ease-in-out;
	transform-origin: 0 0;
	background: #222;
	border-radius: 10px
}

.lgr_menu .sub-menu {
	width: 319px!important
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a:hover {
	color: #fff!important
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a:hover i {
	color: #fff!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
		display: none
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
		padding-left: 30px
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
		padding-left: 30px
	}
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
	top: 3%;
	opacity: 1;
	visibility: visible
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
	color: #fff
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: 0 0;
		border: 0;
		color: #002249
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: 0 0;
		border: 0;
		color: #002249
	}
	.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .fas.fa-chevron-right.sub_mnu-right {
		display: none
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.header-nav .navigation .navbar .navbar-btn {
		margin-right: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-nav .navigation .navbar .navbar-btn {
		margin-right: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-nav .navigation .navbar .navbar-btn {
		position: absolute;
		right: 70px;
		top: 3px;
		margin-right: 0
	}
}

@media(max-width:767px) {
	.header-nav .navigation .navbar .navbar-btn {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-nav .navigation .navbar .navbar-btn {
		position: absolute;
		right: 70px;
		top: 3px;
		margin-right: 0;
		display: block
	}
}

.header-nav .navigation .navbar .navbar-btn .main-btn {
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-nav .navigation .navbar .navbar-btn .main-btn {
		padding: 0 30px
	}
}

.header-nav .navigation .navbar .navbar-btn .main-btn:hover {
	border-color: #f27522;
	color: #000
}

.header-nav .navigation .navbar .navbar-btn a {
	color: #002249
}

@-webkit-keyframes sticky {
	0% {
		top: -200px
	}
	100% {
		top: 0
	}
}

@keyframes sticky {
	0% {
		top: -200px
	}
	100% {
		top: 0
	}
}

.header-area-2 {
	overflow: hidden
}

.header-area-2.header-area .header-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	border-bottom: 1px solid #2a2a2b;
	z-index: 99
}

@media(max-width:767px) {
	.header-area-2.header-area .header-top {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area .header-top {
		display: block
	}
}

.header-area-2.header-area .header-top .header-left-side::before {
	display: none
}

.header-area-2.header-area .header-top .header-left-side ul li a {
	color: #181819;
	line-height: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area .header-top .header-left-side ul li a {
		margin-right: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area .header-top .header-left-side ul li a {
		margin-right: 4px
	}
}

.header-area-2.header-area .header-top .header-left-side ul li a i {
	padding-right: 6px
}

.header-area-2.header-area .header-top .header-right-social::before {
	display: none
}

.header-area-2.header-area .header-top .header-right-social ul li a {
	color: #292929;
	line-height: 55px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.header-area-2.header-area .header-top .header-right-social ul li a:hover {
	color: #0c59db
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area .header-top .header-right-social ul li a {
		margin-left: 20px
	}
}

.header-area-2.header-area .header-nav .navigation {
	top: 72px;
	background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area .header-nav .navigation {
		top: 70px
	}
}

@media(max-width:767px) {
	.header-area-2.header-area .header-nav .navigation {
		top: 0;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area .header-nav .navigation {
		top: 70px;
		padding-left: 30px;
		padding-right: 30px
	}
}

.header-area-2.header-area .header-nav .navigation .navbar .navbar-btn {
	margin-right: 0
}

.header-area-2.header-area .header-nav .navigation.sticky {
	background: #fff;
	top: 0
}

.header-area-2.header-area .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
	line-height: 40px
}

.header-area-2.header-area-3 .header-nav .navigation {
	top: 20px;
	background-color: transparent
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-toggler {
	border-color: #fff
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-toggler span {
	background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-collapse {
		background: #002249
	}
}

@media(max-width:767px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-collapse {
		background: #002249
	}
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item {
	margin-right: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item {
		margin-right: 0
	}
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item>a {
	line-height: 100px;
	padding: 0 55px 0 0!important;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item>a {
		padding: 0 10px!important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item>a {
		line-height: 40px
	}
}

@media(max-width:767px) {
	.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item>a {
		line-height: 40px
	}
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item>a .sub-nav-toggler {
	color: #fff
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-btn a {
	background-color: transparent;
	color: #fff;
	border-color: #000;
	border-color: rgba(245, 250, 255, .1);
	border-radius: 6px
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-btn a:hover {
	background: #0c59db;
	border-color: #0c59db
}

.header-area-2.header-area-3 .header-nav .navigation.sticky {
	top: 0;
	background: #002249
}

.header-area-2.header-area-4 .header-top {
	background: #fff;
	border-bottom: 2px solid #ebebeb
}

.header-area-2.header-area-4 .header-top .header-left-side ul li a {
	color: #616161
}

.header-area-2.header-area-4 .header-top .header-left-side ul li a i {
	color: #0c59db
}

.header-area-2.header-area-4 .header-top .header-right-social ul li a {
	color: #aeaeae
}

.header-area-2.header-area-4 .header-top .header-right-social ul li a:hover {
	color: #0c59db
}

.header-area-2.header-area-4 .header-nav .navigation {
	background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-4 .header-nav .navigation {
		top: 57px
	}
}

@media(max-width:767px) {
	.header-area-2.header-area-4 .header-nav .navigation {
		top: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area-4 .header-nav .navigation {
		top: 57px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item {
		margin-right: 0
	}
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
	margin: 0 18px;
	padding: 0;
	color: #555;
	font-size: 18px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
		font-size: 16px;
		margin: 0 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
		padding: 5px 0
	}
}

@media(max-width:767px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
		padding: 5px 0
	}
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
	width: 0;
	height: 2px;
	background: #0c59db;
	position: absolute;
	content: '';
	top: -2px;
	right: 0;
	left: auto;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
		display: none
	}
}

@media(max-width:767px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
		display: none
	}
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a:hover::before {
	width: 100%;
	right: auto;
	left: 0
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
	line-height: 50px;
	margin: 0;
	padding: 0 22px
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a::before {
	display: none
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item.active a::before {
	width: 100%
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li {
	display: inline-block
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li a {
	margin-right: 30px;
	font-size: 18px;
	color: #555
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:first-child a {
	padding-left: 20px
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:last-child a {
	color: #0c59db;
	font-size: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
		top: 5px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
		top: 5px
	}
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
	line-height: 55px;
	padding: 0 35px;
	border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
		font-size: 14px;
		padding: 0 10px
	}
}

.header-area-2.header-area-4 .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a::before {
	width: 0
}

.banner-area-2 {
	margin-top: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 {
		margin-top: 50px
	}
}

@media(max-width:767px) {
	.banner-area-2 {
		margin-top: 70px
	}
}

.banner-area-2 .banner-overlay {
	height: 800px;
	background-color: rgba(0, 13, 47, .5);
	display: flex;
	align-items: center
}

.banner-area-2 .banner-overlay .banner-content span {
	font-size: 30px;
	color: #fff;
	opacity: .5;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area-2 .banner-overlay .banner-content span {
		font-size: 26px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .banner-overlay .banner-content span {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span {
		font-size: 20px
	}
}

.banner-area-2 .banner-overlay .banner-content span::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 120px;
	left: -145px;
	top: 25px;
	background: #fff
}

@media(max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span::before {
		top: 15px;
		width: 100px;
		left: -125px
	}
}

.banner-area-2 .banner-overlay .banner-content span::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 120px;
	right: -145px;
	top: 25px;
	background: #fff
}

@media(max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span::after {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content span::after {
		top: 15px;
		width: 100px;
		right: -125px;
		display: block
	}
}

.banner-area-2 .banner-overlay .banner-content .title {
	font-size: 160px;
	color: #fff;
	white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area-2 .banner-overlay .banner-content .title {
		font-size: 110px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .banner-overlay .banner-content .title {
		font-size: 110px
	}
}

@media(max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content .title {
		font-size: 48px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content .title {
		font-size: 80px
	}
}

.banner-area-2 .banner-overlay .banner-content p {
	font-size: 24px;
	color: #fff;
	opacity: .8;
	margin-top: -10px;
	padding-bottom: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-2 .banner-overlay .banner-content p {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content p {
		font-size: 18px;
		padding-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-2 .banner-overlay .banner-content p {
		font-size: 18px;
		padding-top: 20px
	}
}

.banner-area-2 .banner-overlay .banner-content ul li {
	display: inline-block;
	margin: 15px
}

.banner-area {
	background: #32bcde;
	padding-top: 12%;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 36px
}

.banner-area::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-image: url(../images/banner-gradient-bg.png);
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center
}

.banner-area .banner-content>span {
	font-size: 30px;
	color: #303031;
	font-weight: 600
}

.banner-btm {
	position: absolute;
	z-index: 9;
	margin-top: -147px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-content>span {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.banner-area .banner-content>span {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area .banner-content>span {
		font-size: 18px
	}
}

@media(width:1400px) {
	.banner-btm {
		margin-top: -117px
	}
}

@media(width:1920px) {
	.banner-btm {
		margin-top: -150px
	}
}

@media(width:1366px) {
	.banner-btm {
		margin-top: -118px
	}
}

@media(width:1024px) {
	.banner-btm {
		position: absolute;
		z-index: 9;
		margin-top: -89px
	}
}

@media(width:1600px) {
	.banner-btm {
		margin-top: -141px
	}
}

@media(width:1276px) {
	.banner-btm {
		margin-top: -112px;
	}
}
@media(width:1280px) {
	.banner-btm {
		margin-top: -111px;
	}
}
@media(width:1440px) {
	.banner-btm {
		margin-top: -126px;
}
.page-title-area11 {
		height: 453px;
		background-position: center;
		background-size: contain;
		background-position-y: 56px;
		
     }
}
@media(width:768px) {
	.banner-btm {
		margin-top: -67px;
     }
}
@media(width:2560px) {
	.banner-btm {
		margin-top: -112px;
     }
}




.banner-area .banner-content .title {
	font-size: 55px;
	line-height: 72px;
	padding-top: 8px;
	padding-bottom: 34px;
	height: 170px;
	margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media(max-width:767px) {
	.banner-area .banner-content .title {
		font-size: 42px;
		line-height: 52px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area .banner-content .title {
		font-size: 60px;
		line-height: 70px
	}
}

.banner-area .banner-content ul li {
	display: inline-block;
	margin-right: 57px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-content ul li {
		margin-right: 40px
	}
}

@media(max-width:767px) {
	.banner-area .banner-content ul li {
		margin-bottom: 40px;
		margin-right: 11px;
		margin-top: 42px
	}
	.button {
		padding: 10px 13px!important
	}
}

.banner-area .banner-content ul li:last-child {
	margin-right: 0
}

.banner-area .banner-content ul li a span::after {
	position: absolute;
	content: '';
	border-radius: 50%;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'font awesome 5 pro';
	content: \f30b
}

.banner-area .banner-content ul li a span i {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #f5faff;
	line-height: 60px;
	color: #ff4f74
}

.banner-area .banner-content ul li a p {
	display: inline-block;
	font-size: 24px;
	color: #232323;
	font-weight: 700
}

.banner-area .banner-content ul li a p:hover {
	color: #f27521
}

.banner-area .banner-content ul li a.btn-2 span {
	border-top-color: #0c59db;
	border-bottom-color: #0c59db
}

.banner-area .banner-content ul li a.btn-2 span::before {
	background: #0c59db
}

.banner-area .banner-content ul li a.btn-2 span::after {
	background: #0c59db
}

.banner-area .banner-content ul li a.btn-2 span i {
	color: #0c59db
}

.banner-area .banner-shape {
	position: absolute;
	right: -70px;
	bottom: -222px;
	height: 630px;
	width: 630px;
	background: #f9d2bd;
	border-radius: 50%;
	border: 60px solid #f7e0d4;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-shape {
		height: 500px;
		width: 500px;
		border: 60px solid #ebf4ff
	}
}

.banner-area .banner-shape::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	height: 400px;
	width: 400px;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-shape::before {
		height: 300px;
		width: 300px
	}
}

.banner-area .banner-shape img {
	position: absolute;
	top: -135px;
	left: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area .banner-shape img {
		top: -81px
	}
}

.banner-area-3 .banner-overlay {
	background-color: rgba(0, 16, 52, .9);
	height: 900px;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay {
		height: 700px
	}
}

.banner-area-3 .banner-overlay .item-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	z-index: -1
}

.banner-area-3 .banner-overlay .item-2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	z-index: -1
}

.banner-area-3 .banner-overlay .banner-content span {
	font-size: 30px;
	color: #fff;
	opacity: .8;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area-3 .banner-overlay .banner-content span {
		font-size: 26px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-3 .banner-overlay .banner-content span {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span {
		font-size: 20px
	}
}

.banner-area-3 .banner-overlay .banner-content span::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 120px;
	left: -145px;
	top: 25px;
	background: #fff
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span::before {
		top: 15px;
		width: 100px;
		left: -125px
	}
}

.banner-area-3 .banner-overlay .banner-content span::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 120px;
	right: -145px;
	top: 25px;
	background: #fff
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span::after {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content span::after {
		top: 15px;
		width: 100px;
		right: -125px;
		display: block
	}
}

.banner-area-3 .banner-overlay .banner-content .title {
	font-size: 160px;
	color: #fff;
	white-space: nowrap
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.banner-area-3 .banner-overlay .banner-content .title {
		font-size: 110px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-3 .banner-overlay .banner-content .title {
		font-size: 110px
	}
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content .title {
		font-size: 48px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content .title {
		font-size: 80px
	}
}

.banner-area-3 .banner-overlay .banner-content p {
	font-size: 24px;
	color: #fff;
	opacity: .8;
	margin-top: -10px;
	padding-bottom: 26px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area-3 .banner-overlay .banner-content p {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content p {
		font-size: 18px;
		padding-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.banner-area-3 .banner-overlay .banner-content p {
		font-size: 18px;
		padding-top: 20px
	}
}

.brand-area {
	margin-top: -150px;
	z-index: 99;
	position: absolute;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px
}

.brand-area .brand-item img {
	opacity: .3;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	background-color: #fff
}

.brand-area .brand-item img:hover {
	opacity: 1
}

.page-title-area {
	height: 530px;
	background: #f27521;
	position: relative
}

.page-title-area1 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg1.jpg);
	position: relative
}

.page-title-area3 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg3.jpg);
	position: relative
}

.page-title-area4 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg4.jpg);
	position: relative
}

.page-title-area5 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg5.jpg);
	position: relative
}

.page-title-area6 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg6.jpg);
	position: relative
}

.page-title-area7 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg7.jpg);
	position: relative
}

.page-title-area8 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg8.jpg);
	position: relative
}

.page-title-area9 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg9.jpg);
	position: relative
}

.page-title-area10 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg10.jpg);
	position: relative
}

.page-title-area11 {
	background-image: url(../../assets/images/banner-bg11.jpg);
    position: relative;
    background-position: center;
    margin-top: 51px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-area12 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg12.jpg);
	position: relative
}

.page-title-area13 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg13.jpg);
	position: relative
}

.page-title-area14 {
	height: 440px;
	background-image: url(../../assets/images/banner-bg14.jpg);
	position: relative
}

.padt-160 {
	padding-top: 160px!important
}

.page-title-area14 .bounceIn .page-title-item {
	padding-top: 237px
}

.page-title-area15 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg15.jpg);
	position: relative
}

.page-title-area16 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg16.jpg);
	position: relative
}

.page-title-area17 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg17.jpg);
	position: relative;
	background-position: center;
	background-size: cover
}

.page-title-area18 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg18.jpg);
	position: relative
}

.page-title-area19 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg19.jpg);
	position: relative
}

.page-title-area20 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg20.jpg);
	position: relative;
	background-position: center;
	background-size: cover
}

.page-title-area21 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg21.jpg);
	position: relative;
	background-position: center;
	background-size: cover
}

.page-title-area22 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg22.jpg);
	position: relative;
	background-position: center;
	background-size: cover
}

.page-title-area23 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg23.jpg);
	position: relative;
	background-position: center;
	background-size: cover
}

.page-title-area24 {
	height: 530px;
	background-image: url(../../assets/images/banner-bg24.jpg);
	position: relative
}

.page-title-area25 {
	height: 443px;
	background-image: url(../../assets/images/banner-bg25.jpg);
	position: relative
}

.page-title-area26 {
	height: 443px;
	background-image: url(../../assets/images/banner-bg26.jpg);
	position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-title-area {
		height: 500px
	}
}

@media(max-width:767px) {
	.page-title-area {
		height: 450px
	}
}

.page-title-area .page-title-item {
	padding-top: 280px
}

.page-title-area .page-title-item .title {
	font-size: 50px;
	padding-bottom: 14px;
	color: #f7f3f3
}

@media(max-width:767px) {
	.page-title-area .page-title-item .title {
		font-size: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-title-area .page-title-item .title {
		font-size: 80px
	}
}

.page-title-area .page-title-item nav {
	display: inline-block
}

.page-title-area .page-title-item nav .breadcrumb {
	margin-top: 20px;
	padding: 0;
	background-color: transparent
}

.page-title-area .page-title-item nav .breadcrumb li {
	color: #f27521;
	font-size: 21px;
	font-weight: 700
}

@media(max-width:767px) {
	.page-title-area .page-title-item nav .breadcrumb li {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.page-title-area .page-title-item nav .breadcrumb li {
		font-size: 24px
	}
}

.page-title-area .page-title-item nav .breadcrumb li a {
	color: #f27521
}

.page-title-area .page-title-item nav .breadcrumb li.breadcrumb-item.active::before {
	content: '/'
}

.single-banner {
	margin-top: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-banner {
		margin-top: 127px
	}
}

@media(max-width:767px) {
	.single-banner {
		margin-top: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner {
		margin-top: 127px
	}
}

.single-banner .banner-overlay {
	display: flex;
	align-items: center;
	height: 529px;
	background: linear-gradient(90deg, rgba(242, 117, 33, .8) 0, rgba(242, 117, 33, .45) 50%, rgba(255, 255, 255, 0) 100%)
}

@media(max-width:767px) {
	.single-banner .banner-overlay {
		height: 700px
	}
}

.single-banner .banner-overlay .banner-content {
	overflow: hidden
}

.single-banner .banner-overlay .banner-content span {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 2px;
	padding-bottom: 10px
}

@media(max-width:767px) {
	.single-banner .banner-overlay .banner-content span {
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner .banner-overlay .banner-content span {
		font-size: 18px
	}
}

.single-banner .banner-overlay .banner-content .title {
	font-size: 60px;
	color: #fff;
	line-height: 75px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.single-banner .banner-overlay .banner-content .title {
		font-size: 70px;
		line-height: 80px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-banner .banner-overlay .banner-content .title {
		font-size: 80px;
		line-height: 90px
	}
}

@media(max-width:767px) {
	.single-banner .banner-overlay .banner-content .title {
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner .banner-overlay .banner-content .title {
		font-size: 56px;
		line-height: 66px
	}
}

.single-banner .banner-overlay .banner-content p {
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-banner .banner-overlay .banner-content p {
		font-size: 16px
	}
}

@media(max-width:767px) {
	.single-banner .banner-overlay .banner-content p {
		font-size: 14px;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-banner .banner-overlay .banner-content p {
		font-size: 16px;
		padding-right: 0
	}
}

.single-banner .banner-overlay .banner-content a {
	background: #fff;
	color: #000;
	border-color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0 25px
}

.single-banner .banner-overlay .banner-content a i {
	padding-left: 17px
}

.banner-active .slick-arrow {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	color: #f27521;
	z-index: 2;
	font-size: 31px;
	font-weight: 800;
	cursor: pointer;
	transform: translateY(-50%)
}

.banner-active .slick-arrow.prev {
	left: 20px
}

.banner-active .slick-arrow.next {
	right: 20px
}

.services-area .single-services {
	border: 2px solid #f1e0d4;
	padding: 59px 33px;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	height: 309px;
	background-color: #fff
}

.services-area .single-services img {
	width: 90px
}

.services-area .single-services:hover {
	box-shadow: 1px 1px 18px 4px rgba(84, 84, 84, .46)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-area .single-services {
		padding: 60px 28px
	}
}

@media(max-width:767px) {
	.services-area .single-services {
		padding: 30px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-area .single-services {
		padding: 40px 33px
	}
}

.services-area .single-services .title {
	font-size: 19px;
	padding-top: 35px;
	padding-bottom: 20px;
	color: #484848;
	font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-area .single-services .title {
		font-size: 26px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-area .single-services .title {
		font-size: 26px
	}
}

@media(max-width:767px) {
	.services-area .single-services .title {
		font-size: 26px
	}
}

.services-area .single-services a {
	font-weight: 700;
	text-transform: capitalize;
	color: #81a3bb;
	margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-area .single-services::before {
		font-size: 150px;
		bottom: -33px
	}
}

@media(max-width:767px) {
	.services-area .single-services::before {
		font-size: 100px;
		bottom: -10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-area .single-services::before {
		font-size: 150px;
		bottom: -33px
	}
}

.video-area {
	padding-top: 120px;
	padding-bottom: 310px;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.video-area {
		padding-bottom: 250px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.video-area {
		padding-bottom: 390px
	}
}

.video-area .video-item {
	text-align: center
}

.video-area .video-item a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	background: #0041af;
	border: 2px solid #0041af;
	font-size: 24px;
	position: relative
}

.video-area .video-item a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.video-area .video-item a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.video-area .video-item span {
	padding-top: 114px;
	padding-bottom: 2px;
	font-weight: 700;
	color: rgba(255, 255, 255, .8);
	text-transform: uppercase
}

.video-area .video-item .title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	padding-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.video-area .video-item .title {
		font-size: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-area .video-item .title {
		font-size: 65px;
		line-height: 65px
	}
}

@media(max-width:767px) {
	.video-area .video-item .title {
		font-size: 30px;
		line-height: 44px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.video-area .video-item .title {
		font-size: 50px;
		line-height: 60px
	}
}

.video-area .video-thumb-1 {
	position: absolute;
	top: -40px;
	left: 30px;
	text-align: left
}

.video-area .video-thumb-1 img {
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-area .video-thumb-1 img {
		width: 65%
	}
}

@media(max-width:767px) {
	.video-area .video-thumb-1 img {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.video-area .video-thumb-1 img {
		width: 40%;
		display: inline-block
	}
}

.video-area .video-thumb-2 {
	position: absolute;
	top: -70px;
	right: 30px;
	text-align: right
}

.video-area .video-thumb-2 img {
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.video-area .video-thumb-2 img {
		width: 65%
	}
}

@media(max-width:767px) {
	.video-area .video-thumb-2 img {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.video-area .video-thumb-2 img {
		width: 50%;
		display: inline-block
	}
}

@keyframes play-btn-1 {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes play-btn-2 {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.portfolio-area {
	padding-bottom: 85px;
	margin-top: -250px;
	overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area {
		margin-top: -196px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-area {
		margin-top: -223px
	}
}

@media(max-width:767px) {
	.portfolio-area {
		margin-top: -189px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.portfolio-area {
		margin-top: -345px
	}
}

.portfolio-area .single-portfolio .portfolio-thumb img {
	width: 100%
}

.portfolio-area .single-portfolio .portfolio-content {
	padding: 40px;
	box-shadow: 0 8px 16px 0 rgba(60, 110, 203, .1)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area .single-portfolio .portfolio-content {
		padding: 40px 20px
	}
}

@media(max-width:767px) {
	.portfolio-area .single-portfolio .portfolio-content {
		padding: 40px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.portfolio-area .single-portfolio .portfolio-content {
		padding: 40px
	}
}

.portfolio-area .single-portfolio .portfolio-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0c59db;
	letter-spacing: 2px;
	padding-bottom: 5px
}

.portfolio-area .single-portfolio .portfolio-content .title {
	font-size: 23px;
	line-height: 34px;
	padding-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area .single-portfolio .portfolio-content .title {
		font-size: 19px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-area .single-portfolio .portfolio-content .title {
		font-size: 19px
	}
}

@media(max-width:767px) {
	.portfolio-area .single-portfolio .portfolio-content .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.portfolio-area .single-portfolio .portfolio-content .title {
		font-size: 26px
	}
}

.portfolio-area .portfolio-active .slick-arrow {
	position: absolute;
	top: 54%;
	height: 70px;
	width: 70px;
	text-align: center;
	color: #fff;
	text-align: center;
	line-height: 70px;
	z-index: 99;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #f4f8ff;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.portfolio-area .portfolio-active .slick-arrow:hover {
	background: #0c59db;
	border-color: #0c59db
}

.portfolio-area .portfolio-active .slick-arrow:hover i {
	color: #fff
}

.portfolio-area .portfolio-active .slick-arrow i {
	color: #0c59db;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.portfolio-area .portfolio-active .slick-arrow.prev {
	left: -70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area .portfolio-active .slick-arrow.prev {
		left: -270px
	}
}

.portfolio-area .portfolio-active .slick-arrow.next {
	right: -70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-area .portfolio-active .slick-arrow.next {
		right: -270px
	}
}

.faq-area {
	padding-bottom: 120px
}

.faq-area .section-title .title {
	padding-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-area .section-title .title {
		font-size: 56px
	}
}

@media(max-width:767px) {
	.faq-area .section-title .title {
		font-size: 34px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-area .section-title .title {
		font-size: 54px
	}
}

.faq-area .section-title .title::before {
	content: 'faq';
	left: -4px;
	transform: translateX(0);
	bottom: 56px
}

.faq-area .faq-accordion .accordion {
	border: 2px solid #e3eeff
}

.faq-area .faq-accordion .accordion .card {
	border-radius: 0;
	border: 0;
	border-top: 2px solid #e3eeff
}

.faq-area .faq-accordion .accordion .card:first-child {
	border-top: 0
}

.faq-area .faq-accordion .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	background-color: transparent
}

.faq-area .faq-accordion .accordion .card .card-header a {
	line-height: 60px;
	padding: 0 0 0 40px;
	text-decoration: none;
	font-weight: 700;
	color: #002249;
	font-size: 16px;
	width: 100%;
	color: #0c59db;
	position: relative
}

@media(max-width:767px) {
	.faq-area .faq-accordion .accordion .card .card-header a {
		padding: 10px 30px 10px 20px;
		line-height: 20px;
		font-size: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-area .faq-accordion .accordion .card .card-header a {
		padding: 0 0 0 40px;
		line-height: 60px;
		font-size: 16px
	}
}

.faq-area .faq-accordion .accordion .card .card-header a.collapsed {
	color: #002249
}

.faq-area .faq-accordion .accordion .card .card-header a.collapsed::before {
	content: '\f063';
	color: #cddae8
}

.faq-area .faq-accordion .accordion .card .card-header a::before {
	position: absolute;
	content: '\f062';
	right: 36px;
	font-family: 'font awesome 5 pro'
}

@media(max-width:767px) {
	.faq-area .faq-accordion .accordion .card .card-header a::before {
		right: 18px
	}
}

.faq-area .faq-accordion .accordion .card .card-body {
	padding: 0 40px 14px!important
}

@media(max-width:767px) {
	.faq-area .faq-accordion .accordion .card .card-body {
		padding: 0 40px 14px 20px!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-area .faq-accordion .accordion .card .card-body {
		padding: 0 40px 14px!important
	}
}

.faq-area .faq-accordion .accordion .card .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.faq-area .faq-accordion .accordion .card.show .card-body {
	padding: 0 40px 14px!important
}

.faq-area .faq-accordion .accordion .card.show .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.faq-area .single-faq {
	border: 3px solid #ffd7bd;
	padding: 34px 32px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-radius: 7px;
	background-color: #fff;
	text-align: center
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-area .single-faq {
		padding: 34px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-area .single-faq {
		margin-top: 40px
	}
}

@media(max-width:767px) {
	.faq-area .single-faq {
		margin-top: 40px
	}
}

.faq-area .single-faq .title {
	color: #f27521;
	font-size: 41px;
	display: inline-block
}

.faq-area .single-faq b {
	color: #f27521;
	font-size: 31px;
	padding-left: 10px
}

.faq-area .single-faq .title span {
	font-size: 42px
}

.faq-area .single-faq>span {
	font-size: 20px;
	font-weight: 700;
	color: #424141;
	display: block
}

.faq-area .single-faq p {
	font-size: 14px;
	padding-top: 15px
}

.faq-area .single-faq i {
	font-size: 120px;
	position: absolute;
	top: 10px;
	right: 15px;
	color: rgba(237, 238, 239, .87);
	z-index: -1
}

.faq-area.faq-area-3 .section-title .title::before {
	display: none
}

.faq-area.faq-area-3 .faq-thumb {
	margin-top: 35px
}

.faq-area.faq-area-3 .faq-thumb .faq-thumb-1 {
	padding-right: 40px;
	position: relative
}

.faq-area.faq-area-3 .faq-thumb .faq-thumb-1::before {
	position: absolute;
	content: '';
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: #edf4ff;
	right: -6px;
	bottom: -43px;
	z-index: -1
}

.faq-area.faq-area-3 .faq-thumb .faq-thumb-2 {
	margin-top: -220px;
	position: relative;
	z-index: 5
}

.faq-area.faq-area-3 .faq-thumb .faq-thumb-2 img {
	border: 15px solid #f5faff
}

.team-area {
	padding-bottom: 300px
}

.team-area .section-title .title {
	margin-bottom: 45px
}

.team-area .section-title .title::before {
	content: 'Team';
	color: #eaf2f8
}

.team-area .single-team .team-thumb {
	position: relative;
	text-align: center
}

.team-area .single-team .team-thumb img {
	border: 15px solid #fff;
	border-radius: 50%;
	width: 100%
}

.team-area .single-team .team-thumb::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: 5;
	border-left: 5px solid #0c59db;
	border-bottom: 5px solid #0c59db;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	transform: rotate(0)
}

.team-area .single-team .team-content .title {
	font-size: 24px;
	padding-top: 33px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-area .single-team .team-content .title {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-area .single-team .team-content .title {
		font-size: 20px
	}
}

.team-area .single-team .team-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0c59db;
	padding-top: 6px;
	padding-bottom: 15px
}

.team-area .single-team:hover .team-thumb::before {
	transform: rotate(180deg)
}

.action-area {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -200px
}

@media(max-width:767px) {
	.action-area {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-area {
		padding-left: 30px;
		padding-right: 30px
	}
}

.action-area .action-overlay {
	background: #002249;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
	padding: 93px 0 83px
}

.action-area .action-bg {
	padding-left: 35px;
	padding-right: 35px
}

@media(max-width:767px) {
	.action-area .action-bg {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-area .action-bg {
		padding-left: 30px;
		padding-right: 30px
	}
}

.action-area .action-bg .action-content span {
	color: #fff
}

.action-area .action-bg .action-content .title {
	font-size: 70px;
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.action-area .action-bg .action-content .title {
		font-size: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.action-area .action-bg .action-content .title {
		font-size: 54px
	}
}

@media(max-width:767px) {
	.action-area .action-bg .action-content .title {
		font-size: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-area .action-bg .action-content .title {
		font-size: 46px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.action-area .action-bg .action-btn {
		margin-top: 20px
	}
}

@media(max-width:767px) {
	.action-area .action-bg .action-btn {
		margin-top: 20px
	}
}

.action-area .action-bg .action-btn i {
	padding-right: 6px
}

.blog-area .section-title .title::before {
	content: 'news'
}

.blog-area .single-blog {
	border: 10px solid #e3eeff;
	padding: 40px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-area .single-blog {
		padding: 40px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-area .single-blog {
		padding: 40px 20px
	}
}

@media(max-width:767px) {
	.blog-area .single-blog {
		padding: 40px 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-area .single-blog {
		padding: 40px
	}
}

.blog-area .single-blog ul li {
	display: inline-block;
	font-size: 14px;
	padding-right: 15px
}

.blog-area .single-blog ul li i {
	color: #0c59db;
	padding-right: 6px
}

.blog-area .single-blog .title {
	font-size: 22px;
	padding-top: 8px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-area .single-blog .title {
		font-size: 19px
	}
}

@media(max-width:767px) {
	.blog-area .single-blog .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-area .single-blog .title {
		font-size: 22px
	}
}

.blog-area .single-blog .title a {
	color: #002249
}

.blog-area .single-blog p {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 7px
}

.blog-area .single-blog>a {
	color: #81a3bb;
	font-weight: 700;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.blog-area .single-blog:hover {
	border-color: #0c59db
}

.blog-area .single-blog:hover>a {
	color: #0c59db
}

.footer-area .widget-item-1 p {
	padding-right: 30px;
	padding-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.footer-area .widget-item-1 p {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .widget-item-1 p {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.footer-area .widget-item-1 p {
		padding-right: 0
	}
}

.footer-area .widget-item-2 .title {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 34px;
	margin-top: -8px;
	padding-bottom: 17px
}

.footer-area .widget-item-2 .footer-list {
	display: flex
}

.footer-area .widget-item-2 .footer-list ul {
	display: inline-block
}

.footer-area .widget-item-2 .footer-list ul li {
	line-height: 50px;
	margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.footer-area .widget-item-2 .footer-list ul li {
		margin-right: 20px
	}
}

.footer-area .widget-item-2 .footer-list ul li a {
	color: #81a3bb;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.footer-area .widget-item-2 .footer-list ul li a i {
	padding-right: 6px
}

.footer-area .widget-item-2 .footer-list ul li a:hover {
	color: #0c59db
}

.footer-area .widget-item-2.widget-item-3 ul {
	margin-top: 7px
}

.footer-area .widget-item-2.widget-item-3 ul li {
	line-height: 36px;
	font-size: 20px;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.footer-area .widget-item-2.widget-item-3 ul li {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.footer-area .widget-item-2.widget-item-3 ul li {
		font-size: 18px
	}
}

.footer-area .widget-item-2.widget-item-3 p {
	padding-top: 23px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area .widget-item-2.widget-item-3 p {
		padding-right: 40px
	}
}

.footer-area .widget-item-2.widget-item-3 p span {
	font-weight: 700;
	color: #002249
}

.footer-area .widget-item-2.widget-item-3 a {
	margin-top: 8px;
	color: #81a3bb;
	font-weight: 700
}

.footer-area .widget-item-2.widget-item-3 a i {
	padding-right: 6px
}

.footer-area .widget-item-2.widget-item-3 a:hover {
	color: #0c59db;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.footer-area .footer-copyright {
	border-top: 1px solid #e2edf3;
	margin-top: 100px;
	text-align: center
}

.footer-area .footer-copyright p span {
	font-weight: 700;
	color: #002249;
	line-height: 55px
}

.footer-area.footer-area-2 {
	overflow: hidden
}

.footer-area.footer-area-2 .footer-overlay {
	background-color: rgba(0, 21, 46, .9);
	padding-top: 88px
}

.footer-area.footer-area-2 .footer-overlay .widget-item-1 p {
	color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2 .title {
	color: #fff
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2 .footer-list ul li a {
	color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 ul li {
	color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p {
	color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p span {
	color: #fff
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 a {
	color: #0c59db
}

.footer-area.footer-area-2 .footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-area.footer-area-2 .footer-copyright p {
	color: #c2d1e2
}

.footer-area.footer-area-2 .footer-copyright p span {
	color: #fff
}

.footer-area.footer-area-2 .shape-1 {
	position: absolute;
	left: -50%;
	bottom: -85%;
	height: 700px;
	width: 700px;
	border-radius: 50%;
	background-color: rgba(0, 109, 232, .4)
}

.footer-area.footer-area-2 .shape-2 {
	position: absolute;
	right: -10%;
	bottom: 14%;
	height: 105px;
	width: 105px;
	border-radius: 50%;
	background-color: #006de8
}

@media(max-width:767px) {
	.footer-area.footer-area-2 .shape-2 {
		right: -30%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-area.footer-area-2 .shape-2 {
		bottom: 5%
	}
}

.footer-area.footer-area-2 .shape-3 {
	position: absolute;
	right: -3%;
	bottom: 33%;
	height: 33px;
	width: 33px;
	border-radius: 50%;
	background-color: rgba(0, 109, 232, .4);
	background-color: #00e8cf
}

.footer-area.footer-area-2.footer-area-3 .footer-overlay {
	background-color: #00152e
}

.footer-area.footer-area-2.footer-area-1 .footer-overlay {
	background-color: #00152e
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 83px;
	display: none;
	z-index: 999999
}

.back-to-top a {
	color: #fff;
	background: #f27521;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 51px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block
}

.back-to-top a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.about-area .about-thumb {
	position: relative;
	z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-area .about-thumb::before {
		height: 500px;
		width: 500px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-area .about-thumb::before {
		height: 500px;
		width: 500px;
		top: 85px
	}
}

@media(max-width:767px) {
	.about-area .about-thumb::before {
		display: none
	}
}

.about-area .about-item {
	padding-left: 30px;
	position: relative
}

@media(max-width:767px) {
	.about-area .about-item {
		padding-left: 0
	}
}

.about-area .about-item>span {
	color: #0c59db;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.about-area .about-item .title {
	font-size: 42px;
	line-height: 70px;
	padding-top: 1px;
	padding-bottom: 6px
}

@media(max-width:767px) {
	.about-area .about-item .title {
		font-size: 38px;
		line-height: 48px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-item .title {
		font-size: 50px;
		line-height: 60px
	}
}

.about-area .about-item p {
	color: #2a2b2b;
	text-align: left;
	font-size: 18px
}

.about-area .about-item .about-experience {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 28px
}

.about-area .about-item .about-experience h3 {
	font-weight: 700;
	color: #f27521;
	font-size: 100px;
	font-family: gilroybold;
	padding-right: 15px;
	position: relative
}

.about-area .about-item .about-experience h3::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 30px solid #f27521;
	border-right: 30px solid transparent;
	left: -48px;
	top: 23px
}

.about-area .about-item .about-experience span {
	font-size: 30px;
	line-height: 40px;
	font-family: gilroybold;
	font-weight: 700;
	color: #002249;
	text-transform: capitalize
}

@media(max-width:767px) {
	.about-area .about-item .about-experience span {
		font-size: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-item .about-experience span {
		font-size: 30px
	}
}

.about-area .about-item ul li {
	display: inline-block
}

.about-area .about-item ul li a {
	border-radius: 0;
	background: #f27521;
	color: #fff;
	border-color: #f27521
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-area .about-item ul li a {
		padding: 0 35px
	}
}

.about-area .about-item ul li a:hover {
	border-color: #b7c3d6;
	background: #b7c3d6
}

.about-area .about-item ul li a.main-btn-2 {
	background: #b7c3d6;
	border-color: #b7c3d6;
	margin-left: 18px
}

@media(max-width:767px) {
	.about-area .about-item ul li a.main-btn-2 {
		margin-left: 0;
		margin-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-area .about-item ul li a.main-btn-2 {
		margin-left: 18px;
		margin-top: 0
	}
}

.about-area .about-item ul li a.main-btn-2:hover {
	border-color: #0c59db;
	background: #0c59db
}

.what-we-do-area .what-we-do-item {
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(63, 64, 64, .35);
	border-radius: 6px
}

.what-we-do-area .what-we-do-item a {
	height: 100px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	position: relative;
	z-index: 5
}

.what-we-do-area .what-we-do-item a h6 {
	font-size: 20px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.what-we-do-area .what-we-do-item a i {
	font-size: 37px;
	color: #f27521;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.what-we-do-area .what-we-do-item a:hover {
	background: #f27521;
	border-radius: 6px
}

.what-we-do-area .what-we-do-item a:hover h6 {
	color: #fff
}

.what-we-do-area .what-we-do-item a:hover i {
	color: #fff
}

.what-we-do-area .what-we-do-item a::before {
	position: absolute;
	content: '\f7c6';
	font-family: 'font awesome 5 brands';
	font-size: 80px;
	top: -20px;
	left: 5px;
	color: #fff;
	z-index: -1;
	opacity: .4
}

.intro-video-area .intro-overlay {
	background-color: rgba(0, 21, 45, .9);
	padding-top: 90px;
	padding-bottom: 145px
}

.intro-video-area .intro-overlay .intro-video-content span {
	color: #0c59db;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -7px
}

.intro-video-area .intro-overlay .intro-video-content span.bar {
	position: relative
}

.intro-video-area .intro-overlay .intro-video-content span.bar::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

.intro-video-area .intro-overlay .intro-video-content .title {
	font-size: 60px;
	color: #fff;
	line-height: 70px;
	padding-right: 22px;
	padding-top: 20px;
	padding-bottom: 16px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.intro-video-area .intro-overlay .intro-video-content .title {
		font-size: 56px
	}
}

@media(max-width:767px) {
	.intro-video-area .intro-overlay .intro-video-content .title {
		font-size: 34px;
		line-height: 46px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.intro-video-area .intro-overlay .intro-video-content .title {
		font-size: 56px;
		line-height: 70px
	}
}

.intro-video-area .intro-overlay .intro-video-content .text-1 {
	font-size: 24px;
	color: #a1bbd7;
	line-height: 36px;
	padding-bottom: 25px
}

@media(max-width:767px) {
	.intro-video-area .intro-overlay .intro-video-content .text-1 {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.intro-video-area .intro-overlay .intro-video-content .text-1 {
		font-size: 24px
	}
}

.intro-video-area .intro-overlay .intro-video-content .text-2 {
	color: #c5d5e7;
	padding-right: 30px
}

@media(max-width:767px) {
	.intro-video-area .intro-overlay .intro-video-content .text-2 {
		padding-right: 0
	}
}

.intro-video-area .intro-overlay .intro-video-content a {
	border-radius: 0;
	margin-top: 45px
}

.intro-video-area .intro-overlay .intro-thumb {
	position: relative;
	z-index: 10
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.intro-video-area .intro-overlay .intro-thumb img {
		width: 100%
	}
}

@media(max-width:767px) {
	.intro-video-area .intro-overlay .intro-thumb img {
		width: 100%
	}
}

.intro-video-area .intro-overlay .intro-thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
	background: #0c59db;
	z-index: 5
}

.intro-video-area .intro-overlay .intro-thumb a i {
	font-size: 20px;
	color: #c5d5e7
}

.intro-video-area .intro-overlay .intro-thumb a::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .6;
	animation: play-btn-1 1.5s linear infinite
}

.intro-video-area .intro-overlay .intro-thumb::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 400px solid #0c59db;
	border-left: 400px solid transparent;
	right: 0;
	bottom: -42px;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.intro-video-area .intro-overlay .intro-thumb::before {
		right: -30px;
		bottom: -30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.intro-video-area .intro-overlay .intro-thumb::before {
		right: -30px;
		bottom: -30px
	}
}

@media(max-width:767px) {
	.intro-video-area .intro-overlay .intro-thumb::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.intro-video-area .intro-overlay .intro-thumb::before {
		right: -30px;
		bottom: -30px;
		display: block
	}
}

.leadership-area .leadership-item {
	position: relative;
	padding-bottom: 60px
}

.leadership-area .leadership-item img {
	width: 100%;
	border: 10px solid rgba(242, 117, 33, .73)
}

.leadership-area .leadership-item .leadership-content {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 23px;
	padding-left: 24px;
	box-shadow: 0 8px 16px 0 rgba(132, 190, 255, .1)
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.leadership-area .leadership-item .leadership-content {
		padding-left: 20px
	}
}

.leadership-area .leadership-item .leadership-content .title {
	font-size: 24px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.leadership-area .leadership-item .leadership-content .title {
		font-size: 20px
	}
}

.leadership-area .leadership-item .leadership-content span {
	color: #626262;
	font-weight: 700;
	padding-top: 9px
}

.leadership-area .leadership-active .slick-arrow {
	position: absolute;
	transform: translateX(-50%);
	bottom: -200px;
	height: 80px;
	width: 80px;
	background: #fff;
	text-align: center;
	line-height: 80px;
	box-shadow: 0 8px 16px 0 rgba(132, 190, 255, .1);
	cursor: pointer
}

.leadership-area .leadership-active .slick-arrow i {
	font-size: 20px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.leadership-area .leadership-active .slick-arrow.prev {
	left: 48%
}

.leadership-area .leadership-active .slick-arrow.next {
	right: 39%
}

.leadership-area .leadership-active .slick-arrow.next::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 50px;
	left: -1px;
	bottom: -12%;
	background: #e9f1ff;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.leadership-area .leadership-active .slick-arrow.next {
		right: 36%
	}
}

.leadership-area .leadership-active .slick-arrow:hover i {
	color: #0c59db
}

.leadership-area.padding {
	padding-bottom: 252px
}

.Progress-bar-area .Progress-bar-item {
	position: relative;
	display: flex;
	justify-content: center
}

.Progress-bar-area .Progress-bar-item canvas {
	transform: rotate(90deg)
}

.Progress-bar-area .Progress-bar-item .Progress-bar-content {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.Progress-bar-area .Progress-bar-item .Progress-bar-content {
		left: 50%
	}
}

.Progress-bar-area .Progress-bar-item .Progress-bar-content i {
	color: #0c59db;
	font-size: 70px
}

.Progress-bar-area .Progress-bar-item .Progress-bar-content .title {
	font-size: 70px;
	color: #f2f8ff;
	z-index: -1;
	line-height: 0;
	position: relative;
	white-space: nowrap
}

.quote-area {
	background-attachment: fixed
}

.quote-area .quote-overlay {
	background-color: rgba(0, 18, 34, .8);
	padding-top: 105px;
	padding-bottom: 120px
}

.quote-area .quote-overlay .section-title-2 .title {
	color: #fff
}

.quote-area .quote-overlay .section-title-2 p {
	color: #fff
}

.quote-area .quote-overlay .quote-form .input-box {
	position: relative
}

.quote-area .quote-overlay .quote-form .input-box input {
	width: 100%;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .2);
	padding-left: 40px;
	line-height: 80px;
	color: #c1d0de
}

.quote-area .quote-overlay .quote-form .input-box input::placeholder {
	opacity: 1;
	color: #c1d0de
}

.quote-area .quote-overlay .quote-form .input-box textarea {
	width: 100%;
	height: 200px;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .2);
	padding-top: 30px;
	padding-left: 40px;
	color: #c1d0de;
	resize: none
}

.quote-area .quote-overlay .quote-form .input-box textarea::placeholder {
	opacity: 1;
	color: #c1d0de
}

.quote-area .quote-overlay .quote-form .input-box button {
	margin-top: 38px;
	border-radius: 0
}

.quote-area .quote-overlay .quote-form .input-box i {
	position: absolute;
	top: 35px;
	right: 40px
}

.faq-accordion-2 .accordion {
	border: 2px solid transparent
}

.faq-accordion-2 .accordion .card {
	border-radius: 0;
	border: 0;
	border-top: 2px solid transparent;
	margin-bottom: 20px;
	box-shadow: 0 8px 16px 0 rgba(132, 190, 255, .1)
}

.faq-accordion-2 .accordion .card:first-child {
	border-top: 0
}

.faq-accordion-2 .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	background-color: transparent
}

.faq-accordion-2 .accordion .card .card-header a {
	line-height: 80px;
	padding: 0 0 0 40px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	color: #002249;
	position: relative
}

@media(max-width:767px) {
	.faq-accordion-2 .accordion .card .card-header a {
		padding: 10px 30px 10px 20px;
		line-height: 20px;
		font-size: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-accordion-2 .accordion .card .card-header a {
		padding: 0 0 0 40px;
		line-height: 60px;
		font-size: 16px
	}
}

.faq-accordion-2 .accordion .card .card-header a.collapsed {
	color: #7a95b4
}

.faq-accordion-2 .accordion .card .card-header a.collapsed::before {
	content: '\f107';
	color: #cddae8
}

.faq-accordion-2 .accordion .card .card-header a::before {
	position: absolute;
	content: '\f106';
	right: 36px;
	font-family: 'font awesome 5 pro'
}

@media(max-width:767px) {
	.faq-accordion-2 .accordion .card .card-header a::before {
		right: 18px
	}
}

.faq-accordion-2 .accordion .card .card-body {
	padding: 0 40px 14px!important
}

@media(max-width:767px) {
	.faq-accordion-2 .accordion .card .card-body {
		padding: 0 40px 14px 20px!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-accordion-2 .accordion .card .card-body {
		padding: 0 40px 14px!important
	}
}

.faq-accordion-2 .accordion .card .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.faq-accordion-2 .accordion .card.show .card-body {
	padding: 0 40px 14px!important
}

.faq-accordion-2 .accordion .card.show .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.asnwers-area .section-title-2 p {
	padding-right: 42px
}

.asnwers-area .answers-thumb {
	margin-top: 100px
}

.asnwers-area .answers-thumb .answers-thumb-2 {
	margin-top: -220px
}

.asnwers-area .answers-thumb .answers-thumb-2 img {
	border: 15px solid #f5faff
}

.action-2-area .action-overlay {
	background-color: rgba(0, 109, 232, .9);
	padding-top: 85px;
	padding-bottom: 120px
}

.action-2-area .action-overlay .action-item span {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px
}

.action-2-area .action-overlay .action-item .title {
	color: #fff;
	font-size: 60px
}

@media(max-width:767px) {
	.action-2-area .action-overlay .action-item .title {
		font-size: 46px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-2-area .action-overlay .action-item .title {
		font-size: 60px
	}
}

@media(max-width:767px) {
	.action-2-area .action-overlay .action-support {
		display: block!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-2-area .action-overlay .action-support {
		display: flex!important
	}
}

.action-2-area .action-overlay .action-support .action-support-item {
	background: #ff5f6e;
	text-align: center;
	padding: 20px 45px;
	position: relative;
	z-index: 5
}

.action-2-area .action-overlay .action-support .action-support-item i {
	position: absolute;
	top: 8px;
	left: 10px;
	opacity: .05;
	color: #fff;
	font-size: 60px;
	z-index: -1
}

.action-2-area .action-overlay .action-support .action-support-item p {
	color: #fff;
	font-size: 14px
}

.action-2-area .action-overlay .action-support .action-support-item span {
	color: #fff;
	font-weight: 700;
	font-size: 23px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.action-2-area .action-overlay .action-support .action-support-item span {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-2-area .action-overlay .action-support .action-support-item span {
		font-size: 18px
	}
}

.action-2-area .action-overlay .action-support .action-support-item.action-support-item-2 {
	background: #0058bb;
	margin-left: 30px
}

@media(max-width:767px) {
	.action-2-area .action-overlay .action-support .action-support-item.action-support-item-2 {
		margin-left: 0;
		margin-top: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.action-2-area .action-overlay .action-support .action-support-item.action-support-item-2 {
		margin-left: 20px;
		margin-top: 0
	}
}
.news-area {
	background: #002249;
	padding-top: 105px;
	padding-bottom: 42px
}

.news-area .section-title-2 .title {
	color: #fff
}

.news-area .section-title-2 p {
	color: #fff
}

.news-area .single-news {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 1px 1px 9px 1px rgba(255, 255, 255, 0.6705882352941176);
}

.news-area .single-news img {
	width: 100%;
	transform: scale(1) rotate(0deg);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	height: 370px;
}

.news-area .single-news .single-news-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 240px 40px 37px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.news-area .single-news .single-news-overlay {
		padding: 175px 40px 37px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-area .single-news .single-news-overlay {
		padding: 205px 40px 37px
	}
}

@media(max-width:767px) {
	.news-area .single-news .single-news-overlay {
		padding: 140px 20px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-area .single-news .single-news-overlay {
		padding: 260px 20px 20px
	}
}

.news-area .single-news .single-news-overlay span {
	font-weight: 700;
	color: #fff;
	font-size: 14px
}

.news-area .single-news .single-news-overlay .title {
	font-size: 24px;
	padding-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.news-area .single-news .single-news-overlay .title {
		font-size: 20px
	}
}

.news-area .single-news .single-news-overlay .title a {
	color: #fff
}

.news-area .single-news .single-news-overlay>a {
	color: #fff;
	margin-top: 180px;
	font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.news-area .single-news .single-news-overlay>a {
		margin-top: 105px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.news-area .single-news .single-news-overlay>a {
		margin-top: 135px
	}
}

@media(max-width:767px) {
	.news-area .single-news .single-news-overlay>a {
		margin-top: 85px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.news-area .single-news .single-news-overlay>a {
		margin-top: 185px
	}
}

.news-area .single-news:hover img {
	transform: scale(1.2) rotate(5deg)
}

.news-area .single-news:hover .single-news-overlay {
	
	padding: 7px 40px;
	background-color: rgba(25, 25, 24, .81);
	height: 90px;
}
	background-color: rgba(25, 25, 24, 0.81);
}

@media(max-width:767px) {
	.news-area .single-news:hover .single-news-overlay {
		padding: 20px
	}
}

.news-area.news-area-2 {
	padding-top: 35px
}


.features-area .features-item strong {
	font-weight: 700;
	color: #0c59db;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 8px;
	display: block
}

.features-area .features-item .title {
	font-size: 70px;
	line-height: 80px;
	padding-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.features-area .features-item .title {
		font-size: 62px;
		line-height: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area .features-item .title {
		font-size: 62px;
		line-height: 70px
	}
}

@media(max-width:767px) {
	.features-area .features-item .title {
		font-size: 28px;
		line-height: 38px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-area .features-item .title {
		font-size: 43px;
		line-height: 53px
	}
}

.features-area .features-item span {
	font-size: 28px;
	color: #403e3e;
	padding-bottom: 31px;
	font-weight: 600
}

@media(max-width:767px) {
	.features-area .features-item span {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-area .features-item span {
		font-size: 16px
	}
}

.features-area .features-item p {
	color: #5a5a5a;
	font-size: 18px;
	padding-top: 19px;
	text-align: justify
}

.features-area .features-item ul {
	margin-top: 35px
}

.features-area .features-item ul li {
	display: inline-block
}

.features-area .features-item ul li a {
	background: #0c59db;
	border-radius: 0;
	color: #fff;
	margin-right: 20px;
	border-color: #0c59db
}

@media(max-width:767px) {
	.features-area .features-item ul li a {
		padding: 0 30px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.features-area .features-item ul li a {
		padding: 0 30px
	}
}

.features-area .features-item ul li a i {
	padding-right: 6px
}

.features-area .features-item ul li a:hover {
	background: #b7c3d6;
	border-color: #b7c3d6
}

.features-area .features-item ul li a.main-btn-2 {
	background: #b7c3d6;
	border-color: #b7c3d6
}

.features-area .features-item ul li a.main-btn-2:hover {
	background: #0c59db;
	border-color: #0c59db
}

.features-area .features-item img {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 466px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.features-area .features-item img {
		width: 320px
	}
}

.features-area .single-features {
	border: 16px solid #f5faff;
	padding: 45px 38px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.features-area .single-features {
		padding: 45px 24px
	}
}

@media(max-width:767px) {
	.features-area .single-features {
		padding: 30px 15px;
		border-width: 10px
	}
}

.features-area .single-features .title {
	font-size: 36px;
	padding-top: 32px;
	padding-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.features-area .single-features .title {
		font-size: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area .single-features .title {
		font-size: 30px
	}
}

@media(max-width:767px) {
	.features-area .single-features .title {
		font-size: 30px
	}
}

.features-area .single-features a {
	color: #81a3bb;
	font-weight: 700;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	margin-top: 18px
}

.features-area .single-features a i {
	padding-right: 3px
}

.features-area .single-features a:hover {
	color: #0c59db
}

.features-area .features-sub {
	padding: 60px 60px 71px;
	background: #006de8
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.features-area .features-sub {
		padding: 60px 24px 93px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-area .features-sub {
		padding: 60px 30px 93px
	}
}

@media(max-width:767px) {
	.features-area .features-sub {
		padding: 20px
	}
}

.features-area .features-sub .title {
	text-transform: capitalize;
	color: #fff;
	font-size: 30px;
	padding-bottom: 7px
}

.features-area .features-sub p {
	color: #fff;
	padding-bottom: 25px
}

.features-area .features-sub .input-box input {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .3);
	width: 100%;
	line-height: 60px;
	padding-left: 30px;
	color: #fff;
	font-size: 14px
}

.features-area .features-sub .input-box input::placeholder {
	font-size: 14px;
	opacity: 1;
	color: #fff
}

.features-area .features-sub .input-box button {
	background: #005ec9;
	color: #fff;
	border-color: #005ec9;
	border-radius: 0;
	margin-top: 10px;
	width: 100%;
	padding: 0
}

.choose-area {
	padding-top: 113px;
	padding-bottom: 120px;
	background: #f5f7ff
}

.choose-area .section-title .title {
	padding-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.choose-area .section-title .title {
		font-size: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.choose-area .section-title .title {
		font-size: 50px
	}
}

.choose-area .section-title .title::before {
	display: none
}

.choose-area .choose-cat .choose-cat-item {
	position: relative;
	padding-left: 80px
}

@media(max-width:767px) {
	.choose-area .choose-cat .choose-cat-item {
		padding-left: 60px
	}
}

.choose-area .choose-cat .choose-cat-item .title {
	font-size: 24px
}

@media(max-width:767px) {
	.choose-area .choose-cat .choose-cat-item .title {
		font-size: 18px
	}
}

.choose-area .choose-cat .choose-cat-item p {
	color: #81a3bb;
	padding-top: 13px;
	padding-right: 80px
}

@media(max-width:767px) {
	.choose-area .choose-cat .choose-cat-item p {
		padding-right: 0
	}
}

.choose-area .choose-cat .choose-cat-item i {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(160, 194, 255, .2);
	font-size: 20px;
	color: #0c59db;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	position: absolute;
	top: -10px;
	left: 0
}

@media(max-width:767px) {
	.choose-area .choose-cat .choose-cat-item i {
		top: -15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.choose-area .choose-cat .choose-cat-item i {
		top: -10px
	}
}

.choose-area .choose-cat .choose-cat-item:hover i {
	background: #0c59db;
	color: #fff
}

.choose-area .choose-thumb-area {
	position: relative
}

.choose-area .choose-thumb-area .choose-thumb-2 {
	position: absolute;
	right: 0;
	bottom: -150px;
	z-index: 55
}

@media(max-width:767px) {
	.choose-area .choose-thumb-area .choose-thumb-2 {
		position: inherit;
		top: 30px
	}
}

.choose-area .choose-thumb-area .choose-thumb-2::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 370px solid #0c59db;
	border-left: 370px solid transparent;
	z-index: -1;
	right: -20px;
	bottom: -20px
}

@media(max-width:767px) {
	.choose-area .choose-thumb-area .choose-thumb-2::before {
		display: none
	}
}

.choose-area .choose-video-thumb {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.choose-area .choose-video-thumb {
		margin-top: 200px
	}
}

@media(max-width:767px) {
	.choose-area .choose-video-thumb {
		margin-top: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.choose-area .choose-video-thumb {
		margin-top: 200px
	}
}

.choose-area .choose-video-thumb a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	border-radius: 50%;
	background: #0c59db
}

.choose-area .choose-video-thumb a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.choose-area .choose-video-thumb a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-3-area .section-title .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-3-area .section-title .title {
		font-size: 62px;
		line-height: 70px
	}
}

.portfolio-3-area .section-title .title::before {
	display: none
}

.portfolio-3-area .single-portfolio {
	box-shadow: 0 8px 16px 0 rgba(60, 110, 203, .1)
}

.portfolio-3-area .single-portfolio .portfolio-content {
	padding: 35px 33px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-3-area .single-portfolio .portfolio-content {
		padding: 35px 20px
	}
}

@media(max-width:767px) {
	.portfolio-3-area .single-portfolio .portfolio-content {
		padding: 20px
	}
}

.portfolio-3-area .single-portfolio .portfolio-content span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0c59db;
	font-weight: 700
}

.portfolio-3-area .single-portfolio .portfolio-content a .title {
	font-size: 23px;
	line-height: 34px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.portfolio-3-area .single-portfolio .portfolio-content a .title {
		font-size: 19px;
		line-height: 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-3-area .single-portfolio .portfolio-content a .title {
		font-size: 20px;
		line-height: 26px
	}
}

@media(max-width:767px) {
	.portfolio-3-area .single-portfolio .portfolio-content a .title {
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.portfolio-3-area .single-portfolio .portfolio-content a .title {
		font-size: 18px;
		line-height: 28px
	}
}

.counter-area .counter-item {
	position: relative;
	padding-left: 80px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.counter-area .counter-item {
		padding-left: 55px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-area .counter-item {
		padding-left: 70px
	}
}

.counter-area .counter-item .title {
	font-size: 16px;
	color: #fff;
	font-weight: 400
}

.counter-area .counter-item .title span {
	font-size: 50px;
	font-weight: 700
}

.counter-area .counter-item p {
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	opacity: .9
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.counter-area .counter-item p {
		font-size: 13px
	}
}

.counter-area .counter-item i {
	position: absolute;
	left: 0;
	top: 12px;
	color: #fff;
	font-size: 50px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.counter-area .counter-item i {
		font-size: 34px
	}
}

.get-in-touch-area {
	padding-top: 65px;
	padding-bottom: 56px;
	background-image: url(../../assets/images/getin-bg.jpg)
}

.get-in-touch-area .section-title .title {
	font-size: 42px;
	line-height: 14px;
	color: #f3f2f2
}

@media(max-width:767px) {
	.get-in-touch-area .section-title .title {
		font-size: 34px;
		line-height: 44px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.get-in-touch-area .section-title .title {
		font-size: 52px;
		line-height: 62px
	}
}

.get-in-touch-area .section-title .title::before {
	display: none
}

.get-in-touch-area .form-area .input-box input {
	width: 100%;
	border: 1px solid #b1acac;
	line-height: 51px;
	padding-left: 30px;
	color: #565656;
	background-color: #f1f2f2;
	border-radius: 5px
}

.get-in-touch-area .form-area .input-box input::placeholder {
	opacity: 1;
	color: #6b93aa
}

.get-in-touch-area .form-area .input-box textarea {
	height: 150px;
	padding-left: 30px;
	color: #6b93aa;
	resize: none;
	width: 100%;
	border: 1px solid #b1acac;
	padding-top: 12px;
	color: #565656;
	background-color: #f1f2f2;
	border-radius: 5px
}

.get-in-touch-area .form-area .input-box textarea::placeholder {
	opacity: 1;
	color: #6b93aa
}

.get-in-touch-area .form-area .input-box button {
	border-radius: 3px;
	margin-top: 20px;
	background: #f27521;
	border-color: #cc6c2b;
	color: #fff;
	width: 100%
}

.get-in-touch-area .form-area .input-box button:hover {
	background: #fff;
	border-color: #cc6c2b;
	color: #cc6c2b
}

.get-in-touch-area .get-map {
	position: relative
}

.get-in-touch-area .get-map iframe {
	width: 530px;
	height: 560px;
	position: absolute;
	right: 0;
	top: 55px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.get-in-touch-area .get-map iframe {
		width: 100%
	}
}

.get-in-touch-area .get-map::before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border-bottom: 400px solid #0c59db;
	border-left: 400px solid transparent;
	right: -20px;
	bottom: -635px
}

.get-in-touch-area.get-in-touch-area-2 .get-map {
	position: relative;
	z-index: 3
}

.get-in-touch-area.get-in-touch-area-2 .get-map::before {
	right: 20px;
	bottom: -20px;
	z-index: -1
}

.get-in-touch-area.get-in-touch-area-2 .get-map a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-size: 24px;
	z-index: 5;
	border-radius: 50%
}

.get-in-touch-area.get-in-touch-area-2 .get-map a::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: .6;
	animation: play-btn-1 1.5s linear infinite
}

.get-in-touch-area.get-in-touch-area-2 .get-map a::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #0c59db;
	border-radius: 50%;
	z-index: -1
}

.get-in-touch-area.get-in-touch-area-2 .form-area .input-box {
	position: relative
}

.get-in-touch-area.get-in-touch-area-2 .form-area .input-box i {
	position: absolute;
	right: 30px;
	top: 25px
}

.about-experience-area {
	padding-top: 113px
}

.about-experience-area .experience-item {
	margin-bottom: 50px
}

.about-experience-area .experience-item span {
	color: #0c59db;
	font-weight: 700;
	position: relative
}

.about-experience-area .experience-item span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

.about-experience-area .experience-item .title {
	font-size: 60px;
	line-height: 70px;
	padding-top: 24px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-experience-area .experience-item .title {
		font-size: 46px;
		line-height: 56px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-experience-area .experience-item .title {
		padding-right: 130px
	}
}

@media(max-width:767px) {
	.about-experience-area .experience-item .title {
		font-size: 34px;
		line-height: 44px
	}
}

.about-experience-area .experience-item p {
	color: #69a1bb
}

.about-experience-area .experience-item a {
	font-weight: 700;
	color: #0c59db;
	margin-top: 17px
}

.about-experience-area .single-experience {
	position: relative
}

.about-experience-area .single-experience .experience-overlay {
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 73, .4);
	padding-top: 275px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-experience-area .single-experience .experience-overlay {
		padding-top: 170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-experience-area .single-experience .experience-overlay {
		padding-top: 205px
	}
}

@media(max-width:767px) {
	.about-experience-area .single-experience .experience-overlay {
		padding: 40px 20px;
		padding-top: 165px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-experience-area .single-experience .experience-overlay {
		padding: 40px
	}
}

.about-experience-area .single-experience .experience-overlay .title {
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-experience-area .single-experience .experience-overlay .title {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.about-experience-area .single-experience .experience-overlay .title {
		font-size: 20px
	}
}

.about-experience-area .single-experience .experience-overlay p {
	color: #cadef6;
	font-size: 14px
}

.about-experience-area .single-experience .experience-overlay a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.about-experience-area .single-experience .experience-overlay i {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 200px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-experience-area .single-experience .experience-overlay i {
		font-size: 130px
	}
}

@media(max-width:767px) {
	.about-experience-area .single-experience .experience-overlay i {
		font-size: 150px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-experience-area .single-experience .experience-overlay i {
		font-size: 150px
	}
}

.about-experience-area .single-experience:hover .experience-overlay {
	background: rgba(12, 89, 219, .9);
	padding-top: 255px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-experience-area .single-experience:hover .experience-overlay {
		padding-top: 140px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-experience-area .single-experience:hover .experience-overlay {
		padding-top: 175px
	}
}

@media(max-width:767px) {
	.about-experience-area .single-experience:hover .experience-overlay {
		padding-top: 135px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-experience-area .single-experience:hover .experience-overlay {
		padding-top: 180px
	}
}

.about-experience-area .single-experience:hover .experience-overlay a {
	opacity: 1
}

.about-experience-area .single-experience:hover .experience-overlay i {
	opacity: .1
}

.about-intro-area {
	background: #f5faff;
	padding-bottom: 128px
}

.about-intro-area .intro-thumb {
	position: relative;
	z-index: 5
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-intro-area .intro-thumb img {
		width: 100%
	}
}

@media(max-width:767px) {
	.about-intro-area .intro-thumb img {
		width: 100%;
		margin-bottom: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-intro-area .intro-thumb img {
		width: 100%
	}
}

.about-intro-area .intro-thumb a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%, -50%);
	height: 120px;
	width: 120px;
	text-align: center;
	border-radius: 50%;
	line-height: 120px;
	background: #0c59db;
	color: #c5d5e7;
	font-size: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-intro-area .intro-thumb a {
		transform: translate(-50%, -50%)
	}
}

@media(max-width:767px) {
	.about-intro-area .intro-thumb a {
		transform: translate(-50%, -50%)
	}
}

.about-intro-area .intro-thumb::before {
	position: absolute;
	content: '';
	bottom: -20px;
	left: -20px;
	width: 0;
	height: 0;
	border-bottom: 400px solid #4f9fff;
	border-right: 400px solid transparent;
	z-index: -1
}

@media(max-width:767px) {
	.about-intro-area .intro-thumb::before {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-intro-area .intro-thumb::before {
		display: block;
		bottom: 20px
	}
}

.about-intro-area .intri-content {
	margin-top: -7px
}

.about-intro-area .intri-content span {
	color: #0c59db;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px
}

.about-intro-area .intri-content span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

.about-intro-area .intri-content .title {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-intro-area .intri-content .title {
		font-size: 50px;
		line-height: 60px
	}
}

@media(max-width:767px) {
	.about-intro-area .intri-content .title {
		font-size: 36px;
		line-height: 46px
	}
}

.about-intro-area .intri-content .text-1 {
	font-size: 24px;
	color: #4f859e;
	line-height: 36px;
	margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-intro-area .intri-content .text-1 {
		font-size: 18px
	}
}

@media(max-width:767px) {
	.about-intro-area .intri-content .text-1 {
		font-size: 16px
	}
}

.about-intro-area .intri-content a {
	border-radius: 0;
	padding: 0 45px;
	margin-top: 45px;
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

.about-intro-area .intri-content a:hover {
	background-color: transparent;
	color: #0c59db
}

.about-history-area {
	padding-top: 65px;
	padding-bottom: 60px
}

.about-history-area .section-title {
	padding-bottom: 15px
}

.about-history-area .section-title .title {
	margin-bottom: 13px
}

.about-history-area .section-title .title::before {
	display: none
}

@media(max-width:767px) {
	.about-history-area .section-title p {
		font-size: 15px
	}
}

.about-history-area .history-item {
	box-shadow: 0 8px 16px 0 rgba(132, 190, 255, .1);
	margin-top: 85px;
	margin-right: 55px;
	position: relative
}

@media(max-width:767px) {
	.about-history-area .history-item {
		padding-top: 0;
		margin-right: 0
	}
}

.about-history-area .history-item .history-thumb img {
	width: 100%
}

.about-history-area .history-item .history-content {
	padding: 33px 40px 38px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-history-area .history-item .history-content {
		padding: 25px 20px
	}
}

@media(max-width:767px) {
	.about-history-area .history-item .history-content {
		padding: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-history-area .history-item .history-content {
		padding: 33px 40px 38px
	}
}

.about-history-area .history-item .history-content span {
	color: #0c59db;
	font-weight: 700
}

.about-history-area .history-item .history-content .title {
	font-size: 26px;
	padding-top: 9px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-history-area .history-item .history-content .title {
		font-size: 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-history-area .history-item .history-content .title {
		font-size: 17px
	}
}

@media(max-width:767px) {
	.about-history-area .history-item .history-content .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-history-area .history-item .history-content .title {
		font-size: 26px
	}
}

.about-history-area .history-item.history-item-2 {
	margin-right: 0;
	margin-left: 55px
}

@media(max-width:767px) {
	.about-history-area .history-item.history-item-2 {
		margin-left: 0
	}
}

.about-history-area .history-item.history-item-2::after {
	left: -72px
}

.about-history-area .history-item.history-item-2 .number-box {
	left: -100px
}

.about-history-area .history-item::after {
	position: absolute;
	content: '';
	right: -70px;
	top: 0;
	height: 100%;
	width: 2px;
	background: #e3eeff
}

@media(max-width:767px) {
	.about-history-area .history-item::after {
		display: none
	}
}

.about-history-area .history-item .number-box {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 4px solid #9edbff;
	position: absolute;
	top: -25px;
	right: -99px;
	background: #fff;
	z-index: 5;
	text-align: center
}

.about-history-area .history-item .number-box2 {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 4px solid #9edbff;
	position: absolute;
	top: -25px;
	right: -99px;
	background: #fff;
	z-index: 5;
	text-align: center
}

.about-history-area .history-item .number-box3 {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 4px solid #9edbff;
	position: absolute;
	top: -25px;
	right: -99px;
	background: #fff;
	z-index: 5;
	text-align: center
}

.about-history-area .history-item .number-box4 {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 4px solid #9edbff;
	position: absolute;
	top: -25px;
	right: -99px;
	background: #fff;
	z-index: 5;
	text-align: center
}

@media(max-width:767px) {
	.about-history-area .history-item .number-box {
		display: none
	}
}

.about-history-area .history-item .number-box span {
	line-height: 55px;
	font-weight: 700;
	color: #002249
}

.about-history-area .history-item .number-box-2 {
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	background: #0c59db;
	position: absolute;
	right: -99px;
	bottom: -50px;
	z-index: 9
}

@media(max-width:767px) {
	.about-history-area .history-item .number-box-2 {
		display: none
	}
}

.about-history-area .history-item .number-box-2 i {
	color: #fff;
	font-size: 20px;
	line-height: 60px
}

.pt-240 {
	padding-top: 240px
}

.about-faq-area {
	padding-top: 113px
}

.about-faq-area .faq-video-thumb {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area .faq-video-thumb img {
		width: 100%
	}
}

@media(max-width:767px) {
	.about-faq-area .faq-video-thumb img {
		width: 100%
	}
}

.about-faq-area .faq-video-thumb a {
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
	background: #0c59db;
	color: #fff;
	font-size: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area .faq-video-thumb a {
		left: 50%
	}
}

@media(max-width:767px) {
	.about-faq-area .faq-video-thumb a {
		left: 50%
	}
}

.about-faq-area .about-faq-content span {
	font-size: 16px;
	color: #0c59db;
	font-weight: 700;
	position: relative
}

.about-faq-area .about-faq-content span::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 70px;
	background: #0c59db;
	right: -100px;
	top: 10px
}

.about-faq-area .about-faq-content .title {
	font-size: 60px;
	line-height: 70px;
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.about-faq-area .about-faq-content .title {
		font-size: 52px;
		line-height: 62px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area .about-faq-content .title {
		padding-right: 170px
	}
}

@media(max-width:767px) {
	.about-faq-area .about-faq-content .title {
		font-size: 32px;
		line-height: 42px
	}
}

.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-1 {
	margin-bottom: -210px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-1 {
		margin-bottom: 30px
	}
}

@media(max-width:767px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-1 {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-1 img {
		width: 100%
	}
}

@media(max-width:767px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-1 img {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-2 img {
		width: 100%
	}
}

@media(max-width:767px) {
	.about-faq-area.about-faq-area-page .faq-video-thumb-area .faq-video-thumb-2 img {
		width: 100%
	}
}

.about-faq-area.about-faq-area-page .faq-accordion-3 .accordion .card {
	border-radius: 0!important;
	border: 2px solid #e3eeff;
	box-shadow: none
}

.faq-accordion-3 {
	padding-top: 35px
}

.faq-accordion-3 .accordion {
	border: 2px solid transparent
}

.faq-accordion-3 .accordion .card {
	border-radius: 40px!important;
	border: 0;
	border-top: 2px solid transparent;
	margin-bottom: 20px;
	box-shadow: 0 8px 16px 0 rgba(132, 190, 255, .1)
}

.faq-accordion-3 .accordion .card:first-child {
	border-top: 0
}

.faq-accordion-3 .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	background-color: transparent
}

.faq-accordion-3 .accordion .card .card-header a {
	line-height: 80px;
	padding: 0 0 0 40px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	color: #7a95b4;
	position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-accordion-3 .accordion .card .card-header a {
		padding: 0 0 0 20px;
		font-size: 14px
	}
}

.faq-accordion-3 .accordion .card .card-header a i {
	color: #0c59db;
	padding-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-accordion-3 .accordion .card .card-header a i {
		padding-right: 10px
	}
}

@media(max-width:767px) {
	.faq-accordion-3 .accordion .card .card-header a {
		padding: 10px 30px 10px 20px;
		line-height: 20px;
		font-size: 15px
	}
	.faq-accordion-custm .accordion .card .card-header a {
		line-height: 30px!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-accordion-3 .accordion .card .card-header a {
		padding: 0 0 0 40px;
		line-height: 60px;
		font-size: 16px
	}
}

.faq-accordion-3 .accordion .card .card-header a.collapsed {
	font-size: 16px;
	color: #436584
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-accordion-3 .accordion .card .card-header a.collapsed {
		padding: 0 0 0 20px;
		font-size: 14px
	}
}

.faq-accordion-3 .accordion .card .card-header a.collapsed::before {
	content: '\f067';
	color: #f27521
}

.faq-accordion-3 .accordion .card .card-header a::before {
	position: absolute;
	content: '\f068';
	right: 36px;
	font-size: 16px;
	font-family: 'font awesome 5 pro';
	color: #99b1c8
}

@media(max-width:767px) {
	.faq-accordion-3 .accordion .card .card-header a::before {
		right: 18px
	}
}

.faq-accordion-3 .accordion .card .card-body {
	padding: 0 30px 14px 40px!important
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.faq-accordion-3 .accordion .card .card-body {
		padding: 0 30px 14px 45px!important
	}
}

@media(max-width:767px) {
	.faq-accordion-3 .accordion .card .card-body {
		padding: 10px 40px 20px 20px!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.faq-accordion-3 .accordion .card .card-body {
		padding: 0 40px 14px!important
	}
}

.faq-accordion-3 .accordion .card .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.faq-accordion-3 .accordion .card.show .card-body {
	padding: 0 40px 14px!important
}

.faq-accordion-3 .accordion .card.show .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.services-item-area .section-title .title {
	font-size: 60px;
	margin-bottom: 13px
}

@media(max-width:767px) {
	.services-item-area .section-title .title {
		font-size: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-item-area .section-title .title {
		font-size: 46px
	}
}

.services-item-area .section-title .title::before {
	display: none
}

.services-item-area .section-title p {
	padding: 0 22px 45px
}

.services-item-area .single-services-item {
	position: relative;
	overflow: hidden
}

.services-item-area .single-services-item img {
	width: 100%
}

.services-item-area .single-services-item .services-overlay {
	position: absolute;
	bottom: -110px;
	left: 0;
	width: 100%;
	height: 180px;
	background-color: rgba(0, 34, 73, .7);
	padding: 20px 40px 40px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-item-area .single-services-item .services-overlay {
		padding: 20px 10px 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-item-area .single-services-item .services-overlay {
		padding: 20px 30px 40px
	}
}

@media(max-width:767px) {
	.services-item-area .single-services-item .services-overlay {
		padding: 20px 5px 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-item-area .single-services-item .services-overlay {
		padding: 20px 26px 40px
	}
}

.services-item-area .single-services-item .services-overlay i {
	position: absolute;
	top: -20px;
	left: 20px;
	height: 70px;
	width: 70px;
	background: #0c59db;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px
}

.services-item-area .single-services-item .services-overlay p {
	color: #fff;
	font-size: 14px;
	padding-top: 20px
}

.services-item-area .single-services-item .services-overlay .title {
	padding-left: 80px;
	color: #fff;
	font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-item-area .single-services-item .services-overlay .title {
		padding-left: 90px
	}
}

@media(max-width:767px) {
	.services-item-area .single-services-item .services-overlay .title {
		padding-left: 95px;
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-item-area .single-services-item .services-overlay .title {
		padding-left: 80px;
		font-size: 20px
	}
}

.services-item-area .single-services-item:hover .services-overlay {
	bottom: 0;
	background: rgba(0, 102, 255, .9)
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-item-area .single-services-item:hover .services-overlay {
		bottom: -20px
	}
}

.services-plans-area {
	background: #f5f9ff
}

.services-plans-area .services-title span {
	color: #0c59db;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative
}

.services-plans-area .services-title span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

.services-plans-area .services-title .title {
	font-size: 42px;
	padding-top: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-plans-area .services-title .title {
		font-size: 50px
	}
}

@media(max-width:767px) {
	.services-plans-area .services-title .title {
		font-size: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-plans-area .services-title .title {
		font-size: 60px
	}
}

.services-plans-area .plans-item {
	position: relative;
	z-index: 5;
	padding: 55px 30px 60px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-plans-area .plans-item {
		padding: 55px 10px 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-plans-area .plans-item {
		padding: 55px 41px 60px
	}
}

.services-plans-area .plans-item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item b {
	font-weight: 700;
	color: #0c59db;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item .title {
	font-size: 16px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item .title span {
	font-size: 70px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item>span {
	color: #88a2bf;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 33px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item>span::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 42px;
	left: 50%;
	bottom: -20px;
	background: #cde4ff;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item p {
	font-size: 14px;
	color: #69a1bb;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-item a {
	background-color: transparent;
	border-color: #e3eeff;
	color: #0c59db;
	border-radius: 0;
	font-size: 14px;
	margin-top: 35px;
	padding: 0;
	width: 100%
}

.services-plans-area .plans-item:hover::before {
	background: rgba(0, 102, 255, .9)
}

.services-plans-area .plans-item:hover b {
	color: #fff
}

.services-plans-area .plans-item:hover .title {
	color: #fff
}

.services-plans-area .plans-item:hover span {
	color: #fff
}

.services-plans-area .plans-item:hover span::before {
	width: 100px;
	background: #fff
}

.services-plans-area .plans-item:hover p {
	color: #fff
}

.services-plans-area .plans-item:hover a {
	background: #003d95;
	border-color: #003d95;
	color: #fff;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-plans-area .plans-tab-btn .nav {
	padding: 10px
}

.services-plans-area .plans-tab-btn .nav li a {
	border-radius: 11px;
	padding: 0 35px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	background-color: #01142d;
	border: 3px solid #f27521;
	margin-left: 20px;
	width: 136px;
	height: 110px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.services-plans-area .plans-tab-btn .nav li a.active {
	color: #fff;
	background: #f27521
}

.services-plans-area.services-plans-dark-area {
	border-top: 4px solid rgba(242, 117, 33, .36);
	border-bottom: 4px solid rgba(242, 117, 33, .36);
	background: #f7f7f7 url(../../assets/images/service-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 435px
}

.services-plans-area.services-plans-dark-area .services-title .title {
	font-size: 40px;
	padding-top: 25px;
	color: #000
}

.services-plans-area.services-plans-dark-area .plans-item::before {
	background: #00152e
}

.services-plans-area.services-plans-dark-area .plans-item b {
	color: #ffc78a
}

.services-plans-area.services-plans-dark-area .plans-item b.item-2 {
	color: #69a1bb
}

.services-plans-area.services-plans-dark-area .plans-item b.item-3 {
	color: #ff578e
}

.services-plans-area.services-plans-dark-area .plans-item b.item-4 {
	color: #bb72ff
}

.services-plans-area.services-plans-dark-area .plans-item .title {
	color: #fff
}

.services-plans-area.services-plans-dark-area .plans-item>span::before {
	background: #13335a
}

.services-plans-area.services-plans-dark-area .plans-item a {
	border-color: #1d3d63
}

.services-plans-area.services-plans-dark-area .plans-item:hover::before {
	background: rgba(0, 102, 255, .9)
}

.services-plans-area.services-plans-dark-area .plans-item:hover b {
	color: #fff
}

.services-plans-area.services-plans-dark-area .plans-item:hover span::before {
	width: 100px;
	background: #fff
}

.services-plans-area.services-plans-dark-area .plans-item:hover p {
	color: #fff
}

.services-plans-area.services-plans-dark-area .plans-item:hover a {
	background: #003d95;
	border-color: #003d95;
	color: #fff;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.services-optimization-area .services-optimization-thumb-2 {
	margin-top: -170px;
	margin-right: 20px;
	text-align: right
}

@media(max-width:767px) {
	.services-optimization-area .services-optimization-thumb-2 {
		margin-top: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-optimization-area .services-optimization-thumb-2 {
		margin-top: -170px
	}
}

.services-optimization-area .services-optimization-thumb-2 img {
	border: 14px solid #fff
}

.services-optimization-area .services-optimization-content>span {
	color: #0c59db;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 28px
}

.services-optimization-area .services-optimization-content>span::before {
	position: absolute;
	content: '';
	top: 10px;
	right: -90px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

@media(max-width:767px) {
	.services-optimization-area .services-optimization-content>span::before {
		display: none
	}
}

.services-optimization-area .services-optimization-content .title {
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 35px
}

@media(max-width:767px) {
	.services-optimization-area .services-optimization-content .title {
		font-size: 42px;
		line-height: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-optimization-area .services-optimization-content .title {
		font-size: 60px
	}
}

.services-optimization-area .services-optimization-content>p {
	padding-right: 100px
}

@media(max-width:767px) {
	.services-optimization-area .services-optimization-content>p {
		padding-right: 0
	}
}

.services-optimization-area .services-optimization-content .action-support-item {
	margin-top: 40px;
	background: #ff5f6e;
	text-align: center;
	padding: 20px 40px;
	position: relative;
	display: inline-block;
	z-index: 5
}

.services-optimization-area .services-optimization-content .action-support-item i {
	position: absolute;
	top: 8px;
	left: 10px;
	opacity: .05;
	color: #fff;
	font-size: 60px;
	z-index: -1
}

.services-optimization-area .services-optimization-content .action-support-item p {
	color: #fff;
	font-size: 14px
}

.services-optimization-area .services-optimization-content .action-support-item span {
	color: #fff;
	font-weight: 700;
	font-size: 23px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-optimization-area .services-optimization-content .action-support-item span {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-optimization-area .services-optimization-content .action-support-item span {
		font-size: 18px
	}
}

.case-details-area .case-details-thumb {
	position: relative
}

.case-details-area .case-details-thumb img {
	width: 100%
}

.case-details-area .case-details-thumb .case-live {
	box-shadow: 0 8px 16px 0 rgba(0, 26, 55, .3);
	position: absolute;
	background: #fff;
	top: 20px;
	right: 20px;
	padding: 45px 0 45px 40px
}

@media(max-width:767px) {
	.case-details-area .case-details-thumb .case-live {
		left: 0;
		top: 0;
		position: inherit
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.case-details-area .case-details-thumb .case-live {
		left: 0;
		top: 0;
		position: inherit
	}
}

@media(max-width:767px) {
	.case-details-area .case-details-thumb .case-live .case-live-item-area {
		display: block!important;
		margin-top: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.case-details-area .case-details-thumb .case-live .case-live-item-area {
		display: flex!important
	}
}

.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item {
	padding-left: 30px;
	padding-right: 40px;
	position: relative
}

@media(max-width:767px) {
	.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item {
		padding-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item {
		padding-bottom: 0
	}
}

.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item .title {
	font-size: 20px
}

.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item span {
	font-size: 14px;
	color: #69a1bb
}

.case-details-area .case-details-thumb .case-live .case-live-item-area .case-live-item i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 20px;
	color: #0c59db
}

.case-details-area .case-details-thumb .case-live .case-live-btn {
	margin-right: 40px;
	margin-top: 37px
}

.case-details-area .case-details-thumb .case-live .case-live-btn a {
	border-radius: 0;
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

.case-details-area .case-details-content .case-details-case {
	position: relative
}

.case-details-area .case-details-content .case-details-case img {
	position: absolute;
	left: 0;
	top: 5px
}

@media(max-width:767px) {
	.case-details-area .case-details-content .case-details-case img {
		position: inherit;
		top: 0;
		left: 0;
		width: 100%
	}
}

.case-details-area .case-details-content .case-details-case p {
	padding-left: 265px
}

@media(max-width:767px) {
	.case-details-area .case-details-content .case-details-case p {
		padding-left: 0;
		margin-top: 20px
	}
}

.case-details-area .case-content-2 .title {
	font-size: 24px;
	padding-top: 13px;
	padding-bottom: 14px
}

.case-details-area .case-video-thumb {
	position: relative
}

.case-details-area .case-video-thumb a {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
	background: #0c59db;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.case-details-area .case-video-thumb a {
		height: 80px;
		width: 80px;
		line-height: 80px
	}
}

.case-details-area .case-next-prev {
	position: relative
}

.case-details-area .case-next-prev .case-prev span {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #90b5c0
}

.case-details-area .case-next-prev .case-prev .title {
	font-size: 28px
}

.case-details-area .case-next-prev .case-next span {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #90b5c0
}

.case-details-area .case-next-prev .case-next .title {
	font-size: 28px
}

.case-details-area .case-next-prev>a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

@media(max-width:767px) {
	.case-details-area .case-next-prev>a {
		display: none
	}
}

@media(max-width:767px) {
	.case-details-area .case-details-item img {
		width: 100%
	}
}

.team-join {
	margin-top: -135px;
	position: relative;
	z-index: 99
}

.team-join .join-bg {
	background: #dcecff;
	border-radius: 30px;
	padding: 120px 160px 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-join .join-bg {
		padding: 120px 100px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-join .join-bg {
		padding: 120px 60px 0
	}
}

@media(max-width:767px) {
	.team-join .join-bg {
		padding: 120px 5px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team-join .join-bg {
		padding: 120px 60px 0
	}
}

.team-join .join-bg .team-join-title span {
	font-size: 14px;
	font-weight: 700;
	color: #0c59db;
	position: relative
}

.team-join .join-bg .team-join-title span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: #0c59db
}

.team-join .join-bg .team-join-title .title {
	font-size: 60px;
	line-height: 70px;
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-join .join-bg .team-join-title .title {
		font-size: 46px;
		line-height: 56px
	}
}

@media(max-width:767px) {
	.team-join .join-bg .team-join-title .title {
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team-join .join-bg .team-join-title .title {
		font-size: 46px;
		line-height: 56px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-join .join-bg .team-join-btn {
		margin-top: 30px
	}
}

@media(max-width:767px) {
	.team-join .join-bg .team-join-btn {
		margin-top: 30px
	}
}

.team-join .join-bg .team-join-btn a {
	border-radius: 0;
	background: #0c59db;
	border-color: #0c59db;
	color: #fff
}

.team-join .join-bg .team-join-btn a:hover {
	background-color: transparent;
	color: #0c59db
}

.team-join .join-bg .team-join-thumb {
	margin-bottom: -6px
}

.team-details-area .team-details-thumb img {
	width: 100%
}

.team-details-area .team-details-content {
	padding-left: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-details-area .team-details-content {
		margin-top: 30px;
		padding-left: 0
	}
}

@media(max-width:767px) {
	.team-details-area .team-details-content {
		margin-top: 30px;
		padding-left: 0
	}
}

.team-details-area .team-details-content .title {
	font-size: 34px;
	padding-bottom: 5px
}

@media(max-width:767px) {
	.team-details-area .team-details-content .title {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team-details-area .team-details-content .title {
		font-size: 32px
	}
}

.team-details-area .team-details-content span {
	font-weight: 700;
	color: #0c59db;
	padding-bottom: 24px
}

.team-details-area .team-details-content p {
	color: #69a1bb
}

.team-details-area .team-details-content ul {
	margin-top: 35px
}

.team-details-area .team-details-content ul li {
	display: inline-block
}

.team-details-area .team-details-content ul li a {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: #e5f6ff;
	color: #69a1bb;
	margin-right: 8px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media(max-width:767px) {
	.team-details-area .team-details-content ul li a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin-right: 7px
	}
}

.team-details-area .team-details-content ul li a:hover {
	background: #0c59db;
	color: #fff
}

.shop-area .shop-sidebar-area {
	padding: 33px 40px 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.shop-area .shop-sidebar-area {
		padding: 33px 20px 30px
	}
}

.shop-area .shop-sidebar-area .sidebar-title .title {
	font-size: 20px;
	position: relative
}

.shop-area .shop-sidebar-area .sidebar-title .title::before {
	height: 4px;
	width: 4px;
	position: absolute;
	content: '';
	background: #0c59db;
	left: 30px;
	top: 12px
}

.shop-area .shop-sidebar-area .sidebar-title .title::after {
	height: 4px;
	width: 18px;
	position: absolute;
	content: '';
	background: #0c59db;
	left: 8px;
	top: 12px
}

.shop-area .shop-sidebar-area .sidebar-list {
	padding-top: 17px
}

.shop-area .shop-sidebar-area .sidebar-list ul li a {
	color: #75a1af;
	font-size: 14px;
	line-height: 35px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.shop-area .shop-sidebar-area .sidebar-list ul li a i {
	padding-right: 15px
}

.shop-area .shop-sidebar-area .sidebar-list ul li a:hover {
	color: #002249
}

.shop-area .shop-sidebar-area .sidebar-tag {
	padding-top: 21px
}

.shop-area .shop-sidebar-area .sidebar-tag ul li {
	display: inline-block
}

.shop-area .shop-sidebar-area .sidebar-tag ul li a {
	color: #0c59db;
	text-decoration: underline;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 700;
	padding-top: 3px;
	padding-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.shop-area .shop-sidebar-area .sidebar-tag ul li a {
		margin: 0 5px
	}
}

.shop-area .shop-sidebar-area .sidebar-subscribe p {
	font-size: 14px;
	line-height: 24px;
	padding-top: 18px;
	padding-bottom: 15px
}

.shop-area .shop-sidebar-area .sidebar-subscribe .input-box input {
	width: 100%;
	line-height: 50px;
	padding-left: 30px;
	border: 2px solid #edf1ff;
	color: #7585af;
	font-size: 14px
}

.shop-area .shop-sidebar-area .sidebar-subscribe .input-box input::placeholder {
	opacity: 1;
	color: #7585af;
	font-size: 14px
}

.shop-area .shop-sidebar-area .sidebar-subscribe .input-box button {
	padding: 0;
	width: 100%;
	line-height: 50px;
	border-radius: 0;
	margin-top: -2px;
	margin-bottom: 10px;
	background: #0c59db;
	border-color: #0c59db;
	font-size: 14px
}

.shop-area .shop-top-bar {
	position: relative
}

.shop-area .shop-top-bar .input-box {
	position: relative;
	display: inline-block;
	margin-left: 120px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.shop-area .shop-top-bar .input-box {
		margin-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-area .shop-top-bar .input-box {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.shop-area .shop-top-bar .input-box {
		margin-left: 0
	}
}

.shop-area .shop-top-bar .input-box input {
	line-height: 60px;
	border: 0;
	border-radius: 30px;
	width: 270px;
	padding-left: 30px;
	color: #94aebf
}

.shop-area .shop-top-bar .input-box button {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	color: #0c59db
}

.shop-area .shop-top-bar .nice-select {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	border: 0;
	line-height: 60px;
	height: auto;
	border-radius: 30px;
	padding-left: 35px;
	color: #42495b;
	font-weight: 700;
	font-size: 14px;
	z-index: 99
}

@media(max-width:767px) {
	.shop-area .shop-top-bar .nice-select {
		left: 0;
		right: auto;
		top: -50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-area .shop-top-bar .nice-select {
		right: 0;
		left: auto;
		top: 50%
	}
}

.shop-area .shop-top-bar .nice-select::after {
	width: 8px;
	height: 8px;
	right: 40px;
	border-bottom: 2px solid #0c59db;
	border-right: 2px solid #0c59db
}

.shop-area .shop-top-bar p {
	color: #002249;
	font-weight: 700
}

@media(max-width:767px) {
	.shop-area .shop-top-bar p {
		padding-top: 30px
	}
}

.shop-area .shop-item {
	overflow: hidden
}

.shop-area .shop-item .shop-thumb {
	position: relative
}

.shop-area .shop-item .shop-thumb img {
	width: 100%
}

.shop-area .shop-item .shop-thumb .shop-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 40, 72, .6);
	opacity: 0;
	-webkit-transition: all .5s ease-out 0;
	-moz-transition: all .5s ease-out 0;
	-ms-transition: all .5s ease-out 0;
	-o-transition: all .5s ease-out 0;
	transition: all .5s ease-out 0
}

.shop-area .shop-item .shop-thumb .shop-overlay ul {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
	-webkit-transition: all .5s ease-out 0;
	-moz-transition: all .5s ease-out 0;
	-ms-transition: all .5s ease-out 0;
	-o-transition: all .5s ease-out 0;
	transition: all .5s ease-out 0;
	opacity: 0
}

.shop-area .shop-item .shop-thumb .shop-overlay ul li {
	display: inline-block
}

.shop-area .shop-item .shop-thumb .shop-overlay ul li a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	background: #fff;
	margin: 0 5px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.shop-area .shop-item .shop-thumb .shop-overlay ul li a:hover {
	color: #fff;
	background: #0c59db
}

.shop-area .shop-item .shop-content {
	padding: 25px 0
}

.shop-area .shop-item .shop-content .title {
	font-size: 18px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.shop-area .shop-item .shop-content .title {
		font-size: 17px
	}
}

.shop-area .shop-item .shop-content ul {
	padding-top: 5px
}

.shop-area .shop-item .shop-content ul li {
	display: inline-block;
	margin: 0 8px
}

.shop-area .shop-item .shop-content ul li:first-child {
	text-decoration: line-through;
	font-size: 14px;
	color: #b2c0d3
}

.shop-area .shop-item .shop-content ul li:last-child {
	font-weight: 700;
	color: #0c59db;
	font-size: 14px
}

.shop-area .shop-item:hover .shop-thumb .shop-overlay {
	opacity: 1
}

.shop-area .shop-item:hover .shop-thumb .shop-overlay ul {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sidebar-add {
	position: relative
}

.sidebar-add img {
	width: 100%
}

.sidebar-add span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	line-height: 60px;
	padding: 0 40px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	white-space: nowrap;
	color: #0c59db
}

.page-link:focus {
	box-shadow: none
}

nav .pagination li a {
	border-radius: 50%!important;
	padding: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border-color: #fff;
	margin: 0 7px;
	border: 0;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	color: #70a3bb;
	font-size: 14px;
	font-weight: 700
}

@media(max-width:767px) {
	nav .pagination li a {
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 14px
	}
}

nav .pagination li a:hover {
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

nav .pagination li a.active {
	color: #fff;
	background: #0c59db
}

nav .pagination li:first-child a {
	color: #002249
}

nav .pagination li:first-child a:hover {
	color: #fff
}

nav .pagination li:last-child a {
	color: #002249
}

nav .pagination li:last-child a:hover {
	color: #fff
}

nav .pagination.pagination-2 li a {
	background: #f1fcff
}

nav .pagination.pagination-2 li a:hover {
	background: #0c59db
}

nav .pagination.pagination-2 li a.active {
	background: #0c59db;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-details-area .shop-product-area {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.shop-details-area .shop-product-area {
		margin-left: 0
	}
}

.shop-details-area .shop-product-area .shop-product-item img {
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-details-area .shop-details-content {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.shop-details-area .shop-details-content {
		margin-left: 0
	}
}

.shop-details-area .shop-details-content .review {
	margin-top: 12px
}

.shop-details-area .shop-details-content .review ul {
	padding-bottom: 25px
}

.shop-details-area .shop-details-content .review ul li {
	display: inline-block;
	margin-right: 2px
}

.shop-details-area .shop-details-content .review ul li i {
	color: #ffb400
}

.shop-details-area .shop-details-content .review ul li span {
	font-size: 14px;
	color: #63688e
}

.shop-details-area .shop-details-content .review>span {
	color: #0c59db;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px
}

.shop-details-area .shop-details-content .review .title {
	font-size: 30px
}

.shop-details-area .shop-details-content .price {
	margin-bottom: 12px;
	margin-top: 15px
}

.shop-details-area .shop-details-content .price ul li {
	display: inline-block;
	font-size: 50px;
	color: #0c59db;
	margin-right: 18px
}

.shop-details-area .shop-details-content .price ul li:last-child {
	color: #bfc7d3;
	text-decoration: line-through
}

.shop-details-area .shop-details-content .list .list-1 li {
	color: #002249;
	font-weight: 700;
	line-height: 30px
}

.shop-details-area .shop-details-content .list .list-2 {
	margin-left: 30px
}

.shop-details-area .shop-details-content .list .list-2 li {
	color: #63688e;
	line-height: 30px
}

.shop-details-area .shop-details-content .list .list-2 li:last-child {
	color: #0c59db;
	font-weight: 700
}

.shop-details-area .shop-details-content .overview .title {
	font-size: 30px;
	padding-bottom: 13px;
	padding-top: 23px
}

.shop-details-area .shop-details-content .overview p {
	padding-right: 30px
}

.shop-details-area .shop-details-content .overview .list-2 {
	align-items: center;
	margin-top: 35px
}

.shop-details-area .shop-details-content .overview .list-2 ul li {
	display: inline-block
}

.shop-details-area .shop-details-content .overview .list-2 ul li a {
	height: 50px;
	width: 50px;
	background: #d1edff;
	text-align: center;
	line-height: 50px;
	color: #7fb8dc;
	margin-left: 20px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media(max-width:767px) {
	.shop-details-area .shop-details-content .overview .list-2 ul li a {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-details-area .shop-details-content .overview .list-2 ul li a {
		margin-left: 20px;
		margin-right: 0;
		margin-top: 0
	}
}

.shop-details-area .shop-details-content .overview .list-2 ul li a:hover {
	color: #fff;
	background: #0c59db
}

.shop-details-area .shop-details-content .overview form>button {
	background: #0c59db;
	border-color: #0c59db;
	border-radius: 0;
	padding: 0 70px;
	margin-top: 30px
}

.shop-details-area .tab-content .shop-descriptions-area .title {
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 12px
}

@media(max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .title {
		font-size: 30px
	}
}

.shop-details-area .tab-content .shop-descriptions-area p {
	padding-right: 66px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-details-area .tab-content .shop-descriptions-area p {
		padding-right: 0
	}
}

@media(max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area p {
		padding-right: 0
	}
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list {
	border-bottom: 1px solid #cbeaff
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-1 {
	width: 22%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-1 {
		width: 40%
	}
}

@media(max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-1 {
		width: 50%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-1 {
		width: 50%
	}
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-1 li {
	color: #002249;
	font-weight: 700;
	line-height: 60px
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-2 {
	width: 78%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-2 {
		width: 60%
	}
}

@media(max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-2 {
		width: 50%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-2 {
		width: 50%
	}
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list .shop-list-2 li {
	color: #63688e;
	line-height: 60px
}

.shop-details-area .tab-content .shop-descriptions-area .shop-descriptions-list:last-child {
	border-bottom: 0
}

.shop-tab {
	position: relative;
	z-index: 5
}

.shop-tab img {
	position: absolute;
	top: 25px;
	z-index: -1
}

.shop-tab .nav li a {
	background: #fff;
	line-height: 50px;
	padding: 0 65px;
	border-radius: 0;
	margin: 0 10px;
	border: 2px solid #e7ecf0;
	color: #63688e;
	font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shop-tab .nav li a {
		padding: 0 40px
	}
}

@media(max-width:767px) {
	.shop-tab .nav li a {
		margin-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.shop-tab .nav li a {
		padding: 0 30px;
		margin-bottom: 0
	}
}

.shop-tab .nav li a.active {
	background: #0c59db;
	border-color: #0c59db
}

.product-quantity button {
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: #fff;
	font-size: 18px;
	color: #838b97;
	border: 1px solid #dce1e5
}

@media(max-width:767px) {
	.product-quantity button {
		width: 40px;
		height: 40px
	}
}

.product-quantity input {
	width: 60px;
	height: 50px;
	border: 1px solid #dce1e5;
	padding: 0 10px;
	text-align: center;
	margin: 0;
	color: #838b97
}

@media(max-width:767px) {
	.product-quantity input {
		height: 40px
	}
}

.blog-grid-area {
	overflow: hidden
}

.blog-grid-area .blog-grid-item {
	position: relative
}

.blog-grid-area .blog-grid-item img {
	width: 100%
}

.blog-grid-area .blog-grid-item .blog-grid-overlay {
	background-image: -moz-linear-gradient(-90deg, rgba(0, 34, 73, .1) 0, rgba(0, 34, 73, .01) 1%, rgba(0, 34, 73, .6) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 34, 73, .1) 0, rgba(0, 34, 73, .01) 1%, rgba(0, 34, 73, .6) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0, 34, 73, .1) 0, rgba(0, 34, 73, .01) 1%, rgba(0, 34, 73, .6) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	padding: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay {
		padding: 20px
	}
}

@media(max-width:767px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay {
		padding: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay {
		padding: 40px
	}
}

.blog-grid-area .blog-grid-item .blog-grid-overlay>span {
	background: #0c59db;
	color: #fff;
	line-height: 26px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 700
}

.blog-grid-area .blog-grid-item .blog-grid-overlay .title {
	font-size: 24px;
	color: #fff;
	padding-top: 165px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay .title {
		font-size: 22px;
		padding-top: 137px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay .title {
		padding-top: 130px
	}
}

@media(max-width:767px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay .title {
		padding-top: 130px;
		font-size: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-grid-area .blog-grid-item .blog-grid-overlay .title {
		padding-top: 135px;
		font-size: 24px
	}
}

.blog-grid-area .blog-grid-item .blog-grid-overlay ul {
	display: flex;
	justify-content: space-between;
	padding-top: 10px
}

.blog-grid-area .blog-grid-item .blog-grid-overlay ul li {
	display: inline-block;
	color: #fff;
	opacity: .7
}

.blog-sidebar-area .blog-sidebar-item {
	border: 2px solid #ededed;
	padding: 35px 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .blog-sidebar-item {
		padding: 35px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-sidebar-area .blog-sidebar-item {
		padding: 35px 20px
	}
}

@media(max-width:767px) {
	.blog-sidebar-area .blog-sidebar-item {
		padding: 35px 20px
	}
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title {
	font-size: 20px;
	padding-left: 45px;
	position: relative
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::before {
	position: absolute;
	content: '';
	height: 4px;
	width: 4px;
	left: 21px;
	top: 12px;
	background: #0c59db
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::after {
	position: absolute;
	content: '';
	height: 4px;
	width: 18px;
	left: 0;
	top: 12px;
	background: #0c59db
}

.blog-sidebar-area .sidebar-about-contnent .title {
	font-size: 18px;
	padding-top: 25px
}

.blog-sidebar-area .sidebar-about-contnent p {
	font-size: 14px;
	padding: 10px 5px 15px
}

.blog-sidebar-area .sidebar-about-contnent ul li {
	display: inline-block
}

.blog-sidebar-area .sidebar-about-contnent ul li a {
	color: #b3bed3;
	font-size: 14px;
	margin: 0 10px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.blog-sidebar-area .sidebar-about-contnent ul li a:hover {
	color: #0c59db
}

.blog-sidebar-area .sidebar-search-item .input-box {
	padding-bottom: 5px;
	position: relative
}

.blog-sidebar-area .sidebar-search-item .input-box input {
	width: 100%;
	line-height: 60px;
	padding-left: 30px;
	background: #f6f4ff;
	border: 0;
	font-size: 12px;
	color: #69a1bb
}

.blog-sidebar-area .sidebar-search-item .input-box input::placeholder {
	opacity: 1;
	color: #69a1bb;
	font-size: 12px
}

.blog-sidebar-area .sidebar-search-item .input-box button {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	width: 60px;
	text-align: center;
	border: 0;
	background: #0c59db;
	color: #fff
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
	position: relative;
	border-bottom: 1px solid #e3eeff;
	padding-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
		padding-left: 95px
	}
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item .title {
	font-size: 14px
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span {
	color: #69a1bb;
	font-size: 12px;
	padding-top: 10px
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span i {
	padding-right: 6px
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img {
	position: absolute;
	left: 0;
	top: -10px
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item:last-child {
	border-bottom: 0;
	padding-bottom: 10px
}

.blog-sidebar-area .sidebar-categories ul li {
	margin-top: 10px
}

.blog-sidebar-area .sidebar-categories ul li a {
	width: 100%;
	background: #152136;
	line-height: 50px;
	padding-left: 30px;
	color: #fff;
	font-size: 14px;
	position: relative
}

.blog-sidebar-area .sidebar-categories ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	color: #fff;
	background: #091222;
	font-weight: 700
}

.blog-sidebar-area .sidebar-social ul li {
	display: inline-block
}

.blog-sidebar-area .sidebar-social ul li a {
	height: 40px;
	width: 40px;
	background: #002249;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 0 4px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-social ul li a {
		margin: 0 1px
	}
}

@media(max-width:767px) {
	.blog-sidebar-area .sidebar-social ul li a {
		margin: 0 1px;
		height: 38px;
		width: 38px;
		line-height: 38px
	}
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
	border-bottom: 1px solid #e3eeff;
	padding-left: 35px;
	position: relative;
	padding-bottom: 25px;
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
		padding-left: 20px
	}
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #0c59db;
	font-size: 12px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
		font-size: 11px
	}
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item span {
	color: #516381;
	font-size: 12px;
	font-weight: 700
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i {
	position: absolute;
	top: 7px;
	left: 0;
	color: #32beff
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.blog-sidebar-area .sidebar-instagram ul {
	margin-top: 13px;
	display: flex;
	justify-content: space-between
}

@media(max-width:767px) {
	.blog-sidebar-area .sidebar-instagram ul {
		justify-content: left
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-sidebar-area .sidebar-instagram ul {
		justify-content: space-between
	}
}

.blog-sidebar-area .sidebar-instagram ul li {
	display: inline-block
}

.blog-sidebar-area .sidebar-instagram ul li a img {
	width: 100%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-instagram ul li a img {
		width: 84%
	}
}

@media(max-width:767px) {
	.blog-sidebar-area .sidebar-instagram ul li a img {
		width: 80%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-sidebar-area .sidebar-instagram ul li a img {
		width: 100%
	}
}

.blog-sidebar-area .sidebar-tags ul {
	margin-top: 10px
}

.blog-sidebar-area .sidebar-tags ul li {
	display: inline-block
}

.blog-sidebar-area .sidebar-tags ul li a {
	background: #f5f2ff;
	color: #81a3bb;
	font-size: 12px;
	line-height: 30px;
	padding: 0 21px;
	margin: 0 3px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-sidebar-area .sidebar-tags ul li a {
		padding: 0 16px;
		margin: 0 1px
	}
}

@media(max-width:767px) {
	.blog-sidebar-area .sidebar-tags ul li a {
		padding: 0 14px;
		margin: 0 1px
	}
}

.blog-sidebar-add {
	position: relative
}

.blog-sidebar-add .add-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0c59db;
	text-align: center;
	padding: 20px 40px
}

.blog-sidebar-add .add-content span {
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.blog-sidebar-add .add-content .title {
	font-size: 24px;
	color: #fff;
	white-space: nowrap;
	padding-top: 5px
}

.blog-standard .single-blog-standard .blog-standard-thumb {
	position: relative
}

.blog-standard .single-blog-standard .blog-standard-thumb img {
	width: 100%
}

.blog-standard .single-blog-standard .blog-standard-thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #0c59db;
	color: #fff;
	border-radius: 50%;
	font-size: 20px
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-thumb a {
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 16px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-thumb a {
		height: 80px;
		width: 80px;
		line-height: 80px;
		font-size: 20px
	}
}

.blog-standard .single-blog-standard .blog-standard-content {
	border: 2px solid #ededed;
	border-top: 0;
	padding: 50px
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content {
		padding: 50px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content {
		padding: 50px
	}
}

.blog-standard .single-blog-standard .blog-standard-content>span {
	background: #0c59db;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 0 15px;
	line-height: 30px;
	text-transform: uppercase
}

.blog-standard .single-blog-standard .blog-standard-content .title {
	font-size: 32px;
	line-height: 42px;
	padding-right: 40px;
	padding-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-standard .single-blog-standard .blog-standard-content .title {
		padding-right: 0;
		font-size: 27px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-standard .single-blog-standard .blog-standard-content .title {
		padding-right: 0;
		font-size: 30px
	}
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .title {
		padding-right: 0;
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .title {
		padding-right: 0;
		font-size: 21px;
		line-height: 32px
	}
}

.blog-standard .single-blog-standard .blog-standard-content ul {
	padding: 20px 0
}

.blog-standard .single-blog-standard .blog-standard-content ul li {
	display: inline-block;
	color: #69a1bb;
	font-size: 14px;
	margin-right: 28px
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content ul li {
		margin-right: 0;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content ul li {
		margin-right: 20px;
		margin-bottom: 0
	}
}

.blog-standard .single-blog-standard .blog-standard-content ul li i {
	padding-right: 6px
}

.blog-standard .single-blog-standard .blog-standard-content>p {
	color: #69a1bb;
	font-size: 15px;
	padding-bottom: 35px
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
	display: flex;
	margin-bottom: 7px;
	justify-content: space-between
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
		display: flex
	}
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
	position: relative;
	padding-left: 55px
}

@media(max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
		margin-bottom: 0
	}
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p {
	font-weight: 700;
	color: #002249
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
	color: #81a3bb
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img {
	position: absolute;
	left: 0;
	top: -5px
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a {
	font-weight: 700;
	letter-spacing: 2px;
	color: #0c59db;
	text-transform: uppercase;
	font-size: 14px
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
	padding-right: 15px
}

.blog-standard .single-blog-standard .blog-standard-content.blog-border {
	border-top: 2px solid #ededed
}

.blog-dteails-content {
	border: 2px solid #ededed;
	padding: 50px
}

@media(max-width:767px) {
	.blog-dteails-content {
		padding: 50px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content {
		padding: 50px
	}
}

.blog-dteails-content .blog-details-top>span {
	background: #0c59db;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 0 15px;
	line-height: 30px;
	text-transform: uppercase
}

.blog-dteails-content .blog-details-top .title {
	font-size: 32px;
	line-height: 42px;
	padding-right: 40px;
	padding-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-top .title {
		padding-right: 0;
		font-size: 27px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-dteails-content .blog-details-top .title {
		padding-right: 0;
		font-size: 30px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-top .title {
		padding-right: 0;
		font-size: 18px;
		line-height: 28px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-top .title {
		padding-right: 0;
		font-size: 21px;
		line-height: 32px
	}
}

.blog-dteails-content .blog-details-top ul {
	padding: 20px 0
}

.blog-dteails-content .blog-details-top ul li {
	display: inline-block;
	color: #69a1bb;
	font-size: 14px;
	margin-right: 28px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-top ul li {
		margin-right: 0;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-top ul li {
		margin-right: 20px;
		margin-bottom: 0
	}
}

.blog-dteails-content .blog-details-top ul li i {
	padding-right: 6px
}

.blog-dteails-content .blog-details-top>p {
	color: #69a1bb;
	font-size: 15px;
	padding-bottom: 35px
}

.blog-dteails-content .blog-details-bath img {
	width: 100%
}

.blog-dteails-content .blog-details-bath .title {
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 20px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bath .title {
		font-size: 26px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bath .title {
		font-size: 26px
	}
}

.blog-dteails-content .blog-details-bath p {
	border-bottom: 1px solid #ededed;
	padding-bottom: 35px
}

.blog-dteails-content .blog-details-bath ul {
	padding-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-bath ul {
		padding-left: 18px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bath ul {
		padding-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bath ul {
		padding-left: 30px
	}
}

.blog-dteails-content .blog-details-bath ul li {
	color: #69a1bb;
	line-height: 30px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bath ul li {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bath ul li {
		font-size: 15px
	}
}

.blog-dteails-content .blog-details-quote {
	background: #f3f5ff;
	border-radius: 10px;
	padding: 50px 50px 57px;
	position: relative;
	z-index: 5
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-quote {
		padding: 50px 10px 57px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-quote {
		padding: 50px 50px 57px
	}
}

.blog-dteails-content .blog-details-quote p {
	color: #002249;
	font-weight: 700
}

.blog-dteails-content .blog-details-quote p span {
	color: #81a3bb
}

.blog-dteails-content .blog-details-quote .title {
	line-height: 38px;
	padding-top: 13px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-quote .title {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-quote .title {
		font-size: 17px;
		line-height: 27px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-quote .title {
		font-size: 19px;
		line-height: 29px
	}
}

.blog-dteails-content .blog-details-quote i {
	font-size: 190px;
	color: #e4e9ff;
	z-index: -1;
	position: absolute;
	bottom: 15px;
	right: 30px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-quote i {
		font-size: 90px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-confarance .confarance-flex {
		display: block!important
	}
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
	width: 50%
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
		width: 100%
	}
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img {
	width: 100%;
	padding-top: 10px
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
	width: 83%;
	padding-left: 35px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
		padding-left: 0;
		width: 100%;
		padding-top: 20px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bar {
		display: block!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar {
		display: flex!important
	}
}

.blog-dteails-content .blog-details-bar .blog-tags .title {
	font-size: 20px;
	text-transform: capitalize
}

.blog-dteails-content .blog-details-bar .blog-tags ul li {
	display: inline-block
}

.blog-dteails-content .blog-details-bar .blog-tags ul li a {
	background: #f5f2ff;
	color: #002249;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 20px;
	margin-right: 7px;
	margin-top: 27px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-tags ul li a {
		margin-right: 2px;
		padding: 0 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-tags ul li a {
		margin-right: 0;
		padding: 0 10px
	}
}

.blog-dteails-content .blog-details-bar .blog-tags ul li a:hover {
	background: #0c59db;
	color: #fff
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social {
		text-align: left!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social {
		text-align: right!important
	}
}

.blog-dteails-content .blog-details-bar .blog-social .title {
	font-size: 20px;
	text-transform: capitalize;
	padding-bottom: 20px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social .title {
		margin-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social .title {
		margin-top: 0
	}
}

.blog-dteails-content .blog-details-bar .blog-social ul li {
	display: inline-block
}

.blog-dteails-content .blog-details-bar .blog-social ul li a {
	color: #b5becc;
	font-size: 18px;
	margin-left: 28px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social ul li a {
		margin-left: 0;
		margin-right: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social ul li a {
		margin-left: 20px;
		margin-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-bar .blog-social ul li a {
		margin-left: 15px
	}
}

.blog-dteails-content .blog-details-bar .blog-social ul li a:hover {
	color: #0c59db
}

.blog-dteails-content .blog-details-next-prev {
	border-top: 1px solid #e3eeff;
	border-bottom: 1px solid #e3eeff;
	position: relative
}

.blog-dteails-content .blog-details-next-prev .post-prev a span {
	color: #6c90b9;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.blog-dteails-content .blog-details-next-prev .post-prev a .title {
	font-size: 28px;
	text-transform: capitalize;
	padding-top: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-next-prev .post-prev a .title {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-next-prev .post-prev a .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-next-prev .post-prev a .title {
		font-size: 18px
	}
}

.blog-dteails-content .blog-details-next-prev .post-next a span {
	color: #6c90b9;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.blog-dteails-content .blog-details-next-prev .post-next a .title {
	font-size: 28px;
	text-transform: capitalize;
	padding-top: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-next-prev .post-next a .title {
		font-size: 20px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-next-prev .post-next a .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-next-prev .post-next a .title {
		font-size: 18px
	}
}

.blog-dteails-content .blog-details-next-prev>a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-next-prev>a {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-next-prev>a {
		display: block
	}
}

.blog-dteails-content .blog-details-releted-post .title {
	font-size: 26px;
	padding-bottom: 5px
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item {
	box-shadow: 0 8px 16px 0 rgba(93, 93, 93, .06)
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img {
	width: 100%
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
	padding: 35px 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
		padding: 35px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
		padding: 35px 20px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
		padding: 35px 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
		padding: 35px 40px
	}
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span {
	font-size: 14px;
	color: #69a1bb;
	padding-bottom: 5px
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i {
	padding-right: 5px
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
	font-size: 20px;
	line-height: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
		font-size: 17px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
		font-size: 20px
	}
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 3px
}

.blog-dteails-content .blog-details-written {
	border: 2px solid #e3eeff;
	padding: 40px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-written {
		padding: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-written {
		padding: 31px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-written .written-area {
		display: block!important
	}
}

.blog-dteails-content .blog-details-written .written-area .written-thumb {
	width: 100%
}

.blog-dteails-content .blog-details-written .written-area .written-thumb img {
	width: 100%
}

.blog-dteails-content .blog-details-written .written-area .written-content {
	padding-left: 40px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-written .written-area .written-content {
		padding-left: 0
	}
}

.blog-dteails-content .blog-details-written .written-area .written-content span {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #69a1bb
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-written .written-area .written-content span {
		padding-top: 20px
	}
}

.blog-dteails-content .blog-details-written .written-area .written-content .title {
	font-size: 36px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.blog-dteails-content .blog-details-written .written-area .written-content .title {
		font-size: 30px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-written .written-area .written-content .title {
		font-size: 22px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-written .written-area .written-content .title {
		font-size: 30px
	}
}

.blog-dteails-content .blog-details-written .written-area .written-content p {
	font-size: 14px;
	color: #69a1bb;
	line-height: 26px;
	padding-top: 7px
}

.blog-dteails-content .blog-details-comments {
	position: relative
}

.blog-dteails-content .blog-details-comments>.title {
	font-size: 26px;
	padding-bottom: 5px
}

.blog-dteails-content .blog-details-comments .blog-comments-area {
	margin-top: 40px;
	padding-left: 130px;
	position: relative;
	border-bottom: 1px solid #e3eeff;
	padding-bottom: 25px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area {
		padding-left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area {
		padding-left: 110px
	}
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title {
	font-size: 18px
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span {
	font-size: 12px;
	color: #0c59db;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 15px
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a {
	color: #69a1bb;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	border: 2px solid #e3eeff;
	padding: 0 20px;
	border-radius: 30px
}

.blog-dteails-content .blog-details-comments .blog-comments-area p {
	font-size: 14px
}

.blog-dteails-content .blog-details-comments .blog-comments-area img {
	position: absolute;
	left: 0;
	top: -10px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area img {
		width: 18%;
		position: inherit;
		top: 0;
		padding: 15px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area img {
		width: 18%;
		position: absolute;
		top: -10px;
		padding: 0
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 {
		margin-left: 50px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
		display: block!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
		display: flex!important
	}
}

.blog-dteails-content .blog-details-post-comments {
	margin-top: 40px
}

.blog-dteails-content .blog-details-post-comments .title {
	font-size: 26px;
	padding-bottom: 30px
}

.blog-dteails-content .blog-details-post-comments .post-comments-area {
	padding: 30px 50px 50px
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-dteails-content .blog-details-post-comments .post-comments-area {
		padding: 30px 50px 50px
	}
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-post-comments .post-comments-area {
		padding: 20px
	}
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea {
	width: 100%;
	border: 0;
	height: 150px;
	resize: none;
	padding-top: 20px;
	padding-left: 30px
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder {
	opacity: 1;
	font-size: 14px;
	color: #6b93aa
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input {
	width: 100%;
	border: 0;
	line-height: 60px;
	padding-left: 30px
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder {
	opacity: 1;
	color: #6b93aa;
	font-size: 14px
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
	background: #ff4b57;
	line-height: 60px;
	padding: 0 60px;
	border-color: #ff4b57;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 14px
}

@media(max-width:767px) {
	.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
		line-height: 50px;
		padding: 0 30px
	}
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i {
	padding-right: 6px
}

.error-area {
	overflow: hidden
}

.error-area .error-item .title {
	font-size: 80px;
	line-height: 90px;
	padding-top: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-area .error-item .title {
		font-size: 60px;
		line-height: 70px
	}
}

@media(max-width:767px) {
	.error-area .error-item .title {
		font-size: 25px;
		line-height: 35px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.error-area .error-item .title {
		font-size: 46px;
		line-height: 56px
	}
}

.error-area .error-item span {
	font-size: 24px;
	color: #69a1bb;
	padding-top: 25px
}

@media(max-width:767px) {
	.error-area .error-item span {
		font-size: 18px
	}
}

.error-area .error-item .syotimer .syotimer__body {
	display: flex;
	justify-content: space-between
}

@media(max-width:767px) {
	.error-area .error-item .syotimer .syotimer__body {
		display: block!important
	}
}

.error-area .error-item .syotimer .syotimer__body .syotimer-cell {
	display: inline-block;
	height: 250px;
	width: 250px;
	border: 10px solid #f6fcff;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	padding-top: 75px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell {
		height: 200px;
		width: 200px;
		padding-top: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell {
		height: 150px;
		width: 150px;
		padding-top: 30px
	}
}

@media(max-width:767px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell {
		height: 200px;
		width: 200px;
		margin: 20px 0;
		padding-top: 50px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell {
		height: 200px;
		width: 200px;
		margin: 20px;
		padding-top: 50px
	}
}

.error-area .error-item .syotimer .syotimer__body .syotimer-cell::before {
	position: absolute;
	content: '';
	height: 108%;
	width: 108%;
	border-radius: 50%;
	border: 10px solid transparent;
	left: -10px;
	top: -10px;
	z-index: -1;
	border-left-color: #0c59db;
	border-right-color: #0c59db;
	transform: rotate(-45deg)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell::before {
		height: 110%;
		width: 110%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell::before {
		height: 114%;
		width: 117%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.error-area .error-item .syotimer .syotimer__body .syotimer-cell::before {
		height: 111%;
		width: 111%
	}
}

.error-area .error-item .syotimer .syotimer__body .syotimer-cell .syotimer-cell__value {
	font-size: 50px;
	font-weight: 700;
	font-family: gilroybold;
	color: #002249;
	line-height: 50px
}

.error-area .error-item .syotimer .syotimer__body .syotimer-cell .syotimer-cell__unit {
	font-weight: 700;
	color: #69a1bb
}

.contact-details-area .contact-info {
	border: 1px solid #ededed
}

@media(max-width:767px) {
	.contact-details-area .contact-info {
		margin-right: 0
	}
}

.contact-details-area .contact-info .contact-item-1 {
	display: flex
}

@media(max-width:767px) {
	.contact-details-area .contact-info .contact-item-1 {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.contact-details-area .contact-info .contact-item-1 {
		display: flex
	}
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item {
	border: 1px solid #ededed;
	width: 100%;
	padding: 55px 0 50px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item i {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #0c59db;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 24px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item .title {
	font-size: 24px;
	padding-top: 25px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item p {
	font-size: 18px;
	color: #69a1bb;
	padding-top: 5px
}

.contact-details-area .map-area iframe {
	width: 100%;
	height: 550px
}

.who-we-are-area {
	position: relative;
	z-index: 5
}

.who-we-are-area .section-title .title {
	font-size: 55px;
	color: #232323;
	margin-bottom: 38px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.who-we-are-area .section-title .title {
		font-size: 42px;
		line-height: 52px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.who-we-are-area .section-title .title {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 0
	}
}

@media(max-width:767px) {
	.who-we-are-area .section-title .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.who-we-are-area .section-title .title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 0
	}
}

.who-we-are-area .section-title .title::before {
	display: none
}

.who-we-are-area .section-title p {
	font-size: 18px;
	line-height: 25px;
	color: #4c4b4b;
	padding-left: 10%;
	padding-right: 10%
}

.who-we-are-area .what-we-do-item {
	box-shadow: 0 10px 29.7px .3px rgba(173, 170, 170, .64);
	padding: 45px 20px 50px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	background-color: #fff;
	z-index: 5;
	height: 259px;
	border-radius: 37px
}

.who-we-are-area .what-we-do-item>i {
	font-size: 50px;
	color: #f27521;
	padding-bottom: 35px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.who-we-are-area .what-we-do-item .title {
	font-size: 22px;
	color: #232323;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.who-we-are-area .what-we-do-item .title {
		font-size: 18px
	}
}

.who-we-are-area .what-we-do-item p {
	color: #616161;
	font-size: 15px;
	padding-top: 10px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.who-we-are-area .what-we-do-item a {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f27521;
	color: #fff;
	font-size: 14px;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.who-we-are-area .what-we-do-item:hover {
	background: #f27521
}

.who-we-are-area .what-we-do-item:hover i {
	color: #fff
}

.who-we-are-area .what-we-do-item:hover .title {
	color: #fff
}

.who-we-are-area .what-we-do-item:hover p {
	color: #fff
}

.who-we-are-area .what-we-do-item:hover a {
	background: #fff
}

.who-we-are-area .what-we-do-item:hover a i {
	color: #0c59db
}

.who-we-are-area .what-we-do-item::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/what-we-are-dot.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1
}

.who-we-are-area .what-we-are-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

@media(max-width:767px) {
	.who-we-are-area .what-we-are-shape-1 {
		width: 40%
	}
}

.who-we-are-area .what-we-are-shape-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

@media(max-width:767px) {
	.who-we-are-area .what-we-are-shape-2 {
		width: 40%
	}
}

.solution-area .solution-overlay {
	background-color: rgba(16, 16, 40, .8);
	padding-bottom: 355px
}

.solution-area .solution-overlay .solution-content {
	border: 10px solid rgba(255, 255, 255, .15);
	padding: 40px 70px 50px;
	margin-right: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.solution-area .solution-overlay .solution-content {
		margin-right: 0
	}
}

@media(max-width:767px) {
	.solution-area .solution-overlay .solution-content {
		margin-right: 0;
		padding: 50px 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.solution-area .solution-overlay .solution-content {
		margin-right: 0;
		padding: 40px 70px 50px
	}
}

.solution-area .solution-overlay .solution-content .title {
	font-size: 55px;
	color: #fff;
	line-height: 65px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.solution-area .solution-overlay .solution-content .title {
		font-size: 40px;
		line-height: 50px
	}
}

@media(max-width:767px) {
	.solution-area .solution-overlay .solution-content .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.solution-area .solution-overlay .solution-content .title {
		font-size: 36px;
		line-height: 46px
	}
}

.solution-area .solution-overlay .solution-content p {
	font-size: 15px;
	color: #fff;
	padding-top: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.solution-play {
		text-align: left!important;
		margin-top: 40px
	}
}

@media(max-width:767px) {
	.solution-play {
		text-align: center!important;
		margin-top: 40px;
		margin-right: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.solution-play {
		text-align: left!important;
		margin-top: 40px
	}
}

.solution-play a {
	height: 80px;
	width: 80px;
	background: #fff;
	color: #0c59db;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	position: relative;
	z-index: 5
}

.solution-play a::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation: play-btn-1 1.8s linear infinite;
	-moz-animation: play-btn-1 1.8s linear infinite;
	-o-animation: play-btn-1 1.8s linear infinite;
	animation: play-btn-1 1.8s linear infinite
}

.solution-play a::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.services-title-area {
	margin-top: -235px;
	background: #0c59db;
	height: 535px;
	margin-left: 70px;
	margin-right: 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-title-area {
		margin-left: 20px;
		margin-right: 20px;
		height: 430px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-title-area {
		margin-left: 20px;
		margin-right: 20px;
		height: 450px
	}
}

@media(max-width:767px) {
	.services-title-area {
		margin-left: 0;
		margin-right: 0;
		height: 490px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-title-area {
		margin-left: 20px;
		margin-right: 20px;
		height: 470px
	}
}

.services-title-area .services-title-item {
	padding-top: 112px;
	position: relative;
	z-index: 5
}

.services-title-area .services-title-item span {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px
}

.services-title-area .services-title-item .title {
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	padding: 0 210px;
	padding-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.services-title-area .services-title-item .title {
		font-size: 40px;
		line-height: 50px;
		padding: 0 190px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.services-title-area .services-title-item .title {
		font-size: 36px;
		line-height: 46px;
		padding: 0 120px
	}
}

@media(max-width:767px) {
	.services-title-area .services-title-item .title {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.services-title-area .services-title-item .title {
		font-size: 36px;
		line-height: 46px;
		padding: 20px 0
	}
}

.services-title-area .services-title-item::before {
	position: absolute;
	content: '';
	height: 145px;
	width: 145px;
	border: 10px solid rgba(255, 255, 255, .1);
	top: 110px;
	left: 10px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	z-index: -1;
	-webkit-animation: rotate 30s linear infinite;
	-moz-animation: rotate 30s linear infinite;
	-o-animation: rotate 30s linear infinite;
	animation: rotate 30s linear infinite
}

.services-title-area .services-title-item::after {
	position: absolute;
	content: '';
	height: 80px;
	width: 80px;
	border: 10px solid rgba(255, 255, 255, .1);
	top: 310px;
	right: 10px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	z-index: -1;
	-webkit-animation: rotate-2 30s linear infinite;
	-moz-animation: rotate-2 30s linear infinite;
	-o-animation: rotate-2 30s linear infinite;
	animation: rotate-2 30s linear infinite
}

.services-title-area .services-title-item .ring-shape {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .1);
	top: 80px;
	right: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-animation: scale 15s linear infinite;
	-moz-animation: scale 15s linear infinite;
	-o-animation: scale 15s linear infinite;
	animation: scale 15s linear infinite;
	z-index: -1
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate-2 {
	0% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-o-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2)
	}
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
}

.latest-services-area {
	margin-bottom: 65px;
	margin-top: -215px;
	position: relative;
	z-index: 10
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.latest-services-area {
		margin-top: -170px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-services-area {
		margin-top: -200px
	}
}

.latest-services-area .single-services .services-thumb img {
	width: 100%
}

.latest-services-area .single-services .services-content .title {
	font-size: 26px;
	color: #232323;
	padding-top: 45px;
	border-bottom: 2px #e3eeff solid;
	padding-bottom: 25px;
	position: relative
}

.latest-services-area .single-services .services-content .title::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 3px;
	background: #0c59db;
	left: 0;
	bottom: -3px
}

.latest-services-area .single-services .services-content p {
	font-size: 15px;
	color: #616161;
	line-height: 32px;
	padding-top: 32px
}

.latest-services-area .single-services .services-content a {
	font-weight: 700;
	color: #232323;
	line-height: 50px;
	padding: 0 30px;
	border: 3px solid #0c59db;
	border-radius: 5px;
	margin-top: 37px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.latest-services-area .single-services .services-content a:hover {
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

.why-choose-area {
	background: #101028;
	padding-top: 113px;
	padding-bottom: 113px;
	position: relative;
	overflow: hidden;
	z-index: 9
}

.why-choose-area .section-title span {
	color: #fff
}

.why-choose-area .section-title .title {
	color: #fff;
	font-size: 55px;
	line-height: 66px;
	padding-bottom: 3px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.why-choose-area .section-title .title {
		font-size: 44px;
		line-height: 56px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-area .section-title .title {
		font-size: 44px;
		line-height: 56px
	}
}

@media(max-width:767px) {
	.why-choose-area .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.why-choose-area .section-title .title {
		font-size: 36px;
		line-height: 46px
	}
}

.why-choose-area .section-title .title::before {
	display: none
}

.why-choose-area .single-choose .icon-box {
	height: 175px;
	width: 175px;
	border-radius: 50%;
	text-align: center;
	line-height: 200px;
	border: 2px solid #252543;
	background: radial-gradient(circle, #8383f9 0, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
	position: relative;
	display: inline-block;
	z-index: 5
}

.why-choose-area .single-choose .icon-box i {
	font-size: 60px;
	color: #fff
}

.why-choose-area .single-choose .icon-box span {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	-webkit-animation: rotate-2 30s linear infinite;
	-moz-animation: rotate-2 30s linear infinite;
	-o-animation: rotate-2 30s linear infinite;
	animation: rotate-2 30s linear infinite
}

.why-choose-area .single-choose .icon-box span::before {
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	background: #fff;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%
}

.why-choose-area .single-choose .icon-box span::after {
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	background: #fff;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%
}

.why-choose-area .single-choose h4 {
	font-size: 26px;
	color: #fff;
	padding-top: 50px
}

.why-choose-area .single-choose p {
	font-size: 15px;
	line-height: 32px;
	color: #c7c7ff;
	padding: 0 20px;
	padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.why-choose-area .single-choose p {
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.why-choose-area .single-choose p {
		padding: 0;
		padding-top: 20px
	}
}

@media(max-width:767px) {
	.why-choose-area .single-choose p {
		padding: 0;
		padding-top: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.why-choose-area .single-choose p {
		padding: 0 20px;
		padding-top: 20px
	}
}

.why-choose-area .choose-dot {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.why-choose-area .choose-dot img {
	width: 100%
}

.why-choose-area .choose-shape {
	position: absolute;
	left: 0;
	top: -170px;
	z-index: -1
}

.why-choose-area .choose-shape img {
	width: 100%
}

.case-studies-area {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden
}

.case-studies-area .section-title span {
	letter-spacing: 3px
}

.case-studies-area .section-title .title {
	font-size: 55px;
	line-height: 65px;
	padding-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.case-studies-area .section-title .title {
		font-size: 44px;
		line-height: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.case-studies-area .section-title .title {
		font-size: 44px;
		line-height: 54px;
		padding-right: 200px
	}
}

@media(max-width:767px) {
	.case-studies-area .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.case-studies-area .section-title .title {
		font-size: 36px;
		line-height: 46px;
		padding-right: 120px
	}
}

.case-studies-area .section-title .title::before {
	display: none
}

.case-studies-area .single-case-studies {
	position: relative;
	margin-left: 8px;
	margin-right: 8px
}

.case-studies-area .single-case-studies img {
	width: 100%
}

.case-studies-area .single-case-studies .case-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%)
}

.case-studies-area .single-case-studies .case-overlay span {
	color: #fff;
	font-weight: 700
}

.case-studies-area .single-case-studies .case-overlay .title {
	font-size: 26px;
	color: #fff;
	line-height: 36px
}

.case-studies-area .single-case-studies .case-overlay a {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #0c59db;
	color: #fff;
	font-size: 20px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px
}

.case-studies-area .single-case-studies .case-overlay .item {
	position: absolute;
	left: 50px;
	bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.case-studies-area .single-case-studies .case-overlay .item {
		bottom: 60px;
		left: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.case-studies-area .single-case-studies .case-overlay .item {
		bottom: 70px;
		left: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.case-studies-area .single-case-studies .case-overlay .item {
		bottom: 70px;
		left: 20px
	}
}

@media(max-width:767px) {
	.case-studies-area .single-case-studies .case-overlay .item {
		bottom: 70px;
		left: 20px
	}
}

.case-studies-area .case-studies-active .col-lg-3 {
	padding-left: 0;
	padding-right: 0
}

.case-studies-area .case-studies-active .slick-arrow {
	position: absolute;
	top: -110px;
	right: 20px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 58px;
	border: 2px solid #ccc8c8;
	border-radius: 50%;
	color: #f27521;
	background: #fff;
	font-size: 29px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.case-studies-area .case-studies-active .slick-arrow:hover {
	background: #f27521;
	color: #fff;
	border-color: #f27521
}

.case-studies-area .case-studies-active .slick-arrow.next {
	right: 18px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.case-studies-area .case-studies-active .slick-arrow.next {
		right: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.case-studies-area .case-studies-active .slick-arrow.next {
		right: -40px
	}
}

.case-studies-area .case-studies-active .slick-arrow.prev {
	right: 102px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.case-studies-area .case-studies-active .slick-arrow.prev {
		right: 95px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.case-studies-area .case-studies-active .slick-arrow.prev {
		right: 40px
	}
}

.case-studies-area .container-fluid {
	padding-left: 0;
	padding-right: 0
}

.team-member-area {
	padding-bottom: 120px;
	overflow: hidden
}

.team-member-area .section-title .title {
	font-size: 55px;
	margin-bottom: 48px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-member-area .section-title .title {
		font-size: 44px;
		line-height: 54px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-member-area .section-title .title {
		font-size: 46px;
		line-height: 56px;
		padding: 0 40px
	}
}

@media(max-width:767px) {
	.team-member-area .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.team-member-area .section-title .title {
		font-size: 36px;
		line-height: 46px
	}
}

.team-member-area .section-title .title::before {
	display: none
}

.team-member-area .single-team-member {
	position: relative
}

.team-member-area .single-team-member img {
	width: 100%
}

.team-member-area .single-team-member .team-member-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 6px;
	background: #0c59db;
	text-align: center;
	padding: 25px 0;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.team-member-area .single-team-member .team-member-overlay {
		padding: 15px 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-member-area .single-team-member .team-member-overlay {
		padding: 15px 0
	}
}

.team-member-area .single-team-member .team-member-overlay ul li {
	display: inline-block
}

.team-member-area .single-team-member .team-member-overlay ul li a {
	font-size: 15px;
	color: #87b4ff;
	margin: 0 7px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.team-member-area .single-team-member .team-member-overlay ul li a {
		margin: 0 4px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-member-area .single-team-member .team-member-overlay ul li a {
		margin: 0 3px;
		font-size: 13px
	}
}

.team-member-area .single-team-member .team-member-overlay ul li a:hover {
	color: #fff
}

.team-member-area .single-team-member .team-member-overlay .title {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	padding-top: 7px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.team-member-area .single-team-member .team-member-overlay .title {
		font-size: 18px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-member-area .single-team-member .team-member-overlay .title {
		font-size: 14px
	}
}

.team-member-area .single-team-member .team-member-overlay span {
	font-size: 14px;
	color: #9cbef7;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.team-member-area .single-team-member .team-member-overlay span {
		font-size: 12px
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.team-member-area .single-team-member .team-member-overlay span {
		font-size: 10px
	}
}

.team-member-area .single-team-member:hover .team-member-overlay {
	left: 20px;
	bottom: -20px;
	opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.team-member-area .container-fluid {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media(max-width:767px) {
	.team-member-area .container-fluid {
		padding-left: 30px;
		padding-right: 30px
	}
}

.contact-us-area {
	margin-bottom: 247px
}

.contact-us-area .contact-overlay {
	padding-top: 112px;
	background-color: rgba(12, 90, 219, .9)
}

.contact-us-area .contact-overlay .section-title span {
	color: #fff;
	letter-spacing: 3px
}

.contact-us-area .contact-overlay .section-title .title {
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	padding-bottom: 35px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-us-area .contact-overlay .section-title .title {
		font-size: 44px;
		line-height: 54px
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.contact-us-area .contact-overlay .section-title .title {
		font-size: 36px;
		line-height: 46px
	}
}

.contact-us-area .contact-overlay .section-title .title::before {
	display: none
}

.contact-us-area .contact-overlay .contact-details {
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(228, 228, 228, .56);
	padding: 60px;
	margin-bottom: -165px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-us-area .contact-overlay .contact-details {
		display: block!important
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .contact-details {
		display: block!important;
		padding: 30px
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .contact-details {
		display: block!important
	}
}

.contact-us-area .contact-overlay .contact-details .contact-thumb {
	width: 80%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-us-area .contact-overlay .contact-details .contact-thumb {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-us-area .contact-overlay .contact-details .contact-thumb {
		width: 100%
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .contact-details .contact-thumb {
		width: 100%
	}
}

.contact-us-area .contact-overlay .contact-details .contact-thumb img {
	width: 100%
}

.contact-us-area .contact-overlay .contact-details .contact-form-area {
	margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area {
		margin-left: 0
	}
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title {
	margin-top: -13px
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title .title {
	font-size: 40px;
	color: #232323;
	line-height: 50px;
	padding-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title .title {
		font-size: 34px;
		line-height: 44px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title .title {
		padding-right: 0;
		padding-top: 40px
	}
}

@media(max-width:767px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title .title {
		padding-right: 0;
		padding-top: 30px;
		font-size: 26px;
		line-height: 36px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.contact-us-area .contact-overlay .contact-details .contact-form-area .input-title .title {
		padding-right: 0;
		padding-top: 40px;
		font-size: 30px;
		line-height: 40px
	}
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box {
	position: relative
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #e3eeff;
	line-height: 45px
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box input::placeholder {
	opacity: 1;
	color: #616161;
	display: 700px;
	text-transform: capitalize
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box textarea {
	width: 100%;
	height: 90px;
	border: 0;
	border-bottom: 2px solid #e3eeff;
	resize: none
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box textarea::placeholder {
	opacity: 1;
	color: #616161;
	display: 700px;
	text-transform: capitalize
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box button {
	margin-top: 30px;
	line-height: 60px;
	padding: 0 40px;
	font-size: 15px;
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box button i {
	padding-left: 5px
}

.contact-us-area .contact-overlay .contact-details .contact-form-area .input-box>i {
	position: absolute;
	right: 0;
	top: 15px;
	color: #0c59db
}

.our-choose-area {
	padding-bottom: 90px
}

.our-choose-area .section-title span {
	letter-spacing: 3px
}

.our-choose-area .section-title .title {
	font-size: 55px;
	margin-bottom: 46px
}

@media(max-width:767px) {
	.our-choose-area .section-title .title {
		font-size: 30px;
		line-height: 40px;
		margin-right: 70px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.our-choose-area .section-title .title {
		font-size: 36px;
		line-height: 46px;
		margin-right: 70px
	}
}

.our-choose-area .section-title .title::before {
	display: none
}

.our-choose-area .accordion {
	border: 2px solid transparent
}

.our-choose-area .accordion .card {
	border-radius: 0;
	border: 0
}

.our-choose-area .accordion .card:first-child {
	border-top: 0
}

.our-choose-area .accordion .card .card-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 13px;
	background-color: transparent
}

.our-choose-area .accordion .card .card-header a {
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	font-family: gilroybold;
	width: 100%;
	color: #0c59db;
	position: relative
}

.our-choose-area .accordion .card .card-header a i {
	padding-right: 5px
}

@media(max-width:767px) {
	.our-choose-area .accordion .card .card-header a {
		font-size: 15px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.our-choose-area .accordion .card .card-header a {
		line-height: 60px;
		font-size: 16px
	}
}

.our-choose-area .accordion .card .card-header a.collapsed {
	color: #616161
}

.our-choose-area .accordion .card .card-body {
	padding: 0 9px 4px 0!important
}

@media(max-width:767px) {
	.our-choose-area .accordion .card .card-body {
		padding: 0 9px 4px 0!important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.our-choose-area .accordion .card .card-body {
		padding: 0 9px 4px 0!important
	}
}

.our-choose-area .accordion .card .card-body p {
	margin-top: -10px;
	font-size: 15px;
	padding-left: 25px;
	color: #616161
}

.our-choose-area .accordion .card.show .card-body {
	padding: 0 40px 14px!important
}

.our-choose-area .accordion .card.show .card-body p {
	margin-top: -10px;
	font-size: 14px
}

.our-choose-area .our-choose-counter-area .our-choose-counter sub {
	font-size: 55px;
	font-weight: 500;
	color: #0c59db;
	font-family: gilroybold;
	line-height: 33px
}

.our-choose-area .our-choose-counter-area .our-choose-counter>span {
	font-size: 18px;
	color: #232323;
	display: block;
	font-weight: 700;
	padding-top: 20px
}

.our-choose-area .our-choose-counter-area .our-choose-counter p {
	font-size: 15px;
	color: #616161;
	padding-right: 30px;
	padding-top: 18px;
	line-height: 26px
}

.meet-us-area {
	padding-bottom: 120px
}

.meet-us-area .meet-us-item {
	height: 300px;
	padding-left: 100px;
	padding-right: 100px
}

@media(max-width:767px) {
	.meet-us-area .meet-us-item {
		padding-left: 30px;
		padding-right: 30px;
		display: block!important;
		padding-top: 40px
	}
}

.meet-us-area .meet-us-item .title {
	font-size: 50px;
	color: #fff;
	line-height: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.meet-us-area .meet-us-item .title {
		font-size: 28px;
		line-height: 40px
	}
}

@media(max-width:767px) {
	.meet-us-area .meet-us-item .title {
		font-size: 24px;
		line-height: 34px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.meet-us-area .meet-us-item .title {
		font-size: 40px;
		line-height: 50px
	}
}

.meet-us-area .meet-us-item a {
	font-size: 15px;
	line-height: 60px;
	padding: 0 40px;
	background: #0c59db;
	color: #fff;
	border-color: #0c59db
}

@media(max-width:767px) {
	.meet-us-area .meet-us-item a {
		margin-top: 30px
	}
}

.meet-us-area .meet-us-item a i {
	padding-left: 5px
}

.latest-news-area {
	padding-top: 112px;
	padding-bottom: 120px
}

.latest-news-area .section-title span {
	letter-spacing: 3px
}

.latest-news-area .section-title .title {
	font-size: 55px;
	line-height: 65px;
	color: #232323;
	margin-bottom: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-news-area .section-title .title {
		font-size: 40px;
		line-height: 50px;
		padding: 0 135px
	}
}

@media(max-width:767px) {
	.latest-news-area .section-title .title {
		font-size: 30px;
		line-height: 40px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news-area .section-title .title {
		font-size: 36px;
		line-height: 46px;
		padding: 0 80px
	}
}

.latest-news-area .section-title .title::before {
	display: none
}

.latest-news-area .letast-news-grid {
	padding-bottom: 80px;
	padding-top: 42px;
	box-shadow: 0 16px 32px 0 rgba(228, 228, 228, .56)
}

@media(max-width:767px) {
	.latest-news-area .letast-news-grid {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news-area .letast-news-grid .letest-news-item {
		padding: 0 65px
	}
}

.latest-news-area .letast-news-grid .letest-news-item span {
	font-size: 14px;
	color: #0c59db;
	font-weight: 700;
	padding-bottom: 7px
}

.latest-news-area .letast-news-grid .letest-news-item .title {
	font-size: 24px;
	line-height: 35px;
	padding-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.latest-news-area .letast-news-grid .letest-news-item .title {
		font-size: 18px;
		line-height: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-news-area .letast-news-grid .letest-news-item .title {
		font-size: 22px;
		line-height: 32px
	}
}

@media(max-width:767px) {
	.latest-news-area .letast-news-grid .letest-news-item .title {
		font-size: 17px;
		line-height: 27px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.latest-news-area .letast-news-grid .letest-news-item .title {
		font-size: 24px;
		line-height: 35px
	}
}

.latest-news-area .letast-news-grid .letest-news-item .title a {
	color: #232323
}

.latest-news-area .letast-news-grid .letest-news-item p {
	color: #616161;
	font-size: 15px;
	line-height: 32px
}

.latest-news-area .letast-news-grid .letest-news-item>a {
	font-size: 15px;
	color: #232323;
	background-color: transparent;
	border-color: #0c59db;
	padding: 0 40px;
	margin-top: 32px
}

.latest-news-area .letast-news-grid .letest-news-item>a:hover {
	background: #0c59db;
	color: #fff
}

.brand-2-area {
	padding-top: 42px
}

.brand-2-area .brand-item {
	text-align: center;
	margin: 7px
}

.brand-2-area .brand-item img {
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	display: inline-block
}

.brand-2-area .brand-item img:hover {
	opacity: 1
}

.typewrite {
	color: #075165
}

.typewrite:hover {
	color: #e46011
}

.ic-expand {
	font-size: 11px;
	padding-left: 4px
}

.sub-hed {
	color: #f27521;
	font-weight: 600
}

.bar {
	height: 5px;
	width: 120px;
	background: #f1b994;
	position: relative;
	border-radius: 30px;
	margin: 6px 0 14px
}

.bar::before {
	content: '';
	position: absolute;
	left: 45%;
	top: -2.7px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #f27521
}

@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

.drag_element {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1px;
	min-height: 1px
}

.pins_animation {
	border: 3px solid #f27521;
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	pointer-events: none
}

.pins1 {
	top: 189px;
	left: 142px
}

.pins2 {
	top: 87px;
	left: 200px
}

.pins3 {
	top: 337px;
	left: 208px
}

.pins4 {
	top: 131px;
	left: 400px
}

.pins5 {
	top: 217px;
	left: 475px
}

.pins6 {
	top: 119px;
	left: 598px
}

.pins_animation.ihotspot_pulse {
	-moz-animation: Ani 2s infinite;
	-webkit-animation: Ani 2s infinite;
	animation: Ani 2s infinite
}

.pins_image {
	position: absolute;
	width: 12px;
	max-width: inherit
}

.pins_image-pin1 {
	top: 189px;
	left: 142px
}

.pins_image-pin2 {
	top: 96px;
	left: 209px
}

.pins_image-pin3 {
	top: 346px;
	left: 217px
}

.pins_image-pin4 {
	top: 139px;
	left: 409px
}

.pins_image-pin5 {
	top: 226px;
	left: 484px
}

.pins_image-pin6 {
	top: 128px;
	left: 607px
}

@-moz-keyframes Ani {
	0% {
		box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		border: 1px solid #f27521;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	70% {
		box-shadow: 0 0 50px #fff;
		border: 1px solid #f27521 -webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		border: 0 solid #f27521;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-webkit-keyframes Ani {
	0% {
		box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		border: 1px solid #f27521;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	70% {
		box-shadow: 0 0 50px #fff;
		border: 1px solid #f27521;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		border: 0 solid #f27521;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes Ani {
	0% {
		box-shadow: 0 0 0 rgba(255, 255, 255, 0);
		border: 1px solid #f27521;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	70% {
		box-shadow: 0 0 50px #fff;
		border: 1px solid #f27521;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		box-shadow: 0 0 60px rgba(255, 255, 255, 0);
		border: 0 solid #f27521;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

.counter-area {
	position: relative;
	background-image: url(../../assets/images/bg-dots-img.png), url(../../assets/images/counter-bg.png);
	background-position: right bottom, left bottom;
	background-repeat: repeat, no-repeat
}

.all-service {
	position: relative;
	background: #efefef;
	border: none;
	margin-bottom: 2px;
	padding: 12px 18px!important;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	transition: all .3s;
	width: 370px;
	border-bottom: 1px solid #ddd;
	border-radius: 8px!important
}

.all-service i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 35px;
	color: #479c18;
	width: 40px;
	display: inline-block
}

.bg_same {
	background: #fff;
	padding-top: 22px;
	padding-bottom: 22px
}

.impotent_point ul {
	padding-left: 0
}

.impotent_point ul li {
	list-style: none;
	font-size: 14px;
	line-height: 29px;
	color: #5d5a5a;
	font-size: 17px
}

.impotent_point ul li i {
	font-size: 12px;
	color: #f27521;
	margin-right: 4px
}

.bg_same h4 {
	margin: 17px 0 10px;
	font-size: 20px
}

.btn-text {
	font-size: 14px!important;
	color: #fff;
	line-height: 23px!important;
	text-transform: uppercase;
	border-radius: 35px!important;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: Poppins, sans-serif;
	-webkit-transition: all .2s linear 0;
	-moz-transition: all .2s linear 0;
	-ms-transition: all .2s linear 0;
	-o-transition: all .2s linear 0;
	transition: all .2s linear 0;
	background: #f27521;
	padding: 10px 24px 11px!important
}

.btn-text:hover {
	background: #fff;
	color: #f27521;
	border: 1px solid #f27521
}

.all-service.active,
.all-service:hover {
	background-color: #f27521;
	color: #fff
}

.gray1-bg {
	background: #f8f8f8
}

.bg_same p {
	color: #5d5a5a;
	font-size: 17px
}

.mart-45 {
	margin-top: -45%
}

@keyframes rotation {
	to {
		transform: rotate(360deg)
	}
}

.dotted-bg {
	background: url(../../assets/images/dotted-bg.png) bottom center repeat-x
}

.testimonial-decor .testi-circle1 {
	position: absolute;
	bottom: 54%;
	left: 9%
}
.testimonial-decor .testi-circle2 {
	bottom: -1%;
	position: absolute;
	right: 10%
}
.testimonial-decor .testi-circle3 {
	position: absolute;
	bottom: -1%;
	left: 1%
}
.testimonial-decor .testi-circle4 {
	position: absolute;
	bottom: -19%;
	left: 5%
}
#footer {
	background-color: #1a1a1a;
	padding: 50px 0 20px;
	position: relative;
	background-image: url(../../assets/images/footer-bg-layer.png)
}

#footer-widgets .widget {
	margin-top: 0;
	color: #c7c3c3;
	position: relative;
	z-index: 1
}

#footer-widgets .widget .widget-title {
	margin-bottom: 36px;
	color: #fff;
	font-size: 1.428em;
	z-index: 1;
	position: relative
}

#footer-widgets .widget.widget_links ul.col2 li {
	padding: 0 0 12px
}

#footer-widgets .widget.widget_links ul.col5 li {
	padding: 0 0 8px
}

#footer-widgets .widget.widget_links ul li a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	color: #c7c3c3
}

#footer-widgets .widget.widget_links ul li a:hover {
	color: #f27521;
	transition: all .4s ease-out 0
}

#footer-widgets .widget.widget_links ul li a:before {
	/*content: "\f105";*/
	font-family: "font awesome 5 pro";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f101";
	color: #f27521
}

#footer-widgets .widget.widget.widget_information ul.style-2 li {
	padding-bottom: 20px
}

#footer-widgets .widget.widget.widget_information ul.style-2 .hl {
	font-weight: 700;
	width: 20%
}

#footer-widgets .widget.widget.widget_information ul.style-2 .hl img {
	border-radius: 3px;
	width: 32px;
	height: 20px
}

#footer-widgets .widget.widget.widget_information ul.style-2 .hl i {
	color: #f27521;
	padding-left: 17px;
	padding-right: 11px
}

#footer-widgets .widget.widget.widget_information ul.style-2 .text {
	width: 80%
}

#footer-widgets .widget.widget_socials .socials {
	padding-top: 20px
}

#footer-widgets .widget.widget_socials .socials a {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 10px;
	z-index: 1
}

#footer-widgets .widget.widget_socials .socials a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px solid #928f8f;
	background-color: #222;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

#footer-widgets .widget.widget_socials .socials a:hover {
	color: #fff
}

#footer-widgets .widget.widget_socials .socials a:hover:before {
	background-color: #f27521;
	border-color: #f27521
}

#bottom {
	font-size: .857em;
	background-color: #101010;
	padding: 19px 0;
	color: #484848
}

#bottom ul.bottom-nav {
	list-style: none;
	margin: 0
}

#bottom ul.bottom-nav>li {
	display: inline-block
}

#bottom ul.bottom-nav>li>a {
	display: block;
	color: #ccc;
	padding: 0 10px;
	position: relative
}

.textwidget p {
	color: #c7c3c3;
	padding-bottom: 21px;
	padding-top: 20px
}

.btmfoot-clr p {
	color: #ccc!important
}

.bar1 {
	text-align: center;
	display: inline-block
}

.form-area {
	background-color: #fff;
	padding: 13px 38px;
	border-radius: 8px
}

.choose-cat .choose-cat-item {
	position: relative;
	padding-left: 80px
}

.choose-cat .choose-cat-item .title {
	font-size: 24px;
	color: #f0f2f2
}

.choose-cat .choose-cat-item p {
	color: #d6d6d6;
	padding-top: 13px;
	padding-right: 80px
}

.choose-cat .choose-cat-item i {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(160, 194, 255, .2);
	font-size: 20px;
	color: #000;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	position: absolute;
	top: -10px;
	left: 0
}

.choose-cat .choose-cat-item:hover i {
	background: #504e4e;
	color: #fff
}

.requ-head {
	text-align: center;
	font-size: 27px;
	font-weight: 100
}

.get-in-touch-area .form-area .input-box input::placeholder {
	color: #565656
}

.get-in-touch-area .form-area .input-box textarea::placeholder {
	color: #565656
}

.web-whats-app {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 99999999;
	display: inline-block;
	border-radius: 25px;
	font-size: 15px;
	padding: 0 12px 0 2px
}

.web-whats-app a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 52px;
	width: 52px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.web-whats-app a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.web-whats-app a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid #e3eeff;
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

@media (max-width:750px) {
	.pins4 {
		left: 262px
	}
	.pins_image-pin4 {
		left: 271px
	}
	.pins5 {
		left: 308px
	}
	.pins_image-pin5 {
		left: 317px
	}
	.pins_image-pin6 {
		top: 108px;
		left: 327px
	}
	.pins6 {
		top: 99px;
		left: 318px
	}
	.ruby-foot:before {
		width: 425px;
		left: 59%;
		z-index: 1;
		top: -10%;
		overflow: hidden
	}
	.ruby-foot .ruby-tech {
		left: 21%;
		top: -15%
	}
	.banner-btm {
		margin-top: -28px
	}
	.testimonial-section:before {
		display: none
	}
	.page-title-area .page-title-item {
		padding-top: 143px
	}
}

.client-bord {
	padding-bottom: 18px;
	text-align: center;
	padding-top: 14px
}

.client-bord:hover {
	box-shadow: 5px 5px 15px 4px rgba(107, 104, 104, .4196078431372549)
}

.pad-0 {
	padding: 0!important
}

.brd-rght {
	border-right: none!important
}

.brd-btm {
	border-bottom: none!important
}

.bg-white1 {
	box-shadow: 3px 4px 18px 2px rgba(93, 89, 89, .44);
	border-radius: 8px
}

.padlt-25 {
	padding: 25px 16px 30px 19px
}

.min-heds h4 {
	padding-bottom: 10px;
	font-size: 26px;
	color: #f27521
}

.min-heds p {
	color: #696868;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px
}

.services-plans-area .plans-tab-btn .nav li a.active:after {
	content: "";
	position: absolute;
	border: 17px solid transparent;
	border-top: 17px solid #f27521;
	bottom: -33px;
	left: 50%;
	transform: translateX(-21%)
}

.bg1 {
	background-color: #1ab0e8!important
}

.bg2 {
	background-color: #9f19b7!important
}

.bg3 {
	background-color: #14ab2d!important
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip]:after,
[data-tooltip]:before {
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

[data-tooltip]:before {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2
}

[data-tooltip]:after {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	visibility: visible;
	opacity: 1
}

.serv-im {
	border-radius: 5px;
	box-shadow: 1px 1px 19px 4px #1f1e1e7d
}

.z-proty {
	z-index: 9
}

.rails-head {
	top: 53px!important
}

.ft-wght {
	font-size: 17px;
	color: #313131
}

[data-tooltip-cust] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip-cust]:after,
[data-tooltip-cust]:before {
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

[data-tooltip-cust]:before {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #de4933;
	color: #fff;
	content: attr(data-tooltip-cust);
	text-align: center;
	font-size: 14px;
	line-height: 1.2
}

[data-tooltip-cust]:after {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #de4933;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0
}

[data-tooltip-cust]:hover:after,
[data-tooltip-cust]:hover:before {
	visibility: visible;
	opacity: 1
}

[data-tooltip-cust1] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip-cust1]:after,
[data-tooltip-cust1]:before {
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

[data-tooltip-cust1]:before {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #02b801;
	color: #fff;
	content: attr(data-tooltip-cust1);
	text-align: center;
	font-size: 14px;
	line-height: 1.2
}

[data-tooltip-cust1]:after {
	position: absolute;
	bottom: 109%;
	left: 56%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #02b801;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0
}

[data-tooltip-cust1]:hover:after,
[data-tooltip-cust1]:hover:before {
	visibility: visible;
	opacity: 1
}

.drag_element span a {
	pointer-events: none
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.large-container {
	position: static;
	max-width: 1580px;
	padding: 0 30px;
	margin: 0 auto
}

.testimonial-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 116px
}

.testimonial-section:before {
	position: absolute;
	left: -128px;
	top: 2%;
	background-image: url(../../assets/images/ring-circle.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 701px;
	height: 756px;
	content: "";
	-webkit-animation: fa-spin 25s infinite alternate;
	-moz-animation: fa-spin 25s infinite alternate;
	-ms-animation: fa-spin 25s infinite alternate;
	-o-animation: fa-spin 25s infinite alternate;
	animation: fa-spin 25s infinite alternate
}

.testimonial-section .sec-title {
	position: relative;
	margin-bottom: 115px
}

.testimonial-section .sec-title .title {
	margin-bottom: 20px
}

.testimonial-section .testimonial-carousel {
	position: relative;
	max-width: 1100px
}

.testimonial-block {
	position: relative;
	padding: 16px
}

.testimonial-block .inner-box {
	padding: 80px 58px;
	background-color: #fff;
	box-shadow: 0 0 12px 5px rgba(177, 175, 181, .86);
	border-radius: 11px
}

.testimonial-block .text {
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 32px;
	color: #282331;
	font-weight: 500;
	margin-bottom: 50px
}

.testimonial-block .info-box {
	position: relative;
	padding-left: 115px;
	padding-top: 10px
}

.testimonial-block .info-box .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 82px;
	width: 82px
}

.testimonial-block .info-box .thumb img {
	border: 6px solid rgba(242, 117, 33, .47);
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	box-shadow: 0 45px 45px rgba(147, 147, 147, .35)
}

.testimonial-block .info-box .name {
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.2em;
	color: #382c4d;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Niramit, sans-serif
}

.testimonial-block .info-box .designation {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #f27521;
	font-weight: 600;
	font-family: Muli, sans-serif
}

.testimonial-carousel .owl-nav {
	position: absolute;
	right: 75px;
	bottom: 70px
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
	position: relative;
	display: inline-block;
	height: 62px;
	width: 62px;
	line-height: 62px;
	text-align: center;
	border-radius: 20%;
	background-color: #f27521;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 22px
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
	background-color: #fff;
	border: 2px solid #f27521;
	box-shadow: 0 24px 24px rgba(187, 187, 187, .75)
}

.arrow-left,
.arrow-right {
	position: relative;
	display: inline-block;
	height: 9px;
	width: 43px;
	background-image: url(../../assets/images/clnt-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center
}

.arrow-right {
	background-image: url(../../assets/images/clnt-arrow-right.png)
}

.testimonial-section .thumb-layer {
	position: absolute;
	right: 30px;
	top: 120px
}

.testimonial-section .thumb-layer .image {
	position: relative;
	margin-right: 0
}

.testimonial-section .thumb-layer .image img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.wit-72 {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
	display: flex;
	padding-left: 107px
}

.wit-72 img {
	max-height: 30px;
	margin-left: 1.4rem;
	display: inline-block
}

.map-point {
	font-size: 19px;
	color: #000;
	padding-right: 62px
}

.clnt-dot1 {
	font-size: 16px;
	padding-right: 10px;
	color: #0bb7f9
}

.clnt-dot2 {
	font-size: 16px;
	padding-right: 10px;
	color: #2bd801
}

.clnt-dot3 {
	font-size: 16px;
	padding-right: 10px;
	color: #f25200
}

.clnt-dot4 {
	font-size: 16px;
	padding-right: 10px;
	color: #5d1fff
}

.mapoint-dot1 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot1:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot1:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot2 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot3 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot3:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot3:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot4 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot4:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot4:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot5 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot5:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot5:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot6 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot6:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot6:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot7 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot7:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot7:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot8 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot8:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot8:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot9 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot9:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot9:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot10 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot10:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot10:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot11 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot11:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot11:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot12 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot12:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot12:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot13 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot13:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot13:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot14 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot14:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot14:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot15 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot15:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot15:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot16 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot16:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot16:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot17 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot17:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot17:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot18 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot18:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot18:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot19 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot19:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot19:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot20 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot20:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot20:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot21 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot21:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot21:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot22 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot22:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot22:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot23 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot23:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot23:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot24 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot24:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot24:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot25 {
	font-size: 11px;
	color: #de4934;
	padding-top: 7px
}

.mapoint-dot25:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot25:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(222, 73, 52, .55);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot26 {
	font-size: 11px;
	color: #02b801;
	padding-top: 7px
}

.mapoint-dot26:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot26:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot27 {
	font-size: 11px;
	color: #02b801;
	padding-top: 7px
}

.mapoint-dot27:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot27:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot28 {
	font-size: 11px;
	color: #02b801;
	padding-top: 7px
}

.mapoint-dot28:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot28:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot29 {
	font-size: 11px;
	color: #02b801;
	padding-top: 7px
}

.mapoint-dot29:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot29:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.mapoint-dot30 {
	font-size: 11px;
	color: #02b801;
	padding-top: 7px
}

.mapoint-dot30:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-2 1.5s linear infinite;
	-moz-animation: play-btn-2 1.5s linear infinite;
	-o-animation: play-btn-2 1.5s linear infinite;
	animation: play-btn-2 1.5s linear infinite
}

.mapoint-dot30:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 2px solid rgba(20, 160, 32, .57);
	-webkit-animation: play-btn-1 2.5s linear infinite;
	-moz-animation: play-btn-1 2.5s linear infinite;
	-o-animation: play-btn-1 2.5s linear infinite;
	animation: play-btn-1 2.5s linear infinite
}

.map-dot1 {
	position: absolute;
	top: 350px;
	left: 844px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot2 {
	position: absolute;
	top: 349px;
	left: 827px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot3 {
	position: absolute;
	top: 326px;
	left: 817px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot4 {
	position: absolute;
	top: 335px;
	left: 835px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot5 {
	position: absolute;
	top: 336px;
	left: 824px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot6 {
	position: absolute;
	top: 255px;
	left: 133px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot7 {
	position: absolute;
	top: 243px;
	left: 133px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot8 {
	position: absolute;
	top: 242px;
	left: 302px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot9 {
	position: absolute;
	top: 228px;
	left: 305px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot10 {
	position: absolute;
	top: 230px;
	left: 291px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot11 {
	position: absolute;
	top: 230px;
	left: 273px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot12 {
	position: absolute;
	top: 236px;
	left: 317px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot13 {
	position: absolute;
	top: 225px;
	left: 135px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot14 {
	position: absolute;
	top: 216px;
	left: 145px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot15 {
	position: absolute;
	top: 266px;
	left: 164px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot16 {
	position: absolute;
	top: 267px;
	left: 255px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot17 {
	position: absolute;
	top: 474px;
	left: 371px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot18 {
	position: absolute;
	top: 217px;
	left: 547px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot19 {
	position: absolute;
	top: 252px;
	left: 595px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot20 {
	position: absolute;
	top: 232px;
	left: 575px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot21 {
	position: absolute;
	top: 495px;
	left: 1089px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot22 {
	position: absolute;
	top: 521px;
	left: 1173px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot23 {
	position: absolute;
	top: 360px;
	left: 560px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot24 {
	position: absolute;
	top: 312px;
	left: 755px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot25 {
	position: absolute;
	top: 227px;
	left: 333px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot26 {
	position: absolute;
	top: 316px;
	left: 843px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot27 {
	position: absolute;
	top: 227px;
	left: 210px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot28 {
	position: absolute;
	top: 371px;
	left: 927px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot29 {
	position: absolute;
	top: 147px;
	left: 187px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.map-dot30 {
	position: absolute;
	top: 227px;
	left: 589px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.pointer-badge {
	background-color: rgba(240, 240, 241, .48);
	border-radius: 10px;
	padding: 12px;
	margin-top: 26px;
	border: 2px solid rgba(201, 208, 220, .65)
}

.tech-stack {
	color: #1f1f1f;
	padding-bottom: 34px;
	font-size: 24px;
	padding-top: 44px;
	padding-left: 15px;
	text-align: center;
	width: 100%
}

.slick-slide img {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.intro-thumb {
	position: relative;
	z-index: 10
}

.intro-thumb::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 400px solid transparent;
	right: 0;
	bottom: -42px;
	z-index: -1
}

.intro-thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	text-align: center;
	line-height: 136px;
	background: #f27521;
	z-index: 5
}

.intro-thumb a::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .6;
	animation: play-btn-1 1.5s linear infinite
}

.intro-thumb a i {
	font-size: 43px;
	color: #ffff;
	line-height: 48px
}

.intro-thumb img {
	border-radius: 30px;
	box-shadow: 11px 11px 13px 2px rgba(43, 42, 42, .19)
}

.intro-thumb1 {
	position: relative;
	z-index: 10
}

.intro-thumb1 a {
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translate(-50%, -50%);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	background: #f27521;
	z-index: 5
}

.intro-thumb1 a::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .6;
	animation: play-btn-1 1.5s linear infinite
}

.intro-thumb1 a i {
	font-size: 28px;
	color: #ffff;
	line-height: 48px
}

.alert-cust1 {
	color: #fff!important;
	background-color: #0bb7f9!important
}

.alert-cust2 {
	color: #fff!important;
	background-color: #2ad900!important
}

.alert-cust3 {
	color: #fff!important;
	background-color: #f25200!important
}

.alert-cust4 {
	color: #fff!important;
	background-color: #5d1fff!important
}

.reach-history {
	position: relative
}

.reach-history span {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	background: #afafaf
}

.reach-history span:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #afafaf;
	top: 0;
	left: 50%;
	margin-left: -5px
}

.reach-history .lastdot:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #afafaf;
	bottom: 0;
	left: 50%;
	margin-left: -5px
}

.reach-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	border: 5px solid #f27521b8;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px
}

.reach-ic1 {
	display: inline-block;
	font-size: 63px;
	font-weight: 600;
	line-height: 77px;
	padding-left: 13px;
	color: #f27521
}

.reach-ic2 {
	display: inline-block;
	font-size: 63px;
	font-weight: 600;
	line-height: 77px;
	padding-left: 13px;
	color: #f27521
}

.timeline-box {
	padding-left: 40px;
	padding-right: 40px
}

.reach-history .boxed {
	padding: 20px;
	box-shadow: 3.5px 6.062px 40px 0 rgba(0, 0, 0, .1);
	margin-bottom: 0;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	overflow: visible
}

.reach-history .bx-left .boxed:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	right: -11px
}

.reach-history .bx-right .boxed:before {
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
	left: -11px
}

.reach-history .bx-left .boxed:before,
.reach-history .bx-right .boxed:before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	top: 50%;
	margin-top: -20px
}

.reach-history .bx-left h3 {
	text-align: left;
	display: inline-block
}

.reach-history h3 {
	padding: 50px 0;
	margin-bottom: 0;
	color: #5a5959;
	font-weight: 500;
	font-size: 27px
}

.bx-left {
	padding-right: 90px!important
}

.bx-left,
.bx-right {
	padding: 40px
}

.unmarg--bottom {
	color: #2b2b2b
}

.bx-right {
	padding-left: 90px!important
}

@media (max-width:768px) {
	.reach-history span {
		display: none
	}
	.reach-icon {
		left: 50px;
		top: 77px;
		z-index: 1
	}
	.bx-left {
		padding-left: 15px;
		padding-right: 15px!important
	}
	.bx-right {
		padding-left: 15px!important;
		padding-right: 15px
	}
	.reach-history .boxed {
		padding-top: 80px
	}
	.title-right {
		position: absolute;
		top: 58px;
		padding: 0!important
	}
	.title-left {
		position: absolute;
		z-index: 1;
		top: 58px;
		padding: 0!important;
		left: 78px
	}
	.title-right h3 {
		text-align: left!important
	}
	.title-left h3 {
		text-align: left!important
	}
	.reach-history h3 {
		padding: 0;
		font-size: 20px;
		z-index: 99;
		padding-left: 92px
	}
	.map-dot1 {
		top: 113px;
		left: 271px
	}
	.map-dot2 {
		top: 133px;
		left: 227px
	}
	.map-dot3 {
		top: 90px;
		left: 255px
	}
	.map-dot4 {
		top: 168px;
		left: 279px
	}
	.map-dot5 {
		top: 168px;
		left: 249px
	}
	.map-dot6 {
		top: 168px;
		left: 259px
	}
	.map-dot7 {
		top: 168px;
		left: 279px
	}
	.map-dot8 {
		top: 168px;
		left: 229px
	}
	.map-dot9 {
		top: 168px;
		left: 219px
	}
	.map-dot10 {
		top: 168px;
		left: 250px
	}
	.map-dot11 {
		top: 168px;
		left: 250px
	}
	.map-dot12 {
		top: 168px;
		left: 250px
	}
	.map-dot13 {
		top: 168px;
		left: 250px
	}
	.map-dot14 {
		top: 168px;
		left: 250px
	}
	.map-dot15 {
		top: 168px;
		left: 250px
	}
	.map-dot16 {
		top: 168px;
		left: 250px
	}
	.map-dot17 {
		top: 168px;
		left: 250px
	}
	.map-dot18 {
		top: 168px;
		left: 250px
	}
	.map-dot19 {
		top: 168px;
		left: 250px
	}
	.map-dot20 {
		top: 168px;
		left: 250px
	}
	.map-dot21 {
		top: 168px;
		left: 250px
	}
	.map-dot22 {
		top: 168px;
		left: 250px
	}
	.map-dot23 {
		top: 168px;
		left: 250px
	}
	.map-dot24 {
		top: 168px;
		left: 250px
	}
	.map-dot25 {
		top: 168px;
		left: 250px
	}
	.map-dot26 {
		top: 108px;
		left: 270px
	}
	.map-dot27 {
		top: 77px;
		left: 80px
	}
	.map-dot28 {
		top: 121px;
		left: 320px
	}
	.map-dot29 {
		top: 56px;
		left: 68px
	}
	.map-dot30 {
		top: 73px;
		left: 200px
	}
	.map-point {
		font-size: 15px;
		padding-right: 9px
	}
	.reach-history .bx-left .boxed:before,
	.reach-history .bx-right .boxed:before {
		display: none
	}
	.services-plans-area .plans-tab-btn .nav li {
		margin-bottom: 20px
	}
	.testimonial-decor .testi-circle3 {
		bottom: -62%;
		left: 43%
	}
	.testimonial-decor .testi-circle4 {
		bottom: -61%;
		left: 5%
	}
}

#footer-widgets .widget .widget-title:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	bottom: -17px;
	background-color: #646464;
	left: 0;
	background: -moz-linear-gradient(left, #f27521 0, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, #f27521 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #f27521 0, rgba(255, 255, 255, 0) 100%)
}

.txt-justify {
	text-align: justify
}

.service-areap {
	font-size: 18px;
	color: #424242;
	padding-top: 15px
}

.service_li {
	margin-top: 30px;
	color: #000
}

.service_li li i {
	padding-right: 12px;
	color: #f27521;
	font-weight: 600
}

.service_li li {
	margin-bottom: 15px;
	font-size: 17px
}

.cust-nav .nav-link.active,
.cust-nav .show>.nav-link {
	color: #fff;
	background-color: #f27521!important
}

.cust-nav .nav-link {
	color: #000;
	background-color: #f5f5f5;
	margin: 9px;
	padding: 15px 25px
}

.about-history-area.who-we-are-area .plans-tab-btn .nav {
	background: rgba(236, 194, 164, .58);
	padding: 15px;
	border-radius: 8px;
	margin-top: 36px;
	margin-bottom: 43px;
	border: 1px solid #f27521
}

.service-sec-3 {
	padding: 40px 0 20px;
	overflow: hidden
}

.service-sect-layout {
	margin-bottom: 4rem
}

.service-sect-layout .about-box-img {
	position: relative
}

.service-sect-layout .about-box-img .item-img img {
	border-radius: 18px;
	-webkit-box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3)
}

.service-sect-layout .about-box-img .sl-number {
	font-size: 15rem;
	color: #f1f1f1;
	font-weight: 700;
	position: absolute;
	top: -15px;
	left: -53px;
	z-index: -1
}

.service-sect-layout .about-box-content {
	padding: 0 30px
}

.service-sect-layout .about-box-content .item-title {
	font-weight: 500;
	padding-bottom: 20px;
	color: #f27521;
	font-size: 36px;
}

.service-sect-layout .about-box-content .item-subtitle {
	font-size: 19px;
	color: #403e3e;
	margin-bottom: 22px
}

.service-sect-layout .about-box-content p {
	margin: 0 0 20px;
	color: #646464
}

.comm-list li {
	padding-bottom: 8px;
	font-size: 17px
}

.comm-list li i {
	padding-right: 14px;
	color: #f27521
}

.section_box {
	background-image: url(../../assets/images/section-box-bg.png)
}

.hed-theme {
	color: #f27521!important
}

.ftw-500 {
	font-weight: 500
}

.sub-ned {
	font-size: 20px;
	color: #3e3b3b;
	padding-top: 19px
}

.back-theme {
	background-color: #f27521
}

.inner-pg-head {
	box-shadow: 0 5px 18px 1px rgba(0, 0, 0, .28);
	padding-top: 8px;
	padding-bottom: 8px
}

.support-serv-hed {
	display: inline-block;
	font-size: 18px;
	font-weight: 500
}

.pl-32 {
	padding-left: 32px
}

.ft-app-maint {
	font-size: 21px;
	color: #484747;
	font-weight: 200
}

.item-img {
	border-radius: 18px;
	-webkit-box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3)
}

.hire-form {
	background: rgba(255, 66, 66, .85);
	color: #fff;
	position: absolute;
	z-index: 100;
	padding: 27px 40px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-top: 14px
}

.devp-hed h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 200
}

.devp-hed p {
	text-align: center;
	line-height: 22px;
	padding-bottom: 20px;
	color: #efebeb
}

.heg-45 {
	height: 45px
}

.banne_hed h2 {
	font-size: 50px;
	padding-bottom: 14px;
	color: #f7f3f3;
	font-weight: 200
}

.banne_hed p {
	color: #f8f3f3;
	font-size: 21px
}

.page-title-area2 {
	height: 606px;
	background-image: url(../../assets/images/banner-bg2.jpg);
	position: relative
}

.frm-btn {
	width: 100%;
	height: 45px
}

.hire-areap {
	font-size: 19px;
	font-weight: 600;
	color: #5a5959;
	padding-bottom: 16px;
	text-align: center
}

.single-features {
	border: 16px solid #f5faff;
	padding: 45px 38px;
	height: 307px;
	background-color: #fff
}

.single-features:hover {
	opacity: 1;
	border: 16px solid rgba(254, 152, 47, .47058823529411764);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.single-features .title {
	line-height: 30px;
	font-size: 21px;
	padding-top: 32px;
	font-weight: 100;
	color: #484747
}

.single-features img {
	width: 90px
}

.ruby-count {
	font-size: 48px;
	color: #fff;
	display: inline-block
}

.mt-15 {
	margin-top: 15px!important
}

.lih-25 {
	line-height: 25px
}

#service {
	padding: 48px 0;
	background: url(../../assets/images/bg-dots-img.png) 0 0 repeat
}

.padding-top3 {
	padding-top: 100px
}

.extra-mar {
	margin-bottom: 110px
}

.serv-item {
	padding: 50px 25px 25px;
	border: 1px solid #e6b493;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	background-color: #fff;
	height: 319px
}

.serv-img {
	position: relative;
	margin-top: -85px;
	z-index: 1
}

.serv-img:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 105px;
	height: 105px;
	border: 2px dashed #f27521;
	z-index: -1;
	background: #fff;
	border-radius: 50%
}

.serv-img img {
	position: relative;
	z-index: 11;
	text-align: center
}

.serv-img:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 95px;
	height: 95px;
	background: #f27521;
	z-index: -1;
	border-radius: 50%
}

.serv-item h4 {
	font-size: 23px;
	padding-top: 56px;
	padding-bottom: 13px;
	font-weight: 200
}

.serv-item p {
	color: #666;
	padding-bottom: 20px
}

.app-feature h3 {
	font-size: 42px;
	color: #f27521;
	font-weight: 300;
	line-height: 60px;
	margin: 48px 0 15px
}

.app-feature p {
	font-size: 18px;
	color: #3c3d3e;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
	display: inline-block
}

.app-feature h1 {
	font-size: 18px;
	color: #3c3d3e;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
	display: inline-block;
	font-family: karla, sans-serif;
	padding-left: 7px
}

.servc-work-app .page-item {
	display: block;
	box-shadow: 0 0 17px 6px rgba(0, 0, 0, .15);
	padding: 15px;
	margin-bottom: 26px;
	border-radius: 6px;
	background-color: #fff
}

.servc-work-app .single-app-work .icon-box {
	display: table-cell;
	vertical-align: middle
}

.servc-work-app .single-app-work .text-box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 30px
}

.servc-work-app .single-app-work .text-box h4 {
	padding-bottom: 10px;
	font-weight: 100;
	color: #505050
}

.servc-work-app .single-app-work .text-box p {
	color: #5d5d5d;
	line-height: 24px;
	font-size: 17px
}

.servc-work-app .single-app-work .icon-box .inner {
	width: 60px;
	height: 60px;
	background: #f27521;
	box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .1);
	position: relative;
	border-radius: 50%;
	text-align: center
}

.servc-work-app .single-app-work .icon-box .inner i {
	color: #fff;
	line-height: 60px;
	font-size: 25px;
	position: relative
}

.serv-app_over {
	background: url(../../assets/images/bg-dots-img.png) 0 0 repeat
}

.btn-banner {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0 0;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.btn-3 {
	padding: 17px 65px 16px 26px;
	background: #f27521;
	color: #002249;
	border-radius: 10px
}

.btn-3:after {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 55px;
	font-size: 140%;
	left: auto;
	right: 10px;
	z-index: 2;
	font-family: 'font awesome 5 pro';
	content: "\f30b";
	position: absolute;
	height: 100%;
	left: 74%;
	top: 0;
	font-size: 140%;
	width: 60px;
	padding-left: 12px
}

.btn-3b:after {
	border-left: 2px solid rgba(255, 255, 255, .5)
}

.btn-3:hover:after {
	background-color: #fff;
	border-radius: 10px
}

.btn-banner:hover {
	color: #000
}

.btn-banner2 {
	background: #fff;
	border: 1px solid #f27521;
	color: #f27521!important;
	font-weight: 100;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 6px;
	display: inline-block;
	transition: all .3s ease 0
}

.btn-banner2:hover {
	color: #404040!important;
	font-weight: 700!important;
	letter-spacing: 3px;
	background: 0 0;
	-webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, .57);
	-moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, .57);
	transition: all .3s ease 0
}

.btn-banner i,
.btn-banner2 i {
	padding-left: 10px;
	border-left: 2px solid #f27521
}

.button {
	position: relative;
	padding: 12px 26px;
	border: 2px solid #f27521;
	text-decoration: none;
	font-size: 18px;
	outline: 0;
	color: #f27521;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 9px
}

.button span {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.button:hover {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
	visibility: visible;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-color: #f27521;
	color: #fff
}

.main_sections2 {
	box-shadow: 0 10px 29.7px .3px rgba(191, 190, 190, .75);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	background-color: #fff;
	z-index: 5;
	padding: 17px 20px 20px;
	border-radius: 10px
}

.main_sections2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/what-we-are-dot.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1
}

.main_sections2>i {
	font-size: 50px;
	color: #f27521;
	padding-bottom: 1px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.main_sections2 .title {
	font-size: 22px!important;
	color: #232323;
	line-height: 53px!important;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.main_sections2 a {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f27521;
	color: #fff;
	font-size: 14px;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.main_sections2:hover {
	background: #f27521
}

.main_sections2:hover i {
	color: #fff
}

.main_sections2:hover .title {
	color: #fff
}

.main_sections2:hover a {
	background: #fff
}

.main_sections2:hover a i {
	color: #f27521
}

.ftw-600 {
	font-weight: 600
}

.sets-us-apart.iconalign-before-heading {
	padding: 10px 0
}

.sets-us-apart.iconalign-before-heading .featured-content {
	display: table
}

.sets-us-apart.iconalign-before-heading .featured-content .featured-title,
.sets-us-apart.iconalign-before-heading .featured-content .sets-us-icon {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px
}

.sets-us-apart.iconalign-before-heading .sets-us-icon.cmt-icon_element-size-md {
	height: auto;
	width: auto
}

.sets-us-apart .cmt-icon {
	margin-bottom: 0
}

.sets-us-icon.cmt-icon_element-size-md {
	height: 58px;
	width: 58px;
	line-height: 58px;
	color: #fe982f
}

.sets-us-icon {
	margin-bottom: 35px;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
	position: relative;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	box-sizing: content-box;
	position: relative
}

.sets-us-icon.cmt-icon_element-size-md i {
	font-size: 30px
}

.sets-us-icon i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.setus-title h5 {
	font-size: 16px;
	color: #3a3939;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-left: 26px
}
.setus-title h2 {
	font-size: 16px;
	color: #3a3939;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-left: 26px
}

.sets-us-btn {
	font-size: 15px;
	padding: 13px 30px 10px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	padding: 11px 32px 11px 31px;
	background: 0 0;
	border: 2px solid transparent;
	position: relative;
	font-weight: 700;
	z-index: 9;
	vertical-align: middle;
	text-transform: capitalize;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px
}

.sets-us-btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px
}

.sets-us-btn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0
}

.sets-us-bg1:hover {
	color: #fe982f
}

.sets-us-bg2:hover {
	color: #000
}

.sets-us-bg1 {
	background-color: #fe982f;
	color: #fff
}

.sets-us-bg2 {
	background-color: #000;
	color: #fff
}

.benefits-section {
	background-image: url(../../assets/images/benefits-banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.cmt-col-bgimage-yes.with-border {
	border-color: #fe982f
}

.col-bg-img-one.cmt-col-bgimage-yes .cmt-col-wrapper-bg-layer {
	background-image: url(../images/bg-image/col-bgimage-1.png)!important;
	background-position: left!important;
	background-repeat: no-repeat!important
}

@media only screen and (max-width:1800px) and (min-width:1601px) {
	.cmt-left-span .cmt-col-wrapper-bg-layer {
		margin-left: -400px
	}
}

.layer-content {
	position: relative;
	z-index: 9;
	height: 100%
}

.section-title .title-header {
	position: relative
}

.section-title h2.title {
	font-weight: 100;
	font-size: 42px;
	margin-bottom: 21px;
	text-transform: capitalize;
	color: #fff
}

.cmt-bgcolor-darkgrey p {
	color: rgba(255, 255, 255, .8)
}

.cmt-list.cmt-list-style-icon li {
	padding-left: 23px;
	list-style: none;
	position: relative;
	padding-bottom: 8px;
	text-transform: capitalize
}

.cmt-list.cmt-list-style-icon li i {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 15px;
	color: #fe982f
}

.cmt-bgcolor-darkgrey ul.cmt-list li .cmt-list-li-content {
	color: rgba(255, 255, 255, .8)
}

.cmt-fid-view-lefticon.style1 {
	border-top: 1px solid rgba(255, 255, 255, .24);
	padding-left: 0;
	padding-bottom: 35px;
	padding-top: 35px
}

.inside {
	text-align: center;
	position: relative;
	padding: 29px 15px 25px;
	margin-bottom: 30px
}

.cmt-fid-view-lefticon .cmt-fid-left,
.cmt-fid-view-righticon .cmt-fid-left {
	position: relative;
	display: block;
	width: 100%
}

.cmt-fid-view-lefticon.style1 .cmt-fid-icon-wrapper {
	margin-top: 5px
}

.cmt-fid-view-lefticon .cmt-fid-icon-wrapper,
.cmt-fid-view-righticon .cmt-fid-icon-wrapper {
	position: absolute;
	top: 0
}

.cmt-fid-icon-wrapper i {
	font-size: 37px;
	color: #fe982f
}

.cmt-fid-view-lefticon .cmt-fid-contents {
	padding-left: 55px
}

.inside h3 {
	margin-bottom: 0;
	bottom: -11px;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding-top: 0;
	display: inline-block;
	color: #d4d1d1
}

.inside.cmt-fid-view-lefticon.style1 h4 {
	font-size: 38px;
	line-height: 43px;
	color: #d4d1d1;
	font-weight: 100
}

.cmt-bgcolor-darkgrey>.cmt-bg-layer>.cmt-bg-layer-inner {
	background-color: #081528
}

.cmt-bg-layer,
.cmt-bg-layer .cmt-bg-layer-inner,
.cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.cmt-col-bgimage-yes.with-border {
	border-right: 10px solid #f27521
}

.cmt-bgcolor-darkgrey {
	background-color: #081528
}

.spacing-1 {
	padding-top: 60px;
	padding-right: 14px;
	padding-bottom: 60px
}

.bg-layer-equal-height .cmt-col-bgcolor-yes,
.cmt-col-bgimage-yes {
	height: 100%;
	z-index: 9
}

.cmt-bg {
	position: relative
}

.key-clients li {
	width: 100%;
	margin-bottom: 7px
}

.key-clients .nav-link {
	color: #010101;
	background-color: #fff;
	border: 1px solid #f27521;
	line-height: 34px;
	font-size: 19px
}

.key-clients .nav-link.active {
	color: #fff;
	background-color: #f27521
}

.key-clients .nav-link i {
	float: right;
	line-height: 31px;
	font-weight: 400
}

.key-clients li .nav-link:hover {
	color: #fff;
	background-color: #f27521
}

.faq-accordion-custm .accordion .card .card-header a::before {
	width: 100%!important;
	left: 601px!important
}

.faq-accordion-custm .accordion .card .card-header a.collapsed {
	color: #3b3e42!important
}

.faq-accordion-custm .accordion .card .card-header a {
	line-height: 69px
}

.keyclet-tab {
	padding: 20px;
	border: 2px solid #e3e3e3;
	border-radius: 4px;
	background-color: #fff;
	padding-bottom: 91px
}

.single-services1 .services-content .title {
	font-size: 25px;
	color: #232323;
	padding-top: 19px;
	border-bottom: 2px #e3eeff solid;
	padding-bottom: 11px;
	position: relative;
	font-weight: 100
}

.single-services1 .services-content p {
	font-size: 15px;
	color: #616161;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 20px
}

.single-services1 .services-content a {
	font-weight: 700;
	color: #232323;
	line-height: 50px;
	padding: 12px 30px;
	border: 3px solid #f27521;
	border-radius: 5px;
	margin-top: 37px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.single-services1 .services-content a:hover {
	background: #f27521;
	color: #fff;
	border-color: #f27521
}

.services-content {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
	padding: 0 10px 10px;
	background-color: #fff
}

.single-services1 .services-content a i {
	padding-left: 10px;
	padding-top: 8px;
	font-weight: 600
}

.cmt-box-post-date {
	height: 58px;
	width: 56px;
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 18px;
	padding-top: 13px;
	padding-bottom: 7px;
	z-index: 1;
	text-align: center;
	background-color: #f27521;
	color: #fff
}

.cmt-box-post-date .cmt-entry-date .entry-month {
	width: 100%
}

.cmt-box-post-date .cmt-entry-date .entry-month,
.cmt-box-post-date .cmt-entry-date .entry-year {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase
}

.single-services1:hover .cmt-box-post-date {
	transform: rotateY(360deg);
	-webkit-transition: all .5s ease-in-out 0;
	-moz-transition: all .5s ease-in-out 0;
	-ms-transition: all .5s ease-in-out 0;
	-o-transition: all .5s ease-in-out 0;
	transition: all .5s ease-in-out 0
}

.featured-icon-box.left-icon .featured-icon {
	display: table-cell;
	vertical-align: middle
}

.featured-icon-box.left-icon .featured-content {
	display: table-cell;
	vertical-align: middle
}

.featured-icon-box.style9 .cmt-icon.cmt-icon_element-size-md {
	color: #f27521;
	border: 1px solid #de4933;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff
}

.featured-icon-box.style9 .cmt-icon.cmt-icon_element-size-md img {
	width: 34px;
	text-align: center;
	margin-left: 6px
}

.featured-icon-box.style9 .cmt-icon.cmt-icon_element-size-md i {
	font-size: 16px;
	padding-left: 11px
}

.featured-icon-box.left-icon .featured-content {
	padding-left: 22px
}

.featured-icon-box.style9 .featured-content .featured-title h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 100
}

.map-ict {
	color: #de4933
}

.map-brd {
	border-color: #12a020!important
}

.ke-clnt img {
	padding: 7px;
	border-radius: 5px
}

.calms-section.style4 {
	border: 1px solid #ebeef0;
	padding: 35px 30px;
	height: 100%;
	position: relative;
	margin-left: -1px
}

.calms-section.style4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: scaleY(0);
	transition: all .4s ease 0;
	background-color: #fe982f
}

.calms-section.style4 .featured-content {
	z-index: 1;
	position: relative
}

.calms-section.style4 .featured-content .featured-title h5 {
	margin-bottom: 7px
}

.calms-section .featured-title h5 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize
}

.calms-section .featured-icon i {
	font-size: 58px;
	padding-top: 12px;
	color: #f27521
}

.calms-section.style4:hover:before {
	transform: scaleY(1)
}

.calms-section.style4:hover .featured-content .featured-title h5 {
	color: #fff
}

.calms-section.style4:hover .featured-content .featured-desc p {
	color: #fff
}

.calms-section.style4:hover .featured-icon i {
	color: #fff
}

.calms-section.style4:hover .featured-icon {
	z-index: 999
}

.new-wdt-49 {
	width: 49%
}

.new-cumstm-tab {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.new-cumstm-tab li {
	cursor: pointer;
	border-radius: 10px;
	border-bottom: 6px solid rgba(0, 0, 0, .35);
	-webkit-transform: rotateY(-26deg) rotateX(13deg);
	transform: rotateY(-26deg) rotateX(13deg);
	mix-blend-mode: multiply;
	-webkit-transition: all .4s ease 0;
	transition: all .4s ease 0;
	width: 100%;
	background-color: #fe982f
}

.new-cumstm-tab li:nth-child(1) {
	background-color: #fe982f;
	border-top: 2px solid #fe982f;
	border-left: 2px solid #fe982f;
	border-right: 2px solid #fe982f
}

.new-cumstm-tab li:nth-child(2) {
	background-color: #fe982f;
	border-top: 2px solid #fe982f;
	border-left: 2px solid #fe982f;
	border-right: 2px solid #fe982f
}

.new-cumstm-tab li:nth-child(3) {
	background-color: #fe982f;
	border-top: 2px solid #fe982f;
	border-left: 2px solid #fe982f;
	border-right: 2px solid #fe982f
}

.new-cumstm-tab li:nth-child(4) {
	background-color: #fe982f;
	border-top: 2px solid #fe982f;
	border-left: 2px solid #fe982f;
	border-right: 2px solid #fe982f;
	margin-top: 3px
}

.client-us-btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	border-radius: 10px
}

.client-us-btn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0
}

.new-cumstm-tab li a.active {
	-webkit-transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
	transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
	z-index: 3;
	mix-blend-mode: normal;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	color: #91f4ff!important;
	background-color: transparent!important
}

.new-cumstm-tab li:hover a {
	color: #91f4ff!important
}

.new-cumstm-tab li a {
	color: #fff;
	text-transform: uppercase;
	display: flex;
	padding: 10px!important;
	line-height: 50px;
	font-size: 19px;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(16, 16, 16, .72);
	letter-spacing: 2px
}

.new-cumstm-tab li a img {
	margin-right: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid #ffff
}

.new-cumstm-tab li:hover {
	-webkit-transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
	transform: rotateY(-22deg) rotateX(7deg) scale(1.03);
	z-index: 3;
	mix-blend-mode: normal;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.page-title-area .page-title-item nav p {
	color: #ddd;
	font-size: 21px
}

.page-title-area .page-title-item p {
	color: #ddd;
	font-size: 21px
}

.what-weoff-list li {
	padding-bottom: 27px
}

.what-weoff-list li:before {
	float: left;
	font-size: 48px;
	margin-right: 30px;
	color: #f27521;
	border: 3px solid #e2e6e7;
	padding: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 95px;
	height: 95px
}

.sl-ic1:before {
	content: "\f3cd";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic2:before {
	content: "\f247";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic3:before {
	content: "\f590";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic4:before {
	content: "\f772";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic5:before {
	content: "\f2d2";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic6:before {
	content: "\f0c1";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.sl-ic7:before {
	content: "\f5fc";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic1:before {
	content: "\f5fc";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic2:before {
	content: "\f41b";
	line-height: 56px;
	font-family: 'font awesome 5 brands';
	font-weight: 100;
	text-align: center
}

.rctjs-ic3:before {
	content: "\f570";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic4:before {
	content: "\f55b";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic5:before {
	content: "\f2d2";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic6:before {
	content: "\f3cd";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 500;
	text-align: center
}

.rctjs-ic7:before {
	content: "\f188";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic8:before {
	content: "\f590";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic9:before {
	content: "\f085";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.rctjs-ic10:before {
	content: "\f5ee";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.vuejs-ic2:before {
	content: "\f41f";
	line-height: 56px;
	font-family: 'font awesome 5 brands';
	font-weight: 100;
	text-align: center
}

.nodejs-ic2:before {
	content: "\f3d3";
	line-height: 56px;
	font-family: 'font awesome 5 brands';
	font-weight: 100;
	text-align: center
}

.seleinum-ic1:before {
	content: "\f5fc";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.seleinum-ic2:before {
	content: "\f55b";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.seleinum-ic3:before {
	content: "\f570";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.seleinum-ic4:before {
	content: "\f3cd";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.seleinum-ic5:before {
	content: "\f188";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.seleinum-ic6:before {
	content: "\f51c";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic1:before {
	content: "\f534";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic2:before {
	content: "\f55b";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic3:before {
	content: "\f3ed";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic4:before {
	content: "\f5fc";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic5:before {
	content: "\f468";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic6:before {
	content: "\f085";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic7:before {
	content: "\f0c5";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.devops-ic8:before {
	content: "\f51c";
	line-height: 56px;
	font-family: 'font awesome 5 pro';
	font-weight: 100;
	text-align: center
}

.what-weoff-list li p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	margin-top: 19px;
	display: flex
}

.what-weoff-list li h4 {
	font-weight: 200
}

.what-weoff-list li:hover:before {
	background-color: #f27521
}

.what-weoff-list .sl-ic:hover:before {
	color: #fff
}

.we_serve-icon {
	border: 1px solid #d8d6d6;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 26px;
	border-radius: 11px
}

.we_serve-icon .icon {
	color: #f27521;
	font-size: 52px;
	line-height: normal;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	padding: 33px 0;
	background-color: #fff;
	border-radius: 11px
}

.we_serve-icon .icon i {
	font-weight: 300
}

.we_serve-icon h3 {
	font-size: 17px;
	line-height: 40px;
	margin: 0;
	font-weight: 200;
	background-color: #f27521;
	color: #fff
}

.hire_reactnative-sec i {
	font-weight: 100;
	font-size: 78px;
	margin-right: 30px;
	color: #f27521;
	border: 1px solid #b3b2b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 150px
}

.hire_reactnative-sec:hover i {
	transform: rotateY(360deg);
	-webkit-transition: all .5s ease-in-out 0;
	-moz-transition: all .5s ease-in-out 0;
	-ms-transition: all .5s ease-in-out 0;
	-o-transition: all .5s ease-in-out 0;
	transition: all .5s ease-in-out 0
}

.hire_reactnative-sec .ornament {
	position: relative;
	width: 1px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	background: #b3b2b2;
	right: 16px
}

.hire_reactnative-sec .ornament:after {
	position: absolute;
	content: "";
	border: 1px solid #b3b2b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 11px;
	height: 11px;
	left: -5px;
	bottom: -11px
}

.hire_reactnative-sec h4 {
	margin-bottom: 11px;
	margin-top: 28px;
	font-weight: 100;
	text-transform: capitalize
}

.hire_reactnative-sec p {
	margin-left: auto;
	margin-right: auto
}

.table-custm tr td {
	background-color: #fff;
	padding: 24px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #fff
}

.table-custm tr th {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 26px;
	background-color: #fff
}

.hed-wht {
	background-color: #7a7b7b!important;
	color: #fff!important;
	font-size: 20px!important
}

.par-hed {
	background-color: #929696!important;
	color: #fff!important
}

.tabt1-clr {
	background-color: #38cbec!important
}

.tabt2-clr {
	background-color: #46e01f!important
}

.tabt3-clr {
	background-color: #e0b61f!important
}

.tbrow1 {
	background-color: #31adca!important
}

.tbrow2 {
	background-color: #3ebf1e!important
}

.tbrow3 {
	background-color: #bd9919!important
}

.onboard {
	text-align: center;
	color: #fff;
	background: #f27521;
	padding: 10px 8px 23px;
	width: 180px;
	height: 145px;
	border-radius: 10px
}

.onboard i {
	display: block;
	text-align: center;
	font-size: 60px;
	color: #fff;
	border: none;
	line-height: 72px;
	outline: 0;
	text-decoration: none;
	font-weight: 100;
	border-radius: 10px;
	padding-bottom: 10px
}

.onboard h5 {
	color: #fff;
	text-align: center;
	font-weight: 100
}

.engament-service i {
	font-size: 44px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 15px;
	width: 74px;
	height: 74px;
	background: #f9770e;
	border-radius: 6px;
	line-height: 73px
}

.engament-service h5 {
	font-size: 31px;
	font-weight: 100;
	line-height: 71px;
	color: #615d5d
}

.engament-service-para p {
	color: #666;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 11px;
	text-align: justify
}

.imagine-band {
	padding: 51px 0 57px;
	background-color: #353535
}

.imagine-butn {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: .72em 2.1em;
	letter-spacing: 2px;
	background-color: #fff;
	border: 2px solid #fff;
	color: #f27521;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
	border-radius: 10px
}

.imagine-band h2 {
	line-height: 55px;
	font-weight: 200;
	text-transform: capitalize
}

.imagine-butn:hover {
	background-color: #f27521;
	color: #fff
}

.text-justf {
	text-align: justify
}

.why-hire_reactnative {
	position: relative;
	background-image: url(../../assets/images/bg-dots-img.png);
	background-position: right bottom;
	background-repeat: repeat
}

.onbord_hed {
	padding-bottom: 31px;
	font-weight: 100;
	color: #44484a;
	line-height: 37px;
	font-size: 26px
}

.pb-30i {
	padding-bottom: 30px!important
}

.pt-43i {
	padding-top: 43px!important
}

.whatwe-media {
	overflow: hidden;
	position: relative
}

.whatwe-media img {
	width: 177px
}

.whatwe-content h6 {
	padding-bottom: 20px;
	font-size: 19px
}

.whatwe-content {
	padding-top: 23px
}

.whatwe-content p {
	margin-bottom: -.7em
}

.icon-cell img {
	height: 60px
}

.icon-box-tool:hover .icon-in-center {
	-webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.bdr-main {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ddd
}

.p-a30 {
	padding: 23px 0 18px 30px
}

.icon-box-tool h4 {
	font-weight: 100;
	padding-top: 10px;
	color: #313131;
	font-size: 21px
}

.test-card {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
	border: 0;
	margin: 0;
	padding: 30px;
	border-radius: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	height: 378px
}

.card-icon {
	margin-bottom: 20px
}

.card-icon i {
	text-align: center;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-color: #f27521;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	line-height: 80px
}

.test-card h5 {
	margin-bottom: 15px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	font-weight: 100;
	line-height: 23px
}

.test-card p {
	color: #3c3b3b;
	line-height: 27px
}

.test-card:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.test-card:hover .card-icon i {
	transform: rotate(360deg) scaleX(-1);
	-webkit-transform: rotate(360deg) scaleX(-1);
	-moz-transform: rotate(360deg) scaleX(-1)
}

.business-image {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border: 2px solid #f27521
}

.business-image:before {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc8809), to(transparent));
	background-image: -webkit-linear-gradient(transparent, #cc8809);
	background-image: -moz-linear-gradient(transparent, #cc8809), -moz-linear-gradient(transparent, #cc8809);
	background-image: -o-linear-gradient(transparent, #cc8809), -o-linear-gradient(transparent, #cc8809);
	background-image: linear-gradient(transparent, #cc8809), linear-gradient(transparent, #cc8809);
	-moz-background-size: 100%;
	background-size: 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.portfolio-overley {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.business-image .content {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	width: 100%
}

.business-image .content h3 {
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	font-weight: 100
}

.business-image:hover .portfolio-overley {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.project-tool-item {
	background: #fff;
	border-radius: 6px
}

.project-tool-item a {
	height: 100px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	position: relative;
	z-index: 5
}

.pad-10 {
	padding: 0 10px!important
}

.project-tool-item a h6 {
	font-size: 23px;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	color: #fff
}

.project-tool-item a i {
	font-size: 37px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.project-tool-item a:hover {
	background: #f27521;
	border-radius: 6px
}

.project-tool-item a:hover i {
	color: #fff
}

.project-bgclr1 {
	background-color: #1f4d7d
}

.project-bgclr2 {
	background-color: #1f7143
}

.project-bgclr3 {
	background-color: #0b4632
}

.project-bgclr4 {
	background-color: #970000
}

.project-bgclr5 {
	background-color: #0079bf
}

.project-bgclr6 {
	background-color: #6f13b5
}

.project-bgclr7 {
	background-color: #ea4c31
}

.project-bgclr8 {
	background-color: #d4a125
}

.project-bgclr9 {
	background-color: #f04f33
}

.project-bgclr10 {
	background-color: #bf943c
}

.project-bgclr11 {
	background-color: #5fcb61
}

.project-bgclr12 {
	background-color: #481349
}

.p-lr0 {
	padding-left: 0;
	padding-right: 0
}

.work-rails .icon-bx-wraper {
	position: relative;
	background-color: #dae9f1;
	transition: all .5s;
	padding: 60px
}

.icon-md i {
	font-size: 45px
}

.icon-content {
	overflow: hidden
}

.work-rails .top-title {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px
}

.work-rails .dlab-tilte {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 30px;
	text-align: justify
}

.work-rails.active .icon-bx-wraper,
.work-rails:hover .icon-bx-wraper {
	background-color: rgba(0, 0, 0, .71);
	transition: all .5s
}

.work-rails .icon-bx-wraper {
	padding: 60px;
	height: 422px
}

.work-rails .icon-cell i {
	color: #f27521;
	font-size: 75px
}

.work-rails.active .icon-bx-wraper .dlab-tilte {
	color: #fff
}

.work-rails.active .icon-bx-wraper .top-title {
	color: #fff
}

.work-rails:hover .icon-bx-wraper .dlab-tilte {
	color: #fff
}

.work-rails:hover .icon-bx-wraper .top-title {
	color: #fff
}

.career_dev-tabs .career-content .posts-loop-title {
	display: inline-block;
	margin-bottom: 0;
	position: absolute;
	top: 8px
}

.career-content .posts-loop-title h3 {
	margin: 0;
	font-weight: 100
}

.jobs .hent.noo_job,
.single-noo_job .hent.noo_job {
	padding: 25px;
	width: 100%;
	display: table;
	background: #f3f2f2;
	border-radius: 7px
}

.career-devp .item-featured img {
	width: 70px;
	height: 70px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #c2c6c7;
	border-radius: 15px;
	padding: 6px
}

.career-devp .loop-item-content .loop-item-title {
	color: #44494b;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block
}

.career-devp .loop-item-content .jobdesc h4 {
	color: #f27521;
	font-size: 20px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 5px
}

.career-devp .loop-item-content .jobdesc p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 11px
}

.career-devp .loop-item-content .skillset h4 {
	color: #f27521;
	font-size: 20px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 5px
}

.career-devp .loop-item-content .skillset ul {
	list-style: disc;
	padding-left: 28px;
	padding-bottom: 10px
}

.career-devp .loop-item-content .skillset ul li {
	padding-bottom: 3px
}

.career-content .loop-item-title {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: .5rem;
	color: #fff;
	text-transform: uppercase
}

.job-mr38 {
	margin-top: -38px;
	padding-bottom: 10px
}

.career-devp .loop-item-content .loop-item-title a {
	color: #44494b;
	font-size: 22px;
	text-transform: none;
	font-weight: 200
}

.career-devp .loop-item-content .content-meta {
	display: inline-table;
	font-style: italic;
	font-size: 16px;
	color: #44494b
}

.content-meta>span {
	padding-right: 22px
}

.job-type.contract {
	color: #578523
}

.content-meta>span i {
	padding-right: 5px;
	padding-right: 5px
}

.career_dev-tabs .tab-control-right .nav-tabs>li {
	float: right
}

.career_dev-tabs .tab-control .nav-tabs {
	margin-bottom: 10px;
	margin-top: 12px;
	float: right
}

.career_dev-tabs .tab-control .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.7;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background: #ebeeef;
	font-weight: 700;
	position: relative;
	padding: 15px 18px;
	color: #000
}

.career_dev-tabs .tab-control .nav-tabs>li>a.active {
	background: #f27521!important;
	color: #fff!important
}

.job-company a {
	color: #f27521
}

.job-type.contract a {
	color: #0dca48
}

.job-location a,
.job-location i {
	color: #565656
}

.pad-job {
	padding: 8px 33px!important
}

.bgclr2 {
	background-color: #fff!important
}

.career_dev-tabs .tab-control-right {
	border-bottom: 2px solid #ddd
}

.career-rails-active .single-case-studies .case-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	border-radius: 15px
}

.career-rails-active .slick-slide {
	display: block;
	padding: 0
}

.career-rails-active .slick-slide img {
	display: block;
	border-radius: 15px
}

.case-studies-area .career-rails-active .slick-arrow.prev {
	right: 174px
}

.case-studies-area .career-rails-active .slick-arrow.next {
	right: 81px
}

.case-studies-area .career-rails-active .slick-arrow {
	position: absolute;
	top: -55px;
	right: 20px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 58px;
	border: 2px solid #ccc8c8;
	border-radius: 50%;
	color: #f27521;
	background: #fff;
	font-size: 29px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0
}

.pb-i60 {
	padding-bottom: 180px!important
}

.people-stg {
	font-weight: 100;
	font-size: 26px;
	color: #f27521;
	padding-bottom: 13px
}

.job-join-form {
	position: relative;
	width: 100%;
	padding: 36px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../../assets/images/career-bg-img.jpg)
}

.car-frm_het {
	height: 52px
}

.apply-btn {
	background-color: #f27521!important;
	border-color: #f27521!important;
	padding: 15px 60px
}

.pattern-bg {
	background-image: url(../../assets/images/pattern.png);
	background-repeat: repeat
}

.work_us img {
	border-radius: 50%
}

.work_us .step-content {
	margin-top: 17px
}

.work_us .step-content h6 {
	margin-bottom: 6px;
	color: #06182d;
	font-size: 25px;
	font-weight: 100
}

.work_us .step-content p {
	font-size: 17px;
	line-height: 27px
}

.work_us {
	text-align: center
}

.work_us:after {
	background-image: url(../../assets/images/why-work-arrow_top.png);
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 90px;
	position: absolute;
	right: -133px;
	top: 1px;
	width: 185px;
	z-index: 4
}

.work_us.last-work:after {
	display: none
}

.work_us.third-work:after {
	display: none
}

.work_us.feature-work:before {
	background-image: url(../../assets/images/why-work-arrow.png);
	background-repeat: no-repeat;
	bottom: -53px;
	content: "";
	display: block;
	height: 80px;
	position: absolute;
	right: -81px;
	width: 175px;
	z-index: 4
}

.team-thumb::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	z-index: 5;
	border-left: 5px solid #f27521;
	border-bottom: 5px solid #f27521;
	-webkit-transition: all .3s ease-out 0;
	-moz-transition: all .3s ease-out 0;
	-ms-transition: all .3s ease-out 0;
	-o-transition: all .3s ease-out 0;
	transition: all .3s ease-out 0;
	transform: rotate(0)
}

.team-thumb img {
	border: 15px solid #fff;
	border-radius: 50%;
	width: 100%
}

.team-content .title {
	font-size: 24px;
	padding-top: 33px
}

.team-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f27521;
	padding-top: 6px;
	padding-bottom: 15px
}

.team-thumb {
	position: relative;
	text-align: center
}

.single-team:hover .team-thumb::before {
	transform: rotate(180deg)
}

.our_team {
	background: url(../../assets/images/light-bg.jpg), url(../../assets/images/pattern1.png);
	background-repeat: repeat, repeat-x
}

.our-history {
	height: 750px;
	overflow-y: scroll
}

.our-history img {
	padding-left: 130px;
	padding-right: 130px
}

.our-history-bg {
	background: url(../../assets/images/bg-histry.jpg) 50% 0 no-repeat fixed;
	background-size: cover
}

.location-container {
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 10px!important;
	position: relative!important
}

.location-container img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 10px!important
}

.location-container .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #0a0a0a;
	z-index: 1;
	border-radius: 10px!important
}

.location-container .content {
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 5%
}

.location-container .content p {
	font-size: 18px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #fff!important
}

.location-container .content .title {
	font-size: 30px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #fff!important
}

.location-container:hover .overlay-work {
	opacity: 0
}

.location-container:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}

.padt-210 {
	padding-top: 210px!important
}

.sub_mnu-right {
	float: right;
	margin-top: 9px!important
}

.bacg-none {
	background: url(../../assets/images/bg-dots-img.png);
	background-position: right bottom;
	background-repeat: repeat;
	padding-bottom: 40px;
	background-color: #f4fbff
}

.btn-with10 {
	width: 10%!important;
	color: #f27521;
	border-color: #f27521;
	height: 43px;
	line-height: 32px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-right: 10px
}

.filt-bord {
	border-bottom: 1px solid #cccaca;
	padding-bottom: 10px;
	border-top: 1px solid #cccaca;
	padding-top: 10px;
	margin-bottom: 48px
}

.bacg-none .single-news {
	box-shadow: 1px 1px 13px 0 rgba(47, 47, 47, .86)
}

.bacg-none .single-news .single-news-overlay {
	background-color: rgba(47, 47, 47, 0)
}

.portfolio-project {
	padding: 25px 0;
	border-top: 1px solid #e2e0e0;
	border-bottom: 1px solid #e2e0e0;
	margin-bottom: 28px
}

.cmt-social-share-title span {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	margin-right: 30px;
	margin-bottom: 0
}

.cmt-social-share-title span i {
	margin-left: 5px
}

.portfolio-project .social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px
}

.portfolio-project .social-icons li {
	display: inline-block;
	border: none;
	margin: 0 6px
}

.portfolio-project .social-icons ul li.facebook-icon a {
	background-color: #3b5999;
	border: 1px solid #3b5999
}

.portfolio-project .social-icons ul li.twitter-icon a {
	background-color: #55acee;
	border: 1px solid #55acee
}

.portfolio-project .social-icons ul li.linkedin-icon a {
	background-color: #0077b5;
	border: 1px solid #0077b5
}

.portfolio-project .social-icons ul li.pinterest-icon a {
	background-color: #bd081b;
	border: 1px solid #bd081b
}

.portfolio-project .social-icons.circle li>a {
	border: 1px solid #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 14px;
	border-radius: 50%;
	color: #fff
}

.portfolio-project-buttons a {
	height: 38px;
	line-height: 38px;
	width: 31px;
	padding: 13px 16px;
	text-align: center;
	background-color: #dedddd;
	color: #f27521
}

.portfolio-project-buttons {
	text-align: right;
	margin-top: -59px
}

.cmt-pf-view-left-image .cmt-pf-detailbox-list {
	margin-top: -17px;
	padding: 0
}

.cmt-pf-detailbox-list {
	padding: 30px;
	background-color: #f2f4f6
}

.cmt-pf-detailbox-list .portfolio-details-date {
	position: relative;
	display: block;
	padding: 15px 0 17px 45px;
	font-size: 1em;
	margin-left: 3px
}

.portfolio-details-date:not(:last-child):before {
	height: 1px;
	display: block;
	width: 95%;
	background: #e2e3e5;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0
}

.portfolio-details-date:after {
	position: absolute;
	content: '';
	height: 45px;
	background-color: rgba(0, 0, 0, .09);
	width: 1px;
	top: 15px;
	left: 30px
}

.cmt-pf-detailbox-list .portfolio-details-date i {
	position: absolute;
	left: 0;
	top: 15px;
	display: inline-block;
	border-radius: 50%;
	padding-left: 0;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	transform: translate(0, 0);
	z-index: 1;
	line-height: 40px;
	color: #f27521
}

.portfolio-details-date .cmt-pf-left-details {
	font-weight: 600;
	margin-right: 5px;
	margin-left: 0;
	font-size: 18px;
	display: block;
	color: #232323
}

.portfolio-details-date .cmt-pf-right-details {
	display: block;
	padding-top: 0
}

.rails-portfolio-title .rails-detailbox-title {
	padding-bottom: 16px;
	font-weight: 100;
	font-size: 34px
}

.rails-portfolio-title p {
	font-size: 17px;
	line-height: 30px
}

.contact-box {
	padding: 30px;
	border: 1px solid rgba(242, 117, 33, .25);
	-webkit-box-shadow: 0 0 1px 0 rgba(34, 34, 34, .32);
	-moz-box-shadow: 0 0 1px 0 rgba(34, 34, 34, .32);
	box-shadow: 0 0 14px 0 rgba(34, 34, 34, .32);
	height: 311px;
	background-color: #fff;
	border-radius: 5px
}

.contact-box h5 {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 0
}

.contact-box span,
.contact-box span a {
	color: #777;
	display: inline-block;
	color: #4c4c4c
}

.contact-detail-box {
	margin-top: 35px;
	padding: 20px 15px 15px;
	background-color: #f3e4d8
}

.cmt-icon.cmt-icon_element-size-md i {
	font-size: 30px;
	color: #de4933
}

.brnch-clr {
	color: #12a020!important
}

.contact-box h6 {
	font-size: 15px;
	line-height: 20px;
	padding-top: 30px;
	font-weight: 600;
	text-transform: capitalize
}

.map-wrapper iframe {
	border: 2px solid rgba(242, 117, 33, .48);
	border-radius: 7px
}

.spacing-12 {
	padding: 35px 30px 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .28);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .28);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .28);
	border-radius: 7px;
	background-color: #fff
}

.spacing-12 .section-title h4.title {
	font-weight: 100;
	font-size: 27px;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: capitalize;
	padding-bottom: 25px;
	text-align: center
}

.cmt-quote-form .form-group input[type=email],
.cmt-quote-form .form-group input[type=text],
.cmt-quote-form .form-group select,
.cmt-quote-form .form-group textarea {
	border: 1px solid #e4e1e1;
	background-color: #f8f9fa;
	font-size: 16px;
	border-radius: 4px;
	height: auto;
	padding: 12px 15px
}

.cmt-quote-form button {
	margin-top: 10px;
	line-height: 20px;
	font-size: 15px;
	padding: 13px 30px 10px;
	background-color: #fe982f
}

.cmt-btn:hover::before {
	visibility: visible;
	width: 100%;
	right: auto;
	left: 0
}

.cmt-btn:not(.btn-inline):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #081528;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden
}

.cmt-btn:hover {
	background-color: #081528;
	color: #fff
}

.padb-130 {
	padding-bottom: 160px!important;
	padding-top: 30px!important
}

.cmt-bgcolor-grey {
	background-color: #f8f9fa
}

.sidebar .content-area {
	padding-top: 31px;
	padding-bottom: 60px
}

.post-meta .cmt-meta-line {
	padding-right: 20px;
	position: relative;
	font-size: 13px
}

.post-meta .cmt-meta-line i {
	padding-right: 4px
}

.post-meta .cmt-meta-line:not(:last-child):after {
	position: absolute;
	content: "|";
	right: 8px;
	top: -3px;
	color: #efecec
}

.social-media-block .media-button ul {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.cmt-social-share-title span {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	margin-right: 5px;
	margin-bottom: 0
}

.cmt-social-share-title span i {
	margin-left: 5px
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px
}

.social-icons ul {
	margin: 0;
	padding: 0
}

.social-icons li {
	margin: 0 2px;
	display: inline-block;
	border: none
}

.comments-area {
	margin-top: 50px;
	margin-bottom: 0
}

.comments-area h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0
}

.comment-list li {
	position: relative;
	margin-top: 30px
}

.comment-body {
	margin-left: 105px;
	margin-top: 35px;
	margin-bottom: 30px;
	padding: 25px 20px 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #f2f2f2
}

.comment-body:after,
.comment-body:before {
	position: absolute;
	top: 17px;
	width: 0;
	height: 0;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #f2f2f2;
	z-index: 1;
	content: "";
	left: -12px
}

.comment-author {
	float: left;
	text-align: center;
	width: 87px;
	height: 87px;
	display: block;
	margin-right: 25px;
	overflow: hidden;
	margin-left: -125px;
	margin-top: -20px
}

.comment-author img {
	max-width: 100%;
	height: auto
}

.comment-meta,
.comment-meta a {
	color: #6e6e6e;
	font-size: 13px
}

.cmt-comment-owner,
.comment-meta .cmt-comment-owner h5 {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal
}

.comment-box .author-content-wrap p {
	margin-top: 10px;
	margin-bottom: 5px
}

.comment-list .reply {
	position: absolute;
	top: 15px;
	right: 15px
}

.comment-list a.comment-reply-link {
	border: none;
	color: #fff;
	font-size: 13px;
	padding: 2px 30px 3px 17px;
	position: relative;
	margin-top: 5px;
	display: inline-block;
	background-color: #081528
}

.comment-list a.comment-reply-link:after {
	position: absolute;
	top: 1px;
	font-family: 'font awesome 5 pro';
	content: "\f3e5";
	font-weight: 400;
	display: inline-block;
	margin-right: .2em;
	text-align: center;
	opacity: 1;
	line-height: 22px;
	font-size: 10px;
	margin-left: 8px
}

.comment-list .children {
	margin-left: 35px
}

.comments-area .comment-respond {
	padding-top: 10px
}

.comment-reply-title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 28px
}

.sidebar .widget-area .widget {
	position: relative;
	margin: 30px 0;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #f2f2f2
}

.sidebar .widget .widget-title {
	position: relative;
	display: block;
	margin-bottom: 45px;
	font-size: 22px;
	line-height: 20px;
	font-weight: 100
}

.sidebar .widget .widget-title:after,
.sidebar .widget .widget-title:before {
	position: absolute;
	content: '';
	height: 1px;
	bottom: -15px;
	left: 0
}

.sidebar .widget .widget-title:after {
	width: 15%;
	height: 2px;
	background-color: #fe982f
}

.widget ul {
	margin: 0;
	padding: 0
}

.sidebar .widget-area .widget.widget-categories ul li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px!important
}

.sidebar .widget-area .widget.widget-categories ul li i {
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle;
	color: #f27521
}

.sidebar .widget-area .widget.widget-categories ul li a {
	color: #000
}

.cmt-recent-post-list li h5 a {
	color: #000;
	font-weight: 100;
	font-size: 17px
}

.widget.widget_post ul {
	margin-top: 5px
}

.widget.widget_post ul li {
	margin-bottom: 13px
}

.sidebar .widget.widget_post ul.cmt-recent-post-list>li img {
	width: 100px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 18px
}

.social-icons ul li.facebook-icon a {
	background-color: #3b5999;
	border: 1px solid #3b5999
}

.social-icons ul li.twitter-icon a {
	background-color: #55acee;
	border: 1px solid #55acee
}

.social-icons ul li.google-plus-icon a {
	background-color: #dd4b39;
	border: 1px solid #dd4b39
}

.social-icons ul li.linkedin-icon a {
	background-color: #0077b5;
	border: 1px solid #0077b5
}

.social-icons ul li.pinterest-icon a {
	background-color: #bd081c;
	border: 1px solid #bd081c
}

.social-icons.circle li>a,
.social-icons.square li>a {
	border: 1px solid #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 14px;
	border-radius: 50%;
	color: #fff
}

.sidebar .widget.widget-newsletter {
	background-image: url(../../assets/images/newsletter-bg.png);
	background-repeat: no-repeat;
	background-position: center 50px
}

.faq-accordion-main .accordion .card .card-header a::before {
	width: 100%!important;
	left: 1070px
}

.faq-accordion-main .accordion .card .card-header a i {
	color: #f27521!important
}

.faq-accordion-main .accordion .card .card-header a.collapsed {
	font-size: 18px!important
}

.faq-accordion-main .accordion .card .card-header a.collapsed::before {
	color: #436584!important
}

.faq-accordion-main .accordion .card .card-body p {
	margin-top: -2px;
	font-size: 16px
}

.wat-we-box-images {
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.wat-we-box-images .image-box-wrap {
	padding: 98px 33px 43px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
	box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
	background: #fff;
	border-radius: 5px;
	height: 329px
}

.wat-we-box-images .image-box-wrap .box-image {
	position: relative;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	margin: 0 auto 2px;
	text-align: center
}

.wat-we-box-images .image-box-wrap .box-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(290deg, #f1d6c4 0, #fefdfd 100%);
	background-image: -o-linear-gradient(290deg, #f1d6c4 0, #fefdfd 100%);
	background-image: linear-gradient(160deg, #f1d6c4 0, #fefdfd 100%);
	border-radius: 50%;
	-webkit-transform: translateY(-46px);
	-ms-transform: translateY(-46px);
	transform: translateY(-46px)
}

.wat-we-box-images .image-box-wrap .box-image .default-image {
	position: relative;
	z-index: 2
}

.wat-we-box-images .image-box-wrap .content {
	text-align: center
}

.wat-we-box-images .image-box-wrap .content .heading {
	font-weight: 100;
	line-height: 1.25;
	font-size: 20px;
	margin-top: -15px
}

.wat-we-box-images:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.fondend-wrap-section3 {
	padding: 50px 0 10px;
	overflow: hidden
}

.fondend-box-layout4 {
	margin-bottom: 80px
}

.fondend-box-layout4 .about-box-img {
	position: relative
}

.fondend-box-layout4 .about-box-img .item-img img {
	border-radius: 19px;
	-webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, .51);
	box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, .51)
}

.fondend-box-layout4 .about-box-img .sl-number {
	font-size: 161px;
	color: #f1f1f1;
	font-weight: 700;
	position: absolute;
	top: -125px;
	left: -53px;
	z-index: -1
}

.fondend-box-layout4 .about-box-content {
	padding: 0 30px
}

.fondend-box-layout4 .about-box-content .item-title {
	font-weight: 100;
	font-size: 31px
}

.fondend-box-layout4 .about-box-content .item-subtitle {
	font-size: 18px;
	color: #444;
	margin-bottom: 22px;
	margin-top: 16px
}

.list-num-count>li {
	position: relative;
	margin: 0 0 15px 50px;
	padding: 0 8px;
	list-style: none;
	font-size: 17px
}

.list-num-count>li:before {
	content: "\f0a4";
	font-family: 'font awesome 5 pro';
	position: absolute;
	top: 0;
	left: -50px;
	width: 36px;
	height: 36px;
	padding: 1px;
	color: #f27521;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.tech_stack-item {
	margin-top: 65px;
	-webkit-box-shadow: 0 0 30px 7.41px rgba(223, 227, 234, .41);
	box-shadow: 0 0 30px 7.41px rgba(223, 227, 234, .41);
	background: #fff;
	position: relative;
	padding: 0 30px 10px;
	padding-top: 100px;
	border-radius: 12px
}

.tech_stack-item .price-icon {
	width: 115px;
	height: 115px;
	left: calc(50% - 62.5px);
	background: #f27521;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 60px;
	border-radius: 5px;
	position: absolute;
	top: -62.5px
}

.tech_stack-item .price {
	font-size: 26px;
	margin-bottom: 23px;
	margin-top: -11px;
	color: #313435
}

.tech_stack-item img {
	padding: 9px;
	border-radius: 10px
}

.cmt-box-desc-text p {
	text-align: justify
}

.project-slider .project-box img {
	border: 3px solid rgba(234, 193, 160, .46);
	border-radius: 10px;
	padding: 5px
}

.serv-width {
	width: 361px!important
}

.abt-manimg {
	border-bottom-right-radius: 38px;
	border-top-left-radius: 38px;
	border: 1px solid #a09d9b;
	box-shadow: 16px 16px 10px 0 rgba(0, 0, 0, .33)
}

b {
	color: #000
}

.cmt-box-desc-text ul {
	margin-left: 10px
}

.cmt-box-desc-text ul li {
	margin-bottom: 10px;
	text-align: justify
}

.cmt-box-desc-text ul li span {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 17px
}

.sml-list {
	margin-left: 27px!important;
	list-style: disc
}

.text-justi {
	text-align: justify
}

.howitwork-block {
	text-align: center;
	border: 2px solid #f6cdb3;
	-webkit-box-shadow: 0 4px 16px 3px rgba(213, 221, 234, .5);
	-moz-box-shadow: 0 4px 16px 3px rgba(213, 221, 234, .5);
	box-shadow: 0 4px 16px 3px rgba(213, 221, 234, .5);
	padding: 30px;
	margin-bottom: 10px;
	background-color: #fff!important;
	height: 351px;
	border-radius: 6px
}

.howitwork-block .circle {
	background-color: #f1b994;
	width: 60px;
	height: 60px;
	border: 1px solid #f27521;
	border-radius: 100px;
	color: #f27521;
	margin: -61px auto 20px;
	padding: 10px;
	text-align: center;
	line-height: 1.7
}

.howitwork-block .circle .number {
	font-size: 24px;
	font-weight: 500
}

.howitwork-block .number-title {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 100
}

.howitwork-block .circle p {
	margin-bottom: 0
}

.bg-white2 {
	background-color: #f5f6f7!important
}

.security-benefits {
	padding: 17px 30px;
	background-color: #fff!important;
	border: 1px solid #dee4ee;
	text-align: center;
	height: 370px
}

.nopadding {
	padding: 0
}

.security-benefits i {
	font-size: 68px;
	color: #f27521;
	margin-bottom: 20px
}

.security-benefits h3 {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 100
}

.overflow_hidden {
	overflow: hidden;
	position: relative
}

.image_cover_right {
	right: 0;
	left: auto;
	background-image: url(../../assets/images/deveops-consu-img.jpg);
	background-position: -444px 0;
	width: 34%;
	background-size: cover;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0
}

.choose_box {
	background: #f3fbff;
	box-shadow: 1px 1px 14px 2px rgba(10, 10, 10, .53);
	padding: 23px 17px 5px;
	border-radius: 6px;
	height: 370px;
	margin-bottom: 35px
}

.fontsize_28 {
	font-size: 28px;
	color: #f27521
}

.choose_box .media-body h4 {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 100;
	color: #292929;
	line-height: 29px;
	letter-spacing: 1px
}

.choose_box .media-body p {
	margin-bottom: 1rem;
	line-height: 26px;
	color: #4a4a4a;
	font-size: 16px
}

.advant-bann {
	padding: 1px 1px 6px 34px
}

.advant-bann h4 {
	font-size: 33px;
	padding-top: 10px;
	text-transform: capitalize;
	font-weight: 100
}

.advant-bann p {
	padding-bottom: 10px;
	padding-top: 11px;
	font-size: 18px;
	color: #484747
}

.advant-bann ul {
	margin-top: 10px;
	color: #000
}

.advant-bann ul li {
	margin-bottom: 14px;
	font-size: 17px
}

.advant-bann ul li i {
	padding-right: 12px;
	color: #f27521;
	font-weight: 600
}

.autom-bann h4 {
	font-size: 34px;
	padding-top: 15px;
	text-transform: capitalize;
	font-weight: 100
}

.autom-bann p {
	padding-bottom: 10px;
	padding-top: 11px;
	font-size: 18px;
	color: #484747
}

.autom-bann ul {
	margin-top: 10px;
	color: #000
}

.autom-bann ul li {
	margin-bottom: 14px;
	font-size: 17px
}

.autom-bann ul li i {
	padding-right: 12px;
	color: #f27521;
	font-weight: 600
}

.deveops-bgclr {
	background-color: #fff
}

.deveops-bgclr a h6 {
	color: #f27521;
	font-weight: 100
}

.deveops-bgclr a i {
	color: #f27521
}

.deveops-bgclr a:hover h6 {
	color: #fff
}

.pb1-40 {
	padding-bottom: 40px!important
}

.challang-list li {
	padding-bottom: 3px;
	display: flex;
	font-size: 17px
}

.challang-list li i {
	padding-top: 5px;
	font-size: 16px;
	color: #f27521;
	padding-right: 10px
}

.het-257 {
	height: 276px!important
}

.serve-web-mob {
	border-radius: 20px;
	box-shadow: 1px 1px 14px 4px rgba(23, 22, 22, .21)
}

.android-app {
	height: 500px;
	width: 485px
}

.enterprise-section .figure {
	text-align: center;
	margin: 11px 15px 76px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	border-radius: 10px
}

.enterprise-section .bg-pic {
	background: url(../../assets/images/eneter-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 145px;
	width: 100%;
	background-size: 100% 100%
}

.enterprise-section .team .pic {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 5px solid #182438;
	display: inline-block;
	box-shadow: 0 0 22px rgba(0, 0, 0, .25);
	margin-top: -60px;
	background-color: #fff
}

.enterprise-section .team .pic img {
	width: 100%;
	height: auto;
	padding: 20px
}

.enterprise-section .team .team-title {
	color: #f27521;
	font-style: normal;
	font-size: 24px;
	font-weight: 100;
	padding-bottom: 14px;
	line-height: 22px;
	text-transform: capitalize
}

.enterprise-section .team .description {
	font-size: 17px;
	color: #555;
	line-height: 24px
}

.p-20 {
	padding: 20px
}

.intelligent-section {
	background: linear-gradient(113deg, #191919 43%, rgba(31, 31, 31, .88) 65%, rgba(0, 0, 0, .02) -6%), url(../../assets/images/intellgnt-bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-bottom: 60px;
	padding-top: 40px
}

.intelligent-section .content {
	position: relative;
	background-color: #454646;
	color: #fff;
	min-height: 80px;
	font-size: 22px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	top: -60px;
	-webkit-clip-path: polygon(0 0, 92% 1%, 100% 50%, 92% 100%, 0 100%);
	clip-path: polygon(0 0, 92% 1%, 100% 50%, 92% 100%, 0 100%);
	margin-left: 62px
}

.intelligent-section .item h4 {
	z-index: 999;
	text-align: center;
	right: 0;
	justify-content: center;
	transform: translate(2px, -17px);
	left: 0;
	align-items: center;
	display: flex;
	-webkit-clip-path: polygon(72% 0, 100% 50%, 72% 100%, 28% 100%, 0 50%, 28% 1%);
	clip-path: polygon(72% 0, 100% 50%, 72% 100%, 28% 100%, 0 50%, 28% 1%);
	width: 120px;
	height: 108px;
	background-color: #f3fbff;
	font-weight: 800;
	top: 12px;
	color: #000;
	font-family: Raleway, sans-serif
}

.intelligent-section .item {
	position: relative;
	height: 56px;
	z-index: 9;
	max-width: 100px
}

.intel-par {
	color: #fff;
	padding-bottom: 53px;
	font-size: 18px
}

.more-applica {
	background-image: url(../../assets/images/moreapp-bgimage.png);
	background-repeat: no-repeat;
	background-position: center top
}

.more_appl-box .more_appl-processbox {
	position: relative;
	display: block;
	text-align: center;
	width: 270px;
	height: 270px;
	background: #fff;
	padding: 20px;
	border-radius: 50%;
	margin: auto;
	box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
	-webkit-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
	-moz-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
	transition: all .5s ease
}

.more_appl-box .more_appl-processbox .process-num {
	-webkit-transition: all .3s ease-in-out 0!important;
	-moz-transition: all .3s ease-in-out 0!important;
	-ms-transition: all .3s ease-in-out 0!important;
	-o-transition: all .3s ease-in-out 0!important;
	transition: all .3s ease-in-out 0!important;
	margin-right: 5px;
	font-size: 20px;
	font-weight: 500;
	background-color: #000;
	color: #fff;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	border: none;
	display: block;
	text-align: center;
	position: absolute;
	left: auto;
	right: 30px;
	top: 20px;
	z-index: 10
}

.more_appl-processbox .featured-content {
	position: relative;
	border-radius: 50%;
	padding: 32px 15px 60px;
	width: 230px;
	height: 230px;
	border: 6px solid #e8ecef
}

.more_appl-processbox .featured-content i {
	font-size: 60px;
	color: #f27521;
	padding-bottom: 15px;
	font-weight: 100
}

.more_appl-box .more_appl-processbox .featured-title h5 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	font-weight: 100
}

@media (min-width:992px) {
	.more_appl-box:before {
		content: '';
		position: absolute;
		left: -200px;
		right: -200px;
		height: 100%;
		display: block;
		background-image: url(../../assets/images/bg-box-arrow.png);
		top: -5px;
		background-repeat: no-repeat;
		background-position: center center
	}
}

.more_appl-box .more_appl-processbox:hover {
	box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
	-webkit-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
	-moz-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
	transform: translateY(-10px)
}

.more_appl-box .more_appl-processbox:hover .featured-content {
	border-color: #f27521!important
}

.enter-custm {
	padding: 14px
}

.brd-rad8 {
	border-radius: 8px
}

.rail-choose {
	background-image: url(../../assets/images/rails-choose.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 40px 0 27px
}

.rail-choose p {
	color: #fff;
	font-size: 18px
}

.rail-choose p strong {
	color: #f6975e
}

.benefits_li {
	margin-top: 30px;
	color: #000
}

.benefits_li li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	display: flex
}

.benefits_li li i {
	padding-right: 17px;
	color: #f27521;
	font-weight: 600;
	padding-top: 4px
}

.lin-het54 {
	line-height: 54px!important
}

.enter_transform-bg {
	background-image: url(../../assets/images/enterp-bg.jpg)!important;
	background-size: cover;
	padding-bottom: 50px!important
}

.tech-capabilities {
	position: relative
}

.tech-capabilities .inner-box {
	position: relative;
	display: block
}

.tech-capabilities .inner-box .image {
	position: relative
}

.tech-capabilities .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 10px
}

.tech-capabilities .inner-box .image .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	padding: 24px 30px 30px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	background-color: rgba(51, 51, 51, .9);
	border-radius: 10px
}

.tech-capabilities .inner-box .image .overlay-box .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0
}

.tech-capabilities .inner-box .lower-box {
	position: absolute;
	background: #f27521;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 10px
}

.tech-capabilities .inner-box .lower-box h3 {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 12px
}

.tech-capabilities .inner-box:hover .image .overlay-box {
	opacity: 1
}

.customizable_software .software_box {
	flex: 0 0 23%;
	max-width: 23%;
	display: inline-block;
	box-shadow: 1px 1px 17px 4px rgba(0, 0, 0, .18);
	border-radius: 20px;
	text-align: center;
	margin: 0 10px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0
}

@media (max-width:767px) {
	.customizable_software .software_box {
		flex: 0 0 47%;
		max-width: 47%
	}
}

.customizable_software .dntn_circle_head {
	position: relative;
	background: #9600ff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff
}

.customizable_software .software_squre_1 .dntn_circle_head {
	background: #ff8502
}

.customizable_software .software_squre_1 .dntn_circle_head:after {
	border-top-color: #ff8502
}

.customizable_software .software_squre_1 .dntn_circle_head .dntn_circle_head_design:after {
	border-top-color: #ff8502
}

.customizable_software .software_squre_1 ul li i {
	color: #ff8502
}

.customizable_software .software_squre_2 .dntn_circle_head {
	background: #c5014b
}

.customizable_software .software_squre_2 .dntn_circle_head:after {
	border-top-color: #c5014b
}

.customizable_software .software_squre_2 .dntn_circle_head .dntn_circle_head_design:after {
	border-top-color: #c5014b
}

.customizable_software .software_squre_2 ul li i {
	color: #c5014b
}

.customizable_software .software_squre_3 .dntn_circle_head {
	background: #2be06d
}

.customizable_software .software_squre_3 .dntn_circle_head:after {
	border-top-color: #2be06d
}

.customizable_software .software_squre_3 .dntn_circle_head .dntn_circle_head_design:after {
	border-top-color: #2be06d
}

.customizable_software .software_squre_3 ul li i {
	color: #2be06d
}

.customizable_software .software_squre_4 .dntn_circle_head {
	background: #69b9ec
}

.customizable_software .software_squre_4 .dntn_circle_head:after {
	border-top-color: #69b9ec
}

.customizable_software .software_squre_4 .dntn_circle_head .dntn_circle_head_design:after {
	border-top-color: #69b9ec
}

.customizable_software .software_squre_4 ul li i {
	color: #69b9ec
}

.customizable_software .dntn_circle_head h2 {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	letter-spacing: .4px;
	text-transform: capitalize;
	padding: 20px 10px 10px
}

.customizable_software .dntn_circle_head p {
	margin: 0;
	font-weight: 600;
	font-size: 27px;
	padding-bottom: 0
}

.customizable_software .dntn_circle_head .dntn_circle_head_design:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -7px;
	height: 0;
	width: 0;
	border-left: 146px solid transparent;
	border-right: 146px solid transparent;
	border-top: 40px solid #fff;
	z-index: 10
}

.customizable_software .dntn_circle_head .dntn_circle_head_design:after {
	content: '';
	position: absolute;
	top: 7px;
	left: -7px;
	height: 0;
	width: 0;
	border-left: 146px solid transparent;
	border-right: 146px solid transparent;
	border-top: 43px solid #9600ff;
	z-index: 9
}

.customizable_software .dntn_circle_head:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 137px solid transparent;
	border-right: 137px solid transparent;
	border-top: 40px solid #9600ff;
	z-index: 15
}

.customizable_software .dntn_circle_cnt {
	padding-top: 64px;
	padding-bottom: 1px
}

.dntn_circle_head_design {
	position: relative
}

.customizable_software ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.customizable_software ul li {
	padding: 8px 12px 8px 20px;
	text-align: left;
	font-size: 17px;
	border-bottom: 1px dashed #b5b3b3
}

.customizable_software ul li i {
	padding-right: 10px;
	color: #9600ff
}

.startup-appli .boxs.first {
	border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	background: #fff;
	text-align: left;
	padding: 13px 29px 30px
}

.startup-appli .boxs.second {
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	background: #b3dde4!important;
	z-index: 99;
	transition: all .6s ease 0;
	box-shadow: 0 0 22px 0 #999;
	text-align: left;
	padding: 13px 29px 30px
}

.startup-appli .boxs .ico {
	font-size: 75px;
	font-weight: 700;
	color: #f27521
}

.startup-appli .boxs .ico i {
	font-weight: 400
}

.startup-appli .boxs h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px
}

.startup-appli .boxs p {
	line-height: 27px;
	padding: 1px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 15px
}

.empwr-start {
	padding-top: 20px
}

.empwr-start li {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	border-bottom: 1px dashed rgba(228, 228, 228, .75)
}

.empwr-start li i {
	padding-right: 10px;
	font-weight: 400;
	color: #f27521
}

.startup-appli .boxs:hover {
	box-shadow: 0 0 22px 0 #999
}

.work-toget h2 {
	padding-bottom: 20px;
	font-size: 32px;
	font-weight: 200
}

.work-toget ul {
	margin-top: 20px
}

.work-toget ul li {
	padding-bottom: 17px;
	font-size: 18px
}

.work-toget ul li i {
	padding-right: 20px;
	color: #f27521;
	font-size: 21px
}

.work-toget1 .info h5 {
	padding-bottom: 4px;
	padding-top: 16px
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
	z-index: 1
}

.process-wrapp li {
	padding: 0 15px;
	display: table-cell;
	position: relative;
	text-align: center;
	z-index: 1;
	width: 20%
}

.process-wrapp li::before {
	left: 0
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
	opacity: 0;
	visibility: hidden
}

.process-wrapp li::after,
.process-wrapp li::before {
	height: 1px;
	top: 47px;
	background: #f27521;
	width: 30%;
	z-index: -1;
	margin: 0;
	content: "";
	position: absolute;
	transition: all .3s ease-in-out
}

.process-wrapp li::after {
	right: 0
}

.process-wrapp li>.pro-step {
	height: 90px;
	width: 90px;
	line-height: 90px;
	border: 1px solid #f27521;
	font-size: 28px;
	font-weight: 600;
	color: #f27521;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-bottom: 28px
}

.process-wrapp li>.pro-step::before {
	background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
	background: -webkit-linear-gradient(left, #5192e1, #23ced5);
	background: -o-linear-gradient(left, #5192e1, #23ced5);
	background: linear-gradient(90deg, #5192e1, #23ced5);
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	content: ""
}

.process-wrapp li:hover>.pro-step {
	color: #fff
}

.process-wrapp li.active>.pro-step::before {
	opacity: 1;
	visibility: visible;
	border-radius: 50%
}

.process-wrapp li:hover>.pro-step::before {
	opacity: 1;
	visibility: visible;
	border-radius: 50%
}

.process-wrapp li.active>.pro-step {
	border-color: transparent;
	color: #fff
}

.process-wrapp li p:last-child {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 4px
}

.process-wrapp li h5 {
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: 100
}

.test-read {
	border-radius: 30px;
	padding: 6px 26px;
	color: #f27521;
	background-color: #fff;
	border: 2px solid #f27521
}

.test-read:hover {
	background-color: #f27521;
	color: #fff
}

.secur-test h4 {
	font-size: 30px;
	padding-bottom: 10px;
	padding-top: 12px;
	color: #f27521
}

.secur-test p {
	padding-bottom: 10px;
	text-align: justify
}

.secur-test ul {
	padding-top: 10px
}

.secur-test ul li {
	padding-bottom: 10px
}

.secur-test ul li i {
	color: #f27521;
	padding-right: 20px;
	font-weight: 600
}

.localiz-test h4 {
	font-size: 30px;
	padding-bottom: 10px;
	padding-top: 12px;
	color: #f27521
}

.localiz-test p {
	padding-bottom: 10px;
	text-align: justify
}

.localiz-test ul {
	padding-top: 10px
}

.localiz-test ul li {
	padding-bottom: 10px
}

.localiz-test ul li i {
	color: #f27521;
	padding-right: 20px;
	font-weight: 600
}

.ft30i {
	font-size: 30px
}

@keyframes rev-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		-ms-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		-ms-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@-webkit-keyframes rev-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		-ms-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		-ms-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@-moz-keyframes rev-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		-ms-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		-ms-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

.onboard-item .flow-thumb {
	width: 116px;
	height: 116px;
	margin: 0 auto 30px;
	justify-content: center;
	align-items: center;
	position: relative
}

.onboard-item.one .flow-thumb::before {
	background: url(../../assets/images/flow-shape.png) no-repeat center center;
	background-size: cover
}

.onboard-item.two .flow-thumb::before {
	background: url(../../assets/images/flow-shape2.png) no-repeat center center;
	background-size: cover
}

.onboard-item.three .flow-thumb::before {
	background: url(../../assets/images/flow-shape3.png) no-repeat center center;
	background-size: cover
}

.onboard-item.four .flow-thumb::before {
	background: url(../../assets/images/flow-shape4.png) no-repeat center center;
	background-size: cover
}

.onboard-item .flow-thumb::before {
	width: 100%;
	height: 100%;
	background: url(../../assets/images/flow-shape.png) no-repeat center center;
	background-size: cover;
	animation: rev-rotate 20s linear infinite;
	-webkit-animation: rev-rotate 20s linear infinite;
	-moz-animation: rev-rotate 20s linear infinite;
	top: 39%;
	left: 38%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	content: ""
}

.onboard-item.one .flow-thumb .thumb {
	background: #860de9
}

.onboard-item .flow-thumb .thumb {
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 86px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 36px;
	background-color: #3ed03a;
	box-shadow: 0 0 7.8px 5.2px rgba(0, 0, 0, .04);
	position: relative;
	overflow: hidden
}

.onboard-item .flow-thumb .thumb i {
	font-weight: 400
}

.onboard-item.two .flow-thumb .thumb {
	background: #1893f0
}

.onboard-item.three .flow-thumb .thumb {
	background: #e96429
}

.flow-item .flow-thumb .thumb::before,
.onboard-item .flow-thumb .thumb::after {
	width: 100%;
	height: 100%;
	top: -40px;
	left: -40px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
	opacity: 0;
	animation: scaleIn3 4s infinite cubic-bezier(.36, .11, .89, .32)
}

.onboard-item .flow-thumb .thumb::after {
	animation-delay: 2s
}

.onboard-item .title {
	margin-bottom: -7px;
	font-size: 22px;
	color: #484747;
	line-height: 32px;
	text-align: center;
	font-weight: 100
}

.onboard-item::after {
	width: 107px;
	height: 55px;
	background: url(../../assets/images/arrow-1.png) no-repeat center center;
	background-size: contain;
	top: 17px;
	left: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	content: ''
}

.onboard-item.four::after {
	background: 0 0!important
}

.onboard-item:nth-of-type(4n+2)::after {
	background: url(../../assets/images/arrow-2.png) no-repeat center center;
	background-size: contain
}

@media (max-width:450px) {
	.onboard-item::after {
		display: none
	}
	.onboard-item:nth-of-type(4n+2)::after {
		display: none
	}
	.onboard-item .title {
		margin-bottom: 35px
	}
	.header-nav .navbar-brand img {
		width: 220px
	}
	.work_us.feature-work:before {
		display: none
	}
	.work_us:after {
		display: none
	}
	.our-history {
		height: 530px
	}
	.our-history img {
		padding-left: 40px;
		padding-right: 20px
	}
	.choose-thumb-area .choose-thumb-2::before {
		display: none
	}
	.choose-thumb-area .choose-thumb-2::after {
		display: none
	}
	.choose-thumb-area .choose-thumb-2 {
		position: inherit!important;
		margin-top: 129px
	}
	.page-title-area11 {
		margin-top: -27px
	}
	.padt-160 {
		padding-top: 94px!important
	}
	.page-title-area .page-title-item nav p {
		font-size: 16px
	}
	.portfolio-project-buttons a {
		padding: 7px 12px;
		margin-left: 5px!important
	}
	.page-title-area .page-title-item {
		padding-top: 119px;
	}
}

.onboarding-bg {
	background-image: url(../../assets/images/onboarding_bg.jpg);
	background-position: center;
	background-size: cover
}

.gray-light-bg {
	background-image: url(../../assets/images/texture_bg.png);
	background-color: #f4f4f5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% -76px;
	position: relative
}

.light-blue.darken-3 {
	background-color: #f27521!important;
	padding: .7rem;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	margin: -1.5rem 1rem 0
}

.get_quote .form-area .input-box input {
	width: 100%;
	border: 1px solid #b1acac;
	line-height: 51px;
	padding-left: 30px;
	color: #565656;
	background-color: #f1f2f2;
	border-radius: 5px
}

.get_quote .form-area .input-box textarea {
	height: 150px;
	padding-left: 30px;
	color: #6b93aa;
	resize: none;
	width: 100%;
	border: 1px solid #b1acac;
	line-height: 55px;
	color: #565656;
	background-color: #f1f2f2;
	border-radius: 5px
}

.get_quote .form-area .input-box button {
	border-radius: 3px;
	margin-top: 20px;
	background: #f27521;
	border-color: #cc6c2b;
	color: #fff;
	width: 100%
}

.get_quote .form-area .input-box button:hover {
	background: #fff;
	border-color: #cc6c2b;
	color: #cc6c2b
}

.mod-top {
	top: 84px!important
}

.mod-brd {
	border: 4px solid #000
}

.mod-cancel-btn {
	margin-top: 17px;
	margin-right: 18px;
	font-size: 35px;
	color: #000
}

.rails-mail {
	font-size: 20px!important
}

.rails-mailwt-10 img {
	width: 32px!important;
	height: 32px!important
}

.startups-bg_cover {
	background-image: url(../../assets/images/startup-stage_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.startup_lifecycle .round {
	height: 270px;
	line-height: 282px;
	position: relative
}

.startup_lifecycle .round_circle {
	background-image: -moz-linear-gradient(-140deg, #f483a3 0, #c670fe 100%);
	background-image: -webkit-linear-gradient(-140deg, #f483a3 0, #c670fe 100%);
	background-image: -ms-linear-gradient(-140deg, #f483a3 0, #c670fe 100%);
	width: 220px;
	height: 220px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: -1;
	top: 0
}

.startup_lifecycle .round_circle.two {
	background-image: -moz-linear-gradient(-140deg, #83f3f4 0, #70b6fe 100%);
	background-image: -webkit-linear-gradient(-140deg, #83f3f4 0, #70b6fe 100%);
	background-image: -ms-linear-gradient(-140deg, #83f3f4 0, #70b6fe 100%)
}

.startup_lifecycle .round_circle.three {
	background-image: -moz-linear-gradient(-140deg, #f0f483 0, #fec070 100%);
	background-image: -webkit-linear-gradient(-140deg, #f0f483 0, #fec070 100%);
	background-image: -ms-linear-gradient(-140deg, #f0f483 0, #fec070 100%)
}

.startup_lifecycle .round .top_img {
	position: absolute;
	top: -6px;
	right: 8px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.startup_lifecycle:hover .round .top_img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.startup_lifecycle h4 {
	color: #fff;
	font-size: 27px;
	padding-bottom: 10px
}

.startup_lifecycle p {
	color: #fff
}

.about_list {
	padding-top: 17px
}

.about_list li {
	display: flex!important;
	padding-bottom: 10px;
	font-size: 17px
}

.about_list li i {
	color: #f27422;
	padding-right: 12px;
	line-height: 25px;
	font-weight: 800;
	font-size: 20px
}

.ht-382 {
	height: 382px
}

.foot-sublist {
	padding-left: 17px!important;
	padding-top: 3px!important
}

#footer-widgets .widget.widget_links ul.col5 li .foot-sublist li {
	padding: 0 0 4px
}

#footer-widgets .widget.widget_links ul.col5 li .foot-sublist li a:before {
	color: #fff
}

#footer-widgets .widget.widget_links ul.col5 li .foot-sublist {
	padding-bottom: 7px
}

.g-recaptcha div {
	width: 100%!important
}

.service-block {
	position: relative;
	margin-bottom: 50px
}

.service-block .inner-box {
	position: relative;
	display: block;
	padding: 30px 35px 36px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-block .inner-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-block .icon-outer {
	position: relative;
	display: block;
	padding: 20px
}

.service-block .icon-outer .icon-box {
	position: relative;
	display: inline-block
}

.service-block .icon-outer .icon-box img {
	border-radius: 50%
}

.service-block h3 {
	position: relative;
	color: #222;
	text-transform: capitalize;
	margin: 0 0 12px;
	font-weight: 100;
	font-size: 25px
}

.service-block .text {
	position: relative;
	display: block;
	color: #222
}

.services-section .column {
	position: relative;
	padding: 0 20px
}

.services-section .column:nth-child(1) {
	padding-top: 110px
}

.services-section .column:nth-child(2) {
	padding-top: 60px
}

.service-block .icon-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	animation-name: rotateScale;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.she-hed {
	font-weight: 100;
	padding-bottom: 17px;
	color: #f27521
}

.lower-text {
	font-size: 18px
}

.team_event .line:after {
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	left: 0
}

.event-img img {
	width: 100%;
	height: 288px;
	margin: 0 auto;
	box-shadow: 4px 0 16px rgba(0, 0, 0, .5);
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 17px
}

.event_block h2 {
	font-size: 24px;
	padding: 24px 0 0;
	font-weight: 100;
	line-height: 32px;
	text-align: justify
}

.event_block h2 a {
	color: #313131
}

.event_block p {
	text-align: justify;
	font-size: 17px
}

#carouselExampleIndicators {
	position: relative;
	z-index: 1;
	background: url(../../assets/images/key-client-bg.jpg) no-repeat;
	height: 474px;
	box-shadow: 0 0 17px 6px rgba(81, 81, 82, .16)
}

.carousel-item {
	min-height: 500px;
	background-size: cover;
	background-position: center center
}

.carousel-item a {
	background: #673ab7;
	font-size: 14px;
	color: #fff;
	padding: 13px 32px;
	display: inline-block
}

.carousel-item a:hover {
	background: #394fa2;
	text-decoration: none
}

.carousel-item h2 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%
}

#carouselExampleIndicators .carousel-item .mask img,
#carouselExampleIndicators a,
#carouselExampleIndicators h2,
#carouselExampleIndicators p {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-control-next,
.carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #673ab7
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
	opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.custom-indicators {
	bottom: 50px!important
}

.custom-clnt_slider .carousel-control-prev {
	left: inherit!important;
	top: 56%
}

.custom-clnt_slider .carousel-control-next {
	right: 241px!important;
	top: 56%
}

.custom-clnt_slider .carousel-control-next,
.custom-clnt_slider .carousel-control-prev {
	background-color: Transparent !important;
	opacity: 0.9;
}

.custom-clnt_slider .carousel-control-next span,
.custom-clnt_slider .carousel-control-prev span{
	color: #fe982f;
    font-size: 52px;
}

.custom-indicators li {
	width: 80px!important;
	height: 80px!important;
	border-radius: 50%;
	text-indent: inherit;
	border: 3px solid #fe982f;
	text-align: center;
	margin-right: 23px
}

.custom-indicators li p {
	padding-top: 11px;
	font-size: 18px;
	color: #fe982f;
	font-weight: 600;
	text-transform: uppercase
}

.evnt-clr1 {
	border-top: 4px solid #02de86!important
}

.evnt-clr2 {
	border-top: 4px solid #e82a87!important
}

.evnt-clr3 {
	border-top: 4px solid #ffe40d!important
}

.sitemap_lt ul li {
	padding-bottom: 24px;
	font-size: 18px
}

.sitemap_lt ul li a {
	color: #545454;
	font-weight: 600;
	font-size: 24px
}

.sitemap_lt ul li img {
	padding-right: 11px;
	width: 28px
}

.brd_rad8 {
	border-radius: 8px
}

.busi_ver-header {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	color: #fff;
	background-color: #fe982f;
	padding: 10px 0;
	font-weight: 100;
	font-size: 25px
}

.single-count_plus b {
	color: #fff;
	font-size: 31px;
	padding-left: 10px
}

.how-work-single {
	text-align: center;
	position: relative;
	left: -29%
}

.how-work-single .icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto 22px
}

.how-work-single .icon:before {
	content: '';
	position: absolute;
	border: 1px solid #f27521;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: -10px;
	right: 0
}

.how-work-single i {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-image: -webkit-gradient(linear, left top, right top, from(#fe982f), to(#e61eb6));
	background-image: linear-gradient(90deg, #fe982f 0, #e61eb6 100%);
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 40px
}

.how-work-single:hover i {
	transform: rotate(360deg) scaleX(-1);
	-webkit-transform: rotate(360deg) scaleX(-1);
	transition: all .9s;
	-webkit-transition: all .9s
}

.how-work-single h3 {
	font-weight: 100;
	color: #313030;
	font-size: 21px
}

.process-circle {
	border: 4px dotted #888787;
	border-radius: 50%;
	width: 600px;
	height: 600px;
	position: relative;
	left: 22%;
	z-index: 99
}

.how-work-single1 {
	left: 15%!important
}

.how-work-single2 {
	left: 35%;
	margin-top: 104px
}

.how-work-single3 {
	left: 15%!important;
	margin-top: 94px
}

.how-work-single4 {
	left: -29%!important;
	margin-top: 100px
}

.how-work-single5 {
	left: -51%!important;
	margin-top: 103px
}

.right_cont1 {
	position: absolute;
	left: 150px;
	width: 100%
}

.breadcrumb1 a {
	color: #f27521;
	font-weight: 600
}

.breadcrumb1 a i {
	padding-right: 10px
}

.arrow1 {
	font-size: 50px;
	position: absolute;
	top: -29px;
	transform: rotate(0);
	color: #f27521
}

.arrow2 {
	font-size: 50px;
	position: absolute;
	right: 23px;
	top: 162px;
	transform: rotate(64deg);
	color: #f27521
}

.arrow3 {
	font-size: 50px;
	position: absolute;
	right: 9px;
	top: 428px;
	transform: rotate(118deg);
	color: #f27521
}

.arrow4 {
	font-size: 50px;
	position: absolute;
	right: 322px;
	top: 649px;
	transform: rotate(178deg);
	color: #f27521
}

.arrow5 {
	font-size: 50px;
	position: absolute;
	right: 642px;
	top: 431px;
	transform: rotate(-111deg);
	color: #f27521
}

.arrow6 {
	font-size: 37px;
	position: absolute;
	right: 554px;
	top: 142px;
	transform: rotate(-59deg);
	color: #f27521
}

.proce-counter {
	position: absolute;
	left: 116px;
	background: #94877f;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	z-index: 9
}

.intro-thumb1 h4 {
	color: #fff;
	padding-bottom: 20px;
	font-size: 28px
}

.intro-thumb1 img {
	border-radius: 12px;
	border: 1px solid #f27521
}

.fixed_spn {
	background: #1b9ee0;
	text-align: center;
	padding: 9px;
	margin-right: 15px;
	border-top-right-radius: 29px;
	border-bottom-right-radius: 29px;
	font-weight: 600;
	color: #fff
}

.pros-icon {
	font-weight: 600;
	color: #1a9ee0
}

#web {
	height: 510px
}

.sphere {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	position: absolute;
	border: 2px #f1ac1e solid;
	border-radius: 50%;
	transition: background-color .8s ease-in-out;
	background: rgba(45, 174, 183, .7);
	transition: width .8s, height .8s, border-radius .8s, left .8s, top .8s;
	-moz-transition: width .8s, height .8s, border-radius .8s, left .8s, top .8s;
	-ms-transition: width .8s, height .8s, border-radius .8s, left .8s, top .8s;
	-o-transition: width .8s, height .8s, border-radius .8s, left .8s, top .8s;
	-webkit-transition: width .8s, height .8s, border-radius .8s, left .8s, top .8s
}

.sphere.three {
	left: 356px
}

.sphere.four {
	left: 573px;
	background-color: rgba(242, 172, 30, .74)!important;
	border: 2px #2daeb7 solid
}

#web .text {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	top: 182px;
	left: 169px;
	font-size: 27px;
	font-weight: 600
}

#web .text1 {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	top: 184px;
	left: 579px;
	font-size: 27px;
	font-weight: 600
}

#web .text2 {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	top: 182px;
	left: 86px;
	font-size: 27px;
	font-weight: 600
}

.sphere.three .blurb {
	color: #000;
	position: relative;
	right: 355px
}

.sphere.four .blurb {
	color: #000;
	position: relative;
	right: -360px
}

.sphere1.five .blurb {
	color: #000;
	position: relative;
	right: -406px;
	top: 310px;
	width: 40%
}

.sphere.three i {
	position: relative;
	top: 126px;
	left: 12px;
	font-size: 57px;
	color: #565452
}

.sphere.four i {
	position: relative;
	top: 126px;
	left: 91px;
	font-size: 57px;
	color: #565452
}

.sphere1.five i {
	position: relative;
	top: 125px;
	left: 502px;
	font-size: 57px;
	color: #565452
}

#web .muscles {
	top: 70px;
	left: 20px
}

#web .title {
	position: relative;
	top: 65px;
	left: 55px
}

#web .description {
	position: relative;
	top: 65px;
	left: 25px
}

.choose-thumb-area .choose-thumb-2 {
	position: absolute;
	right: 0;
	bottom: -280px;
	z-index: 55
}

.choose-thumb-area .choose-thumb-2 img {
	border-radius: 12px
}

.choose-thumb-area .choose-thumb-2::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 300px solid #f27521;
	border-left: 300px solid transparent;
	z-index: -1;
	right: -20px;
	bottom: -20px;
	border-radius: 17px
}

.choose-thumb-area .choose-thumb-2::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 300px solid #f27521;
	border-right: 300px solid transparent;
	z-index: -1;
	left: -21px;
	top: -21px;
	border-radius: 17px
}

.custom-proc .icon-bx-wraper {
	padding: 50px 30px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .05);
	z-index: 1;
	position: relative;
	height: 370px
}

.custom-proc .icon-bx-wraper:before {
	content: attr(data-name);
	position: absolute;
	font-size: 100px;
	right: 30px;
	top: 30px;
	line-height: 80px;
	font-weight: 700;
	color: #000;
	opacity: .09;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.custom-proc .icon-lg {
	margin-bottom: 25px
}

.custom-proc .icon-content {
	overflow: hidden
}

.custom-proc .dlab-tilte {
	font-size: 22px;
	font-weight: 100;
	color: #f27521;
	margin-bottom: 15px;
	line-height: 30px
}

.custom-proc .icon-bx-wraper:hover:before {
	opacity: .2;
	color: #fff
}

.custom-proc .icon-bx-wraper:hover {
	color: #fff
}

.custom-proc .icon-bx-wraper:hover .dlab-tilte {
	color: #fff
}

.custom-proc .icon-bx-wraper:hover:after {
	width: 100%;
	left: 0;
	right: auto;
	transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-webkit-transform-origin: right;
	-o-transform-origin: right
}

.custom-proc .icon-bx-wraper:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-webkit-transform-origin: left;
	-o-transform-origin: left;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	background-color: #f27521
}

.custom-proc .icon-lg .icon-cell img {
	height: 64px
}

.custom-proc .icon-bx-wraper:hover .icon-lg .icon-cell img {
	filter: brightness(1.25)
}

.saturate {
	filter: saturate(3)
}

.grayscale {
	filter: grayscale(100%)
}

.contrast {
	filter: contrast(160%)
}

.brightness {
	filter: brightness(.25)
}

.blur {
	filter: blur(3px)
}

.invert {
	filter: invert(100%)
}

.sepia {
	filter: sepia(100%)
}

.huerotate {
	filter: hue-rotate(180deg)
}

.opacity {
	filter: opacity(50%)
}

.right-area {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
	text-align: center
}

.right-area .img {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right
}

.right-area .img .img1 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-right: 20px;
	z-index: 0;
	width: 440px
}

.right-area .img .img2 {
	width: 223px;
	bottom: 0;
	right: 0;
	-webkit-animation: shapeani2 3s linear infinite;
	animation: shapeani2 3s linear infinite
}

@keyframes shapeani1 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes shapeani2 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.cust-im .img2 {
	width: 480px;
	margin-left: 20px;
	bottom: 0;
	z-index: 3;
	-webkit-animation: shapeani2 3s linear infinite;
	animation: shapeani2 3s linear infinite
}

.txt-shde_abt {
	text-shadow: 4px 4px 3px #0c0c0c
}

.neon {
	position: relative;
	overflow: hidden;
	filter: brightness(200%)
}

.rails-txt {
	color: #21b5ef;
	font-size: 57px;
	font-weight: 700;
	font-family: sans-serif;
	text-transform: uppercase;
	position: relative;
	user-select: none
}

.rails-txt::before {
	content: attr(data-text);
	position: absolute;
	color: #fff;
	filter: blur(.03em);
	mix-blend-mode: difference
}

.gradient {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply
}

.spotlight {
	position: absolute;
	top: -100%;
	left: -100%;
	right: 0;
	bottom: 0;
	animation: light 5s linear infinite;
	mix-blend-mode: color-dodge
}

@keyframes light {
	to {
		transform: translate(50%, 50%)
	}
}

.wt-344 {
	width: 344px!important
}

.clck-time {
	margin-right: 20px;
	width: 30px
}

.mt-61 {
	margin-top: 61px!important
}

.mobileButton {
	box-shadow: 0 10px 14px -7px #fe982f;
	background: linear-gradient(to bottom, #f27521 5%, #fe982f 100%);
	background-color: #fe982f;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 17px;
	font-weight: 700;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0 1px 0 #3d768a
}

.mobileButton:hover {
	background: linear-gradient(to bottom, #fe982f 5%, #f27521 100%);
	background-color: #fe982f;
	color: #fff
}

.mobileButton:active {
	position: relative;
	top: 1px
}

.choose-thumb-area {
	margin-top: -117px
}

.port-hed {
	font-weight: 100;
	font-size: 33px;
	padding-bottom: 17px;
	color: #353434;
	text-align: center
}

.hire-hed {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #212529;
	font-family: karla, sans-serif;
	display: inline-block
}

.disp-blc {
	display: inline-block
}

.sitemap-sublist {
	padding-left: 31px!important;
	padding-top: 10px!important
}

.sitemap-sublist li {
	padding-bottom: 10px!important;
	font-size: 17px!important
}

.sitemap-sublist li:hover {
	padding-left: 10px;
	transition: .5s ease-out
}

.sitemap-sublist li a {
	color: #6f6c6c!important;
	font-weight: 600;
	font-size: 18px!important
}

.sitemap-sublist li a img {
	width: 25px!important
}

.pad239 {
	padding-top: 239px!important
}

@media (max-width:450px) {
	.d-xs-none {
		display: none!important
	}
	.news-area .single-news .single-news-overlay .title {
		margin-top: -60px
	}
	.news-area .single-news:hover .single-news-overlay {

	}
}

.cust-par p {
	font-size: 18px
}

.cust-par p:before {
	position: absolute;
	content: '';
	left: -50px;
	width: 36px;
	height: 6px;
	margin-top: 12px;
	background-color: #f27521
}


.wat-sets{
	font-size: 42px;
    line-height: 70px;
    padding-top: 1px;
    padding-bottom: 6px;
    font-family: gilroybold;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.ror-video{
	border: 2px solid #fe982f;
    border-radius: 8px;
}
.ft-34{
	font-size: 34px;
}
.wt-700{
	width: 700px;
}
.single-features-light {
   padding: 41px 15px 30px 15px;
    background: #ffffff;
    box-shadow: 1px 3px 15px 5px rgba(0, 0, 0, 0.33);
    border-radius: 12px;
    overflow: hidden;
    height: 303px;
}
.single-features-light .icon-svg {
    max-width: 130px;
    margin-bottom: 20px;
}
.single-features-light h4 {
    font-size: 22px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 100;
}
.single-features-light h4 a {
    font-size: 22px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.feature_link_light a {
    position: absolute;
    right: 5px;
    bottom: -7px;
    z-index: 1;
    letter-spacing: 1px;
    font-weight: 700!important;
    font-size: 14px;
    padding: 10px 15px;
    background: #f27521;
    color: #fff;
}

.feature_link_light a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #222;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.single-features-light:hover .feature_link_light a {
    color: #fff;
    transition: all 700ms ease;
}
.single-features-light:hover .feature_link_light a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.ourse-bg {
	background-image: url(../../assets/images/ourserv-bg.jpg);
    position: relative;
    padding: 45px 0px 80px 0px;
      border-radius: 0px;
}





