body{
    position:relative;
    font-family: "Sora", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,span,strong,li,a{
    font-family: "Sora", sans-serif;
}
p{
    font-weight:300;
}
.page-hero {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent !important;
	border-bottom: 1px solid #fff;
	z-index: 1;
}
.main-navigation {
	position: absolute;
	top: 0;
	margin-top: 95px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent !important;
}
header .inside-header {
	position: relative;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header .inside-header .site-logo{
    width:30%;
}
header .inside-header .top_contact{
     width:70%;
}
.top_contact{
    
}
.top_contact ul {
	text-align: right;
	margin: 0px !important;
}
.top_contact ul li {
	display: inline-block;
	width: auto;
	padding-left: 25px;
	font-size: 16px;
	color: #fff;
	font-family: "Sora", sans-serif;
	font-weight: 200;
}
.top_contact ul li:first-child {
	padding-left: 0px;
}
.top_contact ul li i {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	color: #fff;
}
.top_contact ul li a{
    color: #fff;
}
.top_contact ul li a.btn {
	background-color: #4493f0;
	padding: 10px 20px;
	color: #fff;
}
.page-hero.hero_banner {
	height: 100vh;
}
.page-hero .inside-page-hero,.page-hero .home_banner{
    height:100%;
}
.page-hero .home_banner {
	width: 750px;
	display: table;
}
.page-hero .home_banner_wrap{
    display:table-cell;
    width:auto;
    height:auto;
    vertical-align:bottom;
}

.banner_title {
	font-size: 60px;
	font-weight: 600;
	font-family: "Sora", sans-serif;
	text-transform: capitalize;
	/*text-shadow: 1px 1px 1px #00185C;*/
}
.banner_title span{
    color:#eec417;
}
.btn_transparent {
	background-color: #4493f0;
	padding: 15px 25px;
	border: 2px solid #4493f0;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.btn_link {
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-left: 15px;
}
.btn_group {
	display: flex;
	align-items: center;
}
.main_title h2{
  	font-size: 60px;
	font-weight: 600;  
}
.main_title h2 span{
  	color:blue;  
  	/*text-shadow: 1px 1px 1px #00185C;*/
}
.main_title h2 span.text_yellow {
	color: #eec417;
	/*text-shadow: 1px 1px 1px #00185C;*/
}
.main-navigation .main-nav ul li a {
	color: #fff;
	font-family: "Sora", sans-serif;
	font-weight: 200;
}
.small_title {
	position: relative;
	padding-left: 40px;
	color: #0D59E8;
	font-family: "Sora", sans-serif;
	font-weight: 300;
	margin-bottom: 5px;
	display: inline-block;
}
.small_title::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/uploads/2024/11/small_icon.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.ms_btn{
    
}
.ms_btn a {
	color: #fff !important;
	border-color: #4493f0 !important;
	background-color: #4493f0 !important;
	background-image: none !important;
	border-radius: 0px !important;
	font-family: "Sora", sans-serif;
	font-weight: 300;
	font-size: 16px !important;
}

.single_service_box .wpb_wrapper {
    position:relative;
}
.single_service_box .service_box_overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	z-index: 2;
	padding: 15px 15px 20px 15px;
}
.single_service_box .service_box_overlay .vc_column-inner{
    padding:0px !important;
}
.single_service_box .service_box_overlay .vc_custom_heading {
	font-family: "Sora", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.06em;
	text-align: left;
	color: #fff;
	margin-bottom: 10px !important;
}
.single_service_box .wpb_single_image {
    position:relative;
}
.single_service_box .wpb_single_image::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #122859 4.39%, rgba(18, 40, 89, 0) 67.67%);
	z-index: 1;
}
.single_service_box .wpb_single_image img {
	height: 380px;
	object-fit: cover;
	object-position: center;
}
.single_service_box .service_box_overlay .btn_link{
	margin: 0px !important;
}
.btn_link a {
	text-decoration: underline !important;
	font-size: 16px !important;
	margin-left: 0px !important;
	color: #fff !important;
	border-color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border-radius: 0px !important;
	font-family: "Sora", sans-serif;
	font-weight: 300;
	padding: 0px !important;
}

