/********REVENT CSS**************/

/******home page 1******/


/*****header home1******/

.desktop-header-style-1 nav>ul>li>ul:after {
    position: absolute;
    left: 25%;
    margin-left: 0px;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #000f21;
}


.desktop-header-style-1 nav>ul>li>ul>li{
	width: 100%;
	padding:0 !important;
}
.desktop-header-style-1 nav>ul>li>ul>li>a:hover{
		padding-left: 20px !important;
	background:#000f21 !important;
	color: #fff !important;
	    opacity: 1 !important;
}

/***Hero section slider****/

.hero-section-home1 .et-pb-arrow-prev {
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.hero-section-home1 .et-pb-arrow-next{
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.hero-section-home1:hover .et-pb-arrow-prev {
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.hero-section-home1:hover .et-pb-arrow-next{
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.hero-section-home1 h1{
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 60px!important;
    line-height: 1.2em;
	    color: #fff;
}


/**Circle animation**/
/***keyframes*/

@keyframes MoveUpDown {
  0%, 100% {
    top: -13%;
  }
  50% {
    top: -15%;
  }
}

@keyframes MoveLeftRight{
  0%, 100% {
    left: 0;
  }
  50% {
    left: 50px;
  }
}

/***Our Team Section***/

.our-team .et_pb_blurb_container {
    position: relative;
}

.our-team .et_pb_blurb_container:before{ 
    content: "";
    border-bottom: 30px solid #0c5adb;
    border-right: 262px solid transparent;
    position: absolute;
    top: -47px;
    left: 0;
}

.our-team .et_pb_column .et_pb_main_blurb_image{
	overflow: hidden;
	margin-bottom:10px;
	
    position: relative;

}
.our-team .et_pb_column .et_pb_image_wrap img{
	transition: all ease .3s;
}
.our-team .et_pb_column:hover .et_pb_image_wrap img{
	transform: scale(1.2);
	transition: all ease .3s;
}

.our-team .et_pb_column .et_pb_main_blurb_image::after{
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0%;
	    opacity: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	    background: rgba(0,0,0,.4);
}
.our-team .et_pb_column:hover .et_pb_main_blurb_image::after{
    opacity: 1;
	 height: 100%;
		-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.our-team .et_pb_column .et_pb_social_media_follow{
	    opacity: 0;
	position: absolute;
	bottom:200px;
	width: 100%;
	transition:all ease .4s;
}
.our-team .et_pb_column:hover .et_pb_social_media_follow{
	    opacity: 1;
	bottom:150px;
	 -webkit-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
}

/****Work Process***/
.working-process .et_pb_column:hover .et_pb_blurb_container{
    color: #fff;
}
.working-process .et_pb_column:hover .et_pb_module_header{
    color: #fff !important;
}
.working-process .et_pb_column:hover .et_pb_button_module_wrapper a{
    color: #fff !important;
}


/*******Blog******/

.blog-style-1 .et_pb_post {
	position: relative;
		padding: 0;
	border: 0;
		 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.blog-style-1 .et_pb_post .et_pb_image_container a {
	margin: 0 ;
}
.blog-style-1 .et_pb_post .et_pb_image_container {
    margin: 0;
}

.blog-style-1 .et_pb_post .entry-featured-image-url {
    overflow: hidden;
}

.blog-style-1 .et_pb_post .entry-featured-image-url img{
	transition: transform 1000ms ease 0ms,transform 1000ms ease 0ms,transform 1000ms ease 0ms;
}

.blog-style-1 .et_pb_post:hover .entry-featured-image-url img {
    transition: transform 1000ms ease 0ms,transform 1000ms ease 0ms,transform 1000ms ease 0ms;
    transform: scaleX(1.36) scaleY(1.36) translateX(9%) translateY(3%) rotateX(0deg) rotateY(0deg) rotateZ(6deg)!important;
}
.blog-style-1 .et_pb_post .entry-title {
	padding: 20px;
    border-top: 0;
}
.blog-style-1 .et_pb_post .post-meta{
	position:absolute;
	padding: 0;
	top: 0px;
	opacity:0;
		padding: 20px 25px 0;
		line-height: 1.9em;
	    margin-bottom: 0;
	 	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-style-1 .et_pb_post:hover .post-meta{
	z-index: 3;
	opacity:1;
	  	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.blog-style-1 .et_overlay{
	 background: rgba(0, 0, 0, 0.4) !important;
		 -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-style-1 .et_overlay::before {
    width: 0;
       height: 154%;
    background: rgba(0,0,0,.7);
	    border-right: 6px solid #0c5adb;
    position: absolute;
    top: -53px;
    left: -77px;
    bottom: 0;
    transform: skewX(-36deg);
   	    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.blog-style-1 .et_pb_post:hover .et_overlay::before {
	      width: 126%;
    left: -18%;
	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-style-1 .et_pb_post .post-content{
	position:absolute;
	top: 0px;
	opacity:0;
	    padding:0 25px 20px;
	 z-index: 3;
	  -webkit-transition: all 0.4s ease;
    transition: all .4s;
}
.blog-style-1 .et_pb_post:hover .post-content{
	top:72px;
    z-index: 3;
	opacity:1;
		 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/****social icons*****/

.social-media-style-1 li{
	    margin-bottom: -4px;	
}
