/*
Theme Name:   Divi Child
Theme URI:    http://www.elegantthemes.com/gallery/divi/
Description:  Divi Child Theme
Author:       Elegant Themes
Author URI:   http://www.elegantthemes.com
Template:     Divi
Version:      5.5.0
License:      GNU General Public License v2
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divi-child
*/
.home-form-bg{
	 position: relative;
    z-index: 2;
}
.home-form-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#04267e82; 
    z-index: 1;
}
.get-in-touch{
	padding:25px
}
.get-in-touch .et_pb_module_header{
    text-align: center;
    font-weight: bold;
    line-height: 38px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.get-in-touch input[type=text], 
.get-in-touch .et_pb_contact .et_pb_contact_field textarea{
	border:#ddd solid 1px
}
.get-in-touch .et_pb_contact_submit {
    color: #fff;
    background: #f65505;
    border: #f65505 solid 1px;
}
.our-intro h5{
	color:#858482
}

#main-header{
	    z-index: 999;
}
.banner-content .n2-ss-item-content{
	 line-height:60px !important;
    width: 75%;
}
.banner-content .n2-ow{
	float:left
}
.banner-content .n2-ss-button-container{
 border-radius: 10px !important;
}
.home_form h1{
	color:#fff;
	font-weight:bold
}
#main-header .nav li ul a {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}
#top-menu li a {
    position: relative;
}

#top-menu li a::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 0;
    background:#f65505;
    transition: width 0.3s ease;
}

#top-menu li a:hover::before,
#top-menu li.current-menu-item a::before,
#top-menu li.current_page_item a::before {
    width: 100%;
}
#main-header .container {
    width: 90%;
    max-width: 90%;
}

.et_pb_row:not([class*=et_flex_column]), .container {
    width: 80%;
    max-width: 80%;
}
.home_form .et_pb_contact_submit {
    color: #fff;
    background: #222;
    border: #222 solid 1px;
	border-radius:7px
}
.home_form .et_pb_contact_submit:hover {
    color: #fff;
    background:#000;
    border:#000 solid 1px;
		border-radius:7px
 
}
.home_form p{
	    font-size:22px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
} 
.our-intro h5{
	color: #858482;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.our-intro h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.our-intro h5::after {
 content: "";
  width: 40px; 
  height: 2px;
  background: #f65505;
}
.our-intro h1{
font-weight: bold;
    line-height: 46px;
    color: #000;
    margin: 3% 0%;
    font-size: 37px;
}
.our-intro p{
    line-height:35px;
    color: #000;
    font-weight: normal;
    font-size:20px;
}
.title-box{
    display:flex;
    align-items:center;
    gap:12px;    
}
.title-box img{
    object-fit:contain;
}
.title-box h3{
margin: 0;
    font-size: 23px;
    font-weight: 700;
    color: #222;
    line-height: 32px;
}
.icon-row p{
    line-height: 26px;
    color: #000;
    font-weight: normal;
    font-size:18px;
}

.featured h5{
    position:relative;
    display:inline-block;
    margin:0;
    padding-top:15px;
    text-align:center;
	color: #858482;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.featured h5::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:60px;
    height:2px;
    background:#f65505;
}
.featured h1{
font-weight: bold;
    line-height: 46px;
    color: #000;
    font-size: 37px;
}
.card-feature{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#fff;
  border-radius:8px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.card-feature img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s ease, filter .7s ease;
}
 
.card-feature h2 {
        font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #111;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}
 
 
.card-feature::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0);
  transition:background .6s ease;
  z-index:1;
}
/* 
.card-feature:hover::before{
  background:rgba(0,0,0,0.12);
} */

.card-feature:hover img{
  transform:scale(1.08);
  filter:brightness(.92);
}

.card-feature:hover .content{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.card-feature:hover a{
  background:#e85b00;
  transform:translateY(-3px);
}

.content-feature{
  z-index:2;
}
.footer-widget .et_pb_widget ul{
	display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0;
    gap:25px;
}
#nav_menu-2,
#block-5,
#block-6{
	width:100%;
	margin-bottom: 1.5%;
}
#block-5 p{
	text-align:center;
	    font-weight: normal;
}
#footer-widgets .footer-widget li:before{
	display:none
}
#footer-widgets .footer-widget li {
	padding-left: 0;align-content}
