@charset "UTF-8";

/*******************************************
 *******************************************
 *
 * @File: Safthemez by Ask Bootstrap.
 *
 * This file contains the styling for the actual theme, this
 * is the file you need to edit to change the look of the
 * theme.
 *
 * This files contents are outlined below >>>
 *
 *******************************************
 *******************************************
 *
 * == INDEX PAGE CSS
 *
 * 00 - 00 - common & reset css
 * 01. header
 * 02. hero-area
 * 03. brand-area
 * 04. service-area
 * 05. portfolio-area
 * 06. testimonial-area
 * 07. faq-area
 * 08. footer-top
 * 09. tabs-area
 * 10. about-area
 * 11. team-area
 * 12. contact-area
 * 13. skill-area
 * 14. pricing-area
 * 15. extra */


/*****************************
 *   00 - common & reset css
 *****************************
 *
 */

@import url('https://fonts.googleapis.com/css?family=Bellota+Text:300,300i,400,400i,700,700i&display=swap');
.c1 {
	color: #2d3666;
}

.c1-bg {
	background-color: #2d3666;
}

.c1-bo {
	border-color: #2d3666 !important;
}

.c2 {
	color: #222538;
}

.c2-bg {
	background-color: #222538;
}

.c2-bo {
	border-color: #222538 !important;
}

.c3,
#menu ul ul li a:hover,
.single-service.bordered .inner:hover .icon,
.bordered.single-service-2 .inner:hover .icon,
.bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4,
.single-service-3 .inner:hover .title .icon,
.isotope-menu li.active,
.isotope-menu li:hover,
.single-portfolio .inner .portfolio-img .hover-content .button,
.single-portfolio .inner .portfolio-content h3:hover,
.faq-sidebar li a,
.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover,
.single-pricing-2.active .inner a.button {
	color: #0561b3;
}

.c3-bg,
.bg1,
.button,
.hero-slider .owl-dots .owl-dot.active,
.single-service-2:hover .inner,
.single-portfolio .inner .portfolio-img .hover-content,
.faq .single-item.active,
.single-faq h2 span,
.footer_widget .nw_form button,
.tabs-area .tabs-nav li a.active,
.single-team .inner .team-img::after,
.single-pricing.active .inner,
.active.single-pricing-2 .inner,
.single-pricing-2.active .inner .title .price {
	background: #0561b3;
}

.c3-bo,
.button,
.single-service.bordered .inner:hover,
.bordered.single-service-2 .inner:hover,
.bordered.single-service-3 .inner:hover,
.testimonial-slider .single-slide,
.tabs-area .tabs-nav li a::after,
.tabs-area .tabs-nav li a.active,
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
	border-color: #0561b3 !important;
}

.trns,
.button,
.button-2,
.nav-column a,
.nav-column span,
.nav-column .right-nav span,
form.search-form,
#menu ul>li>a,
#menu ul ul,
#menu ul ul::after,
#menu ul ul li a,
.hero-slider .owl-dots .owl-dot,
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner,
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon,
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4,
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content,
.isotope-menu li,
.single-portfolio .inner .portfolio-img .hover-content,
.single-portfolio .inner .portfolio-content h3,
.faq-sidebar li a,
.single-team .inner .team-img::after,
.contact-form input:not([type="submit"]),
.contact-form textarea {
	-webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
	transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

* {
	margin: 0;
	padding: 0;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
	text-decoration: none;
	outline: none !important;
}

img {
	max-width: 100%;
}

a,
span {
	display: inline-block;
}

.no-padding {
	padding: 0;
}

.static {
	position: static;
}

.relative {
	position: relative;
}

.bg2 {
	background-color: #f3f6fa;
}

.sp {
	padding-top: 90px;
	padding-bottom: 90px;
}

.spt {
	padding-top: 90px;
}

.text-primary {
	color: #2762ad!important;
}

.btn-primary {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	background: #0561b3;
	border-radius: 3px;
	font-weight: 400;
	border: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #333;
	border-color: #333 !important;
}

.btn {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	font-weight: 400;
	border: none;
}

.btn-link {
	font-weight: 400;
	color: #0561b3;
}

a {
	color: #2762ad;
}

.spb {
	padding-bottom: 90px;
}

.bg-white {
	background-color: #ffffff;
}


/* preloader css */

.preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
}

