
/*
Theme Name: Construction
Version: 5.6
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");



/***  MONTSERRAT  ***/

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

/* Semi-Bold */
@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');
}



/***  MONTSERRAT  ***/

/* Semi-Bold */
@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  src: url('fonts/Barlow/Barlow-SemiBold.ttf');
}






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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #ff5e14;
  --primary-lt: #ff702d;
  --primary-dk: #eb4a00;
  --secondary:#14B5FF;
  --dark-1: #1a1a1a;
  --dark-2: #5a5a5a;
  --dark-3: #69727d;
  --light-1: #cbd2de;
  --light-2: #f4f8fd;
  --light-3: #F7F7F7;
	--radius-1: 50%;
	--radius-2: 8px;
	--radius-3: 24px;
	--shadow-1: 0 16px 32px -16px rgba(255,94,20,.64);
	--shadow-2: 64px 64px 160px -40px rgba(0,0,0,.24);
	--font-1: 'Open Sans', sans-serif;
	--font-2: 'Barlow', sans-serif;
}

html {font-size: 16px;}

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

body p {
  line-height: 30px;
}
@media (max-width: 900px) {
  body p {
    font-size: 14.5px;
  }
}

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



/***  2.2 THEME STYLES  ***/

.section-container {max-width: 1300px;}
.elementor-container {max-width: 1200px !important;}
.boxed-container .elementor-container {max-width: 650px !important;}
.boxed-container.cta .elementor-container {max-width: 800px !important;}
.full-width-section .elementor-container {max-width: 100% !important;}

.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 {
  border-radius: var(--radius-1);
  background-color: var(--primary);
	font-weight: 300;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btt-button:hover .fa {
  background-color: var(--dark-2);
  color: white;
}





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



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

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

a:hover {color: var(--secondary);}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-2);
  font-weight: 600;
  color: black;
}
h1 {
  font-size: 4.5em;
  line-height: 1.4em !important;
}
h2 {
  font-size: 40px;
  line-height: 1.3em !important;
}
.no-line h2::after {
  display: none;
}
h4 {
  line-height: 30px !important;
}

h2:after {
  display: block;
  width: 65px;
	height: 4px;
	margin-top: 15px;
	background-color: var(--primary);
  content: '';
}

h3 {font-size: 2em;}
h4 {font-size: 22px;}
h5 {font-size: 1.25em;}
h6 {font-size: 1em;}

@media (max-width: 1200px) {
  h1 {font-size: 48px;}
}
@media (max-width: 768px) {
  h1 {font-size: 36px;}
  h4 {font-size: 20px;}
  h2 {font-size: 32px;}
  h3 {font-size: 28px;}
}




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

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



/***  3.4 BUTTONS  ***/

.button, 
.elementor-button {
  padding: 18px 52px 18px 32px;
	border-radius: 0;
  background-color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  color: white;
  position: relative;
  box-shadow: var(--shadow-1) !important;
}
.button::after, 
.elementor-button::after {
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: white;
  font-size: 12px;
}

.button:hover, 
.elementor-button:hover {
  background-color: var(--dark-1);
  color: white;
  text-decoration: none;
}

/*** Transparent Button ***/

.btn-sec .button, 
.btn-sec .elementor-button {
  padding: 18px 32px;
	border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  color: white;
  opacity: 0.8;
  box-shadow: none !important;
}

.btn-sec .button::after, 
.btn-sec .elementor-button::after {
  display: none;
}

.btn-sec .button:hover, 
.btn-sec .elementor-button:hover {
  color: white;
  text-decoration: none;
  opacity: 1;
}

/*** Transparent Button with Primary Text Color ***/

.prim-btn-sec .button, 
.prim-btn-sec .elementor-button {
  padding: 0 45px 0 0;
	border-radius: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary);
  box-shadow: none !important;
}

.prim-btn-sec .button::after, 
.prim-btn-sec .elementor-button::after {
  color: var(--primary);
}

.prim-btn-sec .button:hover, 
.prim-btn-sec .elementor-button:hover {
  color: var(--dark-2);
  text-decoration: none;
}

.prim-btn-sec .button:hover::after, 
.prim-btn-sec .elementor-button:hover::after {
  color: var(--dark-2);
}


