@import "../../../atlanta/assets/css/style.min.css";

/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 



/* -- ***** Anti alias all the text 
---------------------------------------------------------------*/ 

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* -- ***** Prevent x-axis scrolling
---------------------------------------------------------------*/
body {
    overflow-x: hidden;
}



/* -- ***** Scroll Up 
---------------------------------------------------------------*/ 
 
 
#pojo-scroll-up {
    border-radius: 50% !important; 
}




/* -- ***** Remove the theme's default borders 
---------------------------------------------------------------*/ 

.entry-meta {
    border: none;
}


.entry-meta:after {
    display: none;
}



/* -- ***** Helper classes 
---------------------------------------------------------------*/ 

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 

 
/****************************************************************
 
--------------------------- TOPBAR -----------------------------
 
***************************************************************/  


#top-bar {
    height: 45px;
    line-height: 35px !important;
    padding: 5px 0;
    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
    
}
 

/* -- ***** Contact links container 
---------------------------------------------------------------*/ 

#top-bar ul.header-topbar__contact-links {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}


/* -- ***** Contact links call us button 
---------------------------------------------------------------*/ 

#top-bar ul.header-topbar__contact-links li.header-topbar__contact-links__call-us-button a {
    display: inline-block;
    background: #0063c7;
    color: #fff;
    padding: 0 12px;
    border: none;
    border-radius: 80px;
    min-height: 29px;
    line-height: 30px;
    margin-right: 10px;
}


#top-bar ul.header-topbar__contact-links li.header-topbar__contact-links__call-us-button a i {
    margin-left: 6px;
}



/* -- ***** Contact links buttons 
---------------------------------------------------------------*/ 
 
#top-bar ul.contact-buttons {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
} 

#top-bar ul.contact-buttons li {
    display: inline-block;
}

#top-bar ul.contact-buttons li a {
    display: inline-block;
    padding: 0 10px;
}

#top-bar ul.contact-buttons li:last-child a {
    border-left: 1px solid #838383;
}


#top-bar ul.contact-buttons li:nth-child(2) a,
#top-bar ul.contact-buttons li:nth-child(3) a {
    padding-left: 0;
}

#top-bar ul.contact-buttons li img {
    max-width: 28px;
    margin-left: 5px;
}


#top-bar .client-login li.contact-buttons__item a {
    width: 150px;
    margin-left: 6px;
    border-right: 1px solid #838383;   
} 


/* -- ***** Search
---------------------------------------------------------------*/


#top-bar .form-search .field {
    border-radius: 80px;
    min-height: 29px;
    line-height: 29px;
    width: 210px;   
}


#top-bar .form-search button {
    top: 7px;
}



/***************************************************************
 
----------------------------- HEADER ---------------------------
 
***************************************************************/  


header#header {
    position: relative;
    margin-top: 45px;
}


/* -- ***** Logo 
---------------------------------------------------------------*/

.logo-img a > img {
    width: 166px;
    height: 60px;
}


/* -- ***** Menu
---------------------------------------------------------------*/ 


#header.logo-right .nav-main {
    margin-top: 48px;
    margin-bottom: 59px;  
}


.sf-menu li {
    border-top: none;
}


.sf-menu li a { 
    padding: 0 0.86em;
    margin-top: 0;
}


.sf-menu li a span {
    margin-top: -8px;
    display: inline-block;
}

.sf-menu li:first-child a {
    padding-right: 0;
}

.sf-menu li.active a, 
.sf-menu li.current-menu-item > a, 
.sf-menu .sfHover > li.current-menu-item > a, 
.sf-menu li.current-menu-ancestor > a {
    color: #0064c8 !important;
}


/* -- ***** Sub Menu
---------------------------------------------------------------*/ 

.nav-main .sf-menu .sub-menu {
    background: none !important;
}



.sf-menu ul {
    width: 20em;
}

.sf-menu>li>.sub-menu {
    padding-top: 20px;
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
   /* top: 1.8em !important;*/
}

.rtl ul.sf-menu li li li.sfHover ul, 
.rtl ul.sf-menu li li li:hover ul, 
.rtl ul.sf-menu li li.sfHover ul, 
.rtl ul.sf-menu li li:hover ul {
    left: auto;
    right: 20.5em !important;
}


