a {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

p:last-child {
	margin-bottom: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

.btn_1 {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	border: none;
	line-height: 1;
	outline: none;
	font-size: 15px;
	padding: 16px 20px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	min-width: 150px;
	background-color: #03228f;
	z-index: 141;
	text-decoration: none;
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
}

.btn_1:hover {
	color: #ffffff;
	background-color: #0e73e4;
	background: linear-gradient( 90deg, #0e73e4 0%, #03228f 100%);
}

.btn_1 i.fa {
	margin-left: 5px;
}

.btn_1.large {
	min-width: 350px;
	height: 52px;
	padding: 18px 21px;
	color: #fff;
	font-size: 16px;
}

.btn_1.large:hover {
	color: #000000;
}

.btn_1.white {
	margin-right: 10px;
	border-color: #fff;
	color: #fff;
}

.btn_1.white:hover {
	background-color: #fff;
	color: #000;
}

.btn_2 {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	line-height: 1;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	outline: none;
	text-align: center;
	padding: 13px 20px;
	font-size: 15px;
	font-weight: 400;
	min-width: 140px;
	color: #fff;
	font-weight: 600;
	min-width: 100px;
	background-color: transparent;
	border: 1px solid #03228f;
	color: #03228f;
}

.btn_2:hover {
	color: #ffffff;
	border-color: #03228f;
	background-color: #0e73e4;
	background: linear-gradient( 90deg, #0e73e4 0%, #03228f 100%);
}

#back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 24px;
	background: #0067b6;
	color: #fff;
}

#back-to-top:hover {
	background: #0067b6;
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
}

.mobile_header {
	display: none;
}

.mobile_header_main {
	height: auto !important;
}

header.mobile_header {
	left: 0;
	z-index: 9999;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e4e4e4;
}

header.mobile_header.sticky {
	-webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
}

.header_1_main {}

header.header_1 {
	z-index: 400;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	padding: 0px 0px;
	border-bottom: 1px solid #ebebeb;
}

header.header_1 .row {
	align-items: center;
}

header.header_1 .row [class*="col-"] {
	position: static;
}

header.header_1 .inner {
	position: relative;
}

header.header_1 .container {
	clear: both;
}

header.header_1.sticky {
	z-index: 999;
	-webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
}

header.header_1 .logo {
	width: 200px;
	padding: 16px 0;
	position: relative;
	z-index: 350;
}

.main_menu_wrap {}

header.header_1.without_banner .main_menu_wrap {
	background-color: #fff;
}

.sf-menu {
	line-height: 1;
	z-index: 200;
	margin: 0;
	list-style-type: none;
	float: right;
}

.sf-menu>li {
	padding: 0;
	margin: 0;
	float: left;
	vertical-align: middle;
}

.sf-menu li {}

.sf-menu>li:last-child {
	padding-right: 0;
}

.sf-menu>li:first-child {
	background: none;
}

.sf-menu>li>a {
	text-decoration: none;
	font-weight: 500;
	padding: 10px 13px;
	font-size: 15px;
	color: #101010;
	display: block;
	line-height: 1;
	margin-left: 5px;
	transition: all 500ms ease-in-out;
}

.sf-menu>li.current_page_item>a,
.sf-menu>li>a:hover,
.sf-menu>li.sfHover>a,
.sf-menu>li.active>a {
	outline: 0;
	text-decoration: none;
	background-color: transparent;
	color: #106eea;
}

.sf-menu>li.current_page_item>a {
	font-weight: 700;
}

.sf-menu>li:last-child>a {
	outline: 0;
	text-decoration: none;
	color: #ffffff;
	margin-left: 20px;
	background-image: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	min-width: 140px;
	text-align: center;
}

.sf-menu>li:last-child>a:hover {
	background-image: linear-gradient( 90deg, #0e73e4 0%, #03228f 100%);
}

.sf-menu ul.megamenu {
	font-size: 13px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 9999;
	display: none;
	width: 100%;
	background-color: #ffffff;
	padding: 30px 25px;
	-webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 21%)!important;
	-moz-box-shadow: 0 2px 4px rgb(0 0 0 / 21%)!important;
	box-shadow: 0 2px 4px rgb(0 0 0 / 21%)!important;
	display: none;
}

.sf-menu ul.megamenu ul li:first-child a {
	color: #106eea;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 0;
}

.sf-menu ul.megamenu ul li:first-child a:after {
	display: none;
}

.sf-menu ul.megamenu li {
	background: none;
}

.sf-menu ul.megamenu ul {
	display: block !important;
	margin-bottom: 25px;
}

.sf-menu ul.megamenu li {
	/* width: 195px; */
}

.sf-menu ul.megamenu li:first-child {
	border-top: 0 none;
}

.sf-menu ul.megamenu li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.sf-menu ul.megamenu a {
	color: #101010;
	display: block;
	margin: 0;
	padding: 6px 0px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
}

.sf-menu ul.megamenu a:after {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	left: 0;
}

.sf-menu ul.megamenu li {
	margin-bottom: 0;
}

.sf-menu ul.megamenu li a:hover,
.sf-menu ul.megamenu li.sfHover>a {
	color: #106eea;
	text-decoration: none;
}

img.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

img.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.sec {
	padding: 70px 0px;
	position: relative;
	clear: both;
}

.sec.sec_bottom_space_none {
	padding-bottom: 0px;
}

.sec_title {
	margin-bottom: 50px;
}

.sec h1 {
	line-height: 1.1;
	position: relative;
	color: #242424;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
}

.sec_title h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	color: #101010;
	text-transform: none;
	color: #106eea;
}

.sec_title p {
	text-align: center;
}

.header_1_main {
	display: block;
}

.social_icons {
	display: block;
	margin-bottom: 0;
}

.social_icons a {
	display: inline-block;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	width: 38px;
	height: 38px;
	background-color: #fff;
	color: #141414;
	border: 2px solid #efefef;
}

.social_icons a:hover {
	background-color: #ff9000;
	color: #fff;
}

.main_banner_area {
	background-size: cover !important;
	position: relative;
	z-index: 250;
	padding-bottom: 0;
	background-repeat: no-repeat !important;
}

.main_banner_area .banner_caption {
	padding: 100px 0px;
}

.main_banner_area .content_wrap {}

.main_banner_area .content_wrap article {
	background-color: rgb(255 255 255 / 91%);
	border-radius: 4px;
	padding: 50px 0px;
	min-height: 346px;
}

.main_banner_area .content_wrap article h1 {
	font-size: 35px;
	color: #106eea;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}

.main_banner_area .content_wrap article p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.main_banner_area .content_wrap article h3 {
	font-size: 28px;
	font-weight: 400;
}

.banner_btn_wrap {
	position: relative;
}

.banner_btn_wrap .btn_1 {
	margin-right: 20px;
	min-width: 190px;
	font-size: 15px;
	padding: 16px 20px;
}

.banner_btn_wrap .popup-videos {
	display: inline-block;
	position: relative;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	background: #106eea;
}

.banner_btn_wrap .popup-videos i {
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	font-size: 25px;
	position: relative;
	line-height: 60px;
	z-index: 9;
	width: 100%;
	vertical-align: middle;
	margin-left: 0;
	height: auto;
}

.banner_btn_wrap .popup-videos:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	animation: pulse-border 3000ms ease-out infinite;
	background: #106eea;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.sec.resource_sec {
	background-color: #842695;
	padding: 30px 0px;
}

.resource_sec h1 {
	color: #fff;
}

.resource_sec ul li {
	margin-bottom: 8px;
	word-break: break-word;
}

.resource_sec ul li a {
	color: #fff;
}

.logo_sec {
	border-bottom: 1px solid #242424;
}

.logo_sec .inner_wrap {
	position: relative;
	padding: 20px 0px;
	padding-left: 215px;
}

.logo_sec .inner_wrap h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 33px;
	margin: 0;
	padding-top: 39px;
}