.button .fas, 
.elementor-button .fas, 
.button:hover .fas, 
.elementor-button:hover .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: white;
}

/* Empty Button */

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

.button-empty:hover, 
.bordered-button .elementor-button:hover {
  border-color: var(--dark-1);
  background: none;
  color: var(--dark1);
}

.button-empty .fas, 
.bordered-button .elementor-button .fas {color: var(--primary);}

.button-empty:hover .fas, 
.bordered-button .elementor-button:hover .fas {color: var(--dark-1);}



/***  3.5 ICONS  ***/

/*  Icon Colors  */

.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: white;
}

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);}

/* Elementor Icons */

.elementor-view-stacked .elementor-icon {background-color: var(--primary);}
.elementor-view-stacked .elementor-icon i {color: white;}
.elementor-view-stacked .elementor-icon:hover {background-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-color: var(--dark-1);}

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



/***  4.2 TOP BAR  ***/

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

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



/***  4.3 HEADER  ***/

.header-wrapper {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

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

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

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--primary);}

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



/***  4.4 NAV BAR  ***/



/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding-top: 36px;
	padding-bottom: 36px;
  color: white;
}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > 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;
	font-size: 0.9em;
}

.nav-menu li ul li a {
  text-align: left;
	color: var(--dark-2);
}

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

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



/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: var(--dark-1);}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid rgba(124,125,127,0.24);}

.mobile-menu li a {color: white;}

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





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



/***  5.1 BANNER  ***/

.banner {
	text-align: left;
  color: white;
}

.banner-inner {
  min-height: 500px;
  max-height: 500px;
  padding-top: 180px;
	padding-bottom: 80px;
  text-align: left;
}
.banner-inner .page-title {
  font-size: 72px;
}
@media (max-width: 900px) {
  .banner-inner {
    text-align: center;
    min-height: 307px;
    max-height: 307px;
  }
}
@media (max-width: 900px) {
  .banner-inner .page-title {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .banner-inner .page-title {
    font-size: 36px;
  }
}





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

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

.banner a:hover {color: white;}



/***  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);
  overflow: hidden;
  color: var(--dark-2);
}

.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: 105px 0;
  background-color: var(--dark-1);
  font-size: 0.9em;
	color: var(--light-1);
}
@media (max-width: 900px) {
  .footer {
    padding: 80px 15px;
  }
}

.footer-container {
  max-width: 1200px;
  padding: 0;
}
.footer-container .col-custom {
  padding: 0;
  width: 33.33%;
  margin-bottom: 0;
}
.footer-container .footer-inner .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 55px;
  margin: 0;
}
@media (max-width: 1200px) {
  .footer-container .footer-inner .grid {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-container .col-custom {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-inner .grid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .footer-container .col-custom {
    width: 100%;
  }
}


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

.footer a {
  color: white;
  transition: all 0.3s ease;
}

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

/* Footer Menus */

.footer .footer-widget h4 {
  margin-bottom: 22px;
}
.footer .footer-widget .textwidget p {
  font-size: 16px;
  color: white;
  margin: 0;
}
.footer .footer-widget .textwidget p.description {
  margin-bottom: 20px;
}
.footer .footer-widget .textwidget img {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .footer .footer-widget .textwidget p {
    font-size: 14.5px;
  }
  .footer .footer-widget .textwidget img {
    margin-bottom: 20px;
  }
}

.footer .menu {margin-top: -5px;}

.footer .menu a {
  display: block;
	padding-top: 5px;
	padding-bottom: 5px;
  font-size: 16px;
}
.footer .contact-list li a {
  font-size: 16px;
}
@media (max-width: 600px) {
  .footer .menu a,
  .footer .contact-list li a {
    font-size: 14.5px;
  }
}

/* Footer Icon List */

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

.footer .contact-list {
  padding: 0;
  margin: 0;
}

.footer .contact-list li a {
  display: block;
  color: white;
  transition: all 0.3s ease;
}

.footer .contact-list li:hover a {color: var(--primary);}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 50px;
  padding-bottom: 50px;
	border-top: 1px solid rgba(124,125,127,0.24);
  background-color: var(--dark-1);
  font-size: 0.9em;
}

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

