/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.22.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 15 May 2019 18:05:34 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.gmdf-wrap {
	position: relative;
	z-index: 10;
}

.gmdf-wrap .gmdf {
	position: fixed;
	bottom:0;
	right: 0;
	width: 180px;
	padding: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.gmdf-wrap .gmdf a {
	text-decoration: none;
}

.gmdf-wrap:hover .gmdf {
	width:300px;
}

.gmdf-wrap .gmdf #rect {
	position: relative;
	cursor: pointer;
	padding: 15px 15px;
	text-transform: uppercase;
	text-align: center;
	font: 400 0.8em 'Oswald', sans-serif;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #222;
	color: #fff;
	border:1px solid rgba(0,0,0,0.15);
	border-top:none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover {
	z-index: +99;
	background: #fff;
	color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-shadow:none;
}


.gmdf-wrap .gmdf #rect .contents {
	text-shadow:none;
	margin-left: 20px;
	padding: 0;
	font: 300 1em/1.2em 'Oswald', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	text-align: justify;
	color: rgba(0,0,0,0.8);
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover .contents {
	width: 210px;
	padding: 10px 0;
	height: 45px;
	opacity: 1;
}

.gmdf-wrap .gmdf #rect .fa {
font-size:18px;
}

.wpcf7 input {
	width:80%;
	padding:15px;
}

.wpcf7 textarea {
	width:80%;
}

.wpcf7 label {
	font-style:italic;
	font-weight:bold;
}

.wpcf7-submit {
	background-color: #F6981E;
	color:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	font-size:16px;
	font-weight: 600;
	border:none !important;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/* POP UP */

#pum-159{
	z-index: 1000;
}

/* HEADER */

#main-header{
	z-index: 100;
}
.footer-button {
	background:#f6981e;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	border-radius:8px;
	padding:10px;
	border:none;
}

footer h2 {
	color:#fff;
}


footer li {
	list-style-type:none;
}

#footer-widgets .footer-widget li:before {
   display:none !important;
}
#footer-bottom {
	color:#fff !important;
	font-weight:600;
	font-size:16px;
}


@media (max-width: 720px) {
.gmdf-wrap {display:none;}
.grecaptcha-badge {display: none;}

}

.about-left {
  position:relative;
  text-align:center;
  z-index:1
}
.about-left::before {
  content:"";
  position:absolute;
  bottom:-40px;
  left:0;
  width:45%;
  height:60%;
  background:#242d45;
  z-index:-1
}
.about-left::after {
  content:"";
  position:absolute;
  top:-40px;
  right:0;
  width:45%;
  height:60%;
  border:5px solid #242d45;
  z-index:-1
}
.about-experience {
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  top:40px;
  left:0;
  background:#242d45;
  padding:10px 20px 10px 10px;
  color:#fff;
  box-shadow:0 0 40px 5px rgb(0 0 0/10%)
}
.about-experience-icon {
  color:#fff;
  font-size:45px;
  width:70px;
  height:70px;
  line-height:60px;
  text-align:center;
  background:#E02B20;
  border-radius:50px;
}
.about-experience-icon img {
  width:42px;
  filter:brightness(0) invert(1);
  padding-top: 13px;
}

.about-right {
  position:relative;
  display:block;
  padding-left:30px;
}
.about-list-wrapper {
  position:relative;
  display:block;
  margin-top:20px;
  margin-bottom:10px;
}
.about-list {
  position:relative;
  display:block;
}
.about-list li {
  position:relative;
  padding-left:25px;
  margin-top:10px;
  font-weight:500;
}
.about-list li::before {
  content:"\f058";
  position:absolute;
  left:0;
  top:0;
  font-family:"font awesome 6 pro";
  color:var(--theme-color);
}
@media all and (max-width:991px) {
  .about-right {
    margin-top:70px;
  }
}

.site-heading {
  margin-bottom:22px;
  position:relative;
  z-index:1
}
.site-title-tagline {
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:18px;
  font-weight:700;
  color:#242d45;
  position:relative
}
.site-title-tagline i {
  line-height:0;
  font-size:20px;
color: #E02B20;
}
.site-title {
  font-weight:700;
  text-transform:capitalize;
  font-size:45px;
  color:#242d45;
  margin-top:5px;
  margin-bottom:0;
  position:relative;
  line-height: 1.2;
}
.site-title span {
  color:#E02B20;
}
.site-heading p {
  margin-top:15px
}
.heading-divider {
  display:inline-block;
  position:relative;
  width:90px;
  height:10px;
  border:3px solid #212e54;
  border-right-color:transparent
}
.heading-divider.light {
  border-color:rgba(255,255,255,.2);
  border-right-color:transparent
}
.heading-divider::after {
  position:absolute;
  content:'';
  width:30px;
  background-color:#E02B20;
  top:0;
  bottom:0;
  left:18px
}