.preloader-spin {
	margin: 0 auto;
	height: 35px;
	width: 35px;
	display: inline-block;
	background: transparent;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
	animation: 1s linear 0s normal none infinite running spinner_preloader;
}

@keyframes spinner_preloader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(720deg);
	}
}


/* button */

.button {
	font-size: 14px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	background: #0561b3;
	border-radius: 3px;
	font-weight: 400;
}

.button:hover {
	color: #fff;
	background-color: #333;
	border-color: #333 !important;
}

@media only screen and (max-width: 767px) {
	.button {
		font-size: 13px;
		padding: 0 15px;
		line-height: 32px;
	}
}

.button-2 {
	font-size: 14px;
	line-height: 37px;
	padding: 0 20px;
	border: 2px solid;
	color: #979696;
	background-color: transparent;
	border: 2px solid #c1c2c5;
	border-radius: 3px;
	font-weight: 300;
}

.button-2:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

@media only screen and (max-width: 767px) {
	.button-2 {
		font-size: 13px;
		padding: 0 15px;
		line-height: 32px;
	}
}


/* section title */

.section-title {
	text-align: center;
	font-size: 16px;
	color: #7d91aa;
	font-weight: 300;
	margin-bottom: 30px;
}

.section-title h2 {
	margin: 0 0 5px;
	font-size: 37px;
	color: #333333;
	font-weight: 600;
	position: relative;
	padding-bottom: 35px;
}

.section-title h2::after {
	background: #eaeaea;
	width: 79px;
	height: 3px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	border-radius: 40px;
	right: 0;
	margin: auto;
	margin-top: 14px;
}

.section-title.white {
	color: #ffffff;
}

.section-title.white h2 {
	color: #fff;
}


/* page-title */

.page-title {
	font-size: 16px;
	color: #7d91aa;
	position: relative;
}

.overlay {
	background: rgba(2, 47, 104, 0.8);
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "/";
	position: absolute;
	z-index: 9;
}

.page-title h2 {
	font-size: 50px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	z-index: 99;
}

.page-title p:last-child {
	margin-bottom: 0;
	color: #ffffff;
	position: relative;
	z-index: 99;
	letter-spacing: 0.5px;
}

.inner-banner.sp {
	background: #2762ad;
}

.inner-banner.sp h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}

.inner-banner.sp p {
	color: #fff;
	opacity: 0.6;
}

body {
	font-family: 'Bellota Text', sans-serif;
	line-height: 27px;
	font-weight: 400;
	color: #2d3666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222538;
}

iframe {
	border: none;
}

.slicknav_menu {
	background-color: #1f2131;
	border-bottom: 1px solid #585757;
}

@media only screen and (min-width: 991px) {
	.slicknav_menu {
		display: none;
	}
}


/*****************************
 *   01. header
 ***************************** */

header {
	background-color: #fff;
	padding: 0px 0;
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
	z-index: 999;
}

.logo-column a.logo {
	height: 42px;
	margin-top: 16px;
}

.logo-column a.logo img {
	max-height: 100%;
}

.logo svg {
	height: 60px;
}

.fa.fa-facebook {
	color: #3b5998;
}

.fa.fa-twitter {
	color: #00acee;
}

.fa.fa-linkedin {
	color: #0e76a8;
}

.nav-column {
	padding: 22px 0;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.nav-column a,
.nav-column span {
	color: #7286a0;
	line-height: 25px;
	vertical-align: top;
	cursor: pointer;
}

.nav-column a:hover,
.nav-column span:hover {
	color: #b5c3d4;
}

.nav-column .right-nav {
	float: right;
	position: relative;
}

.nav-column .right-nav span {
	padding: 0 15px;
}

.nav-column .right-nav .search-icon.active {
	color: red;
}

.nav-column .right-nav .search-icon.active::before {
	content: "";
}

.nav-column .right-nav .header-social {
	display: inline-block;
}

.nav-column .right-nav .header-social a {
	padding: 0 5px;
	vertical-align: top;
}

form.search-form {
	position: absolute;
	right: 80%;
	margin-top: 43px;
	z-index: 2;
	width: 230px;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

form.search-form.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	form.search-form {
		transform: translateY(50%) translateX(0%);
		right: 50%;
		margin-top: 20px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}
}

form.search-form input {
	border: none;
	width: 100%;
	height: 40px;
	background-color: #f8f8f8;
	text-indent: 20px;
}

form.search-form button {
	border: none;
	right: 0;
	position: absolute;
	top: 0;
	width: 38px;
	background: transparent;
	height: 100%;
}

#menu ul {
	text-align: right;
	margin: 0;
}

