
/*
Theme Name: Courier
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  ***/

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

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

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

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



/***  POPPINS  ***/

/* Extra Bold */
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  src: url('fonts/Poppins/Poppins-ExtraBold.ttf');
}





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #FD8D3B;
  --primay-dk: #ee7824;
  --secondary: #431942;
  --tertiary: #36138c;
  --quadrary: #a93464;
  --dark-1: #746b74;
  --grey: #69727d;
  --border: rgba(0,0,0,.1);
	--gradient-1: linear-gradient(200deg, var(--tertiary) 0%, var(--quadrary) 100%);
	--radius: 50%;
	--radius: 1.6em;
	--radius: 3px;
  --font-1: 'Open Sans', sans-serif;
  --font-2: 'Poppins', sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  font-weight: 600;
  color: var(--dark-1);
  background: white;
}

body p {
  line-height: 1.8em;
}


/***  2.2 THEME STYLES  ***/

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

.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 {
  -webkit-border-radius: var(--radius-1);
  -moz-border-radius: var(--radius-1);
  border-radius: var(--radius-1);
  background: var(--primary);
  color: white;
}

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

.btt-button .fa {font-size: 1.6em;}

}



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


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

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

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


/***  3.2 HEADINGS  ***/

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

h1 {
  font-size: 85px;
  line-height: 1.4em !important;
}
h2 {font-size: 50px;}
h3 {font-size: 36px;}
h4 {font-size: 1.68em;}
h5 {font-size: 22px;}
h6 {
  font-size: 16px;
  line-height: 1.4em !important;
}
footer h2 {font-size: 27px;}
footer h2.kit {font-size: 22px;}
@media (max-width: 920px) {
  h1 {font-size: 65px;}
  h2 {font-size: 40px;}
  h3 {font-size: 30px;}
  h5 {font-size: 18.24px;}
  body p {font-size: 14.5px;}
  footer h2 {font-size: 25px;}
}
@media (max-width: 545px) {
  h1 {font-size: 35px;}
  h2 {font-size: 34px;}
}


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

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


/***  3.4 BUTTONS  ***/

.button {
  padding: 0.5em 2.25em;
  border: 2px solid var(--primary);
  -webkit-border-radius: var(--radius-2);
  -moz-border-radius: var(--radius-2);
  border-radius: var(--radius-2);
  background-color: var(--primary);
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}
.elementor-button {
  padding: 15px 34px;
  font-family: var(--font-1);
  font-size: 15px;
  background-color: var(--primary);
  border-radius: 100px;
  color: white;
}
.elementor-button:hover {
  background-color: var(--primay-dk);
}

.button span {font-size: 0.9em;}

.button:hover {
  border-color: var(--tertiary);
  background: var(--tertiary);
  color: white;
}

/* Empty Button */

.button-empty {
  background: none;
  color: var(--primary);
}

.button-empty:hover {
  border-color: var(--tertiary);
  background: none;
  color: var(--tertiary);
}


/***  3.5 ICONS  ***/

/*  Icon Colors  */

[class*=" eicon-"], 
[class^=eicon] {
  font-style: normal !important;
}

.fa, .fal {font-weight: 800;}

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary);
  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(--secondary);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary);
  color: white;
}

a .fa-bg {
  background-color: var(--primary);
  color: #eee;
}

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

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--secondary);}



/***  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[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);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary);
  height: 50px;
  border-radius: var(--radius-2);
  padding: 0.75em 2em;
  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);
  color: white;
}

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

/* 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(--tertiary);}

.scroll-bar-container {max-width: none;}

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


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

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


/***  4.3 HEADER  ***/

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

.header-container {max-width: none;}

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

.header .logo-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo img {max-height: 74px;}
@media (max-width: 968px) {
  .logo img {max-height: 65px;}
}
@media (max-width: 768px) {
  .logo img {max-height: 50px;}
}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {
  border: 1px solid white;
  font-size: 20px;
  color: white;
  font-weight: 300;
  border-radius: 5px;
  padding: 10px;
}

.header .menu-button.active .fal {
  border-color: var(--primary);
  -webkit-border-radius: var(--radius-3);
  -moz-border-radius: var(--radius-3);
  border-radius: var(--radius-3);
  background: var(--primary);
  color: white;
}


/***  4.4 NAV BAR  ***/


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 32px 16px;
  color: white;
  font-weight: 600;
}