.bottom-bar a {
  color: white;
  transition: all 0.3s ease;
}

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

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

.credits img {width: 1.1em;}





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



/***  FANCY IMAGE  ***/

.fancy-image img {
  box-shadow: var(--shadow-1);
}

.fancy-image.elementor-widget-image {
  padding-right: 50px;
	padding-bottom: 50px;
}

.fancy-image .elementor-image:after {
  position: absolute;
	top: 50px;
	left: 50px;
	z-index: -1;
  display: block;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border: 4px solid var(--primary);
  content: '';
}

@media screen and (max-width: 600px) {

.fancy-image.elementor-widget-image {
  padding-right: 25px;
	padding-bottom: 25px;
}

.fancy-image .elementor-image:after {
	top: 25px;
	left: 25px;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
}

}



/*** HP ICON COLS  ***/

.hp-icon-cols .elementor-icon i, 
.hp-icon-cols .elementor-icon svg {
  width: 30px;
	height: 30px;
	font-size: 30px;
}

.hp-icon-cols .elementor-icon-box-title {margin-bottom: 8px;}



/***  HP TESTIMONIALS  ***/

.hp-testimonial {
  background: white;
	padding: 36px;
	box-shadow: var(--shadow-2);
}

.hp-testimonial .elementor-icon {font-size: 1.5em;}

.hp-testimonial .elementor-testimonial-content {
  font-size: 1em;
	line-height: 1.6em;
	font-weight: 600;
}

.hp-testimonial .elementor-testimonial-image {display: none !important;}



/*** STATS COLS ***/

.stats-cols .elementor-counter-number {
  color: var(--primary);
}

.stats-cols .elementor-counter-title {
  text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*** Header - Social Icons ***/
.menu-social-icons a i {
  font-family: 'Font Awesome 5 Brands';
  font-size: 15px;
  font-weight: normal;
  font-style: normal !important;
}

/** Footer - Social Media Icons ***/
.social-media-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 15px;
}
.social-media-icons li a i {
  font-family: 'Font Awesome 5 Brands';
  font-size: 15px;
  font-weight: normal;
  font-style: normal !important;
  padding: 7px 9px;
  background: var(--dark-2);
  transition: all 0.3s ease;
}
.social-media-icons li a:hover i {
  color: white;
  background-color: var(--primary);
}

/*** Boxed Image ***/
.boxed-img {
  border: 4px solid var(--primary);
  width: fit-content !important;
  padding: 0 40px 40px 0;
}
.boxed-img .elementor-widget-container {
  margin: -44px 0 0 -44px;
}
@media (max-width: 900px) {
  .boxed-img { 
    padding: 0 20px 20px 0;
  }
  .boxed-img .elementor-widget-container {
    margin: -22px 0 0 -22px;
  }
}
.boxed-img .elementor-widget-container img {
  box-shadow: var(--shadow-2);
}


/*** Team Socials Icon ***/
.team-socials ul li a .elementor-icon-list-icon {
  padding-right: 0 !important;
}
.team-socials ul li a .elementor-icon-list-icon i {
  color: white;
}
.team-socials ul li a {
  padding: 6px;
  background: var(--dark-2);
  border-radius: 100%;
  text-align: center;
  display: inline-grid !important;
  transition: all 0.3s ease;
}
.team-socials ul li a:hover {
  background-color: var(--primary);
  text-decoration: none;
}

