/*
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.1759934043
Updated: 2025-10-08 14:34:03

*/

/* ===============================
   Custom Self-Hosted Fonts
   =============================== */



/* ===============================
   Global Heading Styles
   (ONLY for coded templates)
   Excluded:
   - Front Page
   - Divi Builder Pages
   - Divi Theme Builder Templates
================================ */

body:not(.page-template-default):not(.tag):not(.category):not(.author) h1,
body:not(.page-template-default):not(.tag):not(.category):not(.author) h2,
body:not(.page-template-default):not(.tag):not(.category):not(.author) h3 {
  font-weight: 300 !important;
  line-height: 1.22em !important;
  color: #000;
}



@media only screen and (min-width: 768px) {

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h1 {
    font-size: 60px !important;
  }

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h2 {
    font-size: 50px !important;
  }

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h3 {
    font-size: 40px !important;
  }
}


/* ===============================
   Mobile (<768px)
================================ */
@media only screen and (max-width: 767px) {

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h1 {
    font-size: 50px !important;
  }

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h2 {
    font-size: 40px !important;
  }

  body:not(.page-template-default):not(.tag):not(.category):not(.author) h3 {
    font-size: 30px !important;
  }
}




 

.reach-out-link .et_pb_text_inner a {
    color: #000!important;
}
.reach-out-link .et_pb_text_inner a:hover {
    color: #fff!important;
}

/* Blog Tag Auth Page Post title */
.auth-h2{
		color:#000;
	font-size:30px!important;
	    text-transform: capitalize;
	font-weight:300;
	
	}


/* Single Post Ol And Ul List  and Heading */
.post-ol-ul-list ol, .post-ol-ul-list ul{
	list-style-position: outside !important;
  padding-left: 1em;
}

.post-ol-ul-list h1, .post-ol-ul-list h2, .post-ol-ul-list h3{
	margin-bottom:unset;
}
/* Quador Display Light */
@font-face {
  font-family: 'Quador Display';
  src: url('fonts/QuadorDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Quador Display SemiBold */
@font-face {
  font-family: 'Quador Display';
  src: url('fonts/QuadorDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Steradian Light */
@font-face {
  font-family: 'Steradian';
  src: url('fonts/Steradian-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   Apply Fonts to Site
   =============================== */


ul,ol{
	line-height:1.6em !important;
	list-style-position: outside !important;
}

body {
   font-family: quador-display,Times,serif;
	
}

 #page-container a{color:#FF5129;}

 #page-container  a:hover{color:#000;}




.mc4wp-form-fields {
    display: flex;
    padding: 0px;
    border: 1px solid #000;
	overflow:hidden;
	justify-content:space-between!important;
}
.mc4wp-form-fields p {
    padding-bottom: 0px!important;
}
.mc4wp-form-fields p label {
    margin-bottom: 0px!important;
}
	p.subscribe_mail {
    width: 60%;
		border:none!important;
}
p.subscribe_mail input {
    border: none!important;
    padding: 12px 0px 5px 10px!important;
    font-size: 15px;
}
p.submit_button {
    width: 40%;
	border:none;
}
p.submit_button input {
    width: 100%!important;
	border:none!important;
}
.mc4wp-form-theme-dark button, .mc4wp-form-theme-dark input[type=submit], .mc4wp-form-theme-dark input[type=button] {
    border-color: #1e1e1e;
    color: #fff!important;
    background-color: #000000 !important;
    border-radius: 0px!important;
    font-size: 18px;
}
/* 	SLICK SLIDER	 */


#sixth-slider .slick-slide, #first-slider .slick-slide {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
	margin: 0 15px !important;
}


#eight-slider .slick-slide, #fifth-slider .slick-slide, #fourth-slider .slick-slide, #third-slider .slick-slide, #second-slider .slick-slide {
  margin: 0 25px;
}

/* Main image module style */
#eight-slider .et_pb_module.et_pb_image, #fifth-slider .et_pb_module.et_pb_image, #fourth-slider .et_pb_module.et_pb_image, #third-slider .et_pb_module.et_pb_image, #second-slider .et_pb_module.et_pb_image {
  width: 100%;
  height: 800px; /* Desktop height */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


@media (max-width: 1024px) {
  #sixth-slider .et_pb_module.et_pb_image, #first-slider .et_pb_module.et_pb_image {
    height: 420px;
  }
	
	   #eight-slider .et_pb_module.et_pb_image, #fifth-slider .et_pb_module.et_pb_image, #fourth-slider .et_pb_module.et_pb_image, #third-slider .et_pb_module.et_pb_image, #second-slider .et_pb_module.et_pb_image {
    height: 600px;
  }
  #eight-slider .slick-slide, #fifth-slider .slick-slide, #fourth-slider .slick-slide, #third-slider .slick-slide , #second-slider .slick-slide {
    margin: 0 15px;
  }
	
}

@media (max-width: 768px) {
   #sixth-slider .et_pb_module.et_pb_image, #first-slider .et_pb_module.et_pb_image {
    height: 350px;
  }
	#eight-slider .et_pb_module.et_pb_image, #fifth-slider .et_pb_module.et_pb_image, #fourth-slider .et_pb_module.et_pb_image, #third-slider .et_pb_module.et_pb_image, #second-slider .et_pb_module.et_pb_image {
    height: 400px;
  }
   #eight-slider .slick-slide, #fifth-slider .slick-slide, #fourth-slider .slick-slide, #third-slider .slick-slide, #second-slider .slick-slide {
    margin: 0 10px;
  }
	#menuPopup .menu-content {
    flex-direction: column;
}
	#menuPopup .menu-grid {
    grid-template-columns: auto;
}
}


		.et_pb_post_title_0_tb_body .et_pb_title_featured_container img {
    height: 323px !important;
    max-height: none;
}
		
nav .menu-item-3908 {
color: #000000 !important;
    border:1px solid #FF5129  !important;
    border-radius: 1px;
    background-color: #ff5129;
}
nav .menu-item-3908:hover {
    background-color: transparent;
    border: 1px solid #000 !important;
}
nav .menu-item-3908 a {
    padding: 0px 0px!important;
}
li.et_pb_menu_page_id-3908.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3908 a:hover {
    color: #000000 !important;
}

nav.et-menu-nav ul li a {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}

/* Fullscreen popup styling */
.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5129;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.contact-popup.show {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  width: 100%;
	text-align:left;
}

.contact-popup p {
 font-size: 60px;
    color: #000000;
    line-height: 1.3;
	font-weight:100;
}

.contact-popup a {
  color: #000!important;
  text-decoration: underline;
}

.contact-popup a:hover {
	color:white!important;
}

/* Close button (top-right) */
.close-popup {
  position: absolute;
  top: 20px;
  right: 25px;
      font-size: 60px;
    color: #000;
    line-height: 1.3;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close-popup:hover {
  transform: scale(1.2);
}
						.popup-content-main{
							max-width:1168px;
						}


@media only screen and (max-width:768px){
	.team-list-size ul li {
  font-size:20px!important;
}
	.client-name-ul ul {
    padding: 0px 0px 0px 6px;
}
	.et_pb_section.et_pb_section_1.slider-main-bg-clr.et_section_regular {
    background-image: linear-gradient(180deg, #000000 0%, #000000 27%, #ffffff 27%, #ffffff 100%) !important;
}
	.et_pb_with_border.et_pb_section.et_pb_section_3.slider-main-section-bg.et_section_regular {
    background-image: linear-gradient(180deg, #000000 0%, #000000 8%, #fff5f1 8%, #fff5f1 100%) !important;
}
	.et_pb_row.team-block {
    flex-direction: column !important;
}
	.contact-popup p {
    font-size: 30px;
}

	.footer-menu-links ul{
		    padding: 0px !important;
	}
}

.fluid-width-video-wrapper iframe body.vp-center {
    align-items: flex-start!important;
}
.enneagram-subscribe p.subscribe_mail {
    background-color: white;
}
.error-message {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px;
	height:30vh;
}

.loader {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 300;
	height:30vh;
}


/* footer quote text styling */
.footer_quotes {
    font-family: mono45-headline, monospace;
    font-size: 40px;
    font-weight: 300;
    line-height: 48.8px;
    color: rgb(0, 0, 0);
}


/* Vertical Tabs */

.verttabs {
    border: none;
}

.verttabs ul.et_pb_tabs_controls {
    float: left;
    width: 8%;
    margin-right: 3%;
    background: transparent;
}

.verttabs ul.et_pb_tabs_controls:after {
    content: none;
}

.verttabs .et_pb_tabs_controls li {
    width: 100%; 
 border-bottom: 2px solid gray
}



@media(max-width:900px) {    
    .verttabs ul.et_pb_tabs_controls {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}


.single-post ol.wp-block-list li { margin-bottom:5px !important;}

.et-search-form, blockquote {    border-color: #ff5129;}


/* Footer Mobile Css */
@media only screen and (max-width:980px){
footer #menu-footer-second li,	#menu-footer-first li {
    width: 100%;
    min-width: 100%;
    margin: 0px !important;
    display: flex;
    justify-content: center;
}
 
footer .footer-menu-second .et_mobile_nav_menu,.footer-menu-first .et_mobile_nav_menu {
    display: none;
}
 
footer .footer-menu-second .et_pb_menu__menu, .footer-menu-first .et_pb_menu__menu {
    display: flex;
    justify-content: center;
    width: 100%;
}
 
	}

/* Footer mobile css end */