.logo_sec .inner_wrap .logos_wrap {}

.home_blog_wrap {
	margin-top: 50px;
}

.home_blog_wrap .inner_blog_wrap {
	display: block;
	color: inherit;
	position: relative;
	padding-left: 330px;
	text-decoration: none;
	border-bottom: 2px solid #22ff9a;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home_blog_wrap .inner_blog_wrap figure {
	margin: 0px;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

.home_blog_wrap .inner_blog_wrap figure img {}

.home_blog_wrap .inner_blog_wrap h3 {
	font-size: 24px;
	width: 80%;
	margin-bottom: 15px;
}

.home_blog_wrap .inner_blog_wrap p {
	margin-bottom: 10px;
}

.home_blog_wrap .inner_blog_wrap span.date {
	margin-bottom: 10px;
	display: block;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color: #908f8f;
}

.home_blog_wrap .inner_blog_wrap span.date i.fa {
	margin-right: 10px;
	color: #141414;
}

.home_blog_wrap .inner_blog_wrap .link {
	color: #141414;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-align: right;
}

.home_blog_wrap .inner_blog_wrap .link:hover {
	color: #22ff9a;
}

.home_blog_wrap .inner_blog_wrap:last-of-type {
	border-bottom: none;
}

.bottom_black_bg .sec_title {
	color: #ffffff;
}

.graph_sec {
	padding: 0px !important;
}

.graph_sec .inner_sec {
	padding: 70px 0px;
}

.graph_head {
	background-color: #101010;
	overflow: hidden;
	position: relative;
}

.graph_head .container {
	position: static;
}

.graph_head h3 {
	color: #ffffff;
	font-weight: 600;
	font-size: 21px;
	margin: 0;
	background: #106eea;
	padding: 19px 0px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 30px;
}

.graph_head h3:after {
	content: "";
	position: absolute;
	top: -7px;
	right: -11px;
	width: 24px;
	background: #106eea;
	height: 125%;
	transform: rotate(19deg);
}

.graph_head h3:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -200vh;
	width: 200vh;
	background: #106eea;
	height: 100%;
}

