@charset "utf-8";

.about {
	padding:120px 0 70px 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/about-bg.png) no-repeat right top #fff;
}

.about h2 {
	font-size: 50px;
	color: #333;
	text-align: left;
	font-weight: bold;
}

.about h2 span {
	color: #00aeef;
}

.about img {
	width: 100%;
}

.title h2,
.title h3 {
	position: relative;
	font-size: 50px;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

.title h2 span,
.title h3 span{
	color: #00aeef;
}

.title h2:before,
.title h3:before {
	content: '';
	width: 160px;
	height: 130px;
	background: url(../img/title-bg.png) no-repeat;
	background-size: cover;
	margin: 0px auto 0 auto;
	display: block;
	text-align: center;
	position: absolute;
	left: 50px;
	top: -30px;
}

.button {
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin: 10px 0px;
	background: #00aeef;
	font-weight: 700;
	text-transform: uppercase;
}

.button span {
	display: block;
	padding: 10px 40px;
}

.button::before,
.button::after {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	transition: all 0.2s linear;
	background: #333;
}

.button span::before,
.button span::after {
	content: "";
	width: 3px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #333;
}

.button:hover::before,
.button:hover::after {
	width: 100%;
}

.button:hover span::before,
.button:hover span::after {
	height: 100%;
}

.btn-1::before,
.btn-1::after {
	transition-delay: 0.2s;
}

.btn-1 span::before,
.btn-1 span::after {
	transition-delay: 0s;
}

.btn-1::before {
	right: 0;
	top: 0;
}

.btn-1::after {
	left: 0;
	bottom: 0;
}

.btn-1 span::before {
	left: 0;
	top: 0;
}

.btn-1 span::after {
	right: 0;
	bottom: 0;
}

.btn-1:hover::before,
.btn-1:hover::after {
	transition-delay: 0s;
}

.btn-1:hover span::before,
.btn-1:hover span::after {
	transition-delay: 0.2s;
}

.social-icons-wrapper {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 999;
}

.social-icons a {
	background: #00aeef;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
}

.services {
	padding: 70px 0 130px 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/shep-left.png) left bottom no-repeat, url(../img/shep-right.png) no-repeat top right #fff;
}

