/*
Theme Name: MP
Description: Custom MP Theme
Version: 2.0.1
Author: WP Tech Support
Author URI: https://wp-techsupport.com/
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template, buddypress
*/


@import url("./css/bootstrap.min.css");
@import url("./css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@400..700&display=swap');

*{margin: 0; padding: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
ul{margin: 0;padding: 0; list-style: outside none none;}

body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	font-family: "Signika", sans-serif;
}

p {
	color: #000;
}

h1 {
	font-size: 54px;
	font-weight: 600;
	line-height: 70px;
	color: #B3025B;
}

h1.vc_custom_heading {
    font-size: 42px !important;
}

h2 {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 20px;
	line-height: 50px;
	color: #B3025B;
}

h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 44px;
	color: #000000;
}

h4 {
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	color: #000000;
}

a {
    color: #B3025B;
}

a:hover{
    text-decoration: none;
	color: #000;
}

input[type="radio"] {
    accent-color: #B3025B;
}

.header{
    width: 100%;
    transition: all 0.5s ease;
}

.header.sticky-header{
    position:fixed;
    background: #fff;
    transition: all 0.5s ease;
    z-index: 999;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.section_title {
	font-family: "Source Sans 3", sans-serif;
    font-size: 38px;
	line-height: 52px;
    font-weight: 600;	
}

.text-cta {
	font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
}

.captial_subheading {
	font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
	line-height: 32px;
    font-weight: 400;
	letter-spacing: 3.36px;
	color: #000000;
	text-transform: uppercase;
}

.text-white p {
    color: #fff;
}

.width-1100 {
	width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.width-750 {
	width: 750px;
    margin: 0 auto;
    text-align: center;
}

.contact-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
	align-items: center;
}

.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #b3025b;
}

.main-header {
    padding: 15px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
	padding-bottom: 0px !important;
}

.main-header .logo-header {
    padding: 0px;
	padding-bottom: 15px;
}

.menu-header nav {
    margin-bottom: 0px;
}

.main-header .logo-header .navbar-brand {
    height: auto;
    padding: 0px;
}

.top-header .contact-header a {
   	font-size: 16px;
    padding: 4px 14px;
}

