/*
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.4.1758794902
Updated: 2025-09-25 10:08:22

*/

/* Segoe UI Custom Font */
@font-face {
    font-family: 'SegoeUIregular';
    src: url('fonts/segoeuithis.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('fonts/segoeuithibd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
body {
    font-family: 'SegoeUIregular'!important;
    font-size: 16px!important;
}
.blog-card:nth-child(2) {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.latest-blog-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-card {
    display: flex;
    gap: 25px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.blog-image img {
    width: 320px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.blog-content {
    flex: 1;
}

.blog-content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
}

.blog-content h3 a {
    text-decoration: none;
    color: #0c0c0c;
}

.blog-content p {
    margin: 0 0 15px;
    color: #666;
}

.read-more {
    font-weight: 600;
    color: #1C2B58;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

div#contact_form li, div#contact_form p {
    color: #fff;
}
#contact_form input::placeholder {
    color: #0c0c0c!important;
    opacity: 1;
}
#contact_form textarea {
    color: #0c0c0c!important;
}
#contact_form input {
    color: #0c0c0c!important;
}
div#serchbtn {
    border: 0px;
    text-align: center;
    display: flex;
}
div#serchbtn input.et_pb_s {
    border-radius: 10px;
    max-width: 75%;
}
.et_pb_search .et_pb_searchform>div {
    display: flex;
    justify-content: center!important;
}
.et_pb_search .et_pb_searchform {
    position: relative;
    margin: 0 auto;
    width: 70%;
}
div#serchbtn .et_pb_searchsubmit {
    background: #2980B2;
    color: #fff;
    width: 120px;
    margin-left: 12px;
    border-radius: 30px;
}
#blog-page .et_pb_blog_grid h2 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
#blog-page .et_pb_blog_grid h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#blog-page .et_pb_post p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#address-info .et_pb_text_inner p {
    display: flex;
    align-items: center;  
    gap: 10px; 
}
#footer-bottom {
    background-color: #1c1c1c;
    display: none;
}
#contact-form {
    padding: 0;
}
#topfooter .et_pb_column.et_pb_column_1_2 {
    max-width: 35%;
    left: 0%;
    float: none;
}
#middlefooter .et_pb_column.et_pb_column_1_2{
	max-width: 38%;
    left: 12%;
}
#middlefooter .et_pb_column.et_pb_column_1_4 {
    width: 18%;
    left: 12%;
    margin: 0;
}
div#topfooter {
    display: flex;
/*     align-items: center; */
    flex-direction: row;
    justify-content: center!important;
}
div#middlefooter {
    width: 100% !important;
    max-width: 100%;
    padding: 120px;
}
#copyright-section {
    width: 100% !important;
    max-width: 100%;
}
#topfooter {
    width: 100%!important;
    max-width: 100%;
    padding: 120px;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
#middlefooter {
    padding-top: 2%;
    padding-bottom: 2%;
    background: #0C1225;
}
#middlefooter p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}
#middlefooter h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #fff;
}
#middlefooter h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 5% !important;
}
#middlefooter p a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150% !important;
    color: #E6E7EB;
    display: flex;
}
#middlefooter .et_pb_button_4 {
    padding: 12px 24px;
    color: #FFFFFF;
    background: #2980B2;
    border: none;
    border-radius: 200px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
#address-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

#middlefooter .et_pb_button:hover:after {
    display: none !important;
}
#copyright-section p {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    text-align: center !important;
}
#copyright-section {
    padding-top: 3% !important;
    border-top: 1px solid #585E7A;
}
#middlefooter .et_pb_row {
    padding-bottom: 3%;
}


#main-para-text {
  display: flex;
  justify-content: center; 
  text-align: left;
}
#blog-header {
    padding: 0;
}