#footer-bottom{
	padding:0px
}
.main-slider{
	padding: 0px 0;
	 position: relative;
    z-index: 2;
}
.main-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.main-slider .n2-ow{
	font-weight: bold;
    line-height: 46px;
    color: #fff;
    font-size:17px;
}
.inner-banner{
	padding:100px 0px
}
.inner-banner h1{
    font-size:45px;
}
.inner-page h2{
 font-size: 32px;
 line-height: 45px;
	color:#000
}
.inner-page h3{
       font-size:32px;
    font-weight:600;
    line-height: 46px;
	color:#000
}
.inner-page h4{
       font-size:25px;
    font-weight:600;
    line-height: 46px;
	color:#000
}
.inner-page p{
	    color: #000;
    font-size:20px;
    margin-bottom: 0px;
    padding-bottom:15px;
    font-weight:normal;
	line-height:32px
}
.contact-address h1{
    font-weight: bold;
    line-height: 38px;
    color: #000;
}
.contact-address p,
.contact-address a{
 color: #000;
    font-size:18px;
	font-weight:normal;
	text-align:center
}
.contact-address h4{
     font-size:22px; 
	font-weight: bold;
    line-height: 38px;
    color: #000;
	text-align:center
}
.contact-address .et-pb-icon {
    background-color: #f65505;
    padding:10px;
    border-radius: 9px;
    width:70px;
}
 #popmake-439 h1{
    font-weight: bold;
    line-height: 38px;
    color: #000;
	 text-align:center
}
 #popmake-439 p{
 color: #000;
    font-size:20px;
	font-weight:normal;
 
}
#popmake-439 label{
	 font-size:20px;
	font-weight:500;
}
#popmake-439 input[type=email], #popmake-439 input[type=tel], 
 #popmake-439 input[type=text],  #popmake-439 textarea {
    border: 1px solid #bbb;
    padding: 15px;
    color: #4e4e4e;
    width:100%
}
 #popmake-439 .wpcf7-submit {
color: #fff;
    background: #f65505;
    border: #f65505 solid 1px;
    font-size: 20px;
    padding: 15px 25px;
    font-weight: bold;
}

.two-column-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.two-column-form .form-col {
    flex: 1;
}

.two-column-form .full-width {
    width: 100%;
    margin-bottom: 20px;
}

.two-column-form input,
.two-column-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.two-column-form textarea {
    height: 120px;
}

.form-submit {
    text-align: center;
}

.form-submit input[type="submit"] {
    background: #f65505;
    color: #fff;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 5px;
}
.projects h3{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px;
    line-height: 30px;
}
.service h1{
	    font-weight: bold;
    line-height: 46px;
    color: #000;
    font-size: 37px;
	text-align:center
}
#post-27 .et_pb_section_3,
#et-footer-nav{
	display:none
}
.card-row {
	column-gap:15px !important;
} 
.card-row .et_pb_column{
    width:29% !important;
}
.design-card {
    background: #FFFFFF;
    padding:20px;
    border-radius: 8px;
	min-height:320px
}
.why-drain .design-card {
	min-height:280px !important
}

.design-top {
    display: flex;
    align-items: center;
    gap:15px;
	display:block;
}

.design-icon {
    width: 75px;
    height: 75px;
    background: #f65505;
    border: 1px solid #f65505;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    padding: 10px;
	    margin: 0 auto 15px auto;
}

.design-top h3 {
    font-size:20px;
    line-height: 1.4;
    color: #000;
    margin: 0;
    font-weight: 700;
	text-align:center
}