.red_btn {
    background: transparent linear-gradient(180deg, #B3045B 0%, #AA0456 46%, #A10351 100%) 0% 0% no-repeat padding-box;
	border: 2px solid #B3025B;
    border-radius: 2px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 32px;
}

.red_btn:Hover,
.red_btn:focus {
	background: transparent;
	color: #000;
	text-decoration: none;
}

.transparent_btn {
	background: transparent;
	border: 2px solid #B3025B;
    border-radius: 2px;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 32px;
}

.transparent_btn .fa {
    font-size: 18px;
    color: #b3025b;
    margin-right: 10px;
}

.transparent_btn:Hover .fa,
.transparent_btn:focus .fa {
    color: #fff;
}

.transparent_btn:Hover,
.transparent_btn:focus {
	background: transparent linear-gradient(180deg, #B3045B 0%, #AA0456 46%, #A10351 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	text-decoration: none;
}

.white_btn {
	background: #fff;
	border: 2px solid #fff;
    border-radius: 2px;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 32px;
}

.white_btn:Hover,
.white_btn:focus {
	background: transparent;
	color: #fff;
	text-decoration: none;
}


.red_vc_btn a {
    background: transparent linear-gradient(180deg, #B3045B 0%, #AA0456 46%, #A10351 100%) 0% 0% no-repeat padding-box !important;
    border: 2px solid #B3025B !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px !important;
    font-weight: 400;
    padding: 12px 32px !important;
}

.red_vc_btn a:Hover,
.red_vc_btn a:focus {
	background: transparent !important;
	color: #000 !important;
	text-decoration: none !important;
}

.transparent_vc_btn a {
	background: transparent;
	border: 2px solid #B3025B;
    border-radius: 2px;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 32px;
}

.transparent_vc_btn a .fa {
    font-size: 18px;
    color: #b3025b;
    margin-right: 10px;
}

.transparent_vc_btn a:Hover .fa,
.transparent_vc_btn a:focus .fa {
    color: #fff;
}

.transparent_vc_btn a:Hover,
.transparent_vc_btn a:focus {
	background: transparent linear-gradient(180deg, #B3045B 0%, #AA0456 46%, #A10351 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	text-decoration: none;
}

.white_vc_btn a {
	background: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 2px !important;
    color: #000 !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    padding: 12px 32px !important;
}

.white_vc_btn a:Hover,
.white_vc_btn a:focus {
	background: transparent !important;
	color: #fff !important;
	text-decoration: none !important;
}

.banner-page {
    background: url(/wp-content/themes/momentumpensions/images/banner-icon.svg) no-repeat right / cover, linear-gradient(119deg, #B3045B 0%, #3F001F 100%);
}

.category section.banner-page .container {
    padding: 0px;
}

.category section.banner-page h1 {
    padding: 100px 0;
    color: #fff;
    font-size: 47px;
    line-height: 1.1;
}

.post-grid .post-cats {
    margin-bottom: 0px;
}

h3.phone-icon::before {
    font-family: 'FontAwesome';
    font-weight: 600; /* for solid icons */
    content: "\f095"; /* Unicode for fa-star */
    margin-right: 20px;
    color: #b3025b;   /* optional */
}

h3.write-icon::before {
    font-family: 'FontAwesome';
    font-weight: 600;
    content: "\f0e0 ";
    margin-right: 20px;
    color: #b3025b;
}

.contact-details h3 {
    padding-bottom: 20px !important;
}

h3.email-icon::before {
    font-weight: 600;
    content: "@";
    margin-right: 20px;
    color: #b3025b;
}

.contact-details a,
.office-details a {
    color: #000 !important;
}

.contact-details a:Hover,
.office-details a:Hover {
    color: #b3025b !important;
}

.contact-details,
.office-details,
.align-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-details .vc_col-sm-4 .vc_column-inner {
    display: flex;
    justify-content: center;
}

ul.bullet_at li::before {
    content: "@";
    margin-right: 12px;
    color: #b3025b;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Signika';
}

ul.bullet_at li {
    padding: 4px 0;
}

.features_list ul {
	list-style: none;
	padding-left: 0;
}

.features_list ul li {
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 30px;
}

.features_list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/momentumpensions/images/tick-bullet.png) no-repeat center;
	background-size: contain;
}

.single-jobs .full-width-page-content ul {
	list-style: none;
	padding-left: 0;
}

.single-jobs .full-width-page-content ul li {
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 30px;
	width: 100%;
}

.single-jobs .full-width-page-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
    transform: translateY(0%);
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/momentumpensions/images/tick-bullet.png) no-repeat center;
	background-size: contain;
}

.single-jobs section.banner-page .container {
    padding: 0px;
}

.single-jobs section.banner-page h1,
.error404 section.banner-page h1 {
    padding: 100px 0;
    color: #fff;
    font-size: 47px;
    line-height: 1.1;
}

.error404 .post-content {
    padding: 80px 0;
}

.single-jobs .bt-content {
    padding: 80px 0;
}

.single-jobs .bt-content h5 {
    font-size: 22px;
    font-weight: 400;
}

.single-jobs .bt-content h3 {
    font-size: 25px;
}

.single-post section.banner-page {
    padding: 100px 0;
}

.single-post .banner-page h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-post .banner-page p.post_date {
    color: #fff;
}

.single-post .full-width-page-content ul {
	list-style: none;
	padding-left: 0;
}

.single-post .full-width-page-content ul li {
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 30px;
	width: 100%;
}

.single-post .full-width-page-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
    transform: translateY(0%);
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/momentumpensions/images/tick-bullet.png) no-repeat center;
	background-size: contain;
}

.single-post section.banner-page .container {
    padding: 0px;
}

.single-post section.banner-page h1 {
    color: #fff;
    font-size: 47px;
    line-height: 1.1;
}

.single-post .bt-content {
    padding: 50px 0 80px;
}

.single-post .bt-content h5 {
    font-size: 22px;
    font-weight: 400;
}

.single-post .bt-content h3 {
    font-size: 25px;
}

.single-post .news_image .container {
    padding: 0px;
    margin-top: 40px;
}

.single-post .banner-page p.post_date i {
    padding-right: 6px;
}

/*************** Footer ********************/

