/*
Theme Name: EED Advisory
Base Theme URI: http://underscores.me/
Author: Bernard Kairu
Author URI: https://www.linkedin.com/in/bernard-mwangi-9a836735/
Description: EED Advisory is a custom theme based off underscore starter theme. Its very minimal with which you can clearly tell from the menu, use and layout of the images and text as well as the color scheme. Support for this theme is only available for EED Advisory under custom terms and as such, support for duplicates of this theme will indeed warrant an additional fee. This theme looks beautiful in all devices, is light, uses minimal scripts and for ease of use, implements the ooh so popular Visual Composer plugin for content managament. Dive in.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jerimuchura
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ofabkenya

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------
    Font Faces
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;900&family=Poppins:wght@900&display=swap');

@font-face {
    font-family: 'graniteregular';
    src: url('./assets/fonts/granite-webfont.woff2') format('woff2'),
         url('./assets/fonts/granite-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'striverxstriverx';
    src: url('./assets/fonts/striverx-webfont.woff2') format('woff2'),
         url('./assets/fonts/striverx-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*--------------------------------------
    Normalize
--------------------------------------*/

:focus, :hover{
    outline: none;
    text-decoration: none;
}

img{ max-width: 100%; }
a{ transition:all 0.2s; }
a:focus, a:hover{
    text-decoration: none;
}




/*--------------------------------------
    Typography
--------------------------------------*/

body { font-family: 'Open Sans', sans-serif; font-size: .9rem; line-height: 1.5rem; }
p { line-height: 25px; font-size: .85rem; }

.h1, .h2, .h3, h1, h2, h3 { margin-top: 5px; }
.mk-fancy-title { font-family: 'Poppins', sans-serif; font-weight: 900; }





/*--------------------------------------
    Utilities
--------------------------------------*/

/*--- colors ---*/
body, p { color:#575656; }
.bg-teal-light { background-color: #dafeec; }

/*--- List ---*/
.wpb_wrapper ul { padding: 0 1rem; }
.wpb_wrapper ul li { margin-bottom: 1rem; line-height: 1.5rem; }

/*--- Borders ---*/
.more-hr { display: flex; align-items: center; margin-bottom: 0; }
.more-hr:before { content:""; background-image:url(./assets/images/ellipses.png); background-size: 20px; width: 20px; height: 8px; background-repeat: no-repeat; margin-right: .7rem; position: relative; top:2px; }




/*--------------------------------------
    Header and Navigation
--------------------------------------*/

header{
    position: relative;
    z-index: 2;
}

header.fixed-top { position: absolute; }
header.has-pattern:before{
    background-repeat: repeat-x;
    background-position: top left;
    content: "";
    display: block;
}

header.has-bg{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 215px;
}

header.has-bg:after{
    position: absolute;
    content: "";
    background: url(assets/images/bottom-pattern-2.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 62px;
    bottom: -5px;
}




/*--- Navigation ---*/
.admin-bar header.fixed-top { margin-top: 32px; }
header .navbar-brand > img {
    max-width: 110px;
    width: 110px;
}

header nav.navbar{ margin-bottom: 0; }
header .navbar-brand{
    display: inline-block;
    padding: 0;
    height: auto;
    z-index: 1;
}

header .navbar .navbar-nav li a { font-weight: 600; font-size: .9rem; padding: .5rem 1rem; }
header .navbar .navbar-nav li.current-menu-item a { color: #0b703d; }

header .navbar-nav li a:focus,
header .navbar-nav li a:hover{ background: transparent; }
header .navbar-toggle .icon-bar{ background:#2b3088; }





/*--------------------------------------
    Visual Composer Elements
--------------------------------------*/
.vc_row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pattern-container{ position: relative; }
.pattern-container .bg-pattern{
    background-position: 50% 14%;
    position: absolute;
    top: -33px;
    width: 100%;
    height: 100%;
    height: -webkit-calc(100% + 70px);
    height: -moz-calc(100% + 70px);
    height: calc(100% + 70px);
    left: 0;
    background-size: 27%;
    opacity: 0.7;
    z-index: 1;
}
.pattern-container .bg-pattern.push-back{ z-index: -1; }

.pattern-container .img-border-top,
.pattern-container .img-border-bottom{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
}

.pattern-container .img-border-top{ top:-34px; }
.pattern-container .img-border-bottom{ bottom:-35px; }



.left_img_half .vc_column_container.vc_col-sm-12{
    width: 50%;
    float: right;
    padding: 0 0 0 80px;
}


.right_img_half .vc_column_container.vc_col-sm-12{
    width: 50%;
    float: left;
    padding: 0 80px 0 0;
}

.left_img_half .half_bg{
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 50%;
}

.right_img_half .half_bg{
    position: absolute;
    top: -15px;
    right: 0;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    height: -webkit-calc(100% + 30px);
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
    width: 55%;
    -webkit-mask-image: url(assets/images/brush4.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    z-index: 1;
}

/*.vc_row.wpb_row .container{ max-width: 85%; }*/
.other-offers .img-border-bottom{ display: none; }







/*--- VC Column ---*/

.vc_column-inner .max-width.align-left{ margin: 0 auto 0 0; }
.vc_column-inner .max-width.align-center{ margin: 0 auto; }
.vc_column-inner .max-width.align-right{ margin: 0 0 0 auto; }
.pattern-container .vc_column_container{
    position: relative;
    z-index: 2;
}





/*--- Button ---*/

.vc_btn.styled,
.formcraft-css > a{
    text-transform: uppercase;
    background: url(assets/images/button_bg.svg) no-repeat center;
    background-size: cover;
    font-family: 'AvenirLT-Black';
    height: 50px;
    width: 245px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
}

.sm .vc_btn.styled{
    height: 40px;
    width: 200px;
    line-height: 20px;
    text-align: center;
}

.vc_btn.styled:hover,
.vc_btn.styled:focus{ color: #2c3088; }
.vc_btn3-container span.btn-img{ display: block; }
.vc_btn3-container .btn-img img{ 
    max-width: 30px;
    position: relative;
    top: -10px;
}

.vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -70px;
}
.vc_btn3-container.vc_btn3-center{ margin-bottom: 0; }

.floating.vc_btn3-container{
    position: fixed;
    top: 50%;
    z-index: 3;
    right: -83px;
    -webkit-transform: translateY(-50%) rotate(-90deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%) rotate(-90deg); /* IE 9 */
    transform: translateY(-50%) rotate(-90deg);
    margin-bottom: 0;}

.floating .vc_btn.styled{
    background: url(assets/images/button_bg2.svg) no-repeat center;
    background-size: contain;
    height: 55px;
    line-height: 30px;
}

.formcraft-css > a{ 
    position: fixed;
    top: 50%;
    right: -75px;
    z-index: 3;
    margin-bottom: 0;
    display: inline-block;
    background: url(assets/images/button_bg2.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%) rotate(-90deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%) rotate(-90deg); /* IE 9 */
    transform: translateY(-50%) rotate(-90deg);
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 200px;
    cursor: pointer;
}
.formcraft-css > a:hover,
.formcraft-css > a:focus{ color: #2c3088; }
.fc_modal{ 
    overflow: auto;
    padding-top: 10px;
}
.formcraft-css .fc-form{ font-family: 'AvenirLTStd-Book' !important; }
.formcraft-css .fc-form h1{ 
    font-family: 'ave_fedan';
    color: #2c3088 !important;
}
.formcraft-css .fc-form input[type=text]{ padding: 5px 12px; }
html .formcraft-css .fc-form .field-cover>span>span{ font-size: 15px; }
html .formcraft-css .fc-form .form-element .error{
    font-size: 12px;
    right: 15px;
}
html .formcraft-css .fc-form .form-element .field-cover [class^=icon-],
html .formcraft-css .fc-form .form-element .field-cover [class^=icon-].icon-clock-1{ 
    margin: 3px 10px;
    font-size: 16px;
}
.formcraft-css input[type=text],
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,
html .formcraft-css .fc-form .form-element select, 
html .formcraft-css .fc-form .form-element textarea{ font-size: 14px; }
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover select,
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker{ padding: 5px 5px !important; }
html .formcraft-css .fc-form.field-alignment-center .form-element .form-element-html .field-cover>div{ 
    text-align: left;
}
html .formcraft-css .fc-form .form-element .timepicker-cover select,
html .formcraft-css .fc-form .form-element .timepicker-cover .time-fields-cover input.meridian-picker{ width: 15%; }
html .formcraft-css .fc-form .form-element .form-element-html { padding: 0 5px 15px; }
html .formcraft-css .fc-form .form-page-content { padding: 25px; }
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover{ padding-bottom: 25px; }








/*--- SVG Masked Image ---*/
.item--css-mask{
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 360px;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    max-width: 100%;
}




/*--- SVG Map ---*/
.svg-map svg{ 
    max-width: 70%;
    margin: 0 auto;
    display: block;
}
.svg-map > span{ display: none; }
.svg-map svg #baja,
.svg-map svg #nort,
.svg-map svg #jali,
.svg-map svg #cent,
.svg-map svg #vera,
.svg-map svg #oaxa,
.svg-map svg #yuca{ 
    transition: all 0.2s ;
} 

.svg-map svg #bajacaliforniano:hover #baja,
.svg-map svg #norteno:hover #nort,
.svg-map svg #jalicense:hover #jali,
.svg-map svg #centro:hover #cent,
.svg-map svg #veracruzano:hover #vera,
.svg-map svg #oaxaqueno:hover #oaxa,
.svg-map svg #yucateco:hover #yuca{ 
    fill:#2b3088;
}


.svg-map svg #bajacaliforniano,
.svg-map svg #norteno,
.svg-map svg #jalicense,
.svg-map svg #centro,
.svg-map svg #veracruzano,
.svg-map svg #oaxaqueno,
.svg-map svg #yucateco{
    cursor: pointer;
}




/*--- Footprints pop up ---*/
.pop-up-bg {
  position: fixed; background: rgba(0,0,0,.8); width: 100%;
  height: 100%; left: 0; top: 0; z-index: 2010; visibility: hidden;
  opacity: 0; transition:all 0.2s;
}
.pop-up-bg.show { visibility: visible; opacity: 1; overflow: auto; }
.pop-up-bg.show .pop-up { transform: translateX(0%); }
.pop-up-bg .pop-up {
  top: 70px; position: relative; transform: translateX(-10%); width: 40%;
  background: #fff; padding: 30px; margin: 0 auto 40px; transition: all 0.2s;
}
.pop-up img{ max-width: 100%; margin-top: 1rem; }
.pop-up p { margin-bottom: 0px; font-size: 13px; line-height: 21px; }
.pop-up i{ position: absolute; top: 10px; right: 12px; display: inline-block; cursor: pointer; }
.pop-up .img-bg{ 
  min-height: 300px; background-size: cover;background-repeat: no-repeat;
  background-position: top center; margin-bottom: 20px;
}
.pop-up h3 {
  text-transform: uppercase; font-size: 16px; text-align: center;
  margin: 0; font-weight: bold;
}
.pop-up h3:after{
  content: ""; display: block; max-width: 150px;
  background: #2a2c6d; height: 2px; margin: 8px auto 10px;
}




/*--- Google Map ---*/
.wpb_gmaps_widget.wpb_content_element{ margin-bottom: 15px; }
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper{ background-color: #f7f7f7; margin-top: 82px; }






/*--- Blog Styles ---*/

.mk-blog-grid-item{ margin-bottom:30px; }

.blog-grid-holder .the-title{ margin-bottom: 7px; }
.blog-grid-holder .the-title a{ 
    color:#575656; 
    font-family: 'AvenirLT-Black';
    font-size: 16px;
}

.blog-grid-holder .mk-blog-meta-wrapper{
    font-size: 13px;
    margin-bottom: 13px;
}
.blog-grid-holder .mk-blog-meta-wrapper a{ color: #888; }
.blog-grid-holder .the-excerpt p{
    font-family: 'AvenirLTStd-Book';
}

.blog-grid-holder .blog-featured-img{
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 170px;
    -webkit-mask-image: url(assets/images/brush6.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}


.blog-grid-holder .mk-blog-meta{ 
    margin-bottom: 25px;
    padding-left: 15px;
}

.blog-grid-holder .blog-grid-footer a.mk-readmore {
    text-transform: uppercase;
    background: url(assets/images/btn-bg-2.png) no-repeat center;
    background-size: cover;
    font-family: 'AvenirLT-Black';
    height: 50px;
    width: 210px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
    margin-left: 15px;
}

.blog-grid-holder .blog-grid-footer a.mk-readmore:hover,
.blog-grid-holder .blog-grid-footer a.mk-readmore:focus{ color:#2c3088; }






/*--- Blog Showcase ---*/

.mk-blog-showcase-container{ position: relative; }
.mk-blog-showcase-container:after{
    content: "";
    clear: both;
    display: block;
}

.mk-blog-showcase-container .featured-img {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 340px;
    -webkit-mask-image: url(assets/images/brush6.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    max-width: 100%;
    display: block;
}

.mk-blog-showcase-container .heading{
    background: url(assets/images/brush8.png) no-repeat top center;
    background-size: contain;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 190px;
    text-transform: uppercase;
    color: #fff;
    height: 50px;
    z-index: 1;
    font-family: 'AvenirLT-Black';
    line-height: 50px;
}


.mk-blog-showcase-container .featured-img{
    float: left;
    width: 60%;
}
.mk-blog-showcase-container .blog-showcase-content{
    display: inline-block;
    width: 40%;
    padding: 40px 0 0 50px;
}

.blog-showcase-content h3{ 
    font-family: 'los_banditosbold';
    text-transform: uppercase;
    color: #575656;
    margin-bottom: 20px;
}

.blog-showcase-content .showcase-content{
    font-family: 'AvenirLTStd-Book';
    color: #575656;
    line-height: 25px;
    margin-bottom: 30px;
}

.blog-showcase-content .mk-readmore{
    background: url(assets/images/button_bg.svg) no-repeat center;
    background-size: cover;
    font-family: 'AvenirLT-Black';
    height: 50px;
    width: 245px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
    text-transform: uppercase;
}

.blog-showcase-content .mk-readmore:hover,
.blog-showcase-content .mk-readmore:focus{ color:#2c3088; }





/*--- Blog Single ---*/

.content-area.portfolio { 
    margin-top: 100px;position: relative;
    padding: 3rem 0 0; border-top: 1px solid #f5f5f5;
}

.content-area.portfolio .entry-header,
.content-area.portfolio .entry-content { max-width: 90%; margin: 0 auto 2rem; }
.content-area.portfolio .entry-header .title { width: 70%; }
.content-area.portfolio .entry-header .title h3 { font-weight: bold; }
.content-area.portfolio .entry-header .title h6 { font-size: .85rem; color: #888; margin-bottom: .3rem; }
.content-area.portfolio .entry-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: start; }

.content-area .border-bottom-p{ position: relative; }
.content-area .entry-header:before,
.content-area .border-bottom-p:before
{
    content: "";
    position: absolute;
    top:0; left:0;
    width: 100%; height: 100%;
    background-size: 27%;
    opacity: 0.5;
    z-index: 0;
}

.content-area .entry-footer { padding-top: 1rem; }
.content-area .entry-footer .post-navigation{
    padding: 18px 20px 25px; margin: 20px 0 50px; border-width: 1px 0 0 0;
    border-color: #e5e5e5; border-style: solid;
}
.content-area .entry-footer .post-navigation:after{
    content: "";
    display: block;
    clear: both;
}
.content-area .entry-footer .post-navigation .screen-reader-text{ display: none; }
.content-area .entry-footer .post-navigation .nav-previous,
.content-area .entry-footer .post-navigation .nav-next{
    float: left;
    width: 50%;
}
.content-area .entry-footer .post-navigation .nav-previous{ border-right: 1px solid #e5e5e5; }
.content-area .entry-footer .post-navigation .nav-next{ 
    text-align: right;
    float: right;
}


.content-area .entry-footer .post-navigation .nav-previous a,
.content-area .entry-footer .post-navigation .nav-next a { display: inline-block; top: 10px; position: relative; max-width: 80%; color: #666; font-weight: bold; }
.content-area .entry-footer .post-navigation a:hover { color: #2a2c70; }
.content-area .entry-footer .post-navigation a .content { display: flex; align-items: center; }
.content-area .entry-footer .post-navigation a .content img { margin-right: .5rem; }

.content-area.portfolio .entry-footer .post-navigation .nav-previous a:before{ content: "Previous Project" }
.content-area.portfolio .entry-footer .post-navigation .nav-next a:before{ content: "Next Project" }
.content-area.portfolio .entry-footer .post-navigation.team-nav .nav-previous a:before{ content: "Previous" }
.content-area.portfolio .entry-footer .post-navigation.team-nav .nav-next a:before{ content: "Next" }
.content-area .entry-footer .post-navigation .nav-previous a:before,
.content-area .entry-footer .post-navigation .nav-next a:before { display: block; margin-bottom: 1.5rem; color: #888888; font-size: .75rem; text-transform: uppercase; }
.content-area .entry-footer .post-navigation.team-nav .nav-previous a:before,
.content-area .entry-footer .post-navigation.team-nav .nav-next a:before { margin-bottom: .8rem; }



/*--- Focus Areas ---*/
.mk-focus-areas { max-width: 90%; margin: 0 auto; }
.mk-focus-areas-container { margin-top: -80px; z-index: 3; position: relative; }
.mk-focus-area-grid-item .mk-focus-area-item { padding: 2rem 3rem; height: 100%; text-align: center; display: block; background-color: #2a2c70; }

.mk-focus-area-item .focus-area-details { margin-top: 1.3rem; }
.mk-focus-area-item .focus-area-details { color: #cccccc; }
.mk-focus-area-item.current-item .focus-area-details { color: #ffffff; }
.mk-focus-area-item.current-item { background-color: #343689 !important; }
.focus-area-details h6.the-title { font-weight: 800; }
.focus-area-details .the-excerpt { font-size: .8rem; line-height: 1.5rem; }
.mk-focus-areas .focus-area-btns { display: none; }

.mk-focus-areas > article { position: relative; }
.mk-focus-areas > article:not(:last-child):after {
    content: "";  position: absolute; height: 60%; top: 50%; right:-1px;
    background-color: rgba(255,255,255,.6); transform: translateY(-50%); width: 1px; z-index: 1;
}



/*--- Publications Filter ---*/
.mk-pb-filter { max-width: 90%; margin: 0 auto; }
.mk-pb-filter-container { margin-top: -50px; z-index: 3; position: relative; }
.mk-pb-filter-grid-item .mk-pb-filter-item { padding: 2rem 3rem; height: 100%; text-align: center; display: block; }

.mk-pb-filter-item { color: #cccccc; background-color: #2a2c70 }
.mk-pb-filter-item:hover { color: #ffffff; }
.mk-pb-filter-item.current-item { color: #ffffff; background-color: #3b3e9c !important; }
.mk-pb-filter-item h6.the-title { font-weight: 800; }



/*--- Publications ---*/
.publications .publication { padding: 2rem 2rem; border-bottom: 1px solid #e6e6e6; }
.publications .publication:nth-child(even) { border-left: 1px solid #e6e6e6; }
.publication .date { font-size: .8rem; color: #777777; font-weight: 600; }
.publication .description { color: #666666; line-height: 1.4rem; font-size: .9rem; }
.publication .title { color: #2a2c70; font-weight: 600; margin-bottom: 1rem; margin-top: .3rem; font-size: 1.1rem; line-height: 1.6rem; }
.publication .attachment { display: inline-block; margin-top: 1rem; font-weight: 600; color: black; text-transform: uppercase; font-size:.8rem; transition: all 0.2s; }
.publication .attachment svg { width: 18px; margin-right: .5rem; height: 18px; }
.publication .attachment:hover .icon { transition: all 0.2s }
.publication .attachment:hover .icon { fill: currentColor; }
.publication .attachment:hover { color: #2a2c70; }
.publication .publication-img { max-width: 130px; margin-right: 1rem; }


/*--- Social Component ---*/
.mk-social-links { display: flex; }
.mk-social-links a { color: #a9a9a9; margin-right: 1.4rem; font-size: .95rem; }


/*--- Company Links ---*/
.mk-company-links { display: flex; justify-content: center; align-items: center; }
.mk-company-links a { padding: .7rem 2rem; border-radius: .3rem; background-color: #0b703d; font-weight: bold; color: #fff; min-width: 260px; text-align: center; }
.mk-company-links a:first-child { margin-right: 1rem; background-color: #2a2c70; }


/*--- Service Offerings ---*/
.mk-services { margin: 0 auto; z-index: 1; }
.mk-services-container { margin-top: -4rem; z-index: 3; position: relative; }
.mk-services .mk-service-item { display: block; }
.mk-services .mk-service-grid-item { position: relative; width: initial; flex-shrink:initial; }
.mk-services .mk-service-grid-item h6 { margin-bottom: 0; line-height: 1.4rem; font-size: .9rem; }
.mk-services .mk-service-grid-item a { color: #ffffff; padding: 2rem 2rem; background-color: #2a2c70; text-align: center; }
.mk-services-container .swiper-button-next, .mk-services-container .swiper-button-prev { background-image: none; font-size: 1.5rem; color: #fff; width: 3.5rem; height: 100%; top: 0; margin-top: 0; justify-content: center; align-items: center; display: none; }
.mk-services-container .swiper-button-prev { left: 0; }.mk-services-container .swiper-button-next { right: 0; }
.mk-services > article.mk-service-grid-item:not(:last-child):after { content: "";  position: absolute; height: 30%; top: 50%; right: 0px; background-color: rgba(255,255,255,.3); transform: translateY(-50%); width: 1px; z-index: 1; }



/*.mk-services:before { content: ""; width: 100%; position: absolute; top: 50%; left: 0; height: 1px; background-color: #2a2c70; }*/
/*.mk-services .mk-service-item .tip { font-size: .75rem; line-height: 1rem; position: absolute;
    transform: translate(-50%, -4rem);
    text-align: center;
    top: 0rem;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 1rem 1rem;
    border-radius: .2rem;
    opacity: 0;
    transition: all 0.2s;
}
.mk-services .mk-service-item:hover .tip { transform: translate(-50%, -5rem); opacity: 1; }*/
/*.mk-services .mk-service-item.current-item { width: 2rem; height: 2rem; }*/
/*.mk-services .mk-service-item.current-item:before { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(42,44,112,.4); transform: scale(1.5); z-index: -1; border-radius: 100%; }
.mk-services .mk-service-item.current-item:after { content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(42,44,112,.2); transform: scale(2); z-index: -2; border-radius: 100%; }*/



/*--- Portfolio ---*/
.mk-portfolio.grid { padding: 3rem 0; border-top: 1px solid #e0e0e0; }
.mk-portfolio.swiper-carousel { padding: 3rem 1.5rem 0; border-top: 1px solid #e0e0e0; }
.mk-portfolio.featured { padding:4rem 0; }
.mk-portfolio .section-title { margin-bottom: 2rem; }
.mk-portfolio .section-title h5 { color: #000000; font-weight: 900; }
.mk-portfolio .section-title img { width: 50px; margin-left: 1rem; transition: all 0.2s; }
.mk-portfolio.grid .mk-project-grid-item, .mk-portfolio.swiper-carousel .mk-project-grid-item { margin-bottom: 1.5rem; }

.mk-portfolio.featured .mk-project-grid-item .project-item { position: relative; text-align: center; }
.mk-portfolio.featured .mk-project-grid-item h5 { text-align: left; font-size: .8rem; line-height: 1.3rem; font-weight: 600; color: #666666; position: absolute; top: 0; opacity: 0; transition: all 0.2s; }
.mk-portfolio.featured .mk-project-grid-item:hover img { opacity: 0; }
.mk-portfolio.featured .mk-project-grid-item:hover h5 { opacity: 1; }
.mk-portfolio:not(.grid, .swiper-carousel) .projects .project-item { text-align: center; }
.mk-portfolio .projects .project-item { display: block; }
.projects .project-item img { margin-bottom: 1.5rem; }
.mk-portfolio.grid .projects .project-item, .mk-portfolio.swiper-carousel .projects .project-item { background-color: #dafeec; position: relative; overflow: hidden; border-radius: 0.5rem; color: #000000; display: block; height: 100%; padding: 2rem 2rem; width: 100%; transition: all .2s; }
.mk-portfolio.grid .projects .project-item:hover, .mk-portfolio.swiper-carousel .projects .project-item:hover { background-color: #c4f7e2; }
.mk-portfolio.swiper-carousel .projects .project-item { min-height: 265px; }
.mk-portfolio.grid .projects .project-item:before,  .mk-portfolio.swiper-carousel .projects .project-item:before { content: ""; background-image: url(./assets/images/corner-eed-graphic.png); background-size: 100px; background-position: center; width: 100px; position: absolute; right: -45px; top: -45px; height: 100px; display: block;  }
.projects .project-details h6 { font-weight: 600; font-size: .84rem; line-height: 1.3rem; }
.projects .project-details span { color: #666666; font-size: .7rem; line-height: 1.2rem; }



/*--- Contact Form ---*/
.wpcf7-form [class*="col-"] { padding: 0 5px 0 15px; }
.wpcf7-form [class*="col-"]:last-child { padding: 0 15px; 0 5px; }
.wpcf7-form .wpcf7-form-control{
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin-bottom: 15px;
    border: 1px none;
    background: #eee;
    width: 100%;
    color: #666;
}

.wpcf7-form .wpcf7-form-control:focus{ outline: none; box-shadow: none; }
.wpcf7-form textarea.wpcf7-form-control{ border-radius: .3rem; margin-bottom: 5px; max-height: 200px; }
.wpcf7-form input[type="submit"]{
    border-radius: .25rem;
    color: #ffffff;
    float: right;
    padding: .6rem 2rem;
    width: auto;
    text-align: center;
    font-weight: 600;
    background: #2a2c70;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-style: normal;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-style: normal;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-style: normal;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-style: normal;
}



/*.info-box-holder .mk-offer-meta{
    font-size: 13px;
    margin-bottom: 13px;
    display: inline-block;
}
.info-box-holder .the-excerpt{
    margin-bottom: 0;
    line-height: 25px;
    font-size: 15px;
}*/

/*.offer-grid-holder .offer-featured-img{
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 224px;
    -webkit-mask-image: url(assets/images/brush10.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}*/

/*.info-box-holder a.mk-readmore {
    text-transform: uppercase;
    background: url(assets/images/btn-bg-2.png) no-repeat center;
    background-size: cover;

    height: 50px;
    width: 210px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
}

.info-box-holder a.mk-readmore:hover,
.info-box-holder a.mk-readmore:focus{ color:#2c3088; }*/

.offer-showcase .vc_row{
    padding-top: 15px !important;
    padding-bottom: 65px !important;
    background-color: #2c3088 !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
.offer-showcase .vc_row a{ color: #ffd15c; }
.offer-showcase .vc_row a:hover,
.offer-showcase .vc_row a:focus{ color:#ef3436; }
.other-offers .offer-details{ padding-left: 15px; }
.other-offers .container{
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}


/*--- Recent Tweets ---*/
.recent-tweets { padding: 3rem 0; }
.recent-tweets [class*="col"] { padding-right: 1.2rem; padding-left: 1.2rem; }
.recent-tweets [class*="col"]:not(:last-child) { border-right: 1px solid rgba(0,0,0,.1); }
.recent-tweets .tweet { position: relative; }
.recent-tweets .d-flex { align-items: center; line-height: 1rem; }
.recent-tweets .user img { border-radius: 100%; margin-right: 1rem; }
.recent-tweets .user-data h6 { margin-bottom: .2rem; color: #000000; font-size: 1rem; font-weight: 600; }
.recent-tweets .user-data span { color: #6c6c6c; font-size: .7rem; }
.recent-tweets .message { margin: 1rem 0; line-height: 1.4rem; font-size: .75rem;}
.recent-tweets .tweet-url { position: absolute; right: .8rem; color: #000000; font-size: 1.2rem; top: 5px; }
.recent-tweets .section-title { display: flex; align-items:center; }
.recent-tweets .section-title h5 { color: #000000; font-weight: 900; margin-bottom: 0; }
.recent-tweets .section-title img { width: 50px; margin-left: 1rem; }
.recent-tweets .section-header { margin-bottom: 4rem; }
.recent-tweets a.twitter-more { color: #000000; font-weight: 700; font-size: 1rem; }


/*--- Recent Tweets ---*/
.twitter-signature { margin-top: 1rem; color: #aaa; }
.twitter-signature h5 {font-family: 'graniteregular'; margin-right: 1rem; display: flex; align-items: center;}
.twitter-signature h5 span { font-family: 'striverxstriverx'; font-size: 4rem; }


/*--- Partners ---*/
.partners { border-top: 1px solid #e5e5e5; padding-top: 4rem; }
.partners .section-title { margin-bottom: 3rem; }
.partners .section-title h5 { color: #000000; font-weight: 900; }
.partners .section-title img { width: 50px; margin-left: 1rem; }
.partner p { line-height: 1.5rem; font-size: .8rem; margin-top: 1rem; border-top: 1px solid #f5f5f5; padding: 1rem 0 0; max-width: 95%; transition: all 0.2s;}
.partner:hover p { border-color: #000000; }
.partner img { max-width: 120px; }



/*--- Team Gallery ---*/

.mk-team-container ul.team-members { padding: 4rem 0; list-style: none; margin: 0; }
.mk-team-members li .container figure:not(.image) { float: left; padding: 1rem; width: 25%; margin: 0; }
.mk-team-members li .container:after { content:""; clear: both; display: block; }
.mk-team-members .team-member h6 { color: #000000; font-weight: 700; padding-top: 1rem; margin-bottom: 0; }
.mk-team-members .team-member span { color: #aaaaaa; }
.mk-team-container ul.team-members li { margin-bottom: 0; }
.mk-team-members .image-details { padding: 3rem; background: #f5f5f5; position: relative; overflow: hidden; display: none; margin: 1rem 0;
}
.mk-team-members .image-details-content h6, .mk-team-members .image-details-content span { display: none; }
.mk-team-members .image-details-content img { max-width: 250px; height: 250px; border: 10px solid #c2c3d4; border-radius: 100%; }


.mk-team-container .team-members.classic { padding: 0rem 0; }
.team-members.classic .team-member { padding: 2rem 2rem; border-bottom: 1px solid #f5f5f5; }
.team-members.classic .team-member:nth-child(odd) { border-right: 1px solid #f5f5f5; }
.team-members.classic .team-member h6 { margin-bottom: 1rem; padding-top: 0; }
.team-members.classic .team-member .description { font-size: .8rem; text-align: justify; }



figure, figcaption, h3, p { margin: 0; padding: 0; }
.team-members li { overflow: hidden; display: block; width: 100%; }
.team-members li figure img { display: block; max-width: 100%; height: auto; }
.image-details-close { position: absolute; top: -.5rem; right: 0rem; color: #000; width: 25px;height: 25px; font-size: 1rem;}
.image-details-content { margin: 0 4%; padding-right: 0.8em; }
.image-details-desc { color: #767676; text-align: justify; }
.image-details-desc h6 { font-size: .8rem; margin-bottom: .3rem; }
.image-details-desc h3 { font-weight: 700; font-size: 1.3rem; color: #000000; margin-bottom: 1rem; }
.image img { display: block; max-width: 100%; height: auto; }

.content-area.team .image-details-content { margin: 0 4% 0 0; padding-right: 0.8em; }
.content-area.team .entry-footer .post-navigation a small { margin-bottom: .1rem; display: inline-block; color: #888; }
.content-area.team .entry-footer .post-navigation a h6 { font-weight: 700; }
.content-area.team .entry-footer .post-navigation a .content img { width: 90px; height: 90px; border-radius: 100%; margin-right: 1.5rem; }
.content-area.team .entry-footer .post-navigation .nav-next a .content { flex-flow: row-reverse; }
.content-area.team .entry-footer .post-navigation .nav-next a .content img { margin-left: 1.5rem; margin-right: 0; }




/*--- Main Slider ---*/
.swiper-container,
.swiper-wrapper{ z-index: 0; }
.swiper-pagination .swiper-pagination-bullet{ cursor: pointer; width: 10px; height: 10px }
.swiper-slide {
    background-position: center; background-size: cover;
    background-position: 50% 30%; z-index: 0; display: flex;
    justify-content: center; align-items: center;
}

.swiper-slide .swiper-content:not(.minimal) { width: 100%; background-color: rgba(42, 44, 110, .9); color: #fff; padding: 3rem 0; background-image: url(./assets/images/faded-specs.png); background-repeat: no-repeat; background-position: center; text-align: center; }
.swiper-slide .slide-title {
    font-family: 'Poppins', sans-serif; font-weight: 900;
    text-transform: uppercase; font-size: 3rem;
}
.swiper-slide .minimal .slide-title { font-size: 2rem; color: #000000; margin-bottom: .1rem }
.swiper-slide .slide-more img { max-width: 50px; }
.swiper-slide .slide-more .link-label { display: inline-block; margin: 0 .8rem; }
.swiper-slide .slide-more { font-weight: 700; color: #fff; margin-top: 3rem; font-size: 1.1rem; display: inline-block; }
.swiper-slide .swiper-content:not(.minimal) .desciption { color: #f5f5f5; max-width: 60%; margin: 0 auto; }
.swiper-slide .minimal .desciption { font-weight: 700; color: #000000; }
.swiper-slide .minimal { margin-top: 4rem; }
.swiper-container.minimal .swiper-btn { display: none; }
.swiper-container .swiper-btn { background-image: none; color: #fff; font-size: 1.1rem; width: 50px; height: 50px; border: 1px solid; border-radius: 100%; display: flex; align-items: center; justify-content: center }
.swiper-carousel .swiper-btn { border:none; }
.swiper-carousel .swiper-btn { color: #000;  }
.swiper-carousel.swiper-container .swiper-button-prev { left: 0; justify-content: flex-start; } .swiper-carousel.swiper-container .swiper-button-next { right: 0; justify-content: flex-end }
.swiper-container .swiper-button-prev { left: 15%; } .swiper-container .swiper-button-next { right: 15%; }
.main-slider .swiper-pagination .swiper-pagination-bullet { background: #fff; }
.main-slider .swiper-pagination .swiper-pagination-bullet-active { background: #ffffff; }
.swiper-container .swiper-pagination { display: none; }


/* Loop duplicates Fix */
/*.swiper-carousel .swiper-slide-duplicate-prev, .swiper-carousel .swiper-slide-duplicate-next:not(.swiper-slide-active) { display: none; }*/





/*.masked.swiper-container{
    padding-bottom: 40px;
}
.masked.swiper-container .swiper-pagination{ bottom: 0px; }*/

/*.masked .swiper-slide{
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat; 
    -webkit-mask-image: url(assets/images/brush10.png);
    min-height: 360px;
}

.swiper-button-next, .swiper-button-prev{ 
    font-size: 25px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 67px;
    background: url(assets/images/arrows.png) no-repeat center;
    background-size: contain 
}
.swiper-button-next{ right:4%; }
.swiper-button-prev { left:4%; }*/






/*--- Preloader ---*/
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0; left: 0;
    z-index: 20;
    background: #f5ead6 url(assets/images/aztech-pattern.png);
    background-size: 27%;
}

.preloader span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    transform: translate(-50%, -50%);
}
.preloader svg{ 
    width: 200px; 
    overflow: visible;
}

.preloader svg #lchilli{
    animation: chilli-wiggle 0.2s ease-in-out infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}

.preloader svg #rchilli{
    animation: chilli-wiggle 0.2s ease-in-out infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}

.preloader svg #leftdark, .preloader svg #rightdark{
    animation: chilli-dark 4s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}
.preloader svg #leftlight, .preloader svg #redlight{
    animation: chilli-light 4s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}
.preloader svg #lefthot path, .preloader svg #righthot path{
    animation: chilli-hot 4s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}

.preloader svg #lsone, .preloader svg #rsone{
    animation: stripe-rotate 1s linear infinite alternate;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition:all 0.2s;
}


/* The animation code */
@keyframes chilli-wiggle {
    0% { 
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }
    50%  {
        transform: rotate(20deg); 
    }
    100% {
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }
}

/* The animation code */
@keyframes rchilli-wiggle {
    0%   { 
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }
    50%  {
        -webkit-transform: rotate(-5deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-5deg); /* IE 9 */
        transform: rotate(-5deg);
    }
    100% { 
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }
}

/* The animation code */
@keyframes stripe-rotate {
    0% { 
        -webkit-transform: rotateZ(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotateZ(0deg); /* IE 9 */
        transform: rotateZ(0deg);
    }
    25% {
        -webkit-transform: rotateZ(3deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotateZ(3deg); /* IE 9 */
        transform: rotateZ(3deg);
    }
    50% {
        -webkit-transform: rotateZ(5deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotateZ(5deg); /* IE 9 */
        transform: rotateZ(5deg);
    }
    75% {
        -webkit-transform: rotateZ(3deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotateZ(3deg); /* IE 9 */
        transform: rotateZ(3deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotateZ(0deg); /* IE 9 */
        transform: rotateZ(0deg);
    }
}


/* The animation code */
@keyframes chilli-dark {
    0%   { fill: #3f7020; }
    100%  { fill: #a8292d; }
}
@keyframes chilli-light {
    0%   { fill: #73c140; }
    100%  { fill: #db5349; }
}
@keyframes chilli-hot {
    0%   { fill: #529129; }
    100%  { fill: #c72a2c; }
}







/*--------------------------------------
    Custom Bootstrap Elements
--------------------------------------*/

.fonda-modal{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    z-index: 3;
    display: none;
}

.fonda-modal .close{
    position: absolute;
    right: 20px;
    top: 35px;
}

.fonda-modal .fonda-m-content{
    position: absolute;
    width: 40%;
    background: url('assets/images/grunge-bg.jpg');
    top:50%; left: 50%;
    -webkit-transform: translate(-50%, -80%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -80%); /* IE 9 */
    transform:translate(-50%, -80%);
    border-radius:10px;
    overflow: hidden;
    padding: 50px 40px;
    opacity: 0;
    transition:all 0.2s;
}

.fonda-modal.open .fonda-m-content{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    transform:translate(-50%, -50%);
}

.fonda-modal .fonda-m-content:before {
    background-repeat: repeat-x;
    background-position: top left;
    content: "";
    display: block;
    background-size: 36px;
    height: 36px;
    width: 100%;
    background-image: url(assets/images/header-pattern.png);
    left: 0;
    top: 0;
    position: absolute;
}

.fonda-modal .fonda-m-content:after {
    background-repeat: repeat-x;
    background-position: bottom left;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 36px;
    height: 36px;
    left: 0;
    background-image: url(assets/images/footer-pattern.png);
}

.fonda-m-content h4{
    font-family: 'los_banditosbold';
    font-size: 20px;
    color: #2b3088;
    margin: 10px 0 20px;
}








/*--------------------------------------
    Footer
--------------------------------------*/

footer { 
    position: relative; padding: 3rem 0; color:#b0b0b0;
    z-index: 2; background-color: #000000;
}
footer .intro { font-weight: 900; max-width: 80%; margin-bottom: 3rem; }
footer .textwidget a { color: #b0b0b0; text-decoration: none; }
footer .textwidget p { color: #b0b0b0; line-height: 1.5rem; margin-bottom: .4rem; }
footer .copyright { color: #b0b0b0; }

footer .widget-title { font-size: 1rem; border-bottom: 1px solid #111111; padding-bottom: .8rem; margin-bottom: 1rem; }
footer .menu li > a, footer .social-widget a { color: #b0b0b0; font-weight: 700; }
footer .widget_nav_menu { margin-bottom: 1.6rem; }
footer .widget_nav_menu li { margin-bottom: .3rem; }

footer .menu { list-style: none; padding-left: 0; }
footer .social .textwidget { font-size: 1rem; }
footer .social .textwidget ul { list-style: none; display: inline-block; padding-left: 1rem; }
footer .social .textwidget ul li, footer .social-widget > a { display: inline-block; margin-right: 10px; }
footer .social div p { display: none; }

footer .social-widget { font-size: 1rem; }
footer .social-widget span { display: inline-block; margin-right: 1rem; }



/*footer.has-pattern:before{
    background-repeat: repeat-x;
    background-position: bottom left;
    content: "";
    display: block;
    position: absolute;
    bottom:0; width: 100%;
}

footer.has-bg{
    background-repeat: repeat-y;
    background-position: bottom center;
}*/

/*footer [class*="col-"]:last-child{ text-align: right; }*/
/*footer .footer-links{ margin-right: 10px; }
footer .footer-links,
footer .social { display: inline-block; }
footer .footer-links ul#menu-footer-menu{
    list-style: none;
    margin: 0;
    padding:0;
}
footer .footer-links ul#menu-footer-menu li{ display: inline-block; }
footer .footer-links a, footer .social a{ 
    color:#2c3088;
    transition:all 0.2s;
}*/
/*footer .social a {
    display: inline-block;
    padding:0 5px;
}
footer .social a:hover{ color:#ef3436; }
footer .footer-links ul#menu-footer-menu li:not(:last-child):after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #2c3088;
    margin: 0 10px;
}*/

/*footer .pattern-before{
    background: url(assets/images/footer-before.png) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 50px;
}*/







/*--------------------------------------
    Media Queries
--------------------------------------*/


@media (min-width: 768px){

    /*--------------------------------------
        Header & Main Navigation
    --------------------------------------*/
    header .navbar .navbar-nav li:not(:nth-child(4)) a { margin-right: 0px; }
    /*header .navbar .navbar-nav li a{ 
        line-height: initial;
        margin-top: 30px;
        font-size: 14px;
        padding: 10px 10px;
    }
    header .navbar-header .navbar-brand > img {
        max-width: 100px;
        width: 100px;
    }
    header.has-bg:after{
        position: relative;
        bottom: 0px;
        float: left;
    }
    header.has-bg{ min-height: 175px; }*/



    /*--------------------------------------
        Visual Composer Elements
    --------------------------------------*/
    .pattern-container .img-border-top {
        top: -20px;
        position: relative;
        float: left;
    }
    /*.pattern-container .img-border-bottom { bottom: initial; }*/
    .other-offers .mk-fancy-title{ padding-top: 0px !important; }



    /*--------------------------------------
        Custom Elements
    --------------------------------------*/

    /*--- Svg Mask ---*/
    .item--css-mask{ min-height: 220px; }




    /*--------------------------------------
        Footer
    --------------------------------------*/
    footer [class*="col-"],
    footer [class*="col-"]:last-child{
        margin-bottom: 5px;
    }

}



@media (min-width: 992px){

    /*--------------------------------------
        Header & Main Navigation
    --------------------------------------*/
    /*header .navbar .navbar-nav li:not(:nth-child(4)) a { margin-right: 0px; }
    header.has-bg:after{
        position: relative;
        bottom: 0px;
        float: left;
    }
    header .navbar .navbar-nav li a {
        line-height: 65px;
        margin-top: 0px;
        padding: 10px 15px;
    }
    header .navbar-header .navbar-brand > img {
        max-width: 110px;
        width: 110px;
    }*/


    /*--------------------------------------
        Visual Composer Elements
    --------------------------------------*/
    /*.pattern-container .img-border-top {
        top: -34px;
        position: absolute;
    }*/


    /*--------------------------------------
        Custom Elements
    --------------------------------------*/

    /*--- Svg Mask ---*/
    .item--css-mask{ min-height: 300px; }
}


@media (min-width: 1400px){
    /*--------------------------------------
        Layout
    --------------------------------------*/
    .container { max-width: 1140px; }
}



@media (min-width: 1200px){
    /*--------------------------------------
        Layout
    --------------------------------------*/
    .container { max-width: 1000px; }

    /*--------------------------------------
        Header & Main Navigation
    --------------------------------------*/
    header .navbar-header .navbar-brand > img {
        max-width: 150px;
        width: 150px;
    }
}




@media handheld, only screen and (max-width: 767px){

    /*--------------------------------------
        Header & Main Navigation
    --------------------------------------*/
    header .navbar-brand > img { max-width: 70px; }
    header nav.navbar { background-color: #fff; }
    header .navbar button:focus { outline: none; }
    header .navbar button { border: none; }
    header .navbar .navbar-nav li a { padding: .8rem 0rem; display: block; border-bottom: 1px solid #f5f5f5; }


    /*--------------------------------------
        Visual Composer Elements
    --------------------------------------*/

    /*--- Row ---*/
    .vc_row.wpb_row .container{ max-width: 100%; }
    .right_img_half .vc_column_container.vc_col-sm-12{ 
        width: 100%; 
        padding: 0;
    }
    .right_img_half .half_bg{
        position: relative;
        width: 100%;
        min-height: 250px;
        top: initial;
        -webkit-mask-image:none;
    }
    
    .pattern-container .img-border-bottom{ bottom: initial; }
    .pattern-container .img-border-top {
        top: 5px;
        position: relative;
    }
    .pattern-container .mk-fancy-title{ padding-top: 0 !important; }
    .right_img_half .mk-fancy-title{ padding-top: 30px !important; }
    .other-offers .pattern-container .img-border-top { top: -16px; } 
    .img-border-bottom{ float: left; }

    .page-id-146 .pattern-container .vc_row.wpb_row{  padding-top: 60px !important;}
    .pattern-container .vc_row.wpb_row.right_img_half{
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .offer-showcase .pattern-container .vc_row.wpb_row.right_img_half{ padding-bottom: 30px !important; }
    .vc_row.wpb_row .vc_column-inner .max-width{ max-width: 100% !important; }
    .page-id-155 .vc_row.wpb_row.right_img_half #fancy-title-4{  padding-top: 0px !important; }
    .vc_row[data-vc-full-width]{ padding-bottom: 0px !important; }
    .vc_row.vc_row-has-fill { padding-bottom: 15px !important; }


    /* Main Slider */
    .swiper-container .swiper-button-prev { left: 5%; }
    .swiper-container .swiper-button-next { right: 5%; }
    .swiper-container .swiper-pagination { display: block; }
    .main-slider .swiper-slide { align-items: flex-end; }
    .main-slider.swiper-container .swiper-btn { display: none; }
    .swiper-slide .swiper-content:not(.minimal) .desciption { max-width: 85%; }
    .main-slider.normal .swiper-slide { min-height: 95vh !important; }
    .main-slider.minimal .swiper-slide { min-height: 350px !important; }
    .swiper-slide .slide-more { margin-top: 1rem; margin-bottom: 1rem; }
    .swiper-slide .minimal { margin-top: 0rem; margin-bottom: 3rem; }
    .swiper-slide .slide-title { font-size: 2.3rem; }
    

    /* Services */
    .mk-services-container::-webkit-scrollbar { display: none; }
    .mk-services .mk-service-grid-item { width: 50% !important; white-space: normal; }
    .mk-services-container { white-space: nowrap !important; overflow-x: auto !important; margin: 0 -30px; -ms-overflow-style: none;  scrollbar-width: none; background-color: #2a2c70; position: relative; scroll-behavior: smooth;  }
    .mk-services-container .swiper-button-next, .mk-services-container .swiper-button-prev { display: flex }
    .mk-services-container .swiper-button-next { background: rgb(0,0,0); background: -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 92%); background: -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 92%); background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 92%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
    .mk-services-container .swiper-button-prev { background: rgb(0,0,0); background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 92%); background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 92%); background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 92%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1); }
    .mk-services .mk-service-grid-item { flex-shrink: 0; }
    

    /* Publications & Publications Filter */
    .mk-pb-filter { max-width: 100%; }
    .mk-pb-filter-container { margin: 0 0px !important; max-width: none; padding:0; }
    .publications .publication:nth-child(3n-1) { border-left: 0; border-right: 0; }
    .mk-pb-filter-item { background-color: #3b3e9c !important; color: #fff; }
    .mk-pb-filter-item.current-item { background-color: #666 !important; color: #ccc; }
    .mk-pb-filter-grid-item .mk-pb-filter-item { padding: 1.3rem .5rem; }
    .mk-pb-filter-item h6.the-title { margin-bottom: 0; }

    /* Empty Space */
    .vc_empty_space { max-height: 20px !important; }

    /* Tweets */
    .recent-tweets [class*="col"]:not(:last-child) { border-right: none; }
    .recent-tweets [class*="col"]:not(:first-child) { border-top: 1px solid rgba(0,0,0,.1); padding: 1.2rem 1.1rem; }

    /* Partners & Projects */
    .partner { margin-bottom: 1rem; }
    .mk-project-grid-item { margin-bottom: 1rem; }


    /* Footer */
    footer { padding: 2rem 1rem; }
    footer .intro { max-width: 90%; margin-bottom: 2rem; }
    footer [class*="col-"]:not(:last-child) { margin-bottom: 2rem; border-bottom: 1px solid #222; padding-bottom: 1.5rem; }
    footer .widget-title { border-bottom: none; margin-bottom: .5rem; }
    

    /* Company Link */
    .mk-company-links a { min-width: initial; margin-bottom: 1.1rem; }


    /* Focus Areas */
    .mk-focus-areas { max-width: 100%; }
    .mk-focus-areas .focus-area-btns { display: block; }
    .mk-focus-areas .focus-area-btns li, .mk-focus-areas .focus-area-btns a { background-color: #2a2c70; display: flex; height: 100%; align-items: center; list-style: none; justify-content: center; color: #fff; }
    .mk-focus-areas .focus-area-btns li i, .mk-focus-areas .focus-area-btns a i { font-size: 1.4rem; }
    .mk-focus-areas .focus-area-btns li.inactive { background-color: #3d3f98; }
    .mk-focus-areas > article:not(:last-child):after { content: none; }
    .mk-focus-areas .focus-area-btns li.inactive i { opacity: .3; }
    .mk-focus-areas-container { margin-top: 0; margin: 0 -30px; }
    .mk-focus-area-item:not(.current-item) { display: none; }


    /*--- Buttons ---*/
    .vc_row .vc_btn3-container{ margin-bottom: 0px; }
    .floating.vc_btn3-container,
    .formcraft-css > a{
        top: 30px;
        -webkit-transform: translateY(0) rotate(0deg) scale(0.8); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: translateY(0) rotate(0deg) scale(0.8); /* IE 9 */
        transform: translateY(0) rotate(0deg) scale(0.8);
        right: 46px;
        position: absolute;
        z-index: 4;
    }
    .vc_btn3-container.vc_btn3-inline{
        position: relative;
        right: initial;
        margin-bottom: 30px;
    }

    /*--- Forms ---*/
    div.wpcf7 i{ display: none; }
    .wpcf7:before { width: 60%; text-align: center; }

    /*--- Staff ---*/
    .mk-team-members li > .container { display: flex; flex-wrap: wrap; }
    .mk-team-members li .container figure:not(.image) { width: 50%; }
    .team-members.classic .team-member:nth-child(odd) { border-right: none; }
    .mk-team-members .image-details { position: fixed; top: 0; margin: 0; padding: 2rem; z-index: 9999; overflow: auto; height: 100%; }
    .mk-team-members .image-details .image-details-content { margin-bottom: 2rem; }
    .mk-team-members .image-details .image-details-desc { text-align: center; }
    .mk-team-members .image-details .image-details-text { text-align: justify; }
    .mk-team-members .image-details > .container { flex-wrap: wrap; justify-content: center; }
    .mk-team-members .image-details-content img { margin:0 auto; }

    .content-area.portfolio .entry-header .title h6 { margin-bottom: .5rem; }
    .content-area .entry-footer .post-navigation { margin: 0px 0 25px; }
    .content-area.portfolio { margin-top: 65px; padding: 2rem 0 0; }
    .content-area.portfolio .entry-header .title { width: 100%; }
    .content-area.portfolio .entry-header img { display: none; }
    .content-area .entry-footer .post-navigation .nav-previous { margin-bottom: 1rem; }
    .content-area .entry-footer .post-navigation .nav-next { text-align: left; }
    .content-area .entry-footer .post-navigation a .content img { margin-bottom: .7rem; }
    .content-area .entry-footer .post-navigation .nav-previous { border-right:none; border-bottom: 1px solid #e5e5e5; padding-bottom: 1.5rem; }
    .content-area .entry-footer .post-navigation .nav-previous a, .content-area .entry-footer .post-navigation .nav-next a { max-width: 100%; }
    .content-area .entry-footer .post-navigation .nav-previous a:before, .content-area .entry-footer .post-navigation .nav-next a:before { margin-bottom: .5rem; }
    .content-area .entry-footer .post-navigation .nav-previous, .content-area .entry-footer .post-navigation .nav-next { width: 100%; float: none; }
    .content-area .entry-footer .post-navigation a .content, .content-area .entry-footer .post-navigation a .content img { display: block; }
    .content-area.team .entry-footer .post-navigation .nav-next a .content { flex-flow: initial; display: flex; }
    .content-area.team .entry-footer .post-navigation .nav-next a .content img { margin-right: 1.5rem; margin-left: 0; }
    .image-details.mk-team-members > div { flex-wrap: wrap; }
    .content-area.team .image-details-content { margin: 0 0 0 0; width: 100%; }
    .content-area.team .image-details-desc { width: 100%; padding: 1.5rem 2rem; text-align: center; }
}

@media handheld, only screen and (max-width: 640px){
    
}


@media handheld and (max-width: 480px){

    
}