.nav-menu li>ul {
  top: 95%;
}

.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: var(--primary);}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  background-color: white;
  width: 240px;
  border-radius: var(--radius-3);
}

.nav-menu li ul li:not(:last-child) {border-bottom: 1px solid #eaeaea;}

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

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


/***  4.7 MOBILE NAV  ***/

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

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

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

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

.mobile-menu li ul {
  background-color: rgba(0,0,0,0.05);
  font-size: 0.9em;
}





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



/***  5.1 BANNER  ***/

.banner {
  padding-top: 110px;
  background: var(--tertiary);
  background: var(--gradient-1);
  color: white;
}

.banner:before {
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: opacity(0.5);
}

.banner:after {
  background-image: url('images/bg-overlay-img.png');
  visibility: visible;
  position: absolute;
  inset: 0;
  background-attachment: scroll;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .75;
  height: 100%;
}
@media (max-width: 900px) {
  .banner:before {
  background-position: center center;
  }
  .banner:after {
    background-position: top left;
    background-size: 1200px auto;
  }
}

.banner-inner {
  max-width: 575px;
  margin-left: 0;
  min-height: 340px;
  padding-top: 110px;
  padding-bottom: 110px;
  align-items: flex-end;
}

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

.banner-content {width: 100%;}

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

.banner .banner-container {
  position: relative;
  z-index: 1;
}

.banner .banner-content .page-title {
  margin: 0 0 30px 0;
}

/***  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 {
  border-radius: var(--radius-2);
  background-color: var(--light-3);
  color: var(--dark-2);
}

.service-cols .grid.grid-spaced {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 5px;
  row-gap: 100px;
  margin: 0;
  width: 100%;
}


.service-cols .grid.grid-spaced article.service {
  width: 32.33%;
  max-width: 395px;
  padding: 0 !important;
}

.service .entry-link.service-link {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0;
  overflow: unset;
}

.service .entry-link.service-link .service-icon-wrap {
  width: fit-content;
  margin-top: -50px;
  margin-left: 50px;
  background-color: var(--primary);
  border-radius: 50px;
  padding: 35px;
  display: flex;
}
.service .entry-link.service-link .service-icon-wrap svg {
  fill: white;
  width: 30px;
}
.service .entry-link.service-link .service-text-wrap {
  padding: 50px 50px 90px 50px;
}

.service .entry-link.service-link .entry-more.service-more {
  left: 70px;
  bottom: 50px;
}

.service .entry-link.service-link .entry-more.service-more span {
  color: var(--secondary);
}

.service .entry-link.service-link .entry-more.service-more::before {
  content: '\f105';
  font-size: 18px;
  font-weight: bold;
  font-family: 'Font Awesome 5 Pro';
  color: var(--secondary);
  margin-left: -20px;
  margin-right: 20px;
}
.service .entry-link.service-link:hover .entry-more.service-more::before,
.service .entry-link.service-link:hover .entry-more.service-more span {
  color: var(--primary);
}

@media (max-width: 900px) {
  .service-cols .grid.grid-spaced article.service {
    width: 48%;
  }
  .service-cols .grid.grid-spaced {
    justify-content: center;
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .service .entry-link.service-link .service-icon-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .service .entry-link.service-link .service-text-wrap {
    text-align: center;
  }
  .service .entry-link.service-link .entry-more.service-more {
    left: 50%;
    transform: translateX(-50%);
  }
  .service-cols .grid.grid-spaced article.service {
    width: 100%;
  }
  .service .entry-link.service-link .service-text-wrap {
    padding: 15px 15px 80px 15px;
  }
}

.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-top: 135px;
  padding-bottom: 280px;
  background-image: url('images/footer-bg-img.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  font-size: 0.9em;
  color: white;
}

.footer .col-custom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer aside:first-of-type {
  width: 46% !important;
}
.footer aside:first-of-type h2 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.footer aside {
  width: 27% !important;
}
@media (max-width: 900px) {
  .footer {
    padding: 100px 30px 280px 30px;
  }
  .footer aside:first-of-type {
    width: 100% !important;
  }
  .footer aside {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 15px 280px 15px;
  }
  .footer aside {
    width: 100% !important;
  }
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6, 
.footer a {color: white;}

.footer p {
  font-size:16px;
  line-height: 30px;
}

.footer a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
}

/* Footer Menu */
.footer .menu li {
  margin-bottom: 5px;
}
.footer .menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Footer Icon List */

.footer .arrow-list li:before, 
.footer .check-list li:before, 
.footer .check-circle-list li:before, 
.footer .icon-list li:before, 
.footer .contact-list li:before {font-weight: 800;}

.footer .contact-list li a {
  font-size: 16px;
}

.footer .contact-list li:not(:last-child) {
  margin-bottom: 5px;
}

.footer .footer-social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 10px;
  margin-top: 30px;
}
.footer ul.footer-social-icons li a {
  color: white;
  background-color: var(--primary);
  padding: 6px 8px;
}
.footer ul.footer-social-icons li a:hover {
  background-color: white;
  color: var(--primary);
}
.footer ul.footer-social-icons li a i {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 500;
  font-size: 16px;
  font-style: normal !important;
}

