/*=====================================*/
/*  Add your Custom Styles Here   */
/*=====================================*/

/* 
font-family: 'Martel', serif; 
font-family: 'Nunito', sans-serif;
*/


:root {
    /*--- Color ---*/
    --light-color: #fff;
    --dark-color: #202020;
    --primary-color: #1d2d51;
    --secondary-color: #58bba9;
    --accent-color: #b2deef;
    --special-color: #f8e97d;
    --special-color2: #495774;
    --primary-font: 'Nunito', sans-serif;
    --secondary-font: 'Martel',serif;
    --transition: all .4s ease-in-out;
}


/*--- Global Header ---*/
body.md #main_nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

 body.md #main_nav.sticky + .x-main {
    padding-top: 100px;
}

body.md.admin-bar #main_nav.sticky {
    top: 32px;
}

 body.md.admin-bar #main_nav.sticky + .x-main {
    padding-top: 132px;
}

 body.md .x-main.full {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
}

.md .x-topbar {
    position: relative;
    z-index: 90;
    padding-top: 20px;
}

body.md.x-navbar-fixed-top-active .x-navbar-wrap {
    z-index: 99;
}

.md .x-navbar .x-brand img {
    width: 160px;
    position: relative;
    margin-top: -65px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.md .x-navbar .desktop .x-nav > li > a {
    padding-top: 40px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.md .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a {
    padding-top: 60px;
}

.md .x-topbar .x-social-global a i::before {
    color: var(--primary-color);
}

.md .x-topbar .x-social-global a:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

.md .x-topbar .x-social-global a:hover i::before {
    color: var(--secondary-color);
}




/*--- Global Footer ---*/

.foot_logo img {
    margin-bottom: 0;
    width: 100%;
}

.lang_translate {
    margin-bottom: 14px;
    text-align: left;
}

.lang_translate h4 {
    color: var(--primary-color);
    font-family: var(--primary-font);
    text-align: left;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: 1.5em;
    margin-top: 0;
}

.widget_custom_html .x-social-global {
    text-align: left;
}

.offices p {
	margin-bottom: 12px;
}

.offices p,
.offices p a,
.offices p a:hover {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.4;
	text-align: left;
}

.offices p a {
	float: right;
}

.offices p strong {
	font-family: var(--secondary-font);
}

.md .x-colophon.top {
	padding: 60px 0 70px;
    background-color: var(--secondary-color);
}

.md .x-colophon.top .x-column:nth-child(1) {
	width: 22%;
	margin-left: 4%;
}

.md .x-colophon.top .x-column:nth-child(2) {
    width: 60%;
    margin-right: 4%;
    margin-left: 6%;
}

.md .offices {
	margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.md .offices .office_left,
.md .offices .office_right {
    float: left;
}

.md .offices .office_left {
    width: 41.66%;
    margin-right: 8.34%;
}

.md .offices .office_right {
    width: 41.66%;
    margin-left: 8.34%;
}

.md .offices .divider_line {
    width: 1px;
    border: 1px solid var(--primary-color);
    height: 265px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.md .x-colophon.top .x-column:nth-child(2) .textwidget {
    display: block;
    text-align: left;
}

.md .x-colophon.bottom .x-nav li a {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    padding: 12px;
    display: block;
    text-transform: capitalize;
}

.md .x-colophon.top .x-social-global a,
.md .x-topbar .x-social-global a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 10px;
}

.md .x-colophon.top .x-social-global a {
	background-color: var(--special-color2);
}

.md .x-colophon.top .x-social-global a i::before,
.md .x-colophon.bottom .x-nav li a:hover {
    color: var(--secondary-color);
    opacity: 1;
}

.md .x-colophon.top .x-social-global a:hover {
    background-color: var(--primary-color);
}

.md .x-colophon.top .x-social-global a:hover i::before {
    color: var(--secondary-color);
}

.md .x-colophon.top .widget_text .h-widget {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 12px;
}

.md .x-colophon.bottom .x-nav li:before {
    display: none;
}

.md .x-colophon.bottom .x-colophon-content,
.md .x-colophon.bottom .x-colophon-content a {
    font-size: 12px;
    color: var(--light-color);
}

.md .x-colophon.bottom .x-colophon-content a:hover {
    color: var(--secondary-color);
}

.md .x-colophon.bottom {
    padding: 0;
}

.md .x-colophon.bottom .x-nav {
    margin: 0;
    text-align: center;
    background-color: var(--primary-color);
    padding: 20px 0;
}

.md .x-colophon.bottom .x-colophon-content {
    margin: 0;
    padding: 30px 0;
    background-color: var(--primary-color);
    overflow: hidden;
}

.md .x-colophon.bottom .footer_bot {
	max-width: 1200px;
    margin: auto;
    width: 90%;
}

.md .x-colophon.bottom .footer_bot p,
.md .x-colophon.bottom .footer_bot p a {
	font-size: 14px;
}

.md .x-colophon.bottom .footer_bot p:first-child {
	float: left;
	margin-bottom: 4px;
}

.md .x-colophon.bottom .footer_bot p:last-child {
	float: right;
	margin-bottom: 4px;
}


/*--- Home Page ---*/
.md .page_header .page_title.h1 {
    line-height: 1.5em
}

.md .subtitle.h4 {
    padding-bottom: 20px;
    color: var(--secondary-color);
    font-size: 2.25em;
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.md .content_txt {
    max-width: 980px;
    margin: 0 auto;
}

.md .content_txt p {
    line-height: 1.4;
}

.md .split_row {
    display: flex;
}

.md .split_row .split_col {
    min-height: 480px;
    height: 480px;
    vertical-align: middle !important;
}

.md .split_title {
    font-family: var(--secondary-font);
    font-size: 2em;
    line-height: 1.4;
}

.md .split_title strong {
    font-weight: 800;
}

.md a.split_btn {
    margin: 0 auto;
    display: block;
    min-width: 200px;
    width: 220px;
    font-weight: 700;
    text-transform: capitalize;
    padding: .6em 1em;
}

.md a.split_btn.x-btn:hover {
    background-color: var(--primary-color);
    text-transform: capitalize;
}

.md .split_txt {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
}

.md .split_row .man {
    height: 100%;
    object-fit: cover;
}

.md .split_col.video .x-video.embed {
    max-width: 620px;
    margin: 0 auto;
}

.md .testify_txt {
    max-width: 85%;
    margin-left: 0;
}

.md .testify_txt p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    color: var(--primary-color);
}

.md .testify_author p {
    font-size: 22px;
    font-weight: 800;
}

.md .cta_title.h2 {
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: .5px;
    margin-top: 40px;
}

.md .cta_row {
    display: flex;
    align-items: center;
}

.md .x-btn.cta_btn {
    background-color: var(--special-color);
    border-radius: 100px;
    padding: .6em 1.2em;
    border-width: 2px;
    line-height: 1.4;
    font-weight: 700;
}

.md .x-btn.cta_btn:hover {
    color: var(--light-color);
    border-width: 2px;
    background-color: var(--secondary-color);
}


/*--- Other Pages ---*/
#hero_p,
#hero_p p,
#hero_p a,
#hero_p a:hover {
	color: var(--light-color) !important;
}



body.md .md_sec_cta {
    background-color: var(--primary-color);
    padding: 30px 0;
    display: block;
    clear: both;
}

.md_sec_cta .cta_left h2 {
    color: var(--light-color);
    font-weight: 700;
    font-size: 48px;
    font-family: var(--primary-font);
    margin: 0;
}

.md_sec_cta .cta_left {
    margin-right: 5.45%;
    float: left;
    width: 64.55%;
}

.md_sec_cta .cta_right {
    float: left;
    width: 30%;
}

.md_sec_cta .custom-html-widget {
    max-width: 1200px;
    width: 100%;
}

.md_sec_cta .cta_right a {
    background-color: var(--special-color);
    border-radius: 100px;
    padding: .6em 1.2em;
    border-width: 2px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 800;
    font-size: 24px;
}