.single_industries_box .wpb_wrapper {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px !important;
	height: 150px;
}
.single_industries_box.last_box .wpb_wrapper{
	margin-bottom: 0px !important;
}
.single_box_content .single_industries_box .wpb_wrapper{
	min-height: 190px;
}
.single_industries_box .wpb_wrapper .wpb_wrapper{
    background-color:transparent;
    padding: 0px;
    margin-bottom: 0px !important;
	height: auto;
}
.single_box_content .single_industries_box .wpb_wrapper ul {
	margin-left:15px;
}

.single_industries_box img{
    width:70px;
}
.single_industries_box .wpb_single_image {
    margin-bottom:20px !important;
}
.single_industries_box .vc_custom_heading{
font-family: "Sora", sans-serif;
font-size: 24px;
font-weight: 300;
line-height: 32px;
letter-spacing: -0.06em;
text-align: left;
}

.single_industries_box.btn_box .wpb_wrapper {
	background-color: rgba(31, 119, 252, 1);
	align-content: center;
	text-align: center;
}
.single_industries_box.btn_box .wpb_wrapper .vc_custom_heading {
	margin: 0px;
	text-align: center !important;
	color: #fff;
}
.single_box_content .single_industries_box.box_link .wpb_wrapper{
	padding: 0px !important;
	height: 230px;
}
.single_industries_box.btn_box_link .wpb_wrapper {
	padding: 0px !important;
	height: 190px;
}
.single_box_content .single_industries_box.box_link .vc_btn3-container,.single_industries_box.btn_box_link .wpb_wrapper .vc_btn3-container {
	width: 100%;
	height: 100%;
	display: table;
}
.single_box_content .single_industries_box.box_link .vc_btn3-container a,.single_industries_box.btn_box_link .wpb_wrapper .vc_btn3-container a {
	width: auto;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 0px;
	background-color: #4493f0;
	color: #fff;
	border-color: #4493f0;
	font-size: 24px;
}