/*** Specialization Icon Box - 2 cols ***/
.icon-box-specialize .icon-box-wrapper .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 30px;
}
.icon-box-specialize .icon-box-wrapper .icon-box {
  width: 50%;
}
@media (max-width: 900px) {
  .icon-box-specialize .icon-box-wrapper .elementor-widget-wrap {
    column-gap: 10px;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .icon-box-specialize .icon-box-wrapper .icon-box {
    width: 45%;
  } 
}
@media (max-width: 600px) {
  .icon-box-specialize .icon-box-wrapper .icon-box {
    width: 100%;
  } 
}

/*** Specialization Icon Box - 3 cols ***/

.icon-box-specialize.three-cols .icon-box-wrapper .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 40px;
}
.icon-box-specialize.three-cols .icon-box-wrapper .icon-box {
  width: 31.33%;
}
@media (max-width: 900px) {
  .icon-box-specialize.three-cols .icon-box-wrapper .elementor-widget-wrap {
    column-gap: 10px;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .icon-box-specialize.three-cols .icon-box-wrapper .icon-box {
    width: 45%;
  } 
}
@media (max-width: 600px) {
  .icon-box-specialize.three-cols .icon-box-wrapper .icon-box {
    width: 100%;
  } 
}

/*** Project Gallery ***/
.project-gallery .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-gallery .grid .gallery {
  padding: 0;
  width: 25%;
}
.project-gallery .grid .gallery:first-of-type,
.project-gallery .grid .gallery:last-of-type {
  width: 50%;
}
.project-gallery .grid .gallery .gallery-link {
  position: relative;
}
.project-gallery .grid .gallery .gallery-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--dark-1);
  opacity: 0.56;
  z-index: 1;
  transition: all 0.3s ease;
}
.project-gallery .grid .gallery .gallery-link::after {
  content: '01.';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 144px;
  font-family: var(--font-1);
  font-weight: bold;
  color: #ffffff3d;
}
.project-gallery .grid .gallery:nth-child(2) .gallery-link::after {
  content: '02.';
}
.project-gallery .grid .gallery:nth-child(3) .gallery-link::after {
  content: '03.';
}
.project-gallery .grid .gallery:nth-child(4) .gallery-link::after {
  content: '04.';
}
.project-gallery .grid .gallery:nth-child(5) .gallery-link::after {
  content: '05.';
}
.project-gallery .grid .gallery:nth-child(6) .gallery-link::after {
  content: '06.';
}
.project-gallery .grid .gallery .gallery-link:hover::before {
  background-color: var(--primary);
}
.project-gallery .grid .gallery .gallery-link img {
  height: 100%;
  max-height: 534px;
  object-fit: cover;
}
.project-gallery .grid .gallery .gallery-link h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 32px;
  color: white;
  width: 80%;
  z-index: 2;
  line-height: 40px !important;
}
@media (max-width: 1024px) {
  .project-gallery .grid .gallery {
    width: 50%;
  }
  .project-gallery .grid .gallery:first-of-type,
  .project-gallery .grid .gallery:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .project-gallery .grid .gallery,
  .project-gallery .grid .gallery:first-of-type,
  .project-gallery .grid .gallery:last-of-type {
    width: 100%;
  }
  .project-gallery .grid .gallery .gallery-link img {
    height: 100%;
    min-height: 355px;
    max-height: 355px;
  }
  .project-gallery .grid .gallery .gallery-link h4 {
    font-size: 28px;
  }
  .project-gallery .grid .gallery .gallery-link::after {
    font-size: 131px;
  }
}


/*** Icon List Text ***/
.icon-list-text .elementor-icon-list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.icon-list-text .elementor-icon-list-items .elementor-icon-list-item {
  width: 50%;
}
@media (max-width: 768px) {
  .icon-list-text .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
  }
}

/*** Custom Video Overlay ***/
.cstm-video .elementor-custom-embed-image-overlay {
  transition: all 0.3s ease;
  filter: contrast(0.7) brightness(1) !important;
}
.cstm-video:hover .elementor-custom-embed-image-overlay {
  transition: all 0.3s ease;
  filter: contrast(1) brightness(0.7) !important;
}

/*** Contact Us - Custom Icon List ***/
.cstm-icon-list a {
  color: var(--dark-2);
  transition: all 0.3s ease;
}
.cstm-icon-list .elementor-icon {
  background-color: #ff5e1429;
}
.cstm-icon-list .elementor-icon i {
  color: var(--primary);
}
.cstm-icon-list a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--primary);
}

/*** Ninja Form ***/
.ninja-forms-field {
  border-radius: 5px !important;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05) !important;
  padding: 12px 18px !important;
  font-size: 16px !important;
}
.nf-field-element input[type="submit"] {
  border-radius: 0 !important;
  padding: 18px 32px !important;
  line-height: 0;
}
.nf-field-element input[type="submit"]:hover {
  background-color: var(--dark-1);
}


/*
 * END OF
 * CUSTOMIZABLE CSS
 */