#how-we-work p {
    width: 60%;
    margin: auto;
}
#contact_form input {
    border-radius: 4px;
    border-width: 2px;
}
#contact_form textarea {
    border-radius: 4px;
    border-width: 2px;
}
#blog-main {
    padding-top: 0%;
}
#logo {
    max-height: 85% !important;
}
#address {
    margin-left: 6% !important;
}
#contact-form h2 {
    padding-bottom: 5%;
}
#our-mission p {
    padding-bottom: 8%;
}
#our-mission h2 {
    padding-bottom: 4%;
}
#our-mission h3 {
    padding-bottom: 4%;
}
#sustainable-energy {
    top: 0;
}
#contact-form p {
    font-weight: 400 !important;
}
#top-main-sec h4 {
    font-weight: 400 !important;
    text-align: left;
}
#top-main-sec h3 {
    font-weight: 400 !important;
}
p.post-meta {
    text-transform: capitalize;
}
#blog-main a {
    color: #2ea3f2;
    text-transform: capitalize;
    line-height: 150%;
}
#sustainable-energy .et_pb_module {
    flex: 1;
    height: 82%;
}
#sustainable-energy .et_pb_column_5, #sustainable-energy .et_pb_column_6, #sustainable-energy .et_pb_column_7 {
    border-left: 10px solid #2980B2;
    border-top: 10px solid #2980B2;
}
#contact_form  label.et_pb_contact_form_label {
    display: block!important;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 2%;
    font-family: 'Inter' !important;
}
#contact_form .et_pb_contact_form {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}
#contact_form .et_pb_contact_form {
    display: grid;
    gap: 20px;
    padding-left: 3%;
    padding-right: 3%;
}
p.et_pb_contact_field {
    padding: 0%;
}
#contact_form .et_pb_contact_form p:nth-child(1),
.et_pb_contact_form p:nth-child(2),
.et_pb_contact_form p:nth-child(3),
.et_pb_contact_form p:nth-child(4) {
  grid-column: span 1;
}

#contact_form .et_pb_contact_form p:nth-child(5) {
  grid-column: 1 / -1;
}
#contact_form .et_pb_contact_form .et_contact_bottom_container {
  grid-column: 1 / -1;
  text-align: center; 
}
#contact-form .et_pb_column_10 {
    padding-right: 0 !important;
}
#our-value li {
    list-style: none;
    font-family: Inter;
    line-height: 150%;
    margin-top: 14px;
    margin-bottom: 20px;
}
#our-value li:before {
    content: url('https://optimumenergypartners.com/wp-content/uploads/2025/09/check.png');
    display: inline-block;
    margin-right: 10px;
}
#address p::before {
    content: url('https://optimumenergypartners.com/wp-content/uploads/2025/09/contact.png');
    position: absolute;
    left: -40px;
}
#optimum-exploration h4 {
    border-bottom: 2px solid #2980B2;
    width: 55%;
}
#optimum-exploration h2 {
    padding-top: 6%;
    padding-bottom: 2%;
}
#how-we-work h2 {
    padding-top: 4%;
    padding-bottom: 2%;
}
#our-mission p em {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
}
#our-mission p, #optimum-exploration p, #optimum-exploration div {
    font-weight: 400 !important;
}
#sustainable-energy h3 {
    font-weight: 600 !important;
}


@media only screen and (max-width: 1560px) {
	#optimum-exploration h4 {
    width: 61%;
}
	#middlefooter .et_pb_row {
    width: 100% !important;
}
#topfooter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
#middlefooter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
	#middlefooter .et_pb_column.et_pb_column_1_2 {
    max-width: 33%;
    left: 12%;
}
	#our-mission {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media only screen and (max-width: 1300px) {