.case_studies_section .sp-tab__nav.sp-tab__nav-tabs {
	position: absolute;
	bottom: 0;
	margin-bottom: -54px !important;
	width: 100%;
}
.case_studies_section .sp-tab__nav-item {
	width: calc(100% / 3) !important;
	margin: 0px !important;
}
.case_studies_section .sp-tab__nav-item .sp-tab__nav-link {
	padding: 20px 50px !important;
	align-items: center !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background-color: #fff !important;
	border-bottom: 0px !important;
	border-top: 1px solid #fff !important;
	text-align: center;
}
.case_studies_section .sp-tab__tab-content .sp-tab__tab-pane {
	padding: 50px 50px !important;
	background-color: transparent !important;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 33.65%, #FFFFFF 74.25%),
linear-gradient(180deg, rgba(255, 255, 255, 0) 61.41%, #FFFFFF 92.6%);
}
.case_studies_section .sp-tab__tab-content .sp-tab-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent,.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabImg{
    width:50%;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent{
    padding-right:30px;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabImg {
	text-align: center;
	background-color: #d4e9fe;
	line-height: 0px;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent,.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent h4,.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent p,.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent li{
  font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;  
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent ul {
	margin-left: 15px !important;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent ul li {
	margin-bottom: 0px !important;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent ol{
    margin-left: 15px !important;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent ol li {
	margin-bottom: 10px;
}
/*.case_studies_section .sp-tab__tab-content .sp-tab-content a{*/
/*	background-color: rgba(31, 119, 252, 1);*/
/*  padding: 10px 20px;*/
/*  color: #fff;*/
/*  display: inline-block;*/
/*}*/
.case_studies_section .sp-tab__tab-content {
	/* background-image: url('/wp-content/uploads/2024/11/tab_content_bg.png'); */
	/*background-size: cover;*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	background-color: #fff;
}
.case_studies_section .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
	border-color: rgba(13, 89, 232, 1) !important;
}
.case_studies_section .sp-tab__nav-item .sp-tab__tab_title{
    text-transform:uppercase;
}
.case_studies_section .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
	color:rgba(13, 89, 232, 1) !important;
}
.txt_center .wpb_wrapper{
    text-align:center;
}

.testimonial_section .sp-testimonial-free{
    background-color: #fff !important;
    padding: 20px !important;
}
.testimonial_section .sp-testimonial-client-testimonial p {
	text-align: left !important;
	padding: 0px 0px;
	min-height: 470px;
}
.testimonial_section .sp-testimonial-free-section .sp-testimonial-client-name {
	text-align: left !important;
}
.testimonial_section .sp-testimonial-free-section.swiper-initialized{
	margin: 0px !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
	display: none;
}

.faq_section .sp-easy-accordion .ea-card {
	border: 1px solid #fff !important;
	background: #fff !important;
}
/* .faq_section .sp-easy-accordion .ea-card:last-child {
	border: 1px solid #fff !important;
	background: #fff !important;
} */
.faq_section .sp-easy-accordion .ea-header a {
	font-family: "Sora", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
}

.faq_section .sp-easy-accordion > .sp-ea-single:last-child {
	margin-bottom: 0px;
}
.category-post {
	display: inline-flex;
	flex-wrap: wrap;
	background-color: #fff;
	margin-bottom: 30px;
}
.category-post .post-thumbnail {
	width: 40%;
	line-height: 0px !important;
}
.category-post .post-thumbnail img{
	width: 100%;
	height:320px;
	object-fit:cover;
	object-position:center;
}
.category-post .post_content_wrap {
	width: 60%;
}
.category-post .post_content_inner{
  	padding:50px;  
}
.category-post .post-date {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
	margin-bottom: 25px;
}
.category-post .post-title {
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.06em;
	text-align: left;
	margin-bottom: 20px;
}
.category-post .post-content {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
	margin-bottom: 20px;
}
.category-post .read-more-btn {
	display: inline-block;
	text-decoration: underline;
	color: rgba(13, 89, 232, 1);
}
.vc_message_box.ms_single_box {
	background-color: transparent;
	margin-bottom: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.vc_message_box.ms_single_box p{
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: left;
    color: rgba(0, 28, 107, 1);
}
.vc_message_box.ms_single_box p a{
    color: rgba(0, 28, 107, 1);
}
.vc_message_box.ms_single_box h4 {
	font-family: "Sora", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: left;
	color: rgba(0, 28, 107, 0.6);
	margin-bottom: 5px;
}
.vc_message_box.ms_single_box .vc_message_box-icon{
    color: rgba(0, 28, 107, 1);
}

.ms_form_row input,.ms_form_row textarea,.ms_form_row select {
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
}

.ms_form_row input:focus,.ms_form_row textarea:focus,.ms_form_row select:focus {
    outline:none;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	font-style: italic;
}
.ms_form_row label{
	font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: left;

}
.ms_form .ms_submit{
    color: #fff !important;
    border-color: #4493f0 !important;
    background-color: #4493f0 !important;
    background-image: none !important;
    border-radius: 0px !important;
    font-family: "Sora", sans-serif;
    font-weight: 300;
}
.contact_content_left .vc_column-inner{
    padding-right:70px !important;
}

.footer_social{
    text-align:left;
}
.footer_social li {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	padding-bottom: 0px !important;
}
.footer_social li a{
    color:#fff;
}
.footer-widgets .widget-title {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
	text-transform: uppercase;
}
.widget_nav_menu ul li{
	padding-bottom: 10px;
}
.widget_nav_menu ul li a {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
}
.footer_bottom_banner {
	background-color: #001C6B;
}
.footer_bottom_banner .grid-container {
	border-top: 1px solid rgba(209, 213, 219, 0.5);
	padding-top: 70px;
	padding-bottom: 50px;
}
.footer_bottom_banner .copyright {
	padding-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	color:#fff;
}
.site-info {
	display: none;
}

.main-navigation .main-nav ul ul li a {
	font-weight: 400;
}


.page-hero.about_page_banner {
	height: 610px;
	padding-top: 180px;
	padding-bottom: 50px;
	position: relative;
}
.banner_row {
	display: inline-flex;
	align-items: end;
	width: 100%;
}
.banner_col {
	width: 50%;
}
.page_banner {
	height: 100%;
	width: 100%;
	display: table;
}
.page_banner_wrap {
	width: auto;
	height: auto;
	display: table-cell;
	vertical-align: bottom;
}
.page_banner .banner_description {
	line-height: 28px;
}

.ss-offering {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.ss-offering:last-child{
    margin-bottom: 0px;
}

.ss-offering-image{
    margin-bottom:30px;
}
.ss-offering-image img{
    width:80px;
    height:80px;
}
.ss-offering-content .service-title{
font-family: "Sora", sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.06em;
text-align: left;
margin-bottom:30px;
}
.ss-offering-content .service-content ul {
	margin-left: 15px;
	margin-bottom: 0px;
}
.ss-offering-content .service-content ul li{
font-family: "Sora", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
letter-spacing: -0.04em;
text-align: left;
margin-bottom:10px;
}
.offer_inline_item .ss-offering {
	display: inline-flex;
	flex-wrap:wrap;
}
.offer_inline_item .ss-offering-image {
	width: 120px;
}
.offer_inline_item .ss-offering-content {
	width: 70%;
}
.empty_pdall .vc_column-inner{
    padding:0px !important;
}
.ms_imgbox_height .vc_column-inner{
	min-height:750px;
	background-size:cover;
	background-position:top center;
}
.ms_imgbox_height img {
	height: 750px;
	object-fit: cover;
	object-position: center;
}
.ms_sfa_content .vc_column-inner{
	padding:30px 0px 30px 70px !important;
}
.service_one_height .ss-offering-content{
	min-height:428px;
}
.contact_content_right .ms_form{
	background-color:#fff;
	padding:40px;
}

.ms_industries_items {
	margin-bottom: 30px;
}
.industries_served_section .ms_industries_items {
	margin-bottom: 30px !important;
}
.industries_served_section .last_item .ms_industries_items {
	margin-bottom: 0px !important;
}
.ms_industries_items:last-child {
	margin-bottom: 0px;
}
.ms_industries_items a {
	position: relative;
	display: block;
}
.ms_industries_items .ms_industries_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(0deg, #122859 16.72%, rgba(18, 40, 89, 0) 75.51%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.ms_industries_items .ms_industries_overlay .industries_title {
	font-family: "Sora", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.06em;
	text-align: left;
	color: #fff;
	padding: 12px;
	background-color: #4493f0;
	display: inline-block;
	margin: 20px;
}

.ms_industries_img img{
	height:590px;
	object-fit:cover;
	object-position:ceneter;
	line-height: 0px;
}

.ms_industries_items .industries_grid_content {
	top: auto;
	bottom: 0;
	position: absolute;
	padding: 15px;
	color: #fff;
	font-family: "Sora", sans-serif;
	font-weight: 300;
	opacity:0;
	transition: all 0.3s ease-in;
}
.ms_industries_items:hover .industries_grid_content{
	opacity:1;
	transition: all 0.3s ease-in;
}
.page-hero,.page_banner{
	position:relative;
	visibility:visible;
}
/*.page-hero.industries_banner .page_banner::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	top: 0;*/
/*	right: 0;*/
/*	background-image: url('/wp-content/uploads/2024/11/photo.png');*/
/*	background-size: 610px;*/
/*	background-repeat: no-repeat;*/
/*	background-position: left bottom;*/
/*	margin-bottom: -50px;*/
/*	display:none;*/
/*}*/

/*
 * Sidebar blog style
 * */
.single.single-post .banner_title{
	font-size:48px;
	line-height:56px;
}
.single.single-post #page,body.single.single-post{
	background-color:#fff !important;
}
.single.single-post #page .site-content{
	padding-top:120px !important;
	padding-bottom:100px !important;
}
.pld-post-list .pld-columns{
	width:100% !important;
	float:none;
}
.pld-post-list .pld-post-list-content h2 {
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#00185C;
}
.pld-post-list .pld-post-list-content h2 a {
	color: #00185C !important;
}
.pld-post-list .pld-post-content-inner {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
	padding-bottom: 15px !important;
	color:#00185C;
}
.pld-post-list .pld-readmorebtn {
	text-decoration: underline !important;
	color: #0D59E8 !important;
	border: 0px solid #888;
	padding: 0 !important;
}

.ms_bas_item .wpb_wrapper {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.ms_bas_item .wpb_wrapper .wpb_wrapper{
	background-color: transparent;
	padding: 0px;
	margin-bottom: 0px;
}
.ms_bas_item .vc_custom_heading {
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 20px;
	min-height: 60px;
}
.ms_bas_item .wpb_text_column {
	margin-bottom: 0px;
	min-height: 130px;
}
.ms_btm_banner {
	position: relative;
	background-size: cover;
	background-position: top center;
	height: 700px;
}
.ms_btm_banner:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(18, 40, 89, 0) 33.65%, rgba(18, 40, 89, 0.8) 82.33%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.ms_btm_banner .ms_btm_banner_content {
	height:100%;
}
.ms_btm_banner .ms_btm_banner_content .vc_column-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px 50px;
}
.ms_btm_banner .ms_btm_banner_content .wpb_wrapper{
	display:table-cell;
	width:auto;
	height:auto;
	vertical-align:middle;
}
.ms_btm_banner .ms_btm_banner_content .wpb_wrapper .wpb_wrapper{
	display:block;
	width:auto;
	height:auto;
}
.txt_white{
	color:#fff !important;
}
.ms_space_right{
	padding-right:50px !important;
}
.ms_space_left{
	padding-left:50px !important;
}
.ms_management_sidebar .widget_nav_menu ul li a {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.04em;
	text-align: left;
	color: #001C6B;
	border-bottom: 1px solid #001c6b;
	padding: 20px 30px 20px 0px;
	display: block;
	position: relative;
}
.ms_management_sidebar .widget_nav_menu ul li{
	padding: 0px;
}
.ms_management_sidebar .widget_nav_menu ul li.current-menu-item a{
	color:#0D59E8;
}
.ms_management_sidebar .widget_nav_menu ul li a::after {
	content: "\f105";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	margin: auto;
	font-size: 20px;
	font-family: fontawesome;
	width: 25px;
	height: 25px;
}

.page_bottom_banner {
	height: 600px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position:relative;
}
.page_bottom_banner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(18, 40, 89, 0) 32.65%, rgba(18, 40, 89, 0.8) 80.33%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.page_bottom_banner .bottom_banner_content {
	width: 60%;
	height: 100%;
	display: table;
	padding-left:50px;
	z-index: 1;
	position: relative;
}
.page_bottom_banner .bottom_banner_content_wrap{
	width:auto;
	height:auto;
	display:table-cell;
	vertical-align:middle;
}
.page_bottom_banner h2 {
	font-family: "Sora", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.06em;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
.page_bottom_banner .bottom_banner_description {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
}
.page_bottom_banner .bottom_banner_description p{
    margin-bottom: 0px;
}
.page_bottom_banner .ms_btn {
	color: #fff !important;
	border: 1px solid #1F77FC !important;
	background-color: #1F77FC !important;
	border-radius: 0px !important;
	font-family: "Sora", sans-serif;
	font-weight: 300;
	padding: 10px 20px;
	display: inline-block;
}

.ms_management_sidebar .vc_column-inner{
	padding-right:50px;
}

.space_bottom{
	padding-bottom:120px !important;
}
.space_top{
	padding-top:120px !important;
}
.ms_management_sidebar .widgettitle {
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	background-color: #001C6B;
	padding: 15px;
	color: #fff;
}
sub, sup {
	font-size: 100% !important;
}

.msads_image_box,.msads_image_block__image {
	position: relative;
}
.msads_image_box {
	overflow: hidden;
	line-height: 0px;
}
.msads_image_box .msads_image_block__image::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 28, 107) 100%);
	filter: blur(10px);
}
.msads_image_box .msads_image_block__image img{
    width:100%;
    height:750px;
    object-fit:cover;
    object-position:center;
}
.msads_image_block__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.msads_image_box .msads_image_block__title {
	font-family: "Sora", sans-serif;
	font-size: 50px;
  font-weight: 500;
	line-height: 80px;
	letter-spacing: -0.07em;
	text-align: center;
	color:#fff;
	margin-bottom:0px;
}
.msads_image_box .msads_image_block__content p {
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.07em;
	text-align: center;
	color:#fff;
	margin-bottom:0px;
}












@media only screen and (max-width: 1600px) {
	.top_contact_wrap {
		padding-right: 0px;
	}
/* 	.page-hero .home_banner {
		padding-left: 0px;
		padding-right: 30px;
	} */
}
@media only screen and (max-width: 1400px) {
	.top_contact ul li {
		margin-bottom: 0px;
	}
	.offer_inline_item .ss-offering-content {
	padding-left: 30px;
}
}
@media only screen and (max-width: 1280px) {
	.single_industries_box .vc_custom_heading {
		font-size: 18px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 992px) {
	header .inside-header .site-logo {
		width: 50%;
	}
	header .inside-header .top_contact {
		width: 50%;
	}
	.top_contact ul li:nth-child(1),.top_contact ul li:nth-child(2) {
		display:none;
	}
	.top_contact ul li {
		margin-bottom: 0px;
	}
	.top_contact_wrap {
		padding-right: 150px;
	}
	.top_contact_wrap {
		padding-right: 100px;
	}
	button.menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: auto !important;
		margin-top: -90px;
	}
	.menu-toggle::before {
		border: 1px solid #fff;
		padding: 5px;
		font-size: 25px;
	}
	#primary-menu{
		background-color: #122859;
	}
	.main-navigation .main-nav ul li a {
		line-height: 45px;
	}
	.main-navigation ul.menu.sf-menu {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main_title h2 {
		font-size: 48px;
	}
	.single_service_box .service_box_overlay .vc_custom_heading {
		font-size: 24px;
		line-height: 28px;
	}
	.about_us_section .vc_col-sm-6,.industries_section .vc_col-sm-6,.faq_section .vc_col-sm-6,.contact_section .vc_col-sm-6{
		width:100% !important;
	}

	.industries_section .single_industries_box {
		width:50% !important;
	}
	.category-post .post-thumbnail {
		width: 100%;
	}
	.category-post .post_content_wrap {
		width: 100%;
	}
	.page-hero .home_banner {
		width: auto;
		padding-top: 90px;
		padding-right: 0px;
	}
	.page-hero.hero_banner {
		height: 750px;
	}
	.banner_title {
		font-size: 48px;
	}
	.wpb_raw_html.main_title{
		padding-right: 0px !important;
	}
	.page-hero {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.banner_row {
		display: block;
	}
	.banner_col {
		width: 100%;
	}
	.ms_imgbox_height img {
		height: 500px;
	}
	/*.service_offer_section .service_one_height,.service_offer_section .offer_inline_item {*/
	/*	width:100%;*/
	/*}*/
	.service_one_height .ss-offering-content {
		min-height: auto;
	}
	.service_offer_section .service_one_height .ss-offering{
		margin-bottom:30px;
	}
	.offer_inline_item .ss-offering {
    	display: block;
    }
    .offer_inline_item .ss-offering-content {
    	padding-left: 0px;
    	width:100%;
    }
    .ms_management_sidebar,.ms_management_content{
        width:100% !important;
    }
    .ms_management_sidebar .vc_column-inner {
	padding-right: 15px;
}
.ms_management_sidebar{
    margin-bottom:30px;
}
.ms_industries_items .ms_industries_overlay .industries_title {
	font-size: 20px;
	line-height: 28px;
}
.ms_industries_items .industries_grid_content {
	font-size: 15px;
	line-height: 24px;
}
}
@media only screen and (max-width: 979px) {
    .sp-testimonial-free-section .testimonial-nav-arrow {
    	display: block;
}
#sp-testimonial-free-wrapper-174 .sp-testimonial-free-section .testimonial-nav-arrow {
line-height: 35px;
}
}
@media only screen and (max-width: 768px) {
	header .inside-header .site-logo {
	width: 50%;
	margin-bottom: 0px !important;
	text-align: left;
}
	.industries_section .single_industries_boxes .vc_row {
		display:flex;
	}
	.space_bottom {
	padding-bottom: 40px !important;
}
	.space_top {
	padding-top: 40px !important;
}
.page-hero {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.page-hero.industries_banner .page_banner::before {
	margin-bottom: -15px;
}
	.case_studies_section .sp-tab__nav-item {
		width: 100% !important;
	}
	.case_studies_section .sp-tab__nav-item .sp-tab__nav-link {
    	padding: 15px 20px !important;
    }
	.case_studies_section .sp-tab__tab-content .sp-tab__tab-pane {
		padding: 20px !important;
	}
	.case_studies_section .sp-tab__tab-content .sp-tab-content {
		width: 100%;
	}
	.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent, .case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabImg {
	width: 100%;
}
.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent{
    margin-bottom:30px;
}
.case_studies_section .sp-tab__nav.sp-tab__nav-tabs {
		position: relative;
		margin-bottom: 0px !important;
	}
	.case_studies_section .sp-tab__tab-content .sp-tab-content .ms_tabContent{
    padding-right:0px;
}
.case_studies_section .vc_row.space_bottom{
		margin-bottom:0px !important;
	}
	.main_title h2 {
	font-size: 42px;
}
}
@media only screen and (max-width: 767px) {
	.service_section .single_service_box {
		margin-bottom:30px !important;
	}
	.service_section .single_service_box:last-child {
		margin-bottom:0px !important;
	}
	
	.service_one_height .wpb_wrapper{
		margin-bottom:30px;
	}
	.service_one_height .wpb_wrapper .wpb_wrapper{
		margin-bottom:0px;
	}
	.service_one_height .ss-offering-content {
		min-height: auto;
	}
	.ms_sfa_content .vc_column-inner {
		padding: 30px 15px 0px 15px !important;
	}
	.ms_imgbox_height img {
		height: 400px;
	}
	.single_box_content{
	    display:block;
	}
	.industries_section .single_industries_box {
	width: 100% !important;
}
.single_box_content .single_industries_box .wpb_wrapper {
	min-height: auto;
}
.single_industries_box .wpb_wrapper {
	height: auto;
}
	.ms_space_right {
	padding-right: 0px !important;
}
.ms_space_left {
	padding-left: 0px !important;
}
.page_bottom_banner .bottom_banner_content {
	width: 100%;
	display: table;
	padding-left: 0px;
}
.page_bottom_banner .bottom_banner_content_wrap {
	padding: 0px 15px;
}
.ms_bas_item .wpb_text_column {
	min-height: auto;
}
.ms_management_sidebar .vc_column-inner {
	padding-right: 15px;
}
	.contact_section .vc_message_box.ms_single_box:last-child {
	margin-bottom: 30px !important;
}
.page_bottom_banner .bottom_banner_description {
	line-height: 24px;
}
.page_bottom_banner h2 {
	font-size: 24px;
	line-height: 28px;
}
.testimonial_section .sp-testimonial-free-section.swiper-initialized {
	margin: 0 40px !important;
}
.testimonial_section .sp-testimonial-client-testimonial p {
	min-height: 250px;
}
.msads_image_box .msads_image_block__image img{
    height:600px;
}
.msads_image_box .msads_image_block__title {
	font-size: 48px;
}
.msads_image_box .msads_image_block__content p {
	font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
	.page-hero .home_banner {
		padding-top: 50px;
	}
	.banner_title {
	font-size: 28px;
}

	.industries_section .single_industries_boxes .vc_row {
	display: block;
}
	.industries_section .single_industries_box {
	width: 100% !important;
}
	.single_industries_box.last_box .wpb_wrapper {
	margin-bottom: 30px !important;
}
	.single_industries_box.last_box .wpb_wrapper .wpb_wrapper {
    margin-bottom: 0px !important;
  }
	.single_industries_box.last_box.space_empty .wpb_wrapper {
	margin-bottom: 0px !important;
}
	.main_title h2 {
	font-size: 28px;
}
	

.home_banner .btn_group {
	display: block;
	align-items: center;
	margin-top: 30px;
	width: 100%;
}
.home_banner .btn_transparent,.home_banner .btn_link {
	display:inline-block ;
}
.home_banner .btn_link {
	margin-left: 0px;
	margin-top: 10px;
}
	.category-post .post_content_inner {
	padding: 50px 15px;
}
	.top_contact_wrap {
	padding-right: 100px;
}
	button.menu-toggle {
	margin-top: -90px;
}
	.top_contact ul li a {
	padding: 10px 15px;
	font-size: 14px;
}
	header .inside-header .site-logo {
	width: 50%;
}
	header .inside-header .top_contact {
	width: auto;
		display:none;
}
.single_service_box .service_box_overlay .vc_custom_heading {
	font-size: 22px;
}
.page-hero.about_page_banner {
	height: 730px;
}
.page-hero {
	background-position: bottom;
}
.ss-offering-content .service-title {
	font-size: 24px;
}
.single.single-post .banner_title {
	font-size: 28px;
	line-height: 34px;
}
.page-hero.about_page_banner {
	padding-top: 130px;
}
.msads_image_box .msads_image_block__image img {
	height: 400px;
}
.msads_image_box .msads_image_block__title {
	font-size: 42px;
	line-height: 60px;
}

}
@media only screen and (max-width: 480px) {
    button.menu-toggle {
	margin-top: -100px;
}
.home_banner .btn_transparent{
    display:block;
}
.home_banner .btn_group {
text-align:center;
}
.msads_image_box .msads_image_block__title {
	font-size: 32px;
	line-height: 60px;
}
.case_studies_section .sp-tab__nav-item .sp-tab__tab_title {
	/*font-size: 14px !important;*/
	text-align: center;
}


}

