@media (max-width: 900px) {
  .footer p {font-size:14px;}
  .footer a {font-size:14px;}
  .footer .menu li a {font-size:14px;}
  .footer .contact-list li a {font-size:14px;}
  .bottom-bar a,
  .bottom-bar p {font-size: 14px;}
  .copyright, .credits {font-size: 14px;}
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background: none;
  font-size: 0.84em;
  color: white;
}

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

.bottom-bar a,
.bottom-bar p {
  font-size: 16px;
}

.bottom-bar a {
  color: white;
  transition: all 0.3s ease;
}
.bottom-bar a:hover {
  color: var(--primary);
}

.bottom-bar .col-custom:first-child:last-child {text-align: left;}

.copyright, .credits {
  display: inline-block;
  font-size: 16px;
}

.credits img {
  width: 1.2em;
  margin-top: -2px;
}


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

/* Add custom theme styles here */ 

.section-desc {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

/*** Home - Custom Box ***/
.cstm-box-link .cstm-box-link-icon i {
  transition: all 0.3s ease;
}
.cstm-box-link:hover .cstm-box-link-icon i {
  color: var(--grey);
}


/*** Home - Testimonials ***/
.white-icon i {
  color: white;
}

@media (max-width: 768px) {
  .cstm-testimonial-icon .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 15px;
  }
}

/*** Home - Pricing ***/
.cstm-pricing-wrapper .elementor-container {
  column-gap: 10px;
}
.cstm-price-list .elementor-price-list-header {
  column-gap: 70px;
}
@media (min-width: 900px) {
  .cstm-price-list .elementor-price-list-header {
    justify-content: flex-start !important;
  }
}
.cstm-price-list .elementor-price-list-header .elementor-price-list-title {
  min-width: 30%;
}

.cstm-pricing-card:hover .elementor-widget-wrap {
  background-color: var(--primary) !important;
}
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-heading-title,
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-widget-container p,
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-price-list .elementor-price-list-title,
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-price-list .elementor-price-list-price {
  color: white;
}
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-divider-separator {
  --divider-color: white;
}
.cstm-pricing-card:hover .elementor-widget-wrap .elementor-button {
  background-color: white;
  color: var(--secondary);
}

/*** Services - Accordion ***/
.cstm-accordion .elementor-tab-title {
  border-bottom: 1px solid var(--border);
}

/*** Price - Custom or ***/
.cstm-or .elementor-heading-title {
  position: relative;
}
.cstm-or .elementor-heading-title:before {
  content: '';
  border-top: 2px solid white;
  width: 32px;
  position: absolute;
  top: 10px;
  left: -40px;
}
.cstm-or .elementor-heading-title:after {
  content: '';
  border-top: 2px solid white;
  width: 32px;
  position: absolute;
  top: 10px;
  right: -40px;
}

/*** 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(--dark-1);
}
.cstm-contact-form .nf-form-content .nf-row:first-of-type::after {
  content: "*";
  position: absolute;
  font-weight: bold;
  top: -28px;
  left: 57px;
  color: red;
}
.cstm-contact-form .nf-field-container {
  margin-bottom: 10px !important;
}
.cstm-contact-form .nf-field-container textarea {
  max-height: 150px;
}
.cstm-contact-form .nf-field-element input[type="submit"] {
  padding: 15px 34px;
  border-radius: 100px;
  height: 45px;
  line-height: 0;
  background-color: var(--primary);
}
.cstm-contact-form .nf-field-element input[type="submit"]:hover {
  background-color: var(--primay-dk);
}

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



/*
 * END OF
 * CUSTOMIZABLE CSS
 */
