/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1771413800
Updated: 2026-02-18 11:23:20

*/

    #page-container {
    max-width: 1280px;
    margin: 0 auto;
}

body {
    background-color: #696b6c !important;
}

.main-header {
    background: #1F3455 !important;
    box-shadow: none !important;
}

.et_pb_text_inner .intro-btn.btn {
    padding: 15px 50px;
    border-radius: 6px;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: #1F3556;
    font-family: 'Antenna Medium', Helvetica, Arial, Lucida, sans-serif!important;
    float: right;
}

.et_pb_text_inner .intro-btn.btn:hover {
	background-color: #f04a23;
}

span.headingstyle {
    text-align: left;
    width: auto;
    float: left;
    font-family: 'Prestige', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #4e5c93 !important;
    letter-spacing: -3px;
    line-height: 50px;
}

.et-menu .menu-item-has-children>a:first-child:after {
    position: absolute;
    right: -16px;
}

.nav ul li a:hover {
    background-color: #fff !important;
}


/* Services row vertical alignment */

.services-row,
.services-row .et_pb_row {
    display: flex;
    align-items: flex-start;
}


/* Header row height (PSD-style) */

.et_pb_section.main-header .ilf-header-row {
    min-height: 50px;
    display: flex !important;
    align-items: center !important;
}


/* Make columns use full row height */

.et_pb_section.main-header .ilf-header-row > .et_pb_column {
    display: flex !important;
    align-items: center!important;
    justify-content: center;
}


/* Ensure header row has height */

.et_pb_section.main-header .et_pb_row-with-menu {
    display: flex;
    align-items: stretch;
    min-height: 90px;
    /* adjust if PSD uses different height */
}


/* Make icon column stretch full height */

.et_pb_section.main-header .header-icon {
    display: flex;
    align-items: center;
}


/* Align icon modules in one row */

.et_pb_section.main-header .header-icon .et_pb_module {
    margin: 0 6px;
}


/* Fix Divi menu vertical alignment */

.et_pb_section.main-header .et_pb_menu_inner_container {
    display: flex !important;
    align-items: center !important;
}


/* Fix logo image alignment */

.et_pb_section.main-header .et_pb_menu_logo,
.et_pb_section.main-header .et_pb_menu_logo-wrap {
    display: flex !important;
    align-items: center !important;
}


/* Optional: tighten menu text */

.et_pb_section.main-header .et-menu > li > a {
    line-height: 1.2em;
}

.services-list li {
    list-style: none;
    margin-bottom: 17px;
}

.services-list ul {
    padding: 0px;
}


/* =========================================
   IMAGE HOVER OVERLAY + CENTER + MOTION
   (DIVI BLURB – PSD MATCH)
   ========================================= */


/* Base container */

.image-hover-box {
    position: relative;
    overflow: hidden;
}


/* Overlay layer */

.image-hover-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    /* no overlay initially */
    transition: background 0.35s ease;
    z-index: 1;
}


/* Overlay on hover */

.image-hover-box:hover::before {
    background: rgba(0, 0, 0, 0.45);
    /* PSD-style neutral overlay */
}


/* Text container – hidden & offset initially */

.image-hover-box .et_pb_blurb_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 2;
}


/* Hover motion: slide up + fade in */

.image-hover-box:hover .et_pb_blurb_content {
    transform: translate(-50%, -50%);
    opacity: 1;
}


/* Optional spacing */

.image-hover-box .et_pb_blurb_content h3 {
    margin-bottom: 6px;
}

.image-hover-box .et_pb_blurb_content p {
    margin-top: 0;
}


/* ===============================
   FOOTER NEWSLETTER – PSD MATCH
================================ */


/* Hide label */

.newsletter .gform_wrapper .gfield_label {
    display: none !important;
}


/* Inline layout */

.newsletter .gform_wrapper form {
    display: flex;
    align-items: center;
    width: 100%;
}


/* Remove spacing */

.newsletter .gform_wrapper .gfield,
.newsletter .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0px !important;
}