#menu ul li.has-child>a::after {
	content: "";
	font-family: "fontawesome";
	margin-left: 4px;
}

#menu ul>li {
	display: inline-block;
	position: relative;
}

#menu ul>li>a {
	padding: 0 15px;
	line-height: 25px;
	font-size: 15px;
	color: #91a1b7;
}

#menu ul>li>a:hover {
	color: #2762ad;
}

#menu ul>li.current-menu-item>a {
	color: #2762ad;
}

#menu ul ul {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: calc(100% + 23px);
	z-index: 399;
	width: 220px;
	text-align: left;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#menu ul ul::after {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	left: 25px;
	top: -16px;
	position: absolute;
}

#menu ul ul::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0;
	top: -20px;
}

#menu ul ul li {
	display: block;
}

#menu ul ul li a {
	display: block;
	font-weight: 300;
	color: #222538;
	font-size: 13px;
	padding: 5px 0px;
	margin: 5px 0;
}

#menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.second-slide h2 {
	color: #ffffff;
}


/*****************************
 *   02. hero-area
 ***************************** */

.hero-slider .single-slide {
	height: 715px;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.hero-slider .single-slide {
		height: auto;
		padding: 60px 30px 100px;
		z-index: 1;
	}
	.hero-slider .single-slide::after {
		content: "";
		height: 100%;
		width: 100%;
		background-color: #f1f4f9;
		z-index: -1;
		left: 0;
		top: 0;
		position: absolute;
	}
}

@media only screen and (max-width: 767px) {
	.hero-slider .single-slide {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}

.hero-slider .single-slide h2 {
	font-size: 50px;
	line-height: 67px;
	letter-spacing: -1.5px;
	margin: 0 0 25px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.hero-slider .single-slide h2 {
		font-size: 30px;
		line-height: 35px;
	}
}

.hero-slider .single-slide .slide-btn {
	margin-top: 50px;
}

.hero-slider .single-slide .slide-btn a:not(:last-child) {
	margin-right: 4px;
}

.hero-slider .owl-dots {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
	background-color: #ff6584;
	display: inline-block;
	width: 20px;
	height: 8px;
	margin: 0 3px;
	border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active {
	width: 40px;
}

.hero-slider .owl-nav>div {
	position: absolute;
	left: 0;
	top: 50%;
	height: 40px;
	width: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-slider .owl-nav>div.owl-next {
	left: auto;
	right: 0;
}


/*****************************
 *   03. brand-area
 ***************************** */

.brand-area {
	padding: 40px 0 !important;
	background: #f3f6fa;
}

.spb .brand-area {
	padding: 0;
}

.single-brand {
	text-align: center;
	margin: 5px 0;
}

.single-brand img {
	height: 50px;
	opacity: 0.4
}


/*****************************
 *   04. service-area
 ***************************** */

.single-service,
.single-service-2,
.single-service-3 {
	margin: 15px 0;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
	background-color: #f3f6fa;
	border-radius: 7px;
	border: 1px double #e6eef7;
	padding: 40px 30px;
	text-align: center;
}

.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
	overflow: hidden;
	margin-bottom: 15px;
}

.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
	float: left;
	font-size: 26px;
}

.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
	padding-left: 50px;
	font-size: 20px;
	margin: 3px 0 0;
}

.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
	font-weight: 300;
	font-size: 14px;
	color: #2d3666;
	line-height: 26px;
}

.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
	margin-bottom: 0;
}

.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
	border: 1px solid #cad4de;
	box-shadow: none;
}