.rtl .sf-menu li.sfHover > ul, 
.rtl .sf-menu li:hover   > ul {
     right: 12px !important; 
}


.rtl .sf-menu li.first-item.sfHover > ul, 
.rtl .sf-menu li.first-item:hover   > ul {
     right: 0 !important; 
}



span.sf-sub-indicator {
    position: absolute;
    left: 0;
    top: -6.5px;
    margin-top: 0 !important;
}

span.sf-sub-indicator:after {
    content: '\25C0';
    display: block;
    font-size: 16px;
}

.nav-main .sf-menu .sub-menu li {
    background-color: #333333 !important; 
    border-radius: 40px;
    margin-bottom: 3px;
}

.nav-main .sf-menu .sub-menu li a {
    position: relative;
    line-height: 1.7em !important; 
    padding-right: 0;
}

.nav-main .sf-menu .sub-menu li:hover {
    background-color: #d9d9d9 !important;
}

.nav-main .sf-menu .sub-menu li:hover > a { 
    color: #0063c7 !important;
}

.nav-main .sf-menu .sub-menu li a span {
    padding: 6px 15px 0;
}


/***************************************************************
 
------------------------- STICKY HEADER ------------------------
 
***************************************************************/  

.sticky-header {
    height: 70px !important;
    top: 45px !important;

    -webkit-box-shadow: 11px 5px 11px 0 rgba(0,0,0,.3);
    box-shadow: 11px 5px 11px 0 rgba(0,0,0,.3);
}



/* -- ***** Logo 
---------------------------------------------------------------*/

.sticky-header .logo {
    margin-top: 8px;
}


/* -- ***** Menu
---------------------------------------------------------------*/ 

.sticky-header .nav-main {
    margin-top: 4px;
}


/***************************************************************
 
--------------------------- FOOTER ----------------------------
 
***************************************************************/  

#footer {
    margin-top: 100px;
}

#footer #sidebar-footer {
    padding-top: 63px;
}


/* -- ***** Widget Title
---------------------------------------------------------------*/ 


#footer #sidebar-footer .widget-title {
    border: none;
    margin: 0 0 15px;
    line-height: 1.3em !important;
}

#footer #sidebar-footer .widget-title:after {
    display: none;
}



/* -- ***** Widgets
---------------------------------------------------------------*/ 


#footer #sidebar-footer .widget {
    margin-bottom: 0;
}


#sidebar-footer .widget:not(.widget_elementor-library) ul li {
    list-style-image: none !important;
    list-style: none;
    margin-bottom: 8px;
}


.footer-about-text img {
   margin-bottom: 3px; 
}


.footer-articles {
    padding-right: 0;
}


.footer-articles a.read-more {
    color: #fff !important;
    float: left;
    margin: 5px 0 0 0;
}


#sidebar-footer  .footer-articles .recent-post.media {
    margin-bottom: 27px;
}

#sidebar-footer  .footer-articles .recent-post.media:last-child {
    margin-bottom: 0;
}    
    

.footer-about-text {
    padding-right: 0;
}


.footer-about-menu {
    padding-right: 40px;
}



#sidebar-footer .footer-contact-details ul li.phone-icon:after,
#sidebar-footer .footer-contact-details ul li.location-icon:after,
#sidebar-footer .footer-contact-details ul li.mail-icon:after  {
    
    font: normal normal normal 14px/1 FontAwesome;
    background: #1f61cc;
    color: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    float: right;
    
}



#sidebar-footer .footer-contact-details ul li.phone-icon:after {
    content: "\f095";
}


#sidebar-footer .footer-contact-details ul li.location-icon:after {
    content: "\f041";
}


#sidebar-footer .footer-contact-details ul li.mail-icon:after {
    content: "\f003";
    font-size: 12px;
}


.footer-contact-details a {
    color: #FFF !important;
}


/***************************************************************
 
------------------------- COPYRIGHT ----------------------------
 
***************************************************************/ 

#copyright {
    padding-top: 67px;
    line-height: 40px !important;
}


#copyright > .container { 
    padding: 0;
    border-top: 1px solid #0063c7;
}






/*************************************************************
 
----------------------- Components ---------------------------
 
**************************************************************/ 



