/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.built {
    background-image: linear-gradient(-45deg,#0090f7,#ba62fc,#f2416b,#f55600,#f2416b,#ba62fc,#0090f7,#ba62fc,#f2416b,#f55600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.circular_looop {
  animation: rounded 30s linear infinite;
}


@keyframes rotateX {
  0% {
    transform: rotatey(0deg);
  }
  100% {
    transform: rotatey(360deg);
  }
}

.vertical_looop {
  animation: rotateX 5s linear infinite;
}
.hoverrow .et_pb_blurb_container {
    position: absolute;
    top: 84%;
	transition:0.5s ease all;
	cursor:pointer;
}

.hoverrow  .et_pb_blurb_description {
	opacity:0;
	transition:0.5s ease all;
		PADDING:20PX

}
.hoverrow .et_pb_blurb_content {
    overflow: hidden;
	transition:0.5s ease all;
	    line-height: 0;
cursor:pointer;
}
.hoverrow .et_pb_blurb_content P {
   
	    line-height: 1.8;
}


.hoverrow .et_pb_promo_description {
    OPACITY: 0;
	transition:0.5s ease all;
}


.hoverrow .et_pb_promo_description:after {
    content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
}


.hoverrow .et_pb_promo_description:hover {
    OPACITY: 1;
	transition:0.5s ease all;
}
.hoverrow .et_pb_blurb_content:hover .et_pb_blurb_container {
    top:15VH;
	transition:0.5s ease all;
}
.hoverrow .et_pb_blurb_content:hover .et_pb_blurb_description {
    OPACITY: 1;
	transition:0.5s ease all;
}
hoverrow .et_pb_blurb_content .et_pb_main_blurb_image{
	 
	transition:0.5s ease all;
}
.hoverrow .et_pb_blurb_content:hover  .et_pb_main_blurb_image{
	opacity:0.1;
	transition:0.5s ease all;
}

.datglbn button {
  padding: 12px 24px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    margin: 5px;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
}

.datglbn button.active {
	background: linear-gradient(-45deg, #0090f7, #ba62fc);
	
}
.scrolingsectoin  .et_pb_column{
	 	transition:0.2s ease all;
	
}
.scrolingsectoin  .et_pb_column:hover {
    background-color: #fff;
	 	transition:0.2s ease all;
}
.scrolingsectoin  .et_pb_column:hover .et_pb_text_inner h3, .scrolingsectoin  .et_pb_column:hover .et_pb_text_inner p{
	color:#000!important;
		transition:0.2s ease all;
}

.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_32.et_pb_css_mix_blend_mode_passthrough.et_pb_column_empty, 
.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_34.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column_empty{
	background-color:transparent !important
}