.single-service .icon {
	margin-bottom: 15px;
	font-size: 23px;
	color: #607693
}

.single-service .inner p {
	letter-spacing: 0.5px;
	color: #7892b5;
}

.single-service-2 {
	text-align: center;
}

.single-service-2 .inner {
	border: 1px solid #cad4de;
	border-radius: 5px;
	padding: 85px 40px;
}

.single-service-2 .inner .content {
	font-size: 16px;
	color: #7288b5;
	margin-top: 25px;
}

.single-service-2 .inner .title {
	text-align: center;
}

.single-service-2 .inner .title .icon {
	float: none;
	display: block;
	font-size: 40px;
	margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
	padding-left: 0;
}

.single-service-2:hover .inner {
	color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
	color: #fff;
}

.single-service-3 {
	margin: 30px 0;
}

.single-service-3 .inner {
	background: transparent;
	padding: 0;
	border: 0px;
	color: #fff;
}

.single-service-3 .inner:hover {
	box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
	color: #fff;
	padding-left: 100px;
}

.single-service-3 .inner .title h4 {
	font-size: 24px;
}

.single-service-3 .inner .content {
	font-size: 16px;
}

.single-service-3 .inner .title .icon {
	background-color: rgba(255, 255, 255, 0.2);
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 4px;
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
	background-color: #fff;
}

.single-service h4 {
	color: #73869f;
	font-weight: normal;
	border-bottom: 1px solid #e3eaf4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/*****************************
 *   05. portfolio-area
 ***************************** */

.isotope-menu {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}

.isotope-menu li {
	display: inline-block;
	padding: 3px 17px;
	cursor: pointer;
	color: #7286a0;
	background: #f3f6fa;
	font-size: 14px;
	border-radius: 33px;
	letter-spacing: 0.5px;
}

.single-portfolio {
	margin: 20px 0;
}

.single-portfolio .inner .portfolio-img {
	position: relative;
}

.single-portfolio .inner .portfolio-img img {
	width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
	background-color: transparent;
	border: 1px solid #fff !important;
	border-radius: 0px;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
	background-color: #ffffff;
	color: #000000;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.single-portfolio .inner .portfolio-content {
	text-align: center;
	padding-top: 25px;
	color: #a6a8ac;
	font-weight: 300;
}

.single-portfolio .inner .portfolio-content a {
	display: block;
}

.single-portfolio .inner .portfolio-content h3 {
	font-weight: 300;
	margin: 0;
	font-size: 19px;
}


/*****************************
 *   06. testimonial-area
 ***************************** */

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

.testimonial-slider .single-slide {
	background-color: #fff;
	padding: 35px;
	border-radius: 5px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #eaeaea !important;
	text-align: center;
}

.testimonial-slider .single-slide img {
	width: auto;
}

.testimonial-slider .single-slide .client-info {
	overflow: hidden;
}

.client-info span {
	color: #788da8;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
}

.testimonial-slider .single-slide .client-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-data h4 {
	font-size: 16px;
	margin: 4px 0 0;
}

.testimonial-slider .single-slide p {
	font-size: 14px;
	letter-spacing: 0.4px;
}

.testimonial-slider .owl-nav>div {
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	line-height: 39px;
	text-align: center;
	color: #0561b3;
	position: absolute;
	left: -55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
	.testimonial-slider .owl-nav>div {
		left: -12.5px;
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	.testimonial-slider .owl-nav>div i {
		font-size: 13px;
	}
}

.testimonial-slider .owl-nav>div.owl-next {
	left: auto;
	right: -55px;
}

@media only screen and (max-width: 991px) {
	.testimonial-slider .owl-nav>div.owl-next {
		right: -12.5px;
	}
}


/*****************************
 *   07. faq-area
 ***************************** */

.faq-area .section-title {
	margin-bottom: 60px;
}

.faq .active .content {
	display: block !important;
}

.faq {
	padding: 0;
	margin: 0;
	list-style: none;
}

.faq .single-item {
	background-color: #fff;
	padding: 20px;
	padding-left: 50px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 4px;
	position: relative;
}

.faq .single-item::after {
	content: "\f107";
	font: 16px/1 FontAwesome;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #0561b3;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: center;
	line-height: 27px;
	padding-left: 1px;
	font-weight: lighter;
	;
}

.faq .single-item.active::after {
	content: "\f106";
	font: 16px/1 FontAwesome;
	background-color: #fff;
	line-height: 24px;
	color: #222;
}

.faq .single-item.active {
	color: #fff;
}

.faq .single-item.active h4 {
	color: #fff;
}

.faq .single-item h4 {
	font-size: 16px;
	margin: 0;
}

.faq .single-item .content {
	padding-top: 15px;
	font-size: 14px;
	font-weight: 400;
	display: none;
}

.single-faq {
	border: 1px solid #cad4de;
	padding: 35px;
	margin-bottom: 30px;
	border-radius: 5px;
	color: #7d91aa;
	font-size: 14px;
	font-weight: 300;
}

.single-faq p {
	letter-spacing: 0.5px;
}

.single-faq h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #0561b3;
	border-bottom: 1px solid #dce3ea;
	padding-bottom: 10px;
}

.single-faq h2 span {
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	margin-right: 15px;
	font-size: 34px;
	width: 25px;
	height: 25px;
	background: #2762ad;
	vertical-align: bottom;
}

@media only screen and (max-width: 991px) {
	.single-faq h2 span {
		font-size: 18px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin-right: 15px;
	}
}

.faq-sidebar-wrap {
	border: 1px solid #cad4de;
	margin-bottom: 30px;
	padding: 35px;
	border-radius: 4px;
}

@media only screen and (max-width: 991px) {
	.faq-sidebar-wrap {
		padding: 15px;
	}
}

.faq-sidebar-wrap h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 15px;
}