/* -- ***** Contact Form Strip
---------------------------------------------------------------*/ 


.contact-form-strip {
    
    background: url(../images/contact-form-side-half-circle.svg),linear-gradient(to right, #FFF 50%, #0063c7 50%);
    background-size: contain;
    background-repeat: no-repeat;
    
    color: #FFF;
    height: 234px;
    max-height: 234px;
}


.contact-form-strip .container > .row {
    padding: 17px 0;
    background: #0063c7 url(../images/contact-form-round-border.svg) no-repeat;
    background-size: contain;
    background-position: -40px 0;
    padding-left: 50px;
    margin-left: -50px;
    height: 234px;
    max-height: 234px;
}


.contact-form-strip .ajax-loader {
    position: absolute;
    top: 16%;
    left: 21px;
    background-image: url(../images/ajax-loader.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}


.contact-form-strip__text-wrapper {
    border-left: 1px dashed #FFF;
    padding-top: 34px;
    padding-bottom: 34px;
    width: 20%;
}



.contact-form-strip__form-wrapper {
    padding-right: 38px;
}


.contact-form-strip__title {
    font-size: 30px;
    font-weight: 900;    
    margin-bottom: 7px;
}


.contact-form-strip__text {
    font-size: 18px;
    line-height: 1.33;
}



.contact-form-strip__text p {
    margin-bottom: 0;
}


.contact-form-strip .contact-form-input {
    border: none;
    border-radius: 80px;
    margin-bottom: 25px;
    line-height: 33.55px;
    padding-right: 50px;
    background-color: #fff;
    background-position: 96% 50% !important;
    background-size: 24px !important;
    background-repeat: no-repeat;
}


.contact-form-strip .contact-form-input.contact-form-input--full-name {
    background-image: url(../images/contact-form-fullname.svg);
    

}



.contact-form-strip .contact-form-input.contact-form-input--phone {
    background-image: url(../images/contact-form-phone.svg);
}



.contact-form-strip .contact-form-input.contact-form-input--email {
    background-image: url(../images/contact-form-email.svg);
}


.contact-form-strip .contact-form-input.contact-form-input--message {
    background-image: url(../images/contact-form-message.png);
    background-position: 98% 50% !important;
    max-height: 48px;
    overflow: hidden;
    resize: none;
}



.contact-form-strip .contact-form-button {
    width: 100%;
    background: #313030;
    color: #fff;
    padding: 6.54px 16px;
}


.contact-form-strip .contact-form-button,
.contact-form-strip .contact-form-input.contact-form-input--message {
    margin-bottom: 12px;
}


.contact-form-strip .contact-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A3BBE4;
  font-size: 20px;
}

.contact-form-strip .contact-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #A3BBE4;
  font-size: 20px;
}

.contact-form-strip .contact-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #A3BBE4;
  font-size: 20px;
}

.contact-form-strip .contact-form-input:-moz-placeholder { /* Firefox 18- */
  color: #A3BBE4;
  font-size: 20px;
}

/* CF7 */


.wpcf7 input[type="url"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"] {
    direction: rtl;
}

/* CF7 -> Customize checkbox and radio buttons */