.services h2 {
	font-size: 50px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.services h2 span {
	color: #00aeef;
}

.cirlec-slider {
	padding: 200px 177px;
	position: relative;
	margin-top: 130px;
}

.cirlec-slider-bg {
	height: 760px;
}

.cirlec-slider-bg {
	position: relative;
	background-size: 100% !important
}

.cirlec-slider-bg .f-courses {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 1.1s ease-out;
}

.name-tag.style-1 {
	top: -25px;
	right: -25px;
}

.name-tag.style-2 {
	bottom: 40px;
	right: -25px;
	top: auto;
}

.name-tag.style-3 {
	bottom: -25px;
}

.name-tag.style-4 {
	left: -25px;
	top: 25px;
}

.f-courses-img {
	border: 50px solid #f3f3f3;
	border-radius: 100%;
	overflow: hidden;
}

.f-courses-img img {
	border: 8px solid #dbdbdb;
	border-radius: 100%;
	width: 230px;
}

.f-courses .name-tag {
	height: 127px;
	width: 127px;
	border-radius: 100%;
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: center;
	padding: 35px 0;
	position: absolute;
	background: #00aeef;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

.f-courses.active .name-tag {
	top: -25px;
	left: auto;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.f-courses.active .f-courses-img {
	border-color: #000;
}

.f-courses.active .f-courses-img img {
	border-color: #00aeef;
}

.f-courses.active .f-courses-detail {
	opacity: 1;
	visibility: visible;
	background: #f8f8f8;
}

.f-courses-detail {
	position: absolute;
	top: 170px;
	z-index: -1;
	text-align: center;
	padding: 200px 30px 80px;
	opacity: 0;
	visibility: hidden;
}

.f-courses-detail .angle-bg {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.f-courses-detail .btn {
	border-color: #00aeef;
	color: #00aeef;
}

.f-courses-detail .btn::before,
.f-courses-detail .btn::after {
	border-color: #fff;
}

.f-courses-detail::before,
.f-courses-detail::after {
	content: "";
	height: 12px;
	width: 31px;
	position: absolute;
	top: 0;
}

.f-courses-detail::before {
	background: url(../img/services/left-stand.png) no-repeat;
	right: 100%;
}

.f-courses-detail::after {
	background: url(../img/services/right-stand.png) no-repeat;
	left: 100%;
}

.services2 {
	padding: 70px 0;
	float: left;
	width: 100%;
	color: #333;
	display: none;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/shep-left.png) left bottom no-repeat, url(../img/shep-right.png) no-repeat top right #fff;
}

.services2 h2 {
	font-size: 50px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.services2 h2 span {
	color: #00aeef;
}

.services2 p {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}

.services2 .f-courses-img {
	border: 0px solid #f3f3f3;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.services2 .f-courses-img img {
	border: 8px solid #dbdbdb;
}

.f-courses-detail2 {
	text-align: center;
	padding: 20px 30px 80px;
	background: #fff;
}

.f-courses-detail2 .angle-bg {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.f-courses-detail2 .btn {
	border-color: #00aeef;
	color: #00aeef;
	cursor: pointer;
}

.f-courses-detail2 .btn::before,
.f-courses-detail2 .btn::after {
	border-color: #fff;
}

.f-courses-detail2::before,
.f-courses-detail2::after {
	content: "";
	height: 12px;
	width: 21px;
	position: absolute;
	top: 0;
}

.works {
	padding: 80px 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
}

.works h2 {
	font-size: 50px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.works h2 span {
	color: #00aeef;
}

.works p {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.project-wrapper {
	margin-bottom: -40px;
}

.more-project-btn {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.more-project-btn {
		margin-bottom: 40px;
	}

	.social-icons a {
		background: #00aeef;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 15px;
		border-radius: 50%;
	}
}

.project {
	margin-bottom: 40px;
}

.project .project-inner {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.project .project-inner:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.project .project-inner .project-image a img {
	width: 100%;
}

.project .project-inner .project-content {
	background-color: #fff;
	padding: 30px;
}

.project .project-inner .project-content .tag {
	background: #262e45;
	border-radius: 3px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 2px 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.project .project-inner .project-content .tag:hover {
	background: #00aeef;
}

.project .project-inner .project-content .title {
	font-size: 18px;
	font-weight: 600;
	min-height: 20px;
}

.project .project-inner .project-content .title a {
	color: #000;
	display: block;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.project .project-inner .project-content .title a:hover {
	color: #00aeef;
}

.project-details .project-inner .project-image img {
	width: 100%;
}

.project-details .project-inner .project-info {
	padding: 60px 40px;
	margin-top: 40px;
}

.project-details .project-inner .project-info ul li {
	font-weight: 400;
	margin-bottom: 15px;
}

.project-details .project-inner .project-info ul li:last-child {
	margin-bottom: 0;
}

.project-details .project-inner .project-info ul li span {
	display: block;
	float: left;
	min-width: 100px;
	font-weight: 600;
}

.project-details .project-inner .project-content {
	margin-top: 40px;
}

.project-details .project-inner .project-content .title {
	font-size: 30px;
	margin-bottom: 20px;
}

.project-details .project-inner .project-content p {
	margin-bottom: 30px;
}

.project-details .project-inner .project-content p:last-child {
	margin-bottom: 0;
}

.work-process {
	padding:60px 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}

.work-process:before {
	position: absolute;
	content: "";
	right: 0px;
	top: -340px;
	width: 1114px;
	height: 1121px;
	display: inline-block;
}

.work-process h2 {
	font-size: 50px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.work-process h2 span {
	color: #00aeef;
}

.work-process p {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.work-process .steps-box:before {
	content: '';
	position: absolute;
	left: -150px;
	right: -150px;
	height: 280px;
	display: block;
	background: url(../img/work-steps-arrow.png) center center no-repeat;
}

.work-process .work-step {
	position: relative;
	margin-bottom: 50px;
}

.work-process .work-step .inner-box {
	position: relative;
	display: block;
	text-align: center;
}

.work-process .work-step .icon-box {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.work-process .work-step h3 {
	position: relative;
	display: block;
	color: #090913;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
}

.work-process .work-step h3 a {
	color: #000;
}

.work-process .work-step h3 .count {
	color: #ccc;
}

.work-process .work-step h3 a:hover {
	color: #00aeef;
}

.get-in-touch {
	background: #00aeef;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
	float: left;
	width: 100%;
}

.get-in-touch-caption {
	font-size: 50px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.get-in-touch-caption-undercaption {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.get-in-touch-button .btn-1 {
	background: #fff !important;
	color: #000;
}

.testimonial-area {
	padding: 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/testimonial.png) no-repeat #fff;
	background-size: 100%;
}

.testimonial-area:before {
	position: absolute;
	content: "";
	right: 0px;
	top: -340px;
	width: 1114px;
	height: 1121px;
	display: inline-block;
}

.testimonial-area h2 {
	font-size: 50px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}

.testimonial-area h2 span {
	color: #00aeef;
}

.testimonial-area p {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.testimonial {
	margin: 0 20px 40px;
}

.testimonial .testimonial-content {
	padding: 5px 25px 5px 50px;
	margin-bottom: 35px;
	background: #f9feff;
	border: 1px solid #00aeef;
	position: relative;
	min-height: 230px;
}

.testimonial .testimonial-content:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f9feff;
	position: absolute;
	bottom: -10px;
	left: 22px;
	transform: rotate(45deg);
	border-right: 1px solid #00aeef;
	border-bottom: 1px solid #00aeef;
}

.testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	background: #00aeef;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	position: absolute;
	top: 37px;
	left: -19px;
}

.testimonial-content .testimonial-icon:before {
	content: "";
	border-bottom: 16px solid #00aeef;
	border-left: 18px solid transparent;
	position: absolute;
	top: -16px;
	left: 1px;
}

.testimonial .description {
	font-size: 15px;
	font-style: italic;
	color: #8a8a8a;
	line-height: 23px;
	margin: 0;
}

.testimonial .title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #525252;
	text-transform: capitalize;
	min-height: 40px !important;
	margin: 0 0 5px 0;
	text-align: left;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	color: #222;
}

.owl-theme .owl-controls {
	margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #ccc;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ff4242;
}

.footer {
	padding: 10px 0;
	float: left;
	width: 100%;
	background: #000;
}

.footer .widget>p,
footer .widget>p a {
	color: #c7c7c7;
}

.footer .widget i {
	color: #fff;
	font-size: 40px;
	margin-bottom: 20px;
}

.rt-line-arrow .col-12:nth-child(2) .widget::after {
	left: 145px;
	top: 30px;
}

.rt-line-arrow .col-12:nth-child(1) .widget::after,
.rt-line-arrow .col-12:nth-child(2) .widget::after {
	background: url(../img/1.png) no-repeat rgba(0, 0, 0, 0);
	top: -3px;
}

.rt-line-arrow .col-12:nth-child(2) .widget::after,
.rt-line-arrow .feature:nth-child(2)::after {
	left: 130px;
	top: 34px;
	margin-left: 0;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.rt-line-arrow .col-12:nth-child(1) .widget::after,
.rt-line-arrow .col-12:nth-child(2) .widget::after,
.rt-line-arrow .feature:nth-child(1)::after,
.rt-line-arrow .feature:nth-child(2)::after {
	background: url(../img/2.png) no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 35px;
	margin-left: 70px;
	position: absolute;
	top: 5px;
}

hr.line {
	background: #fff;
	border: 0;
	height: 1px;
	margin: 20px auto;
	width: 40px;
}

.d-inblock {
	display: inline-block;
}

.social-icon li {
	float: left;
}

.social-icon li a:hover {
	color: #0084e3;
}

.social-icon li a {
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 31px;
	margin: 5px 0 10px 0;
	padding: 0;
	position: relative;
	width: 30px;
	z-index: 2;
	color: #fff;
}

.pt-100 {
	padding-top: 100px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}

.b-top {
	border-bottom: 1px solid #111;
}

section.big-section {
	padding: 100px 0;
	float: left;
	background: #fff;
	color: #000;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #fff;
	margin: 0 0 0 -6px;
	text-align: center;
	text-transform: uppercase;
}

.cover-background {
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.height-350px {
	height: 350px;
}

.margin-25px-bottom {
	margin-bottom: 25px;
}

.contact-box {
	min-height: 230px;
	padding: 30px;
	background-color: #1c1c1c;
	text-align: center;
}

.contact-box:hover {
	background: #00c1f2;
	-webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
	transition: top .2s ease-in-out, font-size .2s ease-in-out;
}

.bg-extra-dark-gray {
	background-color: #000;
}

.contact-box i {
	font-size: 40px;
	padding: 10px;
	text-align: center;
	color: #00c1f2;
}

.contact-box:hover i {
	color: #fff;
}

.text-white-2 {
	padding: 10px 0;
	font-weight: bold;
}

.md-height-450px {
	height: 450px;
}

.contact-form {
	background: #f7f7f7;
}

.contact-form .button {
	padding: 20px;
}

.contact-form form {
	width: 80%;
	margin: 0 auto;
}

.contact-form .form-control {
	padding: 20px 15px;
	border: 0;
}

.services-mobile {
	padding: 70px 0;
	float: left;
	width: 100%;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	background: url(../img/shep-left.png) left bottom no-repeat, url(../img/shep-right.png) no-repeat top right #fff;
}

@media screen and (max-width: 767px) {
	.menu-nav {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: top;
	}

	.services {
		display: none;
	}

	.rt-line-arrow .col-12:nth-child(1) .widget::after,
	.rt-line-arrow .col-12:nth-child(2) .widget::after,
	.rt-line-arrow .feature:nth-child(1)::after,
	.rt-line-arrow .feature:nth-child(2)::after {
		background: url(../img/2.png) no-repeat rgba(0, 0, 0, 0);
		content: "";
		height: 35px;
		margin-left: 70px;
		position: absolute;
		top: 5px;
		width: 100%;
		display: none;
	}

	.services-mobile .f-courses-detail {
		text-align: left;
		opacity: 1;
		position: relative;
		top: 200px;
		z-index: 9;
		padding: 20px 30px 80px;
		visibility: hidden;
	}
}

#contact {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px solid white;
}

#contact:hover {
	background: #666;
}

#contact:active {
	background: #444;
}

#project-form {
	display: none;
	border: 6px solid #00aeef;
	padding: 10px;
	text-align: center;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#project-form form {
	overflow: scroll;
	max-height: 400px
}

#project-form label {
	color: #333;
	text-align: left;
	float: left;
	width: 100%;
	padding: 8px;
}

#project-form h3 {
	background: #00aeef;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}

#project-form .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#project-form .close:hover {
	color: orange;
}

#project-form .content {
	max-height: 30%;
	overflow: auto;
}

.box {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 2px 10px rgb(186, 186, 186);
	color: white;
	padding: 20px;
}

.box:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: 0.5s;
	pointer-events: none;
}

.box:hover:before {
	left: -50%;
	transform: skewX(-5deg);
}

.box span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	z-index: -1;
}

.box span:nth-child(1) {
	transform: rotate(0deg);
}

.box span:nth-child(2) {
	transform: rotate(90deg);
}

.box span:nth-child(3) {
	transform: rotate(180deg);
}

.box span:nth-child(4) {
	transform: rotate(270deg);
}

.box span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #00aeef;
	animation: animate 4s linear infinite;
}

@keyframes animate {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(1);
		transform-origin: left;
	}

	50.1% {
		transform: scaleX(1);
		transform-origin: right;
	}

	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}

.white-wrapper {
	background-color: #ffffff;
	padding: 60px 0;
}

.calloutbox {
	background-color: #f7c221;
	float: left;
	padding: 20px 10px;
	width: 100%;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.calloutbox h2 {
	font-size: 28px;
	padding: 20px 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

.footer a {
	text-decoration: none;
}

.logo {
	position: absolute;
	left: 60px;
}

.logo img {
	max-width: 150px;
	margin: 40px 20px 20px 20px;
}

.integration-list {
	display: inline-flex;
	text-align: center;
	margin: 0 auto;
}

.integration-list li {
	text=align: center;
	display: block;
	margin: 5px auto;
}

/*-----------faqs--------------*/
.faq-one {
	background: #fff;
	padding: 60px 0;
}

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	border: 1px solid #42afef;
	border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border-radius: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 15px;
	padding-right: 40px;
	border-bottom: 1px solid transparent;
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #000;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
	position: relative;
	height: 37px;
	width: 37px;
	background-color: #42afef;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	color: #fff;
	margin-right: 10px;
}

.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
	color: #333;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #ddd;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: #333;
}

.faq-one-accrodion .accrodion-title h4::before {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 18px;
	color: #000;
	position: absolute;
	top: 51%;
	right: -15px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "\f107";
	color: #42afef;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-one-accrodion .accrodion-content {
	position: relative;
	padding: 12px 30px 20px;
	color: #333;
}

.faq-one-accrodion .accrodion-content p {
	margin: 0;
	line-height: 30px;
}

/*-------------- why us -----------------------------*/

.feature-style-two {
	position: relative;
	background: #fefefe;
}

.feature-style-two .title-inner .left-content h5 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding-left: 43px;
	margin-bottom: 16px;
}

.feature-style-two .title-inner .left-content h5 img {
	position: absolute;
	left: 0px;
	top: -3px;
}

.feature-style-two .title-inner .right-content {
	position: relative;
	padding-left: 220px;
}

.feature-style-two .title-inner h2 {
	font-size: 52px;
	line-height: 62px;
	color: #000;
}

.feature-style-two .title-inner .right-content:before {
	position: absolute;
	content: '';
	background: rgba(31, 31, 31, 0.10);
	width: 5px;
	height: calc(100% - 22px);
	left: 80px;
	top: 11px;
}

.feature-block-two .inner-box {
	position: relative;
	display: block;
	background: #f8f5f5;
	padding: 30px 20px;
	margin-bottom: 30px;
	z-index: 1;
}

.feature-block-two .inner-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before {
	height: 100%;
	background: #42afef;
}

.feature-block-two .inner-box .count-text {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #656565;
	text-align: center;
	margin-bottom: 23px;
	border: 1px solid transparent;
	z-index: 1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .count-text {
	background: #fff;
	color: #333;
}

.feature-block-two .inner-box .count-text:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .count-text:before {
	opacity: 0;
}

.feature-block-two .inner-box .count-text:after {
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	left: 1px;
	top: 1px;
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .count-text:after {
	opacity: 0;
}

.feature-block-two .inner-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: left;
}

.feature-block-two .inner-box h4 a {
	display: inline-block;
	color: #333;
}

.feature-block-two .inner-box:hover h4 a {
	color: #fff;
}

.feature-block-two .inner-box h4 a:hover {
	text-decoration: underline;
}

.feature-block-two .inner-box p {
	margin-bottom: 22px;
	transition: all 500ms ease;
	color: #333;
}

.feature-block-two .inner-box:hover p {
	color: #fff;
}

.feature-block-two .inner-box .btn-box a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 7px 25px;
	background: #42afef;
	text-align: center;
}

.feature-block-two .inner-box .btn-box a:hover {
	background: #000;
}

.feature-block-two .inner-box .btn-box a span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	transition: all 500ms ease;
}

.feature-block-two .inner-box .btn-box a span:before {
	position: absolute;
	content: '\e901';
	font-family: 'icomoon';
	font-size: 8px;
	right: 0px;
	bottom: 0px;
	transform: rotate(45deg);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-block-two .inner-box .btn-box a:hover span {
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.feature-block-two .inner-box:hover .btn-box a,
.feature-block-two .inner-box .btn-box:hover a {
	background: #000;
	color: #fff;
}

.feature-block-two .inner-box:hover .btn-box a {
	color: #fff;
}

.feature-style-two .pattern-layer {
	position: absolute;
	left: 292px;
	top: 270px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

.feature-section.alternat-2 .inner-container {
	background: #FFFDF3;
}

.feature-block-three .inner-box {
	position: relative;
	display: block;
}

.feature-block-three .inner-box .title-box {
	position: relative;
	display: block;
	padding: 0px 0px 0px 72px;
	margin-bottom: 16px;
}

.feature-block-three .inner-box .title-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
}

.feature-block-three .inner-box .title-box h3 {
	font-size: 24px;
	line-height: 34px;
}

.feature-block-three .inner-box .title-box span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: var(--title-color);
}

.feature-section.alternat-2 .owl-dots {
	bottom: 0px;
}

.feature-section.alternat-2 .dots-style-one .owl-dots .owl-dot:after {
	background: #FFFDF3;
}


/* call to action */
.call-to-action-two {
	position: relative;
	z-index: 2;
	padding: 120px 0 70px;
	background-color: #1d1729;
}

.call-to-action-two .title-column .inner-column {
	padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
	.call-to-action-two .title-column .inner-column {
		padding-right: 0;
	}
}

.call-to-action-two .sec-title {
	margin-bottom: 40px;
}

.call-to-action-two .sec-title h2 {
	letter-spacing: 0;
}

.text-light {
	color: #fff !important;
}

.call-to-action-two .info-box {
	position: relative;
	padding-left: 200px;
	min-height: 110px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 599px) {
	.call-to-action-two .info-box {
		padding-left: 0;
	}
}

.call-to-action-two .info-box .image {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 170px;
}

@media only screen and (max-width: 599px) {
	.call-to-action-two .info-box .image {
		position: relative;
	}
}

.call-to-action-two .info-box .text {
	font-size: 18px;
	line-height: 36px;
	color: #9e9ea7;
}

.call-to-action-two .info-column {
	margin-bottom: 40px;
}

.call-to-action-two .info-list {
	position: relative;
}

.call-to-action-two .info-list li {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding: 30px 30px;
	padding-right: 100px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.08);
	margin-bottom: 10px;
	border-radius: 10px;
}

.call-to-action-two .info-list li:before {
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 24px;
	color: #333;
	content: "\f00c";
	font-family: "FontAwesome";
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.bg-pattern-8 {
	background-image: url(../img/icons/pattern-8.jpg);
}

@media only screen and (max-width: 599px) {
	.call-to-action-two .info-list li {
		padding: 20px;
		padding-right: 80px;
	}

	.call-to-action-two .info-list li:before {
		right: 20px;
		top: 50%;
		margin-top: -20px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 18px;
	}
}

.call-to-action-two .info-list li:hover::before {
	background-color: var(--bg-theme-color2);
	color: #ffffff;
}


/*-------- Services inner pages -----------*/
section{
    background:#fff;
}
.what-we-offer-left h2,
.what-we-offer-left h4,
.what-we-offer-left p{
    text-align:left;
}
.what-we-offer-left p,
.what-we-offer-right p{
    color:#333;
    margin:10px 0;
    font-size:18px;
}
.what-we-offer-content p{
    color:#333;
    margin:10px 0;
    font-size:18px;
}
.list-style-four li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color:#333;
    font-size:17px;
    margin:10px;
}
.list-style-four li:not(:last-child) {
    margin-bottom: 10px; }
  .list-style-four li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px;
    height: 18px;
    font-size: 10px;
    margin-top: 7px;
    font-weight: 600;
    content: "\f00c";
    line-height: 14px;
    border: 2px solid;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #0066ff;
    font-family: 'Font Awesome 5 Pro'; }
    
    .feature-item-seven {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 35px 25px 28px;
  background: rgba(49, 128, 252, 0.05); }
  @media only screen and (max-width: 575px) {
    .feature-item-seven {
      margin-top: 0; } }
  .feature-item-seven .icon {
    width: 70px;
    height: 70px;
    color: white;
    font-size: 40px;
    line-height: 70px;
    border-radius: 7px;
    margin: 0 auto 22px;
    background: #3180fc;
    -webkit-box-shadow: 10px 0 60px rgba(49, 128, 252, 0.55);
    box-shadow: 10px 0 60px rgba(49, 128, 252, 0.55); }
    .feature-item-seven .icon i:before {
      line-height: inherit; }
  .feature-item-seven p {
    margin: 20px 0;color:#333; }
  .feature-item-seven.color-two {
    background: rgba(22, 180, 242, 0.05); }
    .feature-item-seven.color-two .icon {
      background: #16b4f2;
      -webkit-box-shadow: 10px 0 60px rgba(22, 180, 242, 0.55);
      box-shadow: 10px 0 60px rgba(22, 180, 242, 0.55); }
  .feature-item-seven.color-three {
    background: rgba(241, 176, 0, 0.05); }
    .feature-item-seven.color-three .icon {
      background: #f1b000;
      -webkit-box-shadow: 10px 0 60px rgba(241, 176, 0, 0.55);
      box-shadow: 10px 0 60px rgba(241, 176, 0, 0.55); }
  .feature-item-seven.color-four {
    background: rgba(132, 0, 255, 0.05); }
    .feature-item-seven.color-four .icon {
      background: #8400ff;
      -webkit-box-shadow: 10px 0 60px rgba(132, 0, 255, 0.55);
      box-shadow: 10px 0 60px rgba(132, 0, 255, 0.55); }
  .feature-item-seven.color-five {
    background: rgba(255, 117, 6, 0.05); }
    .feature-item-seven.color-five .icon {
      background: #ff7506;
      -webkit-box-shadow: 10px 0 60px rgba(255, 117, 6, 0.55);
      box-shadow: 10px 0 60px rgba(255, 117, 6, 0.55); }
    .feature-item-seven h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing:0;
    color: #000000;
    margin: 0;
    text-align: center;
    text-transform: capitalize; 
}