.footer {
    padding: 60px 0 40px;
    background: url(/wp-content/themes/momentumpensions/images/cta_bg.png) no-repeat right / contain, linear-gradient(119deg, #B3045B 0%, #3F001F 100%);
}

.footer .col-md-6 {
    padding: 0px;
}

.top-footer {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.footer .intro-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer .intro-section h2.mp-title {
    font-family: 'Source Sans 3';
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
	padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer .intro-section .textwidget p {
    font-family: 'Source Sans 3';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.footer .intro-section h2.mp-title::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('/wp-content/themes/momentumpensions/images/footer_favicon.png') no-repeat center / contain;
    position: absolute;
    left: 0px;
    top: 10px;
}

.footer-menu-section h2.mp-title {
    font-family: 'Source Sans 3';
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.footer-menu-section ul#footer-nav-menu li a {
    font-family: 'Source Sans 3';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.footer-menu-section ul#footer-nav-menu li a:Hover,
.footer-menu-section ul#footer-nav-menu li a:focus {
    opacity: 0.7;
}

.footer-menu-section ul#footer-nav-menu li.icon_bullet a:before {
    content: "\f0da";
    color: #e199ba;
    font-family: 'FontAwesome';
    padding-right: 8px;
}

.footer-menu-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer .intro-section h2.mp-title {
    margin-top: 0px;
}

.top-footer #text-2 {
    margin-top: 20px;
}

.bottom-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.bottom-footer p {
    margin-bottom: 0px;
}

.bottom-footer .col-md-6 {
    padding: 0px;
}

.bottom-footer .copyright p {
    font-family: 'Source Sans 3';
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.bottom-footer .social span {
    font-family: 'Source Sans 3';
    font-size: 17px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
}

.bottom-footer .social i {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 16px;
}

/*************** Menu **********************/

.menu-header,
.menu-header .navbar-right {
    padding-right: 0px !important;
}

.navbar-nav > li > a {
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 32px;
    color: #000 !important;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
}

.navbar-nav li.menu-item-has-children > a {
    position: relative;
    padding-right: 32px;
}

.navbar-nav > li > a:Hover, 
.navbar-nav > li > a:focus {
    background: transparent !important;
    color: #b3025b !important;
}

.navbar-nav li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('/wp-content/themes/momentumpensions/images/drop-arrow.png') no-repeat center / contain;
}

.navbar-nav li:hover > ul {
    display: block;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    min-width: 300px;
    width: auto;
    left: 18px;
    display: none;
    z-index: 9999;
    border-top: 1px solid;
    border-bottom: 6px solid;
    border-top-color: #e8e8e8 !important;
    padding: 18px 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom-color: #b3025b;
	background: #fff;
}

ul.sub-menu li a {
    font-family: 'Source Sans 3';
    font-size: 20px;
    line-height: 32px;
    color: #000 !important;
    font-weight: 600;
    padding: 8px 20px;
    display: block;
}

ul.sub-menu li a:Hover {
    color: #B3025B !important;
}


/************************ Pages **********************************/

.red_section {
	background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #b3025b;
    opacity: 0.9;
    padding: 75px 88px 35px 88px;
    position: relative;
    z-index: 2;
    margin-top: -320px;
}

.cta_bg .vc_column-inner {
    background: url(/wp-content/themes/momentumpensions/images/cta_bg.png) no-repeat center / cover, linear-gradient(#A70455);
}

.cta_bg  h2.vc_custom_heading {
    font-size: 34px !important;
}

.cta_bg p {
    font-size: 22px !important;
}

.portal_section.vc_column-gap-35 > .vc_column_container {
    padding: 0 35px !important;
}

#banner-section {
    background-position: center !important;
	background-size: cover;
}

.team-section p a:Hover {
	color: #B3025B;
}

.border-middle {
	border: 1px solid #B3025B; 
	border-top: 0px; 
	border-bottom: 0px;
}

.team-grid .vc_grid-item .wpb_single_image {
    margin-bottom: 0px !important;
    border-bottom: 2px solid #b3025b;
    background: url('/wp-content/themes/momentumpensions/images/side_bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.team-grid .vc_gitem-col {
    padding: 0px !important;
}

.team-grid .vc_grid-item .wpb_single_image img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.team-grid .vc_grid-item .vc_gitem-row-position-middle h2 {
    font-size: 36px;
    line-height: 25px;
    font-family: 'Signika';
    color: #000 !important;
    padding-top: 32px;
    padding-bottom: 5px;
}

.team-grid .vc_grid-item .vc_gitem-row-position-middle .member-desg {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0px !important;
}

.team-grid .member-designation {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0px !important;
    text-align: center;
}

.team-grid .vc_grid-item .vc_gitem-row-position-middle .team-social-links a {
    font-size: 26px !important;
}

.team-grid .vc_grid-item .vc_gitem-row-position-middle .team-social-links {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
	padding-top: 10px;
}

.team-grid .vc_gitem-row-position-middle .vc_col-sm-8 {
    width: 100% !important;
}

.team-grid .vc_gitem-row-position-middle .vc_col-sm-4 {
    width: auto;
    position: absolute;
    right: 0;
    top: 330px !important;
}

.team-grid .vc_gitem-row-position-top, 
.team-grid .vc_gitem-row-position-middle, 
.team-grid .vc_gitem-row-position-bottom {
    position: inherit !important;
}

.team-grid .vc_row:before,
.team-grid .vc_row:after {
    display: none !important;
}

.team-grid .vc-gitem-zone-height-mode-auto:before {
    display: none;
}

.team-grid .vc_gitem-row-position-bottom p {
    padding-top: 20px;
}

.team-grid .vc_grid-item {
    padding: 60px 30px 60px 30px !important;
}

.contact-section a:Hover {
    color: #B3025B !important;
}

.qrops_sections .vc_tta-panel-heading {
    border: none !important;
    border-bottom: 2px solid #b3025b !important;
    border-width: 2px !important;
    margin-bottom: 0 !important;
}

.qrops_sections .vc_tta-panel-heading a {
    padding: 10px 0px !important;
    color: #000 !important;
}

.qrops_sections .vc_tta-panel-body {
    border: none !important;
    padding: 50px 0 !important;
}

.qrops_sections .vc_tta-panel-heading i {
    width: 20px;
    height: 20px;
    right: 0px !important;
}

.qrops_sections .vc_tta-panel-heading:Hover {
    background: none !important;
}

.pdf-forms-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;     
	padding-left: 0;
	margin: 0;
}

.pdf-forms-list li {
	width: 50%;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.pdf-forms-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/momentumpensions/images/pdf-icon.png) no-repeat center;
	background-size: contain;
}