.faq-sidebar {
	padding: 0;
	list-style: none;
	margin: 0;
}

.faq-sidebar li {
	position: relative;
	padding-left: 20px;
}

.faq-sidebar li a:hover {
	color: #222;
}

.faq-sidebar li span {
	color: #7d91aa;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-sidebar li a {
	color: #888;
	margin-bottom: 15px;
	font-weight: 400;
}


/*****************************
 *   08. footer-top
 ***************************** */

footer {
	background-color: #ffffff;
	color: #7286a0;
	line-height: 24px;
}

.footer-top {
	padding: 65px 0;
}

@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 30px 0;
	}
}

.footer-top .media img {
	width: 60px;
}

.footer-top .media img img {
	width: 100%;
}

.footer_widget h5 {
	font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
	color: #0561b3;
}

@media only screen and (max-width: 991px) {
	.footer_widget {
		padding: 15px;
	}
}

.footer_widget h4 {
	margin-bottom: 30px;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.footer_widget h4 {
		margin-bottom: 20px;
	}
}

.footer_widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_widget ul li a {
	color: #7286a0;
	padding: 3px 0;
}

.footer_widget .media {
	margin-bottom: 14px;
}

.footer_widget .media h5 {
	margin: 0;
	line-height: 20px;
}

.footer_widget .media a {
	color: #7286a0;
	font-size: 14px;
}

.footer_widget .media span {
	color: rgba(5, 97, 178, 0.65);
	font-size: 12px;
}

.footer_widget .nw_form {
	position: relative;
}

.footer_widget .nw_form input {
	width: 100%;
	display: block;
	background-color: #ffffff;
	border-radius: 3px;
	height: 40px;
	border: 1px solid #f3f6fa;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #7286a0;
	text-indent: 20px;
}

.footer_widget .nw_form input::-webkit-input-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input::-moz-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input:-ms-input-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input:-moz-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border: none;
	color: #fff;
	padding: 0 15px;
	border-radius: 0 3px 3px 0;
}

.footer_widget li {
	list-style: disc;
	margin-left: 14px;
}

.footer-bottom {
	background-color: #f3f6fa;
	padding: 25px 0;
}

.footer-bottom a {
	color: #7286a0;
	padding: 0 10px;
}

.footer-top p,
a {
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 300
}

@media only screen and (max-width: 991px) {
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom .text-right {
		text-align: center !important;
		margin-top: 5px;
	}
}


/*****************************
 *   09. tabs-area
 ***************************** */

.tabs-area .tabs-nav {
	display: block;
	padding-bottom: 30px;
	overflow: hidden;
}