.home_blog_sec {
	background-color: #303030;
	padding-top: 0px;
	padding-bottom: 30px;
}

.home_blog_sec h2 {
	color: #ffffff;
	font-weight: 700;
	font-size: 30px;
	margin: 0;
}

.footer_1 {
	background: #106eea;
	padding-top: 50px;
	padding-bottom: 30px;
	background: url(../images/footer-bg.png);
	background-color: #F5F6F9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

footer.footer_1 h3 {
	font-size: 22px;
	font-weight: 700;
	color: #101010;
	margin-bottom: 25px;
}

footer.footer_1 .widget {
	margin-bottom: 30px;
}

footer.footer_1 .widget.info {
	margin-bottom: 25px;
}

footer.footer_1 .widget.info img {
	margin-bottom: 20px;
	width: 165px;
}

footer p {
	color: #141414;
}

footer.footer_1 .widget.links {}

footer.footer_1 .widget.links li {
	list-style: none;
}

footer.footer_1 .widget.links li a {
	display: block;
	font-size: 15px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 9px;
	color: #141414;
	font-weight: 400;
}

footer.footer_1 .widget.links li a:after {}

footer.footer_1 .widget.links li a:hover {
	color: #106eea;
	text-decoration: none;
}

.foot-social {
	display: flex;
	margin-bottom: 0;
	text-align: left;
	margin-top: 20px;
	justify-content: flex-end;
}

.foot-social a {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	margin-left: 10px;
	margin-bottom: 0;
	width: 38px;
	height: 38px;
	color: #106eea;
	background-color: transparent;
	border: 2px solid #106eea;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.foot-social a:hover {
	background-color: #106eea;
	color: #ffffff;
}

footer.footer_1 .inner_wrap {}

footer.footer_1 .inner_wrap p {}

.footer_top {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding: 4px 0px;
	border-top: 1px solid #eeeeee;
}

.footer_top p {
	font-size: 15px;
	margin-top: 6px;
}

.contact_sec {}

.contact_form_wrap {
	margin-top: 30px;
}

.contact_form_wrap label {
	color: #106eea;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-left: 20px;
}

.contact_form_wrap .form-control {
	background-color: #ffffff;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	border: 1px solid rgb(0 0 0 / 0%);
	color: #101010;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	padding: 9px 15px;
	outline: none;
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	-moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	height: 45px;
	padding-left: 20px;
}

.contact_form_wrap textarea.form-control {
	height: 100px;
}

.contact_form_wrap .wpcf7-not-valid-tip {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	top: -10px;
}

.contact_form_wrap .btn_1 {
	box-shadow: none;
	min-width: 200px;
}

.breadcrumbs_wrap {
	color: #fff;
	margin-bottom: 20px;
}

.breadcrumbs_wrap a {
	color: #6cacff;
	border-bottom: 1px solid #6cacff;
}

.breadcrumbs_wrap a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.breadcrumbs_wrap .inner_row:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -200vh;
	width: 200vh;
	background: #106eea;
	height: 100%;
}

.breadcrumbs_wrap .inner_row:after {
	content: "";
	position: absolute;
	top: -7px;
	right: -11px;
	width: 24px;
	background: #106eea;
	height: 125%;
	transform: rotate(19deg);
}

.error_sec {
	padding: 150px 0px;
	background-size: cover !important;
}