.job-grid .vc_gitem-row-position-top, 
.job-grid .vc_gitem-row-position-middle, 
.job-grid .vc_gitem-row-position-bottom {
    position: inherit !important;
}

.job-grid .vc_row:before,
.job-grid .vc_row:after {
    display: none !important;
}

.job-grid .vc-gitem-zone-height-mode-auto:before {
    display: none;
}

.job-grid .vc_grid-item .vc_gitem-post-data-source-post_title {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0px;
}

.job-grid .vc_grid-item .job-designation {
    text-align: center;
    padding-bottom: 10px;
}

.job-grid .vc_grid-item .job-location {
    text-align: center;
}

.post-grid .vc_gitem-row-position-top, 
.post-grid .vc_gitem-row-position-middle, 
.post-grid .vc_gitem-row-position-bottom {
    position: inherit !important;
}

.post-grid .vc_row:before,
.post-grid .vc_row:after {
    display: none !important;
}

.post-grid .vc-gitem-zone-height-mode-auto:before {
    display: none;
}

.post-grid .vc_grid-item {}

a.vc_gitem-link {}

.post-grid .vc_grid-item .vc_custom_heading {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.post-grid .vc_gitem-post-data-source-post_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-grid .vc_grid-item .vc_gitem-post-data-source-post_date {
    font-size: 20px;
    font-weight: 500;
}

.post-grid .vc_grid-item .vc_gitem-post-data-source-post_excerpt {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.post-grid .vc_grid-item .vc_grid-item-mini {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-grid .vc_grid-item .vc_grid-item-mini {
    padding: 30px 30px !important;
}

.post-grid .vc_grid-item .vc_gitem-post-data-source-post_date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    margin-right: 8px;
}

.post-grid .post-cats a.vc_gitem-link:before {
    content: "\f02c";
    font-family: 'FontAwesome';
    margin-right: 8px;
}

.post-grid .post-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.post-grid .post-image img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.post-grid .vc_grid-item .vc_gitem-post-data-source-post_date {
    display: flex;
}

.single-post .bt-content img {
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.single-post i.fa.fa-tags {
    margin-left: 10px;
}

.single-post .post_date a {
    color: #fff !important;
}

.category .full-width-page-content {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.category .post-grid .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.vc_grid-btn-load_more a {
    background: transparent linear-gradient(180deg, #B3045B 0%, #AA0456 46%, #A10351 100%) 0% 0% no-repeat padding-box !important;
    border: 2px solid #B3025B !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px !important;
    font-weight: 400;
    padding: 12px 32px !important;
}

.vc_grid-btn-load_more a:Hover {
    background: transparent !important;
    color: #000 !important;
}

.vc_tta-panel.vc_active a {
    cursor: pointer !important;
}

.error404 .main-service-content-wrapper {
    margin: 80px 0;
    text-align: center;
}

/* ---------------------------------------------------
                Responsive CSS
--------------------------------------------------- */

@media screen and (min-width: 1100px) and (max-width: 1399px) {
	.navbar-nav > li > a {
        font-size: 17px;
        padding: 15px 8px 15px 8px;
    }
}

@media (max-width: 1200px){
	.width-1100 {
		width: 80%;
	}	
	
	.footer {
		background-position: center center;
        background-size: cover;
	}
}

@media (max-width: 1025px) {
	.width-1100 {
		width: 80%;
	}
	
	.navbar-nav > li > a {
		font-size: 16px;
		padding: 15px 12px 15px 12px;
	}
	
	.width-750 {
		width: 80%;
	}
	
	.office-details .vc_col-sm-3 {
		width: 35%;
	}
	
	.contact-details .vc_col-sm-3 {
		width: 35% !important;
	}
}

@media (max-width: 992px){
    .width-1100 {
		width: 100% !important;
	}
	
	.top-header, .main-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	
	.navbar-toggle {
        display: block;
    }
	
	.navbar-collapse.collapse {
        display: none !important;
    }
	
	.top-footer,
	.bottom-footer {
		column-gap: 20px;
	}
	
	.portal_section .vc_column-inner {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-top: 60px !important;
		padding-right: 30px !important;
		padding-bottom: 60px !important;
		padding-left: 30px !important;
	}
	
	.full-width-page-content {
		overflow: hidden;
	}
	
	.navbar-toggle .fa-times {
        display: none;
    }

    .navbar-toggle.active .fa-times {
        display: block;
    }

    .navbar-toggle .fa-bars {
        display: block;
    }

    .navbar-toggle.active .fa-bars {
        display: none;
    }
	
	.navbar-toggle {
		margin-right: 0px !important;
	}

	.navbar-toggle .fa-bars {
		font-size: 20px;
		color: #B3025B;
	}
	
	.main-header .menu-header {
		flex-grow: 1;
		width: 100%;
	}

	.navbar-main-collapse {
		position: absolute;
		background: #fff;
		z-index: 999;
		width: 100%;
		top: 55px;
		left: 0;
		padding: 0px !important;
	}

	.nav > li {
		border-bottom: 1px solid #efc7db;
		width: 100%;
	}

	.nav > li:last-child {
		border: none !important;
	}

	.navbar-nav {
		margin: 0px !important;
	}

	.main-header {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	
	ul.sub-menu {
		position: static !important;
		min-width: inherit !important;
		border: none !important;
		box-shadow: none !important;
		padding: 0px !important;
	}

	ul.sub-menu li a {
		font-size: 16px;
		padding: 15px 12px 15px 12px !important;
	}
	
	.navbar-nav li.menu-item-has-children > a::after {
    	right: 18px;
	}
	
	.radio_loc {
    	flex-direction: column !important;
    	align-items: flex-start !important;
	}
	
	.single-jobs .banner-page .container,
	.single-post .banner-page .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.news_image img {
		width: 100%;
		object-fit: contain;
		height: 180px;
	}

	.news_image {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.team-grid .vc_grid-item .vc_gitem-row-position-middle .team-social-links {
		justify-content: center;
	}
	
	.team-grid .vc_gitem-row-position-middle .vc_col-sm-4 {
		position: static;
		width: 100%;
	}
	
	.team-grid .vc_grid-item .wpb_single_image {
		background: none !important;
	}
	
	.contact-details {
		flex-direction: column;
	}
	
	.contact-details .vc_col-sm-3 {
		width: 100% !important;
	}
	
	.office-details .vc_col-sm-3 {
		width: 50%;
	}
	
	.table_scroll {
		overflow-x: scroll;
	}
}


@media (max-width: 767px){
	.team-grid .vc_grid-item {
		flex: 0 0 100%;
	}
	
	.top-footer {
		flex-direction: column;
	}

	.footer .intro-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.portal_section {
		row-gap: 30px;
	}
	
	.red_section {
		padding: 50px 10px 35px 10px;
	}
	
	.top-header .contact-header a.transparent_btn {
		display: none;
	}
	
	.top-header, .main-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.contact-header {
		justify-content: space-between;
	}
	
	.qrops-box {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	#qrops_jur_container .vc_column-inner {
		border-right-style: none !important;
	}
	
	.team-grid .vc_gitem-row-position-middle {
		transform: translateY(0%) !important;
	}
	
	.post-grid .vc_row.vc_gitem-row-position-middle {
		transform: translateY(0%) !important;
	}
	
	.office-details .vc_col-sm-3 {
		width: 100%;
	}
	
	.features_list ul li {
		width: 100%;
	}
	
	.pdf-forms-list li {
    	width: 100%;
	}
	
	.page-id-32 .align-container,
	.page-id-30 .align-container {
		display: flex;
		flex-direction: column;
	}
}