.wpcf7-checkbox,
.radio {
    display: inline;
    margin: 10px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item,
.radio .wpcf7-list-item {
    display: inline-block;
}

.wpcf7-form-control-wrap { 
    display: block;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.radio .wpcf7-list-item input[type=checkbox],
.wpcf7-checkbox .wpcf7-list-item input[type=radio],
.radio .wpcf7-list-item input[type=radio] {
    display: none;
}

.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.radio .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before,
.radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before {
    content: "\f111";
    color: #FFF;
    font-size: 9px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    text-decoration: inherit;
    text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.radio .wpcf7-list-item-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    right: 15px;
    line-height: 19px;
    position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.radio .wpcf7-list-item-label::before {
    background: #0063C7;
    border: 2px solid white;
    border-radius: 50%;
    content: "";
    height: 18px;
    width: 18px;
    
    position: absolute;
    right: -26px;
    
}

.wpcf7-checkbox .wpcf7-list-item-label:hover,
.radio .wpcf7-list-item-label:hover {
    cursor: pointer;
}

.radio .wpcf7-list-item-label::before {
    border-radius: 100%;
}


/* CF7 - alerts */


.use-floating-validation-tip span.wpcf7-not-valid-tip {
    border: none;
    background: no-repeat;
    padding: 0;
    display: inline-block;
    width: 164px;
    font-size: 13px;
    line-height: 1.2em;
    right: 29px !important;
    top: -15px !important;
    color: #f7e700;
}

.contact-form-strip .contact-form-input.wpcf7-not-valid {
    border: 1px solid red;
}


div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
    font: 18px FontAwesome;
    margin-left: 5px;
    vertical-align: middle;
}


div.wpcf7-mail-sent-ok:before{
    font: 11px FontAwesome;
}


div.wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {

    
    border: 0;
    padding: 0 5px;
    font-size: 13px;
    position: absolute;
    bottom: auto;
    top: -5px;
    left: auto;
    margin: 0;
    line-height: 1.3em;
}


.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #f7e700; 
}

div.wpcf7-mail-sent-ok {
    color: lightgreen;

}

div.wpcf7-validation-errors:before {
    content:'\f057';
}

div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}




/* -- ***** Contact Form Strip -> Layout
---------------------------------------------------------------*/ 

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
    margin-top: 35px;
}


.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}



@media ( min-width: 767px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



/* Contact form inputs order */

.contacter .desktop-order-1,
.contact-form-strip__contact-page .desktop-order-1 {
    order: 1;
}





/* -- ***** Page Links List
---------------------------------------------------------------*/ 

    .page-links-list-wrapper {
        margin-top: 90px;
    }

    .page-links-list nav {
        text-align: center;
    }

    .page-links-list nav ul {
        padding: 0;
    }   

    
    .page-links-list nav ul li {
        display: inline-block;
        width: 200px;
        margin-left: 34px;
    }
    
    
    .page-links-list nav ul li img {
        border-radius: 50%;
    }   
    
    
    .page-links-list .page-links-list-item__text {
        color: #0063c7;
        font-size: 18px;
        font-weight: 500;
        margin-top: 11px;
        display: inline-grid;
    }


/* -- ***** Page header
---------------------------------------------------------------*/ 


.cq-skewbox {
  overflow: hidden;
  position: relative;
  height: 350px;
  margin-bottom: 80px;
  background:#0063c7

}
.cq-skewbox-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  /*z-index: 1;*/
  /*background-color: rgba(0,0,0,0.5);*/
}
.cq-skewbox-cover {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: transform 0.8s;
}
.cq-skewbox-cover-left {
  left: 0;
  transform: translate3d(-32.4vh, 100%, 0);
}
.cq-skewbox-cover-right {
  left: 50%;
  transform: translate3d(32.4vh, -100%, 0);
}
.cq-skewbox-item.active .cq-skewbox-cover {
  transform: translate3d(0, 0, 0);
}
.cq-skewbox-item.active{
  z-index: 2;
}
.cq-skewbox-item.inactive {
  z-index: 1;
}
.cq-skewbox-skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  transform: skewX(-33deg);
}
.cq-skewbox-cover-left .cq-skewbox-skewed {
  left: -40%;
}
.cq-skewbox-cover-right .cq-skewbox-skewed {
  right: -40%;
}
.cq-skewbox-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  /*padding: 0 30%;*/
  color: #fff;
  transform: skewX(33deg);
  /*transition: transform 0.8s, opacity 0.8s;*/
  background-color: transparent;/*#656D78;*/
  background-size: cover;
  text-align: center;
  
  /*max-width: 1115px;*/
}
.cq-skewbox-cover-left .cq-skewbox-content {
  transform-origin: 100% 0;
}
.cq-skewbox-cover-right .cq-skewbox-content {
  transform-origin: 0 100%;
}
.cq-skewbox-item.inactive .cq-skewbox-content {
  /*opacity: 0.5;*/
  opacity: 0;
  transform: skewX(33deg) scale(0.95);
}

.cq-skewbox .cq-skewbox-title {
  margin: 0;
  text-align: center;
  padding:0;
  color: #FFF;
  line-height: 1em;
  text-align: right;
}