.theme-btn {
  font-size:14px;
  color:#fff;
  padding:14px 20px;
  transition:all .5s;
  text-transform:uppercase;
  position:relative;
  border-radius:0;
  font-weight:600;
  letter-spacing:1px;
  cursor:pointer;
  text-align:center;
  overflow:hidden;
  border:none;
  background:#E02B20;
  box-shadow:var(--box-shadow);
  z-index:1
}
.theme-btn::before {
  content:"";
  height:300px;
  width:300px;
  background:#242d45;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%) scale(0);
  transition:.5s cubic-bezier(.25,.46,.45,.94);
  z-index:-1;
}
.theme-btn:hover {
  color:#fff;
}
.theme-btn:hover::before {
  transform:translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn::after {
  content:"";
  position:absolute;
  right:5px;
  top:5px;
  bottom:0;
  width:20px;
  border:2px solid #fff;
  border-left:none;
  border-bottom:none;

}
.theme-btn:hover::after {
  width:100%
}
.theme-btn i {
  margin-left:5px
}
.theme-btn span {
  margin-right:5px
}

a.btn-more{
background: #E02B20;
  padding: 17px 30px;
  color: #fff !important;

}

.site-heading {
  margin-bottom:22px;
  position:relative;
  z-index:1
}
.site-title-tagline {
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:18px;
  font-weight:700;
  color:#242d45;
  position:relative
}
.site-title-tagline i {
  line-height:0;
  font-size:20px;
color: #E02B20;
}
.site-title {
  font-weight:700;
  text-transform:capitalize;
  font-size:45px;
  color:#242d45;
  margin-top:5px;
  margin-bottom:0;
  position:relative;
  line-height: 1.2;
}
.site-title span {
  color:#E02B20;
}
.site-heading p {
  margin-top:15px
}

.text-white{
	color: #fff;
}
.theme-color{
	color:#E02B20;
}

.window-service {
  position:relative;
  margin-left:-100px;
  margin-top:30px;
  background:#fff;
  box-shadow:var(--box-shadow);
  border-left:4px solid #E02B20;
}
.window-service-item {
  padding:30px;
  text-align:center;
  border-right:1px solid rgba(9, 9, 9, 0.08);
  border-bottom:1px solid rgba(9, 9, 9, 0.08);
}
.window-service-icon img {
  width:70px
}
.window-service-title {
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:600
}
.window-service-title a:hover {
  color:#E02B20;
}
@media all and (max-width:991px) {
  .window-right {
    margin-top:40px
  }
  .window-service {
    margin-left:0
  }
}
@media all and (max-width:767px) {
.site-title {
 
  font-size:32px !important;
 
}
}
@media all and (max-width:767px) {
  .window-service-item {
    border:none;
    border-bottom:1px solid rgba(9, 9, 9, 0.08);
  }
}

.service-area {
  position:relative;
  display:block;
  overflow:hidden;
}
.service-item {
  position:relative;
  padding:20px 20px 0 20px;;
  background:#fff;
  /*transition:var(--transition);*/
  box-shadow:var(--box-shadow);
  z-index:1;
}
.service-item:hover {
  /*transform:translateY(-10px);*/
}
.service-img {
  position:relative;
  z-index:1;
}
.service-img::before {
  content:"";
  position:absolute;
  left:20px;
  top:20px;
  right:0;
  bottom:0;
  border:4px solid #E02B20;
  z-index:-1;
}
.service-img img {
  padding-right:20px;
  padding-bottom:20px;
}
.service-content {
  position:relative;
  margin-top:5px;
}
.service-icon {
  position:absolute;
  width:90px;
  height:90px;
  line-height:80px;
  background:#E02B20;
  font-size:50px;
  color:#fff;
  text-align:center;
  border-radius:50px 50px 0 50px;
  right:0;
  bottom:0;
  box-shadow:var(--box-shadow);
  z-index:1;
}
.service-icon img {
  width:50px;
  filter:brightness(0) invert(1);
  padding:0;
}
.service-arrow {
  margin-top:25px;
}
.service-title a {
  font-size:22px;
  margin:28px 0 0 0 !important;
  font-weight:600;
  margin-bottom:10px;
  color: dark;
	display: block;
	text-align: center;
}
.service-title a:hover {
  color:#E02B20;
}
.service-arrow .theme-btn {
  padding:10px 22px;
}

.service-icon .fab, .service-icon .fa{
	font-size: 51px;
}

.theme-btn {
  padding:10px 22px;
}

.service-text{
	text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {

    padding: 8px !important;
    
}

#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 85px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu p{
	margin-bottom: 0px !important;
}

ul#mega-menu-primary-menu{
	padding-top: 0px !important;
}

.windows-doors img.et-waypoint{
	max-height: 100px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#logo{
	background: #fff;
}

ul#mega-menu-primary-menu{
	bottom: 5px !important;
}
li.phone a{
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-shadow: 1px 1px 1px rgba(83, 82, 82, 0.6) !important;
  margin-left: 1em;
}

.nextend-thumbnail-inner, .nextend-thumbnail-scroller{
	background: #fff !important;
}

.ufg-thumbnail-img{
	height: 200px !important;
	width: 200px !important;
}

.et_pb_contact_field_options_title{
	color: #fff;
}

#et-secondary-nav li a{
	color: #fff !important;
	padding-left: 13px;
	
}

#et-secondary-nav li{
	color: #fff !important;
	float: right !important;
	
}

#page-container #top-header, #top-header .container{
	background-color: #000 !important;
}

.input.et_pb_contact_captcha{
	color: #fff !important;
	border-color: rgba(255,255,255,0.6) !important;
}

.et-pb-contact-message{
	color: #f00 !important;
}

li.menu-item-102069{
	padding-right: 10px;
}

#et-secondary-nav li a:hover{
	color: #f00 !important;
}

.sj-powered-by{
	display: none !important;
	visibility: hidden  !important;
}