.design-line {
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    margin:20px 0px;
	display:none
}
.design-card p {
    font-size: 18px;
    line-height:29PX;
    color: #000;
    margin: 0;
	text-align:center;
}
.custom-made .et_pb_column{
	border:#ddd solid 1px;
	background:#fff;
	padding:25px
}
.custom-made .et_pb_column img{
	width:100px;
	height:100px;
}
.custom-made .et_pb_column_17,
.custom-made .et_pb_column_21{
	background:#f3f3f3 !important;
		border:#f3f3f3 solid 1px;
}
.brain-benefits .et_pb_column_17{
		background:#fff !important;
		border:#ddd solid 1px;
}
.portfolio-title h1{
	font-size:45px
}
.home_form{
	position:relative;
	padding:35px;
	margin-top:-7%
}

.home_form:before {
	transform: skewY(174deg);
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    top:-10%;
    width: 100%;
    background:#f65505;
}
#menu-item-544 a{
	background:#f65505;
	padding:20px;
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 63px 0 0 0;
        width:90%;
        float: right;
    }
	#top-menu li {
    padding-right: 7%;
}
	.nav li ul,
	#top-menu li li a{
    width: 300px;
	}
	nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu{
	    width:88% ;
		        float: right;
}
	.et-fixed-header #top-menu li a{
		        font-size: 20px;
	}
	#et-top-navigation{
		    padding-left: 0 !important;
	}
	#menu-item-544 a{
color: #fff;
 background: #f65505;
 border: #f65505 solid 1px;
        padding: 20px;
        border-radius: 10px;
	}
	#menu-item-544 a::before{
		display:none
	}
	    .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 20px;
    }
	    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 30px 0 0 0;
    }
	#et-top-navigation{
		margin-bottom:30px
	}
}
@media (max-width: 767px) {
	#logo {
		max-height: 94% !important}
	.et_mobile_menu li a{
		color: rgb(0 0 0);
	}
    .two-column-form .form-row {
        flex-direction: column;
    }
	.card-row .et_pb_column {
    width: 100% !important;
}
	div#n2-ss-2 .n2-font-5c7fbc40f041f1bb8952fa1f87e90dcc-hover,
	div#n2-ss-2 .n2-font-97ead9d7f848bcb867eb4436709390e4-hover{
    color: #ffffff;
        font-size: 203.5%;
        line-height: 38px;
    }
	.featured h1,
	.our-intro h1{
    font-weight: bold;
    line-height: 42px;
    color: #000;
    font-size: 35px;
}
	.card-feature{
    border-radius: 12px;
  }

  .card-feature img{
    height: 320px;
  }

  .content-feature{
    width: 100%;
    position: relative;
    padding: 20px 15px;
  }

  .content-feature p{
    font-size: 16px;
  }

  .content-feature h2{
    font-size: 22px;
    margin-bottom: 12px;
  }

  .content-feature a{
    font-size: 14px;
    padding: 8px 16px;
  }
	.footer-widget .et_pb_widget ul {
		display: block;align-content
	}
	#footer-widgets .footer-widget li {
    padding-left: 0;
    text-align: center;
}
	 .wp-block-social-links{
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 15px;
  }
	.inner-banner {
    padding: 70px 0px;
}
	.inner-banner h1 {
    font-size: 35px;
}
	.inner-page p {
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 28px;
}
	.inner-page h2 {
    font-size: 26px;
    line-height: 34px;
    color: #000;
}
 
	.design-card {
    min-height: auto;
}
	.inner-page h4 {
    padding-bottom: 0px;
}
	.inner-page h3 {
    font-size: 29px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
}
	.page-id-25 .et_pb_module {
        margin-bottom: 0px;
    }
    .portfolio-title h1 {
        font-size: 32px;
        line-height: 35px;
    }
	#post-1131 .et_pb_section,
	#post-914 .et_pb_section,
	#post-992 .et_pb_section,
	#post-1034 .et_pb_section,
	#post-1085 .et_pb_section,
	#post-1100 .et_pb_section,
	#post-1166 .et_pb_section,
	#post-1130 .et_pb_section,
	#post-1197 .et_pb_section,
	#post-1269 .et_pb_section,
	#post-1297 .et_pb_section,
	#post-1331 .et_pb_section,
	#post-1368 .et_pb_section,
	#post-1407 .et_pb_section,
	#post-1450 .et_pb_section,
	#post-1489 .et_pb_section{
        padding: 0px 0;
    }
}