/*
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.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.7.4.1662352372
Updated: 2022-09-05 04:32:52

*/


/* Privacy-Policy  */
.section-policy-list li {
	margin-bottom: 20px;
	line-height: 1.8em;
	list-style-position: outside;
}

/* Menu  */
#mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
	padding-top: 10%!important;
	top: unset;
	transition:all 0.3s ease;
	transform-origin: 300px 245px;
	right: 0 !important;
	opacity:0;
	transform: perspective(800px) rotatey(-90deg);
}
#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu{
	transform:initial;
	opacity:1;
}
#mega-menu-primary-menu li a:active{
	background: #e85456 !important;
}
#mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu:after{
	display:block;
	content:'';
	background:#e85456;
	position:absolute;
	width: 3px;
	height:100%;
	z-index:9999;
	top:0;
}


#header-main:after{
	display:none !important;
	content:'';
	width:100%;
	height:2px;
	background:#e85456;
	position:absolute;
	z-index:99999;
	left:50%;
	transform:translatex(-50%);
	animation: header 1s;
}

@keyframes header{
	from{
		width:0%
	}
	to{
		width:100%;
	}
}

#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open:after {
    top:70px !important;
}
@media (max-width: 980px){
	.logo-ft{
		    justify-content: left !important;
	}
}

/* Form Contact */
form#wpforms-form-2919 input {
    padding: 25px 20px;
}
form#wpforms-form-2919 textarea{
	height:130px;
	padding-left: 20px;
}
form#wpforms-form-2919 .wpforms-field-email input{
	border-bottom:2px #e85456 solid;
}
form#wpforms-form-2919 button {
    padding: 15px 40px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 2px #e85456 solid;
}
form#wpforms-form-2919 button:hover{
	background: #e85456;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
	color: #ffff !important;
}
/* page contact */
@media(min-width:1024px) and (max-width:1280px){
	.title-big div h1{
		font-size: 60px !important;
	}
	.title-big{
		padding-top: 25%;
	}
	.col-3-img{
		display:none;
	}
	.text-left{
		left: -25% !important;
	}
	.text-left h1{
		font-size:50px !important;
		    margin-bottom: 20px;
	}
	.text-right-ss1{
   		     width: 100% !important;
	}
	   
}
@media (min-width: 1280px) {
	.text-left{
		left: -25% !important;
	}
	.text-left h1{
		font-size:60px !important;
	}
	
	/* Custom Gallery Case Studies */
	.gallery-horizontal-scroll .swiper-container{
			overflow-x: scroll;
			cursor:default !important;
	}
	.gallery-horizontal-scroll .dipl_image_card_carousel_item{min-width: 415px !important; margin-bottom: 15px !important;}
	.dipl_logo_slider_0 .dipl_swiper_navigation .swiper-button-prev, .dipl_logo_slider_0 .dipl_swiper_navigation .swiper-button-next{
			display:none !important
	}
	.gallery-horizontal-scroll .swiper-wrapper{
		    transform: translate3d(0px, 0, 0) !important;
	
	}

}
@media (min-width: 1500px){
	.text-left{
		left: -15% !important;
	}
}
@media (min-width: 1280px) and (max-width:1440px){
	.text-right-ss1{
   		     width: 100% !important;
	}
	
	
}
	.col-3-img img {
		width: 190px;
		float: left;
		margin-right: 20px;
	}

.gallery-horizontal-scroll .dipl_image_card_image_wrapper img{
	box-Shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
	height: 600px;
    object-fit: cover;
}

/* Custom Scroll Gallery Case Studies  */

/* width */
.dipl_swiper_wrapper .swiper-container::-webkit-scrollbar {
/*   width: 10px; */
	height:10px;
}

/* Track */
.dipl_swiper_wrapper .swiper-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
/* Handle */
.dipl_swiper_wrapper .swiper-container::-webkit-scrollbar-thumb {
	  background: #6e6e6ecf; 
	  border-radius: 10px;
}

/* Handle on hover */
.dipl_swiper_wrapper .swiper-container::-webkit-scrollbar-thumb:hover {
  background: #353535d6;
}