.error_sec .sec_title h1 {
	font-size: 100px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

.error_sec .sec_title p {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.error_sec .sec_title p strong {
	color: #106eea;
}

.top_nav_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_contact_info {
	height: 100%;
	border-left: 1px solid #e4e4e4;
	padding: 8px 0px;
	margin-left: 20px;
	padding-left: 20px;
}

.head_contact_info ul {}

.head_contact_info ul li {
	position: relative;
	padding: 4px 0px;
	padding-left: 30px;
	font-size: 13px;
	color: #101010;
	font-weight: 500;
}

.head_contact_info ul li a {
	color: #454545;
}

.head_contact_info ul li a:hover {
	color: #106eea;
}

.head_contact_info ul li i {
	color: #106eea;
	position: absolute;
	top: 0;
	left: 0;
}

.mobile_menu .head_contact_info {
	margin: 0px;
	padding: 0px;
	border: none;
}

.mobile_menu .head_contact_info a {
	color: #106eea;
}

.mobile_menu .head_contact_info ul li {
	padding: 8px 0px;
	padding-left: 30px;
	font-size: 16px;
	color: #101010;
}

.mobile_menu .head_contact_info ul li i {
	top: 3px;
}

.heading_h1 {
	font-size: 40px;
	color: #106eea;
	font-weight: 700;
}

.map_space {
	margin: 100px 0;
}

.color_gray {
	color: #888;
	font-weight: 600;
}

.home_about_sec {
	background-color: #3a3a3a;
}

.home_about_sec .sec_title h1,
.home_about_sec .sec_title p {
	color: #ffff;
}

.home_about_wrap {
	position: relative;
	z-index: 111;
}

.home_about_wrap .services-item {
	background-color: #FFFFFF;
	border-radius: 0px;
	box-shadow: 0px 0px 48px 0px rgb(0 0 0 / 50%);
	margin: 0px -10px 0px 0px;
	padding: 25px 20px;
	height: 100%;
	display: flex;
}

.home_about_wrap .services-item .services-icon {
	margin-bottom: 15px;
}

.home_about_wrap .services-item .services-icon .image-part {
	margin-right: 20px;
}

.home_about_wrap .services-item .services-icon .image-part img {
	width: 80px;
	height: 80px;
}

.home_about_wrap .services-item .services-content .services-text .services-title {
	margin-bottom: 10px;
	color: #106eea;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}

.home_about_wrap .services-item p {
	text-align: left;
	font-weight: 400;
	color: #101010;
}

.services_main_sec {}

.services_main_sec .inner_services_sec {
	padding: 50px 0px;
}

.services_main_sec .inner_services_sec:nth-child(odd) {
	background-color: #f5f5f5;
}

.services_main_sec .inner_services_sec:nth-child(even) .row {
	flex-direction: row-reverse;
}

.services_main_sec .inner_services_sec figure img {
	margin: auto;
	display: block;
}

.services_main_sec .inner_services_sec article {
	width: 95%;
}

.services_main_sec .inner_services_sec article .btn_2 {
	margin-left: 15px;
}

.services_main_sec .inner_services_sec article h2 {
	font-size: 34px;
	margin-bottom: 20px;
	color: #106eea;
}

.services_main_sec .inner_services_sec article p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.address_widget {}

.address_widget li {
	padding: 0px 0px 16px 40px;
	position: relative;
}

.address_widget li .desc a {
	color: #454545;
}

.address_widget li .desc a:hover {
	color: #106eea;
}

.address_widget li i {
	color: #106eea;
	position: absolute;
	left: 0px;
}

.address_widget li i:before {
	font-size: 20px;
}

.page_banner {
	padding: 40px 0px;
	background: url(../images/page_banner_bg.png) #03228f;
	background-position: center center;
	background-size: cover;
	background-color: #03228f;
}

.page_banner h1 {
	font-size: 40px;
	color: #fff;
	line-height: 1;
}

.page_banner p {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
}

.about_sec_1 {
	background-color: #F6F7F9;
}

.about_sec_1 .inner_wrap {
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 48px 0px rgb(162 162 162 / 50%);
	margin: 0px -10px 0px 0px;
	padding: 40px;
	height: 100%;
	margin: 0px 5px;
}

.about_sec_1 .inner_wrap h2 {
	margin-bottom: 10px;
	color: #106eea;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.about_sec_1 .inner_wrap i.fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	margin-right: 30px;
	background-color: #03228f;
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	-webkit-flex-shrink: 0;
	margin-right: 15px;
	color: #fff;
}

.about_sec_1 .inner_wrap p {
	text-align: left;
	font-weight: 500;
}

.about_sec_2 {
	background-color: #fff;
}

.about_sec_2 h2 {
	margin-bottom: 10px;
	color: #106eea;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

.about_sec_2 h2 i.fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	margin-right: 30px;
	background-color: #03228f;
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	-webkit-flex-shrink: 0;
	margin-right: 15px;
	color: #fff;
}

.about_sec_2 p {
	text-align: center;
	font-weight: 500;
}

.steps_wrap {
	margin-top: 35px;
}

.steps_wrap .inner_wrap {
	padding: 25px;
	height: 100%;
	box-shadow: 0px 0px 48px 0px rgb(162 162 162 / 50%);
	background: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
}

.steps_wrap .inner_wrap h4 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.steps_wrap .inner_wrap p {
	color: #fff;
}

.services_menu_wrap {
	background-color: #fff;
	padding: 20px 0px;
}

.services_menu_wrap ul {
	display: flex;
	flex-wrap: wrap;
}

.services_menu_wrap ul li a {
	display: block;
	font-size: 13px;
	color: #106eea;
	font-weight: 600;
	border: 1px solid #106eea;
	padding: 8px 20px;
	min-width: 150px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.services_menu_wrap ul li a:hover,
.services_menu_wrap ul li.active a {
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	color: #fff;
}

.contact_info_wrap {
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	padding: 80px 30px 80px 30px;
	color: #fff;
	padding: 25px;
}

.contact_info_wrap h6 {
	color: rgb(255 255 255 / 63%);
	font-weight: 300;
	font-size: 14px;
}

.contact_info_wrap h4 {
	color: #fff;
	margin-bottom: 20px;
}

.contact_info_wrap ul {}

.contact_info_wrap ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.contact_info_wrap ul li strong {
	font-weight: 500;
	display: block;
}

.contact_info_wrap ul li p {
	margin-bottom: 0px;
}

.contact_info_wrap ul li a {
	color: #fff;
}

.contact_info_wrap ul li i {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.contact_content_inner {
	margin-left: 30px;
	margin-right: 50px;
}

.contact_content_inner p {
	margin-bottom: 20px;
}

.contact_content_inner h2 {
	margin-bottom: 15px;
}

.contact_map {
	margin-top: 30px;
	margin-bottom: 40px;
}

.contact_map iframe {
	width: 100%;
}

.contact_page_sec {
	background-color: #F6F7F9;
}

.inquiry_type {
	margin-top: 30px;
}

.inquiry_type ul {
	margin-right: -15px;
	margin-left: -15px;
}

.inquiry_type ul li {
	padding: 0px 15px;
	margin-bottom: 20px;
}

.inquiry_type ul li a {
	box-shadow: 0px 1px 6px 0px rgb(162 162 162 / 50%);
	background-color: #fff;
	font-weight: 500;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #101010;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding-left: 25px;
}

.inquiry_type ul li a:hover {
	color: #106eea;
}

.inquiry_type ul li a i.fa {
	margin-left: 10px;
	color: #106eea;
	font-size: 16px;
	border: 1px solid #106eea;
	min-width: 27px;
	height: 27px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	margin-left: -11px;
	background-color: #fff;
	position: absolute;
	left: 0px;
}

.multiple_radio_wrap {}

.multiple_radio_wrap input[type="radio"] {
	display: none;
}

.multiple_radio_wrap label {}

.multiple_radio_wrap .checkmark {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	height: 22px;
	max-width: 22px;
	width: 22px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	background: #fff;
}

.multiple_radio_wrap label input:checked~.checkmark,
.multiple_radio_wrap label:hover input~.checkmark {
	background-color: #106eea;
	border-color: #106eea;
}

.multiple_radio_wrap .inline_room_wrap {
	margin-bottom: 0px;
}

.multiple_radio_wrap .cal_amount_wrap {
	margin-bottom: 0px;
}

.multiple_radio_wrap .inline_room_wrap label {
	margin-bottom: 0px;
	float: none;
	width: auto;
	margin-right: 25px;
}

.multiple_radio_wrap.inline label {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
	float: none !important;
	color: #101010;
}

.multiple_radio_wrap.inline label p {
	margin-bottom: 0px;
}

.multiple_radio_wrap {
	margin-bottom: 25px;
	overflow: hidden;
}

.multiple_radio_wrap {
	margin-left: -20px;
	margin-right: -20px;
}

.multiple_radio_wrap label {
	width: calc(50% - 40px);
	float: left;
	padding: 2px 0px;
	margin: 0px 20px;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.4;
	position: relative;
}

.contact_form_wrap.callback h5 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #106eea;
}

#od_postcode_field {
	position: relative;
	z-index: 10;
}

.checkbox_wrap {
	margin: 0px -20px;
	overflow: hidden;
	margin-bottom: 40px;
}

.checkbox_wrap .inline_checkbox {
	width: 50%;
	float: left;
	padding: 0px 20px;
}

.checkbox_wrap .inline_checkbox label {
	width: 100%;
	padding: 5px 20px;
	border: 1px solid #106eea;
	color: #101010;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	padding-right: 37px;
	margin-bottom: 15px;
	position: relative;
	margin-left: 0;
	background-color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
}

.checkbox_wrap .inline_checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox_wrap .inline_checkbox label:after {
	display: none;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 16px;
	margin: auto;
	margin-right: 15px;
	font-size: 18px;
}

.checkbox_wrap .inline_checkbox label.active {
	background-color: #106eea;
	color: #fff;
}

.checkbox_wrap .inline_checkbox label.active:after {
	display: block;
}

.contact_form_wrap.callback label {
	color: #101010;
}

.postcode {
	margin-bottom: 30px;
}

.login_page_sec {}

.login_page_sec .inner_wrap {
	position: relative;
	padding: 0px 20px;
	width: 100%;
}

.login_page_sec .inner_wrap.left {
	background: url(../images/page_banner_bg.png) #03228f;
	background-position: center center;
	background-size: cover;
	background-color: #03228f;
	justify-content: center;
}

.login_logo img {
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}

.login_logo p {
	color: #fff;
	text-align: center;
}

.login_page_sec .inner_wrap .sec {}

.login_page_sec .inner_wrap .sec .sec_title h1 {
	margin-bottom: 5px;
}

.login_page_sec .inner_wrap .sec .sec_title p {
	font-weight: 600;
	text-align: left;
}

.userrole_btn_wrap {
	text-align: right;
}

.login_userrole_wrap {}

.login_userrole_wrap [class*="col-"] {
	margin-bottom: 30px;
}

.login_userrole_wrap .inner {
	background-color: #F5F6F9;
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	-moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 22%);
	height: 100%;
	padding: 30px 15px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.login_userrole_wrap .inner figure {
	height: 36px;
	margin-bottom: 20px;
}

.login_userrole_wrap .inner figure i.fa {
	font-size: 35px;
}

.login_userrole_wrap .inner:hover,
.login_userrole_wrap .inner.active {
	background: linear-gradient( 90deg, #03228f 0%, #0e73e4 100%);
	color: #fff;
}

.login_userrole_wrap .inner:hover *,
.login_userrole_wrap .inner:hover,
.login_userrole_wrap .inner.active * {
	color: #fff;
}

.cta_sec {
	background: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0px;
}

.cta_sec span {
	font-weight: 500;
	margin: 0 0 7px;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.cta_sec .title-wrap .epx-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	color: #fff;
	margin: 0px;
}

.cta_sec .btn_1 {
	background: #fff;
	color: #03228f;
	font-size: 17px;
	font-weight: 700;
	border-radius: 25px;
	min-width: 180px;
}

.call_to_services {
	padding: 50px 0px;
	background-color: #101010;
}

.call_to_services .sec_title {
	margin: 0px;
}

.call_to_services .sec_title h1,
.call_to_services .sec_title p {
	color: #fff;
}

.call_to_services .sec_title .btn_1 {
	min-width: 150px;
}

@media (min-width: 991px) and (max-width: 1199px) {
	.login_page_sec .inner_wrap .sec {
		padding: 40px 20px;
	}
	.sf-menu>li>a {
		padding: 10px 4px;
		font-size: 14px;
	}
	.head_contact_info {
		margin-left: 10px;
		padding-left: 10px;
	}
	.sf-menu>li:last-child>a {
		min-width: 100px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.mobile_header_main {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.header_1_main {
		display: none !important;
	}
	header.header_1 {
		display: none;
	}
	.sec {
		padding: 50px 0px;
	}
	.mobile_header {
		display: block;
	}
	header.mobile_header .logo {
		padding: 10px 0px;
	}
	header.mobile_header .logo img {
		display: block;
		height: 36px;
		width: auto;
	}
	.side_menu_toogle {
		width: 28px;
		height: 25px;
		margin: 0;
		margin-top: 15px;
		margin-left: auto;
		margin-right: 0;
		display: block;
	}
	.side_menu_toogle span:after,
	.side_menu_toogle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	.side_menu_toogle span:after {
		top: 9px;
	}
	.side_menu_toogle span {
		position: relative;
		display: block;
	}
	.side_menu_toogle span,
	.side_menu_toogle span:after,
	.side_menu_toogle span:before {
		width: 100%;
		height: 5px;
		background-color: #106eea;
		transition: all 0.3s;
		backface-visibility: hidden;
		display: inline-block;
	}
	/* on activation */
	.side_menu_toogle.active span {
		background-color: transparent;
	}
	.side_menu_toogle.active span:before {
		transform: rotate(45deg) translate(5px, 5px);
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
	}
	.side_menu_toogle.active span:after {
		transform: rotate(-45deg) translate(7px, -8px);
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
		-moz-transform: rotate(-45deg) translate(7px, -8px);
	}
	.side_menu_toogle.active {
		opacity: 1;
		visibility: visible;
	}
	.mobile_menu {
		display: none;
		position: fixed;
		top: 57px;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 999999;
		-webkit-backface-visibility: hidden;
		color: #fff;
		padding: 20px;
		background: #f5f5f5;
		overflow: auto;
	}
	.mobile_menu ul.inner {
		margin-bottom: 20px;
	}
	.mobile_menu>ul.inner ul {
		display: none;
		margin-bottom: 20px;
	}
	.mobile_menu>ul.inner ul li:first-child a {
		font-weight: 700;
	}
	.mobile_menu ul.inner li {
		list-style: none;
	}
	.mobile_menu ul.inner li a {
		display: block;
		padding: 8px 0px;
		text-decoration: none;
		color: #106eea;
		position: relative;
		font-size: 19px;
		text-transform: none;
		font-weight: 600;
	}
	.mobile_menu ul.inner li a i {
		display: none;
	}
	.mobile_menu ul.inner li a:hover,
	.mobile_menu ul.inner li.active>a {
		outline: 0;
		text-decoration: none;
		color: #03228f;
	}
	.mobile_menu ul.inner li a:hover {}
	.mobile_menu ul.inner li:last-child a {}
	.mobile_menu ul.inner ul li a {
		padding-left: 45px;
		font-size: 13px;
		padding: 5px 10px;
		color: #101010;
		font-weight: 400;
		padding-left: 20px;
		position: relative;
	}
	.mobile_menu ul.inner ul li a:after {
		content: "\f101";
		font-family: FontAwesome;
		position: absolute;
		top: 5px;
		left: 0;
	}
	.mobile_menu ul.inner ul li a:hover {
		color: #106eea;
		outline: 0;
		text-decoration: none;
	}
	.mobile_menu ul.inner ul li a:after {}
	.contact_sec .inner_wrap {
		padding: 0px;
	}
	.contact_form_wrap {
		margin-left: 0px;
	}
	.error_sec .sec_title h1 {
		font-size: 50px;
	}
	.main_banner_area .content_wrap article h1 {
		font-size: 26px;
	}
	.main_banner_area .content_wrap article h3 {
		font-size: 22px;
	}
	.graph_head {
		background: #106eea;
	}
	.graph_head h3:before,
	.graph_head h3:after {
		display: none;
	}
	.login_page_sec {
		display: block;
	}
	.login_page_sec .inner_wrap {
		display: block;
		max-width: 100%;
		padding: 0;
	}
	.login_page_sec .inner_wrap .sec {
		padding: 40px 20px;
	}
	.login_logo p {
		display: none;
	}
	.login_logo {
		padding: 15px 20px;
	}
	.login_logo img {
		margin: 0px;
	}
	.login_page_sec .inner_wrap .sec .sec_title {
		margin-bottom: 30px;
	}
	.tabs_wrap .tab_content_wrap {
		padding-right: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	footer.footer_1 .widget.links li a {
		text-align: left;
	}
	.main_banner_area .content_wrap img {
		margin-bottom: 30px;
	}
	.main_banner_area .content_wrap h2 {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.heading_h1 {
		font-size: 30px;
	}
	.sec_title h1,
	.services_main_sec .inner_services_sec article h2,
	.page_banner h1 {
		font-size: 30px;
	}
	.page_banner p {
		font-size: 18px;
	}
	.services_main_sec .inner_services_sec article p {
		font-size: 15px;
	}
	.services_main_sec .inner_services_sec article {
		width: 100%;
		margin-bottom: 35px;
	}
	.container,
	.container-sm {
		max-width: 100%;
	}
	.home_blog_wrap .inner_blog_wrap .link {
		font-size: 18px;
	}
	footer.footer_1 .widget.links li a {
		text-align: left;
	}
	.main_banner_area .banner_caption {
		padding: 50px 0px;
	}
	.main_banner_area .content_wrap img {
		margin-bottom: 30px;
	}
	.main_banner_area .content_wrap h2 {
		margin-left: 0px;
	}
	.contact_form_wrap {
		margin-top: 40px;
		overflow: hidden;
	}
	.md-mb-30 {
		margin-bottom: 30px;
	}
	.map_space {
		margin: 40px 0;
	}
	.steps_wrap [class*="col-"],
	.about_sec_1 [class*="col-"] {
		margin-bottom: 25px;
	}
	.checkbox_wrap .inline_checkbox {
		width: 100%;
		float: none;
	}
	.contact_content_inner {
		margin: 0px;
	}
	.about_sec_1 .inner_wrap {
		margin: 0px;
	}
}

@media (max-width: 600px) {
	.main_banner_area .content_wrap article {
		padding: 0;
	}
	.main_banner_area .content_wrap article ul li a {
		font-size: 14px;
	}
	.userrole_btn_wrap .btn_1 {
		width: 100%;
	}
	.inquiry_type ul li {
		width: 100%;
	}
}

.tabs_wrap {
	padding-left: 305px;
	position: relative;
	padding-top: 0;
}

.tabs_wrap ul.tab-titles {
	width: 239px;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	/* height: 100%; */
	justify-content: center;
}

.tabs_wrap ul.tab-titles li {
	display: block;
	list-style: none;
}

.tabs_wrap ul.tab-titles li a {
	display: block;
	background: #3a3a3a;
	position: relative;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	padding: 9px 20px;
	height: 63px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: center;
}

.tabs_wrap ul.tab-titles li a span {
	display: block;
}

.tabs_wrap ul.tab-titles li a:before {
	content: "";
	position: absolute;
	right: -31px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 31px solid #3a3a3a;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tabs_wrap ul.tab-titles li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 25px solid #7eb4e2;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	display: none;
}

.tabs_wrap ul.tab-titles li a:hover,
.tabs_wrap ul.tab-titles li a.active {
	background-color: #106eea;
	color: #ffffff;
}

.tabs_wrap ul.tab-titles li a:hover {
	color: #ffffff;
}

.tabs_wrap ul.tab-titles li a:hover:before,
.tabs_wrap ul.tab-titles li a.active:before {
	border-left: 31px solid #106eea;
}

.tabs_wrap ul.tab-titles li:last-child a {
	margin-bottom: 0px;
}

.tabs_wrap .tab_content_wrap {
	text-align: center;
	padding-right: 50px;
}

.tabs_wrap .tab_content_wrap .tab_btn_wrap {}

.tabs_wrap .tab_content_wrap .tab_btn_wrap .btn_1,
.tabs_wrap .tab_content_wrap .tab_btn_wrap .btn_2 {
	margin: 0px 5px;
	min-width: 170px;
	margin-bottom: 10px;
}

.tabs_wrap .tab_content_wrap h4 {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 10px;
}

.tabs_wrap .tab_content_wrap h2 {
	color: #fff;
}

.tabs_wrap .tab_content_wrap h3 {
	color: #129ce7;
}

.tabs_wrap .tab_content_wrap h3 sub {
	font-size: 50%;
	padding-left: 1px;
}

.tabs_wrap .tab_content_wrap ul {}

.tabs_wrap .tab_content_wrap ul li {
	color: #fff;
	font-size: 16px;
}

.tabs_wrap .tab_content_wrap ul li a {}

@media (min-width: 768px) and (max-width: 991px) {
	.main_banner_area .content_wrap article {
		padding: 0px;
	}
	.tabs_wrap ul.tab-titles {
		position: static;
		width: auto;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.tabs_wrap {
		padding: 25px;
		margin-right: 0;
		min-height: 100%;
	}
	.tabs_wrap ul.tab-titles li a:before {
		display: none;
	}
	.tabs_wrap ul.tab-titles li a {
		height: auto;
		padding: 11px 17px;
		font-size: 16px;
		margin-bottom: 1px;
	}
	.custom_home_tab_banner .container {
		width: 100%;
	}
	.tabs_wrap ul.tab-titles li {
		float: left;
	}
	body.themetechmount-page-full-width.home #content .site-main .entry-content>.wpb_row:first-child {
		margin-top: 0px;
		padding-top: 90px;
	}
}

@media (max-width: 767px) {
	.tabs_wrap ul.tab-titles {
		position: static;
		width: auto;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.tabs_wrap {
		padding: 25px;
		margin-right: 0;
		min-height: 100%;
		margin-bottom: 20px;
	}
	.tabs_wrap ul.tab-titles li a:before {
		display: none;
	}
	.tabs_wrap ul.tab-titles li a {
		height: auto;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 6px;
	}
	.custom_home_tab_banner .container {
		width: 100%;
	}
	.tabs_wrap ul.tab-titles li {
		float: left;
	}
	.custom_home_tab_banner {
		height: auto;
		padding: 50px 0px;
	}
	body.themetechmount-page-full-width.home #content .site-main .entry-content>.wpb_row:first-child {
		margin-top: 0px;
		padding-top: 90px;
	}
}

@media (max-width: 700px) {
	.tabs_wrap ul.tab-titles li {
		float: none;
		width: 100%;
	}
	.tabs_wrap ul.tab-titles li a {
		font-size: 15px;
	}
	.tabs_wrap .tab_content_wrap .btn_tab {
		width: 218px;
		margin: auto;
		display: block;
	}
}

.single_content_area p {
	margin-bottom: 20px;
}

.single_content_area ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.single_content_area ul li {
	padding-bottom: 3px;
	padding-left: 40px;
	margin-bottom: 13px;
	position: relative;
}

.single_content_area ul li:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../images/check_icon.png) no-repeat;
	width: 22px;
	height: 22px;
}