/**************= *=========================== Home 7========================== ***********************/
/*** Slider  styles ***/
.slider-333 .et-pb-controllers a {
    width: 20px;
    height: 20px;
    border-radius: 50%; }
/*** Dot navigation Effect ***/
.slider-333 .et-pb-controllers a {
    position: relative !important;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
.slider-333 .et-pb-controllers a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(var(--orange), 1);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(var(--orange), 1);
    box-shadow: 0 0 1px rgba(var(--orange), 1);
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease; }
.slider-333 .et-pb-controllers a:hover,
.slider-333.et-pb-controllers a:focus,
.slider-333 .et-pb-controllers a.et-pb-active-control {
    border-color: rgba(var(--orange), 1); }
.slider-333 .et-pb-controllers a.et-pb-active-control:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
/* Slider Arrow Navigation */
.slider-333 .et-pb-arrow-prev:before {
    content: "\44";
    background: rgba(255,255,255,0);
    border-radius: 50px;
  border: 2px solid #fff;
    color: #fff;
     padding: 10px 10px 10px 10px;
    font-size: 30px; }
.slider-333 .et-pb-arrow-prev {
    transition: all .4s ease;  }
.slider-333 .et-pb-arrow-next:before {
    content: "\45";
    background: rgba(255,255,255,0);
    border-radius: 50px;
  border: 2px solid  #fff;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 30px; }
.slider-333 .et-pb-arrow-next {
    transition: all .4s ease; }
.slider-333 .et-pb-arrow-prev:before:hover {
    content: "\44";
    background: rgb(255,255,255);
    border-radius: 50px;
  border: 2px solid #fff;
    color: #fff;
     padding: 10px 10px 10px 10px;
    font-size: 30px;  }
/*---Left align slider---*/
.slider-333.et_pb_slider .et_pb_container {
    float: left !important;  }
.slider-333 .et_pb_slide_description  {
  text-align: left !important; /*align the slider text to the left*/
  padding: 25% 8%;  }
.slider-333 .et_pb_slider .et_pb_button {
    float: left !important;  /*move the button to the left*/ }
@media all and (max-width: 480px) {
.slider-333 .et_pb_slider
  .et_pb_container {
    float: none !important; /*move the slider text container to the left*/
     padding: 30% 10%!important; }}
@media all and (max-width: 980px) {
.slider-333 .et_pb_slider .et_pb_button  {
    float: none !important; /*move the slider text container to the left*/ }}
/* show slider arrows always */
.slider-333  .et-pb-arrow-next {
     opacity: 1;
     right: 22px; }
.slider-333 .et-pb-arrow-prev{
     opacity: 1;
     left: 22px; }
@media all and (max-width: 480px) {
.slider-333  .et-pb-arrow-next {
     opacity: 1;
     right: 2px;}}
@media all and (max-width: 480px) {
.slider-333  .et-pb-arrow-prev {
     opacity: 1;
     left: 2px;}}
/* service-style */
#service-style-6 .et_pb_column .et_pb_image .et_pb_image_wrap img,
#service-style-6 .et_pb_column .et_pb_image .et_pb_image_wrap {
	width: 100%; }
#service-style-6 .et_pb_column .et_pb_blurb.et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: middle;
	width: 100%; }
#service-style-6 .et_pb_column .et_pb_blurb + .et_pb_module {
	position: relative !important;
	overflow: hidden; }
#service-style-6 .et_pb_column .et_pb_blurb {
    position: absolute !important;
    top: -38px;
    left: 6%; }
#service-style-6 .et_pb_column {
	position: relative !important; }
#service-style-6 .et_pb_column .et_pb_image + .et_pb_module {
	position: absolute !important;
	bottom: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	opacity: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 20px;
	transition: all 0.5s ease; }
#service-style-6 .et_pb_column .et_pb_blurb {
	position: absolute !important;
	top: -38px;
	left: 6%; }
#service-style-6 .et_pb_column .et_pb_image + .et_pb_module > div {
	width: 100%; }
#service-style-6 .et_pb_column:hover .et_pb_image + .et_pb_module {
	height: 100%;
	bottom: 0;
	opacity: 1; }
#service-style-6 .et_pb_column .et_pb_image + .et_pb_module > div {
	transform: translateY(40px);
	opacity: 0;
	transition: all 1000ms ease 500ms; }
#service-style-6 .et_pb_column:hover .et_pb_image + .et_pb_module > div {
	transform: translateY(0);
	opacity: 1; }
#service-style-6 .et_pb_column:hover .et_pb_blurb .et_pb_main_blurb_image {
    background-color: #fa8023; }
@media screen and (max-width: 980px) {
	#service-style-6 .et_pb_column:not(:first-child){
		margin-top: 60px;	}}