/* Email input */

.newsletter .gform_wrapper input[type="email"] {
    height: 44px;
    /*width:280px !important;*/
    background: #6f7886;
    color: #000000 !important;
    border: none;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 0px;
}


/* Placeholder */

.newsletter .gform_wrapper input::placeholder {
    color: #000;
}


/* Submit button */

.newsletter .gform_wrapper input[type="submit"] {
    width: 44px;
    height: 44px;
    background: #f04a23;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius:0px;
    cursor: pointer;
    padding: 0;
}


/* Replace text with arrow */

.newsletter .gform_wrapper input[type="submit"] {
    text-indent: -9999px;
    position: relative;
}

.newsletter .gform_wrapper input[type="submit"]::after {
    content: "›";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-indent: 0;
}


/* Hover */

.newsletter .gform_wrapper input[type="submit"]:hover {
    background: #d8431f;
}


/* Remove validation spacing */

.newsletter .gform_wrapper .validation_message,
.newsletter .gform_wrapper .gfield_description {
    display: none;
}

.newsletter .gform_wrapper .gform_footer {
    position: relative;
}


/* ARROW ICON */

.newsletter .gform_wrapper .gform_footer::after {
    content: ">";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    pointer-events: none;
}


/* Footer row vertical alignment */

.et_pb_section.footer-section .et_pb_row {
    display: flex;
    align-items: center;
}


/* .newsletter .gform_wrapper input[type="email"] {
    width: 300px !important
} */

.et_pb_social_media_follow li a {
    margin-right: 0px;
}

.et_pb_social_media_follow li {
    margin-bottom: 0px;
}

.et_pb_blurb .et_pb_module_header {
    position: relative;
    padding-bottom: 5px;
}

.et_pb_blurb .et_pb_module_header:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    /* line width */
    height: 2px;
    /* line thickness */
    background-color: #ffffff;
    /* line color */
    transform: translateX(-50%);
    opacity: 0.7;
    /* subtle PSD look */
}

.nav li a {
    padding-bottom: 0px !important
}

.contact-form textarea {
    border: 1px solid #e5e1db !important;
    padding-left: 10px!important;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Antenna Medium', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0px !important;
    font-weight: 400 !important;
    color: #b8b2aa;
    margin: 0px;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder {
    color: #b8b2aa;
    font-family: 'Antenna Medium', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e1db;
    background: transparent;
    padding: 10px 0;
    padding: 10px 0px !important;
}

.contact-form .gform_wrapper.gravity-theme .gform_footer input {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 10px;
    font-size: 23px;
    font-family: 'Antenna Medium', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    background-color: #1f3455;
    padding-top: 10px !important;
    padding-right: 50px !important;
    padding-bottom: 10px !important;
    padding-left: 50px !important;
	line-height: 1.2em !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer input:hover{
	background:#f04a23 !important
}

.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}


.contact-form input::placeholder {
    color: #b8b2aa;
    font-family: 'Antenna Medium', sans-serif;
    text-transform: uppercase;
    font-size: 14px !important;
}


#services-row-btm .et_pb_column_14 {
    width: 30%;
}

#services-row-btm .et_pb_column_15 {
    width: 20%;
}

#services-row-btm .et_pb_column_16 {
    width: 28%;
}

#services-row-btm .et_pb_column_17 {
    width: 20%;
}
.et_pb_menu .et-menu>li.menu-item {
    padding-left:20px !important;
	padding-right:20px !important; 
}




#input_1_1{font-family: 'Antenna Medium',Helvetica,Arial,Lucida,sans-serif !important;color:#232021 !important;}

#input_1_1::placeholder {
    color:#232021 !important;
    opacity: 1; /* ensures full visibility */
}

.footer-social-icons{
	display:flex;
	justify-content:center !important;
}
.footer-social-icons .et_pb_image{
	margin-right:0px !important;
	padding-left: 0;
}

