/*
Theme Name: Consultants
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.3 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 PAGE NAVBAR
 *   5.3 MAIN
 *   5.4 ARCHIVE
 *   5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/




/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***  OPEN SANS  ***/

/* Light */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url('fonts/Open_Sans/OpenSans-Light.ttf');
}

/* Normal */
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
}

/* Bold */
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf');
}

/* Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Open_Sans/OpenSans-Italic.ttf');
}



/***  RUBIK  ***/

/* Light */
@font-face {
  font-family: 'Rubik';
  font-weight: 300;
  src: url('fonts/Rubik/Rubik-Light.ttf');
}

/* Normal */
@font-face {
  font-family: 'Rubik';
  font-weight: 400;
  src: url('fonts/Rubik/Rubik-Regular.ttf');
}

/* Bold */
@font-face {
  font-family: 'Rubik';
  font-weight: bold;
  src: url('fonts/Rubik/Rubik-Bold.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #E73A46;
  --primary-lt: #f74551;
  --primary-dk: #E52431;
  --secondary:#1D3557;
  --secondary-lt:#4C607B;
  --secondary-dk:#112036;
  --tertiary:#BFD1FF;
  --text: #4C607B;
  --dark-1: #1a1a1a;
  --dark-2: #292929;
  --dark-3: #787878;
  --light-1: #F8F9FA;
  --light-2: #e0e0e0;
  --light-3: #FBFCFF;
  --field-brdr: #dddddd;
  --field-bg: #FAFAFA;
  --radius-1: 5px;
  --radius-2: 50%;
  --shadow-1: 0 25px 25px -15px rgb(0 0 0 / 10%);
  --shadow-2: 0 10px 40px rgba(0, 0, 0, 0.1);
  --font-1: "Open Sans", sans-serif;
  --font-2: "Rubik", sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--secondary);
  background: white;
  font-size:17px;
}

p:empty:before {display: none !important;}



/***  2.2 THEME STYLES  ***/
.section-spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacer-top {padding-top: 100px;}
.section-spacer-btm {padding-bottom: 100px;}

.section-spacer-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}




/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  background: var(--primary-dk);
  color: white;
  border-radius:var(--radius-2);
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT & LINKS  ***/

a {color:var(--primary);}

a:hover {color: var(--primary-dk); text-decoration:none;}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-2);
  font-weight: normal;
}

h1 {
  font-weight: normal;
  font-size: 70px;
  line-height: 1.4em !important;
}
h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.3em !important;
}
h3 {
  font-size: 50px;
  line-height: 1.3em !important;
}
h4 {
  font-size: 25px;
  line-height: 1.2em !important;
}
@media (max-width: 900px) {
  h1 {font-size: 45px;}
  h2 {font-size: 34px;}
  h3 {font-size: 30px;}
  h4 {font-size: 22.8px;}
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}



h5 {font-size: 1em;}
h6 {font-size: 0.9em;}




/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}

hr.hr-short  {
	display: block;
	width: 50px!important;
    margin: 0 auto;
    height: 1px;
    border: 0;
    border-top: 3px solid var(--primary)!important;
    padding: 0;
	clear: both;
}

hr.hr-50  {
	display: block;
	width: 80%!important;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--dark-1)!important;
    padding: 0;
	clear: both;
}

hr.hr-80  {
	display: block;
	width: 80%!important;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--secondary)!important;
    padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, a.elementor-button {
  padding: 0.9em 2.18em;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  font-weight: 400;
  color: white;
  border-radius:0;
  letter-spacing: 2px;
  line-height: 1;
  vertical-align:normal;
  text-transform:uppercase;
}

.button:hover, a.elementor-button:hover {
  border-color: var(--secondary)!important;
  background-color: var(--secondary)!important;
  color: white;
}

/** Secondary Button **/

.button-secondary, .btn-secondary .elementor-button {
  padding: 0.9em 2.18em;
  border: 2px solid var(--light-1);
  background-color: var(--light-1);
  font-weight: 500;
  color: var(--primary-dk);
  vertical-align: middle;
  text-transform:uppercase;
}