.tabs-area .tabs-nav li {
	width: 25%;
	padding: 0 12.5px;
	display: inline-block;
	float: left;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.tabs-area .tabs-nav li {
		width: 50%;
		margin-top: -5px;
	}
}

.tabs-area .tabs-nav li a {
	text-align: center;
	color: #222538;
	display: block;
	padding: 25px 0;
}

.tabs-area .tabs-nav li a::after {
	content: "";
	border: 10px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tabs-area .tabs-nav li a i {
	display: block;
	font-size: 24px;
	margin-bottom: 12px;
}

.tabs-area .tabs-nav li a span {
	font-size: 18px;
}

.tabs-area .tabs-nav li a.active {
	color: #fff;
	border-radius: 5px;
}

.tabs-area .tabs-nav li a.active::after {
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	opacity: 1;
}

.tabs-area .tab-content {
	border: 1px solid #e5ecf2;
	padding: 40px;
	border-radius: 4px;
}


/*****************************
 *   10. about-area
 ***************************** */

.about-content {
	color: #2d3666;
	font-weight: 300;
	margin-top: 25px;
}

@media only screen and (max-width: 991px) {
	.about-content {
		margin-bottom: 20px;
	}
}

.about-content h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.about-content a.button {
	margin-top: 15px;
}


/*****************************
 *   11. team-area
 ***************************** */

.single-team .inner {
	text-align: center;
	margin-bottom: 35px;
	border: 1px solid #e5eaf0;
	padding: 5px 5px 0px;
}

.single-team .inner .team-img {
	position: relative;
}

.single-team .inner .team-img img {
	width: 100%;
}

.single-team .inner .team-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.single-team .inner .team-img:hover::after {
	opacity: 0.4;
}

.single-team .inner .team-content {
	padding: 22px 0px 0px;
}

.single-team .inner .team-content h4 {
	font-size: 18px;
	font-weight: 400;
}

.single-team .inner .team-content h5 {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #7d91aa;
}

.single-team .inner .team-content a {
	display: inline-block;
	padding: 2px;
	margin: 0 3px;
	font-size: 16px;
}

.team-social {
	background: #f3f6fa;
	width: 50%;
	padding-top: 4px;
	margin: auto;
	border-radius: 15px 15px 0px 0px;
	margin-top: 17px;
}


/*****************************
 *   12. contact-area
 ***************************** */

@media only screen and (max-width: 767px) {
	.contact-info {
		margin-bottom: 30px;
	}
}

.contact-info .single-info {
	font-size: 16px;
	font-weight: 300;
}

.contact-info .single-info:not(:last-child) {
	margin-bottom: 20px;
}

.contact-info .single-info h5 {
	font-size: 16px;
	font-weight: 500;
	color: #7d91aa;
}

.contact-info .single-info p:last-child {
	margin-bottom: 0;
}

.contact-info .single-info a {
	color: #333;
	margin-right: 8px;
	border: 1px solid #cad4de;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}

.contact-form {
	border: 1px solid #cad4de;
	padding: 40px;
	border-radius: 3px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
	border: 1px solid #cad4de;
	width: 100%;
	background-color: #f9fbfd;
	margin-bottom: 30px;
	border-radius: 3px;
	height: 40px;
	text-indent: 20px;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #7d91aa;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	color: #7d91aa;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #7d91aa;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #7d91aa;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
	outline: none;
	border: 1px solid;
}

.contact-form textarea {
	height: 120px;
	padding-top: 10px;
}

.google-map {
	height: 500px;
	width: 100%;
	display: block;
	background-color: #eee;
}

@media only screen and (max-width: 767px) {
	.google-map {
		height: 280px;
	}
}

.google-map iframe {
	width: 100%;
	height: 100%;
	border: none;
}


/*****************************
 *   13. skill-area
 ***************************** */

.skill-area .container {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 70px 100px;
	color: #fff;
}

.skill-area {
	background: #f3f6fa;
	padding: 70px 0px;
}

.skill-area a {
	margin-top: 20px !important;
}

@media only screen and (max-width: 991px) {
	.skill-area .container {
		padding: 40px;
	}
}

.skill-title {
	font-size: 16px;
}

@media only screen and (max-width: 991px) {
	.skill-title {
		margin-bottom: 40px;
	}
}

.skill-title h2 {
	font-size: 36px;
	font-weight: 400;
}

.skill-title p {
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #7d91aa;
}

.skill-title a.button {
	margin-top: 20px;
}

.single-skill {
	margin: 5px 0;
}

.single-skill h4 {
	color: #7d91aa;
	font-size: 16px;
	font-weight: 400;
}

.single-skill .barfiller {
	height: 7px;
	background-color: #f3f8ff;
	border: none;
	border-radius: 5px;
}

.single-skill .barfiller .fill {
	background-color: #8394a7 !important;
	border-radius: 5px;
}

.single-skill .barfiller .tip {
	right: 0 !important;
	left: auto !important;
	background-color: transparent;
}

.single-skill .barfiller .tip::after {
	opacity: 0;
}


/*****************************
 *   14. pricing-area
 ***************************** */

.single-pricing,
.single-pricing-2 {
	margin: 7.5px 0;
}

.single-pricing .inner {
	background-color: #f3f6fa;
	padding: 35px;
	border: 1px solid #e5e9ee;
	color: #90a0b2;
	border-radius: 5px;
	font-weight: 300;
}

.single-pricing-2 .inner {
	background-color: #ffffff;
	padding: 35px;
	border: 1px solid #e5e9ee;
	color: #90a0b2;
	border-radius: 5px;
	font-weight: 300;
}

.single-pricing .inner .title .price,
.single-pricing-2 .inner .title .price {
	width: 85px;
	height: 85px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #0561b3;
	position: absolute;
	right: 35px;
	top: 25px;
	border-radius: 6px;
	border: 2px solid #f3f6fa;
}

.single-pricing .inner .title .price span,
.single-pricing-2 .inner .title .price span {
	color: #fff;
}

.single-pricing .inner .title .price span:first-child,
.single-pricing-2 .inner .title .price span:first-child {
	font-size: 24px;
	font-weight: 700;
}

.single-pricing,
.active>.inner>.title h2 {
	color: #fff;
}

.single-pricing .inner h2,
.single-pricing-2 .inner h2 {
	color: #0561b3;
	margin-bottom: 20px;
	font-size: 24px;
}

.single-pricing .inner ul,
.single-pricing-2 .inner ul {
	list-style: none;
	font-size: 14px;
	line-height: 35px;
	margin: 20px 0;
}

.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover {
	background-color: #fff;
	border-color: #fff !important;
}

.single-pricing.active .inner,
.active.single-pricing-2 .inner {
	color: #fff;
}

.single-pricing.active .inner a.button,
.active.single-pricing-2 .inner a.button {
	background-color: #ffffff;
	color: #666;
	border-color: #222 !important;
}

.single-pricing-2 .inner {
	text-align: center;
}

.single-pricing-2 .inner .title .price {
	position: static;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.single-pricing-2.active .inner {
	background-color: #0561b3;
	color: #ffffff;
}

.single-pricing-2.active .inner a.button {
	background-color: #fff;
	border-color: #fff !important;
}


/*****************************
 *   15. extra
 ***************************** */

.single-gallery .inner {
	margin: 15px 0;
	overflow: hidden;
	border-radius: 5px;
}

.single-gallery .inner img {
	width: 100%;
}

.coming-soon {
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
	text-align: center;
}

.coming-soon .coming-soon-box {
	color: #fff;
	padding: 40px;
	border-radius: 5px;
	font-size: 16px;
}

.coming-soon .coming-soon-box h2 {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px;
}

.coming-soon .coming-soon-box p {
	margin-bottom: 27px;
}

.coming-soon .coming-soon-logo {
	margin-bottom: 75px;
	display: inline-block;
	background: #fff;
	width: 158px;
	padding: 35px;
	border-radius: 132px;
}

.single-counter {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	margin: 8px;
}

.single-counter span:first-child {
	font-size: 34px;
	display: block;
	font-weight: 600;
}

.single-counter .text {
	font-size: 16px;
	display: block;
}


/*# sourceMappingURL=main.css.map */