.gform_body, .newsletter{width:100% !important}
.header-social-icons img{width: 20px !important;}  
.footer-social-icons img{width: 20px !important;height: 20px !important;}

/*.main-header .et_pb_column.header-social-icons .et_pb_module{
		margin-bottom:0px !important;
	}
*/
.sub-menu li a:hover{ 
  border-bottom:1px solid rgba(255,255,255,0.15)!important; 
  background-color:#1B3355 !important;
}
ul.sub-menu a{
  border-bottom:1px solid rgba(255,255,255,0.15)!important; 
	background-color:#1B3355 !important;
  width:260px !important;
  font-family:Antenna light !important;
  font-weight:400 !important;
	padding-bottom:0px !important;
}
.nav li.menu-item ul.sub-menu a{
		padding-bottom:0px !important;
}
.sub-menu{
  width:300px !important;
margin-top:0px !important;
  padding-top:10px !important;
}
.nav li.menu-item a{
	padding-bottom:15px !important
}
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after{
	    top: 10px !important;

}
.et_pb_menu .et_pb_menu__menu>nav>ul{
	margin-top:15px;
}

@media screen and (max-width: 767px) {
    span.headingstyle {
        text-align: center;
			width:100% !important;
    }
    .et_pb_text_inner .intro-btn.btn {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .mobile_menu_bar {
        padding-bottom: 12px !important;
    }
    .footer-tab .et_pb_column_2_tb_footer {
        display: flex !important;
        align-items: self-start;
        justify-content: start;
    }
.et_pb_section.main-header .ilf-header-row > .et_pb_column.header-social-icons{
		display:none !important;
	}
	


    .et_pb_section.main-header .ilf-header-row > .et_pb_column{display: block !important;
    align-items: center !important;
    justify-content: left !important;
    padding-left: 20px;
    padding-right: 20px;
}

}

@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column,
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 1%;
    }
	 .footer-tab-1  .et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
      /*  width: 31.5% !important;*/
    }
	
.ilf-header-row     .et_pb_gutters2 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {

       /* width: 95% !important;*/
	display: flex;
        justify-content: flex-end;
    }
	.ilf-header-row  .et_pb_menu_inner_container
	{
	width:100% !important;
		/*padding-left:169px;*/
	
	}
	.footermiddle{
	position:relative;
	left:-30px;
}
}
@media screen and (max-width: 980px) {
		.projectspace .et_pb_column .et_pb_blurb  {
			margin-right:0px !important;
			margin-left:0px !important;
		}
	
	#services-row-btm .et_pb_column {
		  width: 100% !important;
		      margin-right: 0px !important;		
	}
	.main-header .et_pb_column .et_pb_module{
		margin-bottom:0px !important;
	}
	.footer-tab .et_pb_column{
		width:100% !important;
		margin-bottom: 20px !important;
	}
	.footer-tab .et_pb_column .et_pb_image{
		display:block !important;
	}
	.sub-menu{
		padding-bottom:10px !important;
	}
	}	

@media screen and (max-width: 1024px) {
    /*--about page--*/
    .About-bg {
        background-position: right 0% bottom 0% !important;
    }
		.footer-social-icons .et_pb_image{
	margin:0px !important;
	
}
	
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .About-bg {
        background-position: right 50% bottom 0% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   /* .footer-tab .et_pb_column {
        width: 33% !important;
        padding-top: 0px;
    }*/
	 .footer-logo .et_pb_column {
            width: 20% !important;
        }
        .footer-list .et_pb_column {
            width: 40% !important;
        }
        .newsletter .et_pb_column {
            width: 40% !important;
        }
}
@media screen and (min-width:980px) and (max-width:1180px)
{
	.main-header .et_pb_column .et_pb_module.et_pb_menu
	{
		  padding-left:75px !important;
	}
	.footer-tab .et_pb_image  { padding-left:75px !important;}
}
@media screen and (min-width:1024px) and (max-width:1200px)
{
	.et_pb_row_1
	{
		    background-position: right 20% bottom 0% !important;
	}
}
 