.button-secondary:hover ,.btn-secondary .elementor-button:hover {
  border-color: white;
  background: white;
  color: var(--primary-dk);
  text-decoration:none;
}

/* Empty Button */

.button-empty, .bordered-button .elementor-button {
  border:1px solid white;
  background: none!important;
  color: white;
  text-transform:uppercase;
}

.button-empty:hover, .bordered-button .elementor-button:hover  {
  border-color: white!important;
  background-color: white!important;
  color: var(--primary);
}



/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: white;}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--light-1);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--light-2);}

/*  Icon Backgrounds  */

.fa-bg,
a .fa-bg {
  background-color:var(--secondary);
}

a:hover .fa-bg {
  background-color:var(--dark-1);
}

.fa-bg,
a .fa-bg,
a:hover .fa-bg {
  color:white;
  border-radius:50%;
}

/*  Icon Borders  */
.fa-br,
a .fa-br {
  border-color:var(--primary);
  border-radius:50%;
}
a:hover .fa-br {
  border-color:var(--dark-1);
}

.fa-br,
a .fa-br,
a:hover .fa-br {
  color:var(--dark-1);
}


/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.contact-list li a {color: var(--dark-3);}

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
  position: absolute;
  top: 0.25em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}


/***  3.7 FORM STYLES  ***/

/* Inputs */
input,
textarea {
  border: 1px solid var(--field-brdr);
  background-color: var(--field-bg) !important;
  padding: 12.75px !important;  
  font-size: 16px !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Label */
.label-below .nf-field-label {
  margin-top: 0 !important;
}
.label-below .nf-field-label label {
  font-size: 15px;
  font-weight: 300;
}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary) !important;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  padding: 15px 35px !important;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: var(--secondary) !important;
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--secondary) !important;
  color: white;
}

#ninja_forms_required_items, 
.nf-field-container {
  margin-bottom: 20px !important; 
}
.label-above .nf-field-label {
  margin-bottom: 0 !important;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}


/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 SCROLL BAR  ***/

.scroll-bar {background: var(--secondary-lt);}

.scroll-logo img {max-height: 60px;}



/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--primary-dk);
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}



/***  4.3 HEADER  ***/

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
} 

.header .col-custom {
  padding: 0;
}

header .section-container {
  max-width: 1140px;
  padding: 0;
}

header .header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  header .header-inner {
    padding: 15px 50px 15px 15px;
  }
  header .header-right {
    display: none;
  }
}

.logo img {max-height: 80px;}

/* Menu Button */
@media (max-width: 1024px) {
  .header .menu-button {
    margin-right: 15px;
  }
}

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: white;}

.header .menu-button.active .fal {
  background: var(--primary);
  color: white;
}



/***  4.4 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 24px 16px;
  color: rgba(255,255,255,0.65);
}

.scroll-bar .nav-menu > li > a {color: rgba(255,255,255,0.65);}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color:white;}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.5em 2.25em;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color: var(--primary);
  color: white;
  transition: all 300ms ease-in-out;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: white;
  color: var(--primary);
}


/***  4.5 DROPDOWN MENUS  ***/

.nav-menu li ul {

  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-2);
  font-size: 0.9em;
}

.nav-menu li ul li.current-menu-item > a {color: var(--secondary);}

.nav-menu li ul li:hover a {
  background-color: var(--secondary);
  color: white;
}


/***  4.6 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-2);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--secondary);
  color: white;
}

.mobile-menu li ul {
  background-color: var(--light-3);
  font-size: 0.9em;
}





/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/




/***  5.1 BANNER  ***/

.banner {
  color: white;
	background-color: var(--secondary);
  background-image: url(/wp-content/uploads/2022/02/bg-overlay-001-free-img.png) !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background .3s,border-radius .3s,opacity .3s;
  position: relative;
}
.banner::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner::after {
  background-image: url(/wp-content/uploads/bg-overlay-001-free-img.png) !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100%;
  visibility: visible;
}
@media (max-width: 900px) {
  .banner::after {
    background-size: contain;
  }
}

.banner-inner {
  padding: 70px 0;
	min-height: 450px;
	max-width: 600px;
	margin-left: 0;
  align-items: end;
}
@media (max-width: 1300px) {
  .banner-inner {
    padding: 70px 30px;
  }
}
@media (max-width: 900px) {
  .banner-inner {
    padding: 70px 15px;
  }
}

.section-container.banner-container {
  max-width: 1140px;
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
.banner-inner .banner-content .page-title {
  margin-bottom: 50px;
}

.banner-tall .banner-inner {min-height: 600px;}

.banner .page-tagline {font-size: 1.15em;}


/***  5.2 PAGE NAV BAR  ***/
.page-nav-bar .page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.page-nav-bar .page-menu {display: flex;}

.page-nav-bar .page-menu li {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
}

.page-nav-bar .page-menu li > a {
  padding: 24px 18px;
  display: flex;
  align-items: center;
  color: var(--dark-1);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.page-nav-bar .page-menu li.current-menu-item > a,
.page-nav-bar .page-menu li:hover > a {
  background: var(--primary);
  text-decoration: none;
  color: white;
}

/***  5.3 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.4 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
  color: var(--text);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap {padding: 30px 30px 0;}

.entry-cols .entry-icon-wrap svg {
  width: 60px;
  fill: var(--primary);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--secondary);}

.entry-cols .entry-text-wrap {padding: 30px 30px 85px 30px;}

.entry-cols .entry-date {
  font-size: 0.9em;
  color: var(--dark-3);
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {color: var(--primary);}

.entry-cols .entry-link:hover .entry-button {color: var(--secondary);}

/* Paging Nav */

.archive-nav a {
  padding: 0.6em 1.2em;
  border-radius: var(--radius-3);
  border: 1px solid var(--light-1);
  background: var(--light-2);
  color: var(--dark-1);
}

.archive-nav a:hover {
  background-color: var(--secondary);
  color: white;
}


/***  5.5 SINGLE  ***/






/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  6.1 CTA BAR  ***/

.cta-bar {
  padding-top: 100px;
  Padding-bottom: 100px;
  background-color: var(--secondary);
  text-align: center;
  color: white;
}

.cta-bar .grid {align-items: center;}

.cta-bar .col-custom:last-child {margin-top: 1em;}

@media screen and (min-width: 901px) {
.cta-bar .col-custom:first-child {
  width: 66.7%;
  text-align: left;
}
.cta-bar .col-custom:last-child {
  width: 33.3%;
  text-align: right;
  margin-top: 0;
}
}

.cta-bar .cta-title, 
.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar .cta-title + p {margin-top: 0;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: var(--primary);
}



/***  6.2 FOOTER  ***/

.footer {
  padding: 175px 30px 130px;
  background: var(--primary);
  background:url('/wp-content/uploads/footer-bg-img.png');
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color:white!important;
  font-size:0.9em;
  position: relative;
}

.footer .section-container {
  max-width: 1140px;
  position: relative;
  z-index: 1;
}
.footer .footer-inner .col-custom.widget h4 {
  color: white;
  font-size: 18px;
}
.footer .footer-inner .col-custom.widget.footer-widget:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
}
.footer .footer-inner .col-custom.widget.footer-widget:last-of-type {
  padding: 0 0 0 50px;
}

.footer .footer-offices {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 0 !important;
  list-style: none;
  margin-top: 60px;
} 

.footer .footer-offices .footer-office {
  display: flex;
  flex-direction: column;
}
.footer .footer-offices .footer-office:last-of-type {
  margin-bottom: 40px;
}
.footer .footer-offices .footer-office .country {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .footer-offices .footer-office .link {
  transition: all 0.3s ease;
  font-size: 17px;
}

.footer h3 {font-size: 1em; color:white;}

.footer .col-custom:nth-last-child(2):first-child {
  width: 33.3%;
	border-right:1px solid var(--secondary-lt);
}

.footer .col-custom:nth-child(2):last-child {
	width: 66.7%;
}

.footer .col-custom:nth-child(2):last-child hr {
	margin:10px 0;
	margin-left:-15px;
	width:50%!important;
}

.footer .col-custom:nth-child(2):last-child h3 {
	padding: 0 0 20px 50px;
}

.footer .col-custom:nth-child(2):last-child ul {
	padding: 0 0 20px 50px;
}

/* Footer Menus */

.footer .menu a, .footer ul li a {color:white!important;}

.footer .menu a:hover, .footer ul li a:hover {
	text-decoration:none;
	color:var(--primary)!important;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}

footer.section.footer::after {
  background:url('/wp-content/uploads/footer-bg-overlay.png');
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  visibility: visible;
  height: 100%;
}
@media (max-width: 900px) {
  .footer .footer-offices {
    margin-bottom: 40px;
  }
  footer.section.footer::after {
    background-size: contain;
  }
  footer.footer .grid {
    flex-direction: column-reverse;
  }
  .footer.footer .col-custom {
    width: 100% !important;
    padding: 0 !important;
  }
  .footer.footer .col-custom {
    text-align: center;
  }
  .footer.footer .col-custom h4 {
    text-align: left;
  }
  .footer .col-custom:nth-last-child(2):first-child {
    border-right: 0;
    text-align: center;
  }
  .footer .footer-offices .footer-office {
    text-align: left;
  }
  footer.footer { 
    padding: 120px 30px 60px 30px;
  }
}




/***  6.2 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--light-1);
  color:var(--dark-2);
  font-size:0.9em;
}

.bottom-bar .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bottom-bar a {color:black;}
.bottom-bar a:hover {
	text-decoration:none;
	color:var(--primary);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}

.copyrights-credits-wrapper {margin: 265px 0 0;}
@media (max-width: 900px) {
  .copyrights-credits-wrapper {
    margin: 70px 0 0;
    text-align: left;
  }
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

i {
  font-style: normal !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white i,
.text-white li a,
.text-white li:before {color:white!important;}

.text-white li a:hover {color:var(--primary-lt)!important;}

.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary i,
.text-primary li a,
.text-primary li:before {color:var(--primary)!important;}

.text-primary li a:hover {color:var(--primary-lt)!important;}

.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p,
.text-secondary i,
.text-secondary li a,
.text-secondary li:before {color: var(--secondary)!important;}

.text-secondary li a:hover {color: var(--primary-dk)!important;}

.light-bar {background: var(--light-1);}



/***  BORDER BOX  ***/

.sb-cols .elementor-widget-wrap {
  border-right:1px solid  var(--light-2);
	 border-bottom:1px solid var(--light-2);
  padding: 50px!important;
  text-align: center;
}

.sb-cols .elementor-widget-wrap:hover {
  background:white;
  box-shadow:var(--shadow-1);
}

.sb-cols-right .elementor-widget-wrap {
  border-right:1px solid  var(--light-2);
  margin-top:10px;
  padding: 50px!important;
  text-align: center;

}

.sb-cols-right .elementor-widget-wrap:hover {
  background:white;
  box-shadow:var(--shadow-1);
}



/* Last */

.last .elementor-widget-wrap { border-right:1px solid transparent!important;}



/** Border **/

.border-right .elementor-widget-wrap {border-right:1px solid var(--light-2);}
.border-left .elementor-widget-wrap {border-left:1px solid var(--light-2);}
.border-bottom .elementor-widget-wrap {border-bottom:1px solid var(--light-2);}
.border-top .elementor-widget-wrap {border-top:1px solid var(--light-2);}



/** Counter **/
.elementor-counter-number-wrapper { color:var(--primary);}
.cstm-counter .elementor-counter {
  display: flex;
  flex-direction: column-reverse;
}
.cstm-counter .elementor-counter-title {
  margin: 10px 0;
}

/** Custom Icon Box ***/
.cstm-icon-box:hover .elementor-icon i {
  color: var(--light-1);
} 

/*** Custom Services ***/
.cstm-services .service-link:hover .service-button {
  color: white;
}

.cstm-services .service {
  width: 100%;
  padding: 30px 20px 110px 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--light-2);
}
.cstm-services .service:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cstm-services .service {
    width: 50%;
    padding: 50px 15px 120px 15px;
  }
  .cstm-services .service:nth-child(odd) {
    border-right: 1px solid var(--light-2);
  }
  .cstm-services .service {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cstm-services .service:nth-child(odd) {
    padding: 50px 100px 120px 0;
  }
  .cstm-services .service:nth-child(even) {
    padding: 50px 50px 120px;
  }
  .cstm-services .service:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

.cstm-services .service .service-icon-wrap {
  padding: 0;
  width: fit-content;
  padding: 20px;
  background: var(--secondary);
  border-radius: 100%;
}
.cstm-services .service .entry-icon-wrap svg {
  fill: white;
  max-height: 50px;
}
.cstm-services .service .entry-text-wrap {
  padding: 30px 0 0 0;
}
.cstm-services .service .service-title {
  font-size: 25px;
  color: var(--primary);
}
.cstm-services .service .service-excerpt {
  font-size: 17px;
}
.cstm-services .service .entry-more {
  bottom: -40px;
  left: 0;
}
.cstm-services .service .service-button {
  padding: 15px 35px;
  font-size: 15px;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.cstm-services .service .service-button:hover {
  background-color: var(--secondary);
  color: white;
}

/*** Services - Icon Box ***/
.cstm-service-icon-box .elementor-icon i {
  color: var(--secondary);
}

/*** Contact Us - Custom Social Icon List ***/
.cstm-social-icon-list a {
  background-color: var(--secondary);
  padding: 14px;
  transition: all 0.3s ease;
}
.cstm-social-icon-list a:hover {
  background-color: var(--primary);
}
.cstm-social-icon-list a .elementor-icon-list-text {
  display: none !important;
}

/*** Contact Us - Form ***/
.cstm-contact-form .nf-form-content .nf-row:first-of-type {
  position: relative;
}
.cstm-contact-form .nf-form-content .nf-row:first-of-type::before {
  content: "Name";
  position: absolute;
  font-weight: bold;
  top: -28px;
  left: 5px;
  color: var(--secondary);
}
.cstm-contact-form .nf-form-content .nf-row:first-of-type::after {
  content: "*";
  position: absolute;
  font-weight: bold;
  top: -28px;
  left: 60px;
  color: var(--primary);
}

.cstm-contact-form .nf-field-container {
  margin-bottom: 10px !important;
}

/*** Case Studies - Custom Post Widget ***/
.cstm-post-widget .wts-eae-pl-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  margin: 0;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-image-wrapper {
  width: 100%;
}
.cstm-post-widget .eae-pl-content-box-wrapper .eae-pl-content-box {
  margin: 25px 0 30px 0;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
  padding: 50px 100px 50px 50px;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-image-wrapper {
  width: 50%;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
  width: 50%;
  padding: 50px 100px 50px 50px;
  text-align: left;
}
.cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper .eae-pl-readmore {
  text-align: left;
}
@media (max-width: 900px) {
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
    padding: 30px 50px 30px 30px;
  }
}
@media (max-width: 768px) {
  .cstm-post-widget .wts-eae-pl-wrapper ul li {
    flex-direction: column;
  }
  .cstm-post-widget .wts-eae-pl-wrapper ul li:nth-child(even) {
    flex-direction: column;
  }
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
    padding: 15px;
  }
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-image-wrapper,
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
    width: 100%;
    text-align: center;
  }
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper {
    padding: 35px 0 65px 0;
  }
  .cstm-post-widget .wts-eae-pl-wrapper ul li .eae-pl-content-box-wrapper .eae-pl-readmore {
    text-align: center;
  }
}







/*
 * END OF
 * CUSTOMIZABLE CSS
 */