/*home 7 all section first text background shape*/
.first-heading {
    letter-spacing: 1px;
    line-height: 1.2em;
    background: rgba(var(--black), 1);
    max-width: 300px;
  margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    clip-path: polygon(0 0,100% 0%,94% 100%,0% 100%);
    border-left: 6px solid rgba(var(--orange), 1);   }
/*home 7  section first text background shape right alighn*/
.first-heading-right {
text-align: left!important;
    letter-spacing: 1px;
    line-height: 1.2em;
    background: rgba(var(--black), 1);
    width: 30%;
  display: block!important;
  margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px;
    clip-path: polygon(0 0,100% 0%,94% 100%,0% 100%);
    border-left: 6px solid rgba(var(--orange), 1);}
/*home 7  section first text background shape background color white*/
.first-heading-white {
text-align: left!important;
    letter-spacing: 1px;
    line-height: 1.2em;
    background: #fff;
    width: 200px;
  display: block!important;
  margin-right: 100px;
    margin-bottom: 10px;
    padding: 10px;
    clip-path: polygon(0 0,100% 0%,94% 100%,0% 100%);
    border-left: 6px solid rgba(var(--orange), 1);}
/*all button animation*/
.h7_btn_v3.et_hover_enabled:hover::after{transition: all 0.4s ease-out !important;z-index: -1;}
.h7_btn_v3{
letter-spacing: 1px;
color: #fff !important;
text-transform: uppercase !important;
  padding: 7px 30.5px;
background-color: #000;display: inline-block;box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);overflow: 
  hidden;
  font-size: 15px;
font-weight: 600;
  backface-visibility: hidden;
  transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;  }
.h7_btn_v3:hover{border: 2px solid transparent;padding: .3em 1em !important;padding: 7px 30.5px !important;}
.h7_btn_v3:after{line-height: 1.7em;
font-size: 1em !important;
content: attr(data-icon);
left: -100% !important;
top: 0%;
margin-left: 0em !important;
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(var(--orange), 1)!important;
text-align: center;
  transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;  }
.h7_btn_v3:hover:after{line-height: 3em !important;top: 0;left: 0 !important;transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;}
.h7_btn_v3::after{background-color: rgba(var(--orange), 1);left: 0 !important;bottom: -100%;top: auto;}
.h7_btn_v3:hover::after{bottom: 0% !important;}
/*home 7 icon animation. this is white background icon animation*/
.blob .et_pb_main_blurb_image img{
	background: white;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	box-shadow: 0 0 0 0 rgb(255,255,255);
	transform: scale(1); }
/*to add border in gallery section*/
.gallery img {
border: 2px solid rgba(var(--orange), 1) !important;}
/*Divi Blurb Module hover effects easy step section*/
.blurb-hover .et_pb_column:hover {
 background: transparent; }
.blurb-hover .et_pb_blurb p {
 zoom: 1;
 opacity: 0;
 -webkit-transition: opacity .2s,-webkit-transform .35s;
 transition: opacity .2s,transform .35s;
 -webkit-transform: translate3d(0,40px,0);
 transform: translate3d(0,40px,0); } 
.blurb-hover .et_pb_column:hover p {
 color: rgba(var(--black), 1);
 -webkit-transition-delay: .05s;
 transition-delay: .05s;
 -webkit-transition-duration: .35s;
 transition-duration: .35s;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
 zoom: 1;
 opacity: 1; } 
.blurb-hover .et_pb_column:hover h4 {
 color: rgba(var(--black), 1);
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0); } 
.blurb-hover .et_pb_blurb h4 {
 -webkit-transition: -webkit-transform .35s;
 transition: transform .35s;
 -webkit-transform: translate3d(0,50px,0);
 transform: translate3d(0,50px,0); }
.blurb-hover .et_pb_column {
 position: relative; }
/*blog section css*/
.kh-blog article {
    padding: 50px 30px !important;
  	position: relative; }
.kh-blog article:hover .et_pb_image_container {
    visibility: visible;
  	opacity: 1; }
  .kh-blog article:hover .more-link {
    background: rgba(var(--orange), 1);
    color: #fff!important;  }
.kh-blog .et_pb_image_container {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
  	right: 0;
    margin-bottom: 0 !important;
    z-index: 1;
  	visibility: hidden;
  	opacity: 0; }
  .kh-blog .et_pb_post .entry-featured-image-url {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .kh-blog a.entry-featured-image-url img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;  }
  .kh-blog a.entry-featured-image-url:before {
    content: "";
    background: rgba(var(--black), 1);
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.8;
    z-index: 1;
    position: absolute;  }
  .kh-blog h2.entry-title, .kh-blog p.post-meta, .kh-blog .post-content {
    position: relative;
    z-index: 9;  }
    @media only screen and (min-width: 768px) and (max-width: 980px) {
    .home .kh-blog .column:first-child .et_pb_post:last-child {
      display: none;    }  }