.et_pb_text_0 h1, .et_pb_text_1 h1 {
    font-size: 50px!important;
}	
	#optimum-exploration h4 {
    width: 70%;
}
}
@media only screen and (max-width: 1050px) {
#heade-main p {
    font-size: 16px!important;
}	
.et_pb_text_2 h2, .et_pb_text_4 h2, .et_pb_text_6 h2 {
    font-size: 30px!important;
    line-height: 120%!important;
}	
.blog-image, .blog-content {
    width: 50%;
}	
	#blog-header h1 {
    font-size: 48px;
}
#how-we-work p {
    width: 100%;
    margin: auto;
}
	#sustainable-energy {
    margin-bottom: 4% !important;
}
	#optimum-exploration h4 {
    width: 78%;
}
#logo {
    max-height: 80% !important;
}
	#main-header .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-left: 10% !important;
}
	#top-main-sec h1 {
    font-size: 40px;
}
	#optimum-exploration h2 {
    font-size: 30px !important;
}
	#optimum-exploration, #our-mission {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	#sustainable-energy .et_pb_column_5, #sustainable-energy .et_pb_column_6, #sustainable-energy .et_pb_column_7 {
    padding-bottom: 40px;
}
	#our-mission .et_pb_row, #optimum-exploration .et_pb_row {
    width: 100%;
    padding-bottom: 0 !important;
}
	#our-mission h2 {
    font-size: 30px;
}
	#new-footer p {
    font-size: 16px;
}
	#new-footer {
    padding-left: 3%;
    padding-right: 3%;
}
	#topfooter .et_pb_column.et_pb_column_1_2 {
    max-width: 44%;
}
    #middlefooter .et_pb_column.et_pb_column_1_2 {
    max-width: 41%;
    left: 3%;
}
	#middlefooter .et_pb_column_1_2 {
    margin-right: 20px;
}
	#middlefooter .et_pb_column.et_pb_column_1_4 {
    width: 18%;
    left: 8%;
    margin: 0;
}
	#middlefooter {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	#topfooter {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
}
@media (max-width: 980px) {
	.et_fixed_nav #main-header {
    position: fixed !important;
}
}
@media only screen and (max-width: 800px) {
.et_pb_search .et_pb_searchform {
    position: relative;
    margin: 0 auto;
    width: 100%;
}	
div#serchbtn input.et_pb_s {
    border-radius: 10px;
    max-width: 100%;
}	
    .blog-image img {
        width: 100%;
        height: auto;
    }	
	#optimum-exploration h2 {
    padding-top: 3%;
}
	#blog-main h1 {
    font-size: 32px;
    padding-bottom: 0 !important;
}
	.et_pb_column_8, .et_pb_column_10 {
    padding-right: 0% !important;
}
	.et_pb_module {
    padding: 0 !important;
}
	#optimum-exploration h4 {
    width: 46%;
}
	#top-main-sec .et_pb_column .et_pb_module {
    margin-bottom: 0px;
}
	#optimum-exploration .et_pb_image_0 {
    padding-right: 0 !important;
}
	#top-main-sec .et_pb_text_0 {
    padding: 0 !important;
}
	#top-main-sec .et_pb_button_module_wrapper {
    padding-top: 5%;
}
	#top-main-sec {
		width:100% !important;
		padding-left: 3%;
        padding-right: 3%;
	}
	#top-main-sec h1 {
    font-size: 36px;
}
    #optimum-exploration h2 {
    font-size: 24px !important;
    text-align: left;
}
	#optimum-exploration h2 br {
    display: none;
}
#optimum-exploration p {
    text-align: left;
}
#sustainable-energy {
    top: 0 !important;
}
	#contact-form .et_pb_text_9.et_pb_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
	#topfooter .et_pb_column.et_pb_column_1_2 {
    max-width: 100%;
}
#topfooter {
    flex-direction: column !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	#middlefooter .et_pb_column.et_pb_column_1_2 {
    max-width: 100%;
    left: 3%;
}
	#middlefooter .et_pb_column.et_pb_column_1_4 {
    width: 40%;
    left: 3%;
    margin: 0;
}
	#middlefooter {
    padding-right: 3% !important;
}
}
@media only screen and (max-width: 500px) {	
.blog-content h3 a {
    text-decoration: none;
    font-size: 18px;
}	
.et_pb_text_2 h2, .et_pb_text_4 h2, .et_pb_text_6 h2 {
    font-size: 22px!important;
}	
.blog-image, .blog-content {
    width: 100%;
    float: left;
}	
    .blog-card {
        flex-direction: column;
        align-items: flex-start;
    }	
    .blog-card {
        flex-direction: column;
        align-items: flex-start;
    }	
	#copyright-section {
    padding-left: 3%;
    padding-right: 3%;
}
	#topfooter {
    flex-direction: column !important;
    padding-left: 3% !important;
    padding-right: 5% !important;
}
	#blog-header h1 {
    font-size: 42px;
}
	#sustainable-energy {
    margin-bottom: 8% !important;
}
	#contact_form .et_pb_contact_form .et_contact_bottom_container {
    margin-top: -34px;
    margin-left: -16px;
}
	#address p::before {
    content: url('https://optimumenergypartners.com/wp-content/uploads/2025/09/contact.png');
    position: absolute;
    left: -32px;
}
	#blog-main {
    padding-top: 5%;
}
	#contact_form input {
    height: 30px;
}
	.et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 120px;
    display: block;
}
	#optimum-exploration h4 {
    width: 100%;
}
	.et_pb_section {
    padding: 0px 0;
}
	#main-header .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
	#top-main-sec h1 {
    font-size: 26px;
    text-align: left !important;
}
	#top-main-sec p {
    text-align: left !important;
}
	#top-main-sec h4 {
    text-align: left !important;
}
	#top-main-sec h3 {
    font-size: 22px;
    text-align: left !important;
}
	#top-main-sec .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: left;
}
	#optimum-exploration, #our-mission, #top-main-sec{
	padding-left: 5%;
    padding-right: 5%;
		
	}
	#optimum-exploration .et_pb_row_3.et_pb_row {
    padding-top: 8% !important;
}
	#our-mission .et_pb_text_7 {
    margin-right: 0px !important;
}
	#contact-form  .et_pb_column_10 {
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 0px;
}
	#our-value li:before {
    position: absolute;
    left: 0px;
}
	#our-value li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 8%;
}
}