/*
 Theme Name:   Divi Child
 Theme URI:    https://www.etecminds.com
 Description:  A Theme Made with ❤ by Etec Minds
 Author:       etecminds.com
 Author URI:   https://etecminds.com
 Template:     Divi
 Version:      1.1.2
*/


/*
/////////////////////////////////////////////////
ETEC STYLE
/////////////////////////////////////////////////
*/

body {
    color: #000;  
}

.et_pb_text.justify {
    text-align: justify;
}

.container.et_menu_container {
    z-index: 99;
    width: 100%;
    max-width: unset;
}

.et_header_style_left .logo_container {
    position: relative;
	text-align: center;
	padding-top: 20px;
}

#logo {
    max-height: 70px;
}

#main-header.et-fixed-header #logo {
    max-height: 40px;
}

#top-menu {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    column-gap: 50px;
}

#top-menu li {
    padding-right: 0;
	font-family: 'Montserrat';
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 500;
}

#top-menu-nav {
	width: 100%;
}

#et-top-navigation {
    margin-top: 33px;
    padding: 15px 0px 13px !important;
    float: left;
    width: 100%;
    background-color: #ddc496;
}

#et-top-navigation:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px;
    height: 20px;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 10px;
}

#main-header.et-fixed-header #et-top-navigation {
    margin-top: 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 0;
}

.wpcp-carousel-section .swiper-pagination-bullets.swiper-pagination-horizontal, .wpcp-carousel-section .wpcp-swiper-dots {
    display: none;
}

.wpcp-carousel-section.nav-vertical-center {
    margin: 0;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    width: 40px;
    height: 40px;
    text-align: right;
	left: 7px;
    right: auto;
    border: 2px solid #fff !important;
	border-radius: 50%;
	color: #fff;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: right;
	right: 7px;
    left: auto;
    border: 2px solid #fff !important;
	border-radius: 50%;
	color: #fff;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-prev:hover,
.wpcp-carousel-section.nav-vertical-center .swiper-button-next:hover {
    opacity: .7 !important;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-prev i, 
.wpcp-carousel-section.nav-vertical-center .swiper-button-next i {
    color: #fff !important;
}

.wpcp-carousel-content-wrapper {
    margin-bottom: 0px !important;
}

.wpcp-carousel-section.nav-vertical-center .wpcp-single-item {
    border: none !important;
    box-shadow: 0px 0px 0px 0px #dddddd !important;
}

.wpcp-carousel-section.nav-vertical-center .wpcp-single-item img {
    width: 100%;
}

.logo-partner {
	 display: inline-flex;
	   flex-direction: row;
	   justify-content: space-around;
	   row-gap: 30px;
	   flex-wrap: wrap;
	   align-items: baseline;
}

.logo-partner img {
	  max-height: 80px; 
	  width: auto;       
	  object-fit: contain;
	  display: block;
	  margin: 0 auto;  
}

.logo-partner .et_pb_image {
	width: 22%;
	margin-right: 0;
	margin-left: 0;	
}

.et_pb_section:last-of-type {
  	padding-bottom: 0 ;
	padding-top: 0;
}






/* RESPONSIVE */

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

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 980px) {

    #et_mobile_nav_menu {
        display: none;
    }

    nav#top-menu-nav {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    #top-menu {
        display: block;
    }

    #top-menu li:not(:last-child) {
        margin-bottom: 13px;
        padding-bottom: 3px;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }

    #et-top-navigation {
        margin-top: 20px;
        background-color: unset;
        border-top: 3px solid #ddc496;
    }

    #et-top-navigation:after {
        content: none;
    } 
}

@media (max-width: 767px) {
  .logo-partner {
    justify-content: center;
    gap: 20px 48px;
  }
	.logo-partner .et_pb_image {
    	width: 42%;
    	margin-right: 0;
    	margin-left: 0;
		}
	
	
  .logo-partner img {
    max-width: 145px ;
    height: auto ;
    object-fit: contain;
  }
}

@media (max-width: 420px) {
  .logo-partner .et_pb_image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
	}

}