.cq-skewbox .cq-skewbox-subtitle {
    margin: 0;
    font-size: 30px;
    font-weight: bold !important;
    text-align: center;
    padding: 0;
    color: #FFF;
    line-height: 140%;
    text-align: right;
}


.cq-skewbox .cq-skewbox-label {
  margin: 0;
  font-size: 1em;
  padding: 0;
  text-align: center;
  line-height: 140%;
  text-align: right;
}

.cq-skewbox.square .cq-skewbox-title, .cq-skewbox.square .cq-skewbox-label {
  border-radius: 0px;
}
.cq-skewbox.roundsmall .cq-skewbox-title, .cq-skewbox.roundsmall .cq-skewbox-label {
  border-radius: 4px;
}
.cq-skewbox.roundlarge .cq-skewbox-title, .cq-skewbox.roundlarge .cq-skewbox-label {
  border-radius: 8px;
}
.cq-skewbox .cq-skewbox-content.woki-blue {
  background-color: #0063c7;
}

.cq-skewbox .cq-skewbox-content.transparent {
  background-color: none;
}


.cq-skewbox-text-container {
  
    float: right;
    padding-right: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);  
    
   
}


.cq-skewbox .cq-skewbox-title,
.cq-skewbox .cq-skewbox-subtitle,
.cq-skewbox-text-container {
    max-width: 350px;
}


/* Woki line */
header.cq-skewbox.roundsmall:after {
    content: '';
    display: block;
    width: 450px;
    height: 100%;
    background: url(../images/woki-banner-serperator.svg) no-repeat;
    position: absolute;
    background-size: 126%;
    background-position: -116px -136px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

/* Breadcrumbs */

#breadcrumbs {
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-weight: 500;
}

#breadcrumbs a {
    color: #c5c8ca !important;
}



/* -- ***** Slider
---------------------------------------------------------------*/ 


.woki-slider .cq-skewbox .cq-skewbox-content.woki-blue {
    background-color: rgba(0, 99, 199, 0.94);
}


.woki-slider .cq-skewbox {
    background-size: cover;
    height: 640px;
}


.woki-slider .cq-skewbox .cq-skewbox-title {
    font-weight: 900;
    font-size: 36px;
}

.woki-slider .cq-skewbox .cq-skewbox-subtitle {
    font-weight: 900;
    font-size: 26px;
}

.woki-slider .cq-skewbox .cq-skewbox-title, 
.woki-slider .cq-skewbox .cq-skewbox-subtitle, 
.woki-slider .cq-skewbox-text-container {
    max-width: 443px;
}


.woki-slider .cq-skewbox .cq-skewbox-label {
    font-size: 18px;
    color: #fff;
    line-height: 1.2em;   
    margin-top: 15px; 
}


.woki-slider header.cq-skewbox.roundsmall:after {
    width: 555px;
    background-size: 97%;
    background-position: 0 -96px;
}


.woki-slider .cq-skewbox-cover-right .cq-skewbox-skewed {
    right: -36%;
}


.woki-slider .woki-slider__button {
    background-color: #FFF;
    color: #0063c7;
    border: none;
    border-radius: 80px;
    min-height: 44px;
    line-height: 44px;
    display: inline-block;
    margin-top: 16px;
    padding: 0 20px;
}




.woki-slider .woki-slider .woki-slider__slide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}

.woki-slider.slick-initialized .woki-slider .woki-slider__slide {
    visibility: visible;
    opacity: 1;
}



.woki-slider > div:not(:first-child) {
   display: none;
}


/* -- ***** Testimonials Carousel
---------------------------------------------------------------*/ 

.testimonials-carousel {
    margin-top: 60px;
}


.testimonials-carousel .testimonials-carousel__pre-content .testimonials-carousel__pre-content__title h2 {
    color: #0063c7;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}



.testimonials-carousel .testimonials-carousel__pre-content__text {
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 50px;
}


.testimonials-carousel .testimonials-carousel__content ul {
    list-style: none;
    padding: 0;
    margin: 0;  
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item {
    display: inline-block;
    position: relative;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content {
    width: 315px;
    height: 315px;
    border: 1px solid #babbb4;
    border-radius: 50%;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 45px;
    position: relative;
         
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content .testimonials-carousel__item-content-inner {
    padding-top: 40px;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item.slick-active:nth-child(odd) .testimonials-carousel__item-content {
    border: none;
    background-color:#0063c7;
    color: #fff;
}



.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content  .testimonials-carousel__item-logo {
    
    position: absolute;
    top: -34px;
    right: 0px;
    left:0;
    margin:0 auto;
    width: 185px;
    border: 1px solid #babbb4;
    
}


.testimonials-carousel__name-n-title {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 22px;
    max-width: 147px;
    line-height: 1em;
    height: 50px;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content  .testimonials-carousel__item-text {
    line-height: 1.3em;    
    font-style: italic;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 25px;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content  .testimonials-carousel__item-text p {
    margin: 0;
}



.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content .testimonials-carousel__item-client-name,
.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content .testimonials-carousel__item-title {
    text-align: center;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content .testimonials-carousel__item-client-name {
    font-size: 20px;
}


.testimonials-carousel .testimonials-carousel__content ul li.testimonials-carousel__item .testimonials-carousel__item-content .testimonials-carousel__item-title { 
    font-size: 14px;
}

/***********************************************************
 
------------------------- PAGES ---------------------------
 
***********************************************************/ 

/* -- ***** Global Settings
---------------------------------------------------------------*/ 

#primary #content #main {
    margin-top: 0;
}


.entry-content p {
    margin: 0 0 30px;
}


.inner-page-title {
    font-size: 30px;
    font-weight: bold;
    color:#2e2e43;  
}


/* -- ***** About
---------------------------------------------------------------*/ 


.about-top-2cols-layout__image {
    padding-top: 10px;
}



/* -- ***** Team
---------------------------------------------------------------*/

.team-members {
    padding: 0 15px;
}


.team-members .team-page-title {

    margin-bottom: 60px;
}
 

.team-members .grid-item {
    margin-bottom: 50px;
}


.team-members .team-member-name {
    color: #0063c7;
    font-size: 30px !important;
    font-weight:  500;
    margin-top: 25px;
}


.team-members .team-member-title {
    color: #252525;
    font-size: 24px !important;
    font-weight: 300 !important;   
}


.team-members .grid-item .media-object {
    width: 100%;
}


.team-members .grid-item .image-link.image-link--circle {
    border-radius: 50%;
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
}


.team-members .grid-item .image-link img {
  border-radius: inherit;
  clip-path: circle(50% at center);
  -webkit-clip-path: circle(50% at center);
}


.team-members .grid-item .image-link.image-link--grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


.team-members .grid-item .image-link:hover.image-link--grayscale {
    filter: none;
    -webkit-filter:none; 
}


.team-members .grid-item .image-link .overlay-plus {
    background: none;
}


.team-members .grid-item .image-link .overlay-plus i {
   font-size: 50px;
   color:#0063c7;
   opacity: 0.77; 
}


.team-members .grid-item .image-link .overlay-text {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 100, 177, 0.77);
    color:#FFF;
    opacity: 0;
    transition: opacity 1s;
}


.team-member a.image-link.active.image-link--grayscale {
    filter: none;
    -webkit-filter:none;     
}


.team-members .grid-item .image-link.active .overlay-plus {
    display: none;
}



.team-members .grid-item .image-link .overlay-text .overlay-text-inner-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    color:#fff;
    font-size: 16px;
    text-align: center;
    padding: 60px 45px 60px 45px;
}


.team-member a.image-link.active .overlay-text {
    display: block;
    transition: opacity 1s; 
    opacity: 1;
}


/* -- ***** Jobs
---------------------------------------------------------------*/



.classified-ads {
    margin: 0 15px;
}


.classified-ad-item {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
}

.classified-ad-item.grayed,
.classified-ad-item.grayed .panel-accordion  {
    background: #f8f5f5;
}

.classified-ad-item .container {
    padding: 0;
}

.classified-list .accordion.last-item + .panel-accordion {
    border-bottom: 4px dotted #0063c7 !important;
}

.classified-list .accordion {
    background-color: transparent;
    color: #0063c7;
    cursor: pointer;
    padding: 25px 30px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    height: 70px;
    text-align: right;
    position: relative;
    
    border-top: 4px dotted #0063c7;
    
}

.classified-list .accordion.active, 
.classified-list .accordion:hover {
    background: none;
}

.classified-list .accordion:after {
    content: '+';
    color: #0063c7;
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.classified-list .accordion.active:after {
    content: "\2212";
}

.classified-list .panel-accordion {
    padding: 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
}


.classified-list .panel-accordion_title { 
    font-size:28px;
    font-weight: 500;
}

.classified-list .panel-accordion_title span {
    font-size:28px;
    font-weight: 300;
}



.classified-ad-item__requirements-text ul {
    padding-right: 0;
    list-style: none;
}


.classified-ad-item__inner-title {
    font-size: 22px;
    font-weight: bold;
    color: #2e2e43;
    margin-bottom: 12px;
}

.classified-ad-item__requirements-text ul li:before {
    content: '●';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    vertical-align: middle;
    color: #0063c7;
    font-size: 30px;
}



.classified-ad-item__contact-text ul {
    padding-right: 0;
    list-style: none;
} 


.classified-ad-item__contact-text ul li {
    margin-bottom: 5px;
}


.classified-ad-item__contact-text ul li:before {
    content: '';
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


.classified-ad-item__contact-text ul li.phone:before {
    background-image: url(../images/classified-ads-phone.svg);
}


.classified-ad-item__contact-text ul li.email:before {
    background-image: url(../images/classified-ads-email.svg);
}


.classified-ad-item__contact-text ul li a {
    color: #313030;
}


.classified-ad-item__button {
    display: inline-block;
}


.classified-ad-item__button i {
    display: inline-block;
    margin-left: 6px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);        
}


.classified-ad-item__button a {
    display: inline-block;
    background: #0063c7;
    color: #fff;
    padding: 0 12px;
    border: none;
    border-radius: 80px;
    min-height: 29px;
    line-height: 30px;
    margin-top: 4px;
}


.classified-ad-item__button a:hover {
    color:#fff;
}


.classified-ad-item .panel-accordion_text {
    margin-bottom: 40px 
}



/* -- ***** Contact
---------------------------------------------------------------*/

.contact-page-title  {
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}


ul.contact-page-contact-details {
    padding: 0 30px 0 0;
    margin: 0;
    list-style: none;
}


ul.contact-page-contact-details li {
    margin-bottom: 30px;
    color: #1f61cc;
}


ul.contact-page-contact-details li:last-child {
    margin-bottom: 0;
}


ul.contact-page-contact-details li a {
    text-decoration: underline;
}

ul.contact-page-contact-details li img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}



.contact-page-text {
    border-left: 4px dotted #0063c7;
}


.contact-page-text-container {
    padding-left: 30px;    
}


.contact-page-links {

    z-index: 3;
}

.contact-page-links-wrapper {
 padding-right: 30px;   
}


.contact-form-strip.contact-form-strip__contact-page {
    height: auto;
    max-height: none !important;
    background: none;
    padding: 0;
}


.contact-page-form-wrapper {
    max-width: 270px;
    float: left;
}


.contact-form-strip.contact-form-strip__contact-page:before { 
    content: '';
    background: #FFF url(../images/contact-form-page-half-circle.svg) no-repeat;
    background-size: contain;
    background-position: -2px 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 53%;
    top: 0;
    z-index: 0;
}


.contact-form-strip.contact-form-strip__contact-page .contact-form-input.contact-form-input--message {
    max-height: 74px;
    border-radius: 19px;
    background-position: 96% 24% !important;
}


.contact-form-strip.contact-form-strip__contact-page .contact-form-input {
    margin-bottom: 10px;
}


.contact-form-strip.contact-form-strip__contact-page .cf-container {
    margin-top: 20px;
}


.contact-page-text,
.contact-page-links {
    min-height:356px;
}

.contact-form-strip.contact-form-strip__contact-page .use-floating-validation-tip span.wpcf7-not-valid-tip {
    right: 54% !important;
    background: #0063c7;
    top: 17px !important;
    width: auto;
    min-width: 125px;
}


.contact-form-strip.contact-form-strip__contact-page .wpcf7-form  div.wpcf7-mail-sent-ok,
.contact-form-strip.contact-form-strip__contact-page .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    display: block;
    bottom: 15px;
    top: auto;
    font-size: 10px;
    margin-right: 4px;
}



.contact-form-strip.contact-form-strip__contact-page .cf-col-4,
.contact-form-strip.contact-form-strip__contact-page .cf-col-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: block !important;
    flex: none;
    max-width: 100%;
}  



.page-template-page-template-contact  #primary {
    background: linear-gradient(to right, #0063c7 38%, #fff 38%);
    background-size: contain;
    background-repeat: no-repeat;
}



/* -- ***** Multi Sections 
---------------------------------------------------------------*/

.multi-section-container {
    margin-bottom: 40px;
}

.multi-section {
    color:#282828;
}

.multi-section .full-width {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
}


.multi-section ul {
    list-style: none;
    list-style-position: outside;
    padding-right: 0;
}


.multi-section ul li {
      display: flex;
      font-weight: 600;
      margin-bottom: 40px;

}


.multi-section ul li:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #0064c8;
    margin: 0 0 0 15px;
}



/* -- ***** Error 404 
---------------------------------------------------------------*/

.error404 h1 {
    color: #0063c7;
}


.error404 .form-search input {
    border-radius: 15px;
}



/* -- ***** Blog
---------------------------------------------------------------*/


.blog-item {
    margin-bottom: 50px;
}

.blog-item .grid-heading {
    color: #0063c7;
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.blog-item .image-link .overlay-plus {
    background-color: rgba(0, 100, 200, .70);
} 



/* -- ***** Homepage
---------------------------------------------------------------*/

/* Homepage-> Services */

.main-sections .main-services .main-services__title h2 {
    color: #0063c7;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 0;
}


.main-sections .main-services .main-services__text {
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2em;
}


.main-sections .main-services ul.services {
    list-style: none;
    padding: 0;
    margin: 0;    
    color: #fff;
}


.main-sections .main-services ul.services li.services__item {
    display: inline-block;
    position: relative;
}


.main-sections .main-services ul.services li.services__item .services__item__content {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-sections .main-services ul.services li.services__item .services__item__content .services__item__content__inner {
    /*padding: 30px 30px 0 20px;*/
    padding: 14px 42px 0 27px;
}



.main-sections .main-services ul.services li.services__item .services__item-image {
    width: 90px;
    position: absolute;
    top: -30px;
    left: 20px;
}


.main-sections .main-services ul.services li.services__item .services__item-title {
    font-size: 23px;
    font-weight: 900;
    text-align: right;
    color: #fff;
    margin: 0;
    line-height: 1.2em;
}


.main-sections .main-services ul.services li.services__item .services__item-text {
      font-size: 13px;
      line-height: 1.5em;
      color: #fff;  
}


.main-sections .main-services ul.services li.services__item .services__item-read-more {
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    color: #fff;  
}



/* Homepage-> Benfits */

.main-sections .main-benfits {
    margin: 80px 0;
    /*padding: 0 15px;*/
    padding: 25px 15px 0;
    background-repeat: no-repeat !important; 
    background-position: bottom left !important;  
    background-size: 54% !important;
}


.main-sections .main-benfits .main-benfits__title h2 {
    color: #0063c7;
    font-size: 30px;
    font-weight: 900;
}


.main-sections .main-benfits ul.benfits {
    list-style: none;
    padding: 0;
    margin: 0;   
    
    display: flex;
    flex-wrap: wrap;
    max-width: 700px; 
}


.main-sections .main-benfits ul.benfits li.benfit__item {
    flex: 0 0 50%;
    /*padding: 1em;*/
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
}

.main-sections .main-benfits ul.benfits li:nth-child(odd) {
    padding-right: 0;
    
}


.main-sections .main-benfits ul.benfits li.benfit__item:before {
    content: '\25CF';
    float: right;
    font-size: 70px;
    color: #0063c7;
    margin: 10px 0 0 10px;
}

.main-sections .main-benfits ul.benfits li.benfit__item .benfit__item-title {
    color: #252525;
    font-weight: normal;
    margin: 0;
}


.main-sections .main-benfits ul.benfits li.benfit__item  .benfit__item-text {
    line-height: 1.3em;
}

.main-sections .main-benfits ul.benfits li.benfit__item  .benfit__item-text p {
    margin: 0;
}



/* Recaptcha */

.grecaptcha-badge { opacity:0; }