h4.subtitle {
    font-weight: 600;
    font-size: 2.3rem;
    display: inline-block;
    position: relative;
    z-index: 0;
    color: #009541;
    font-family: "Roboto",Sans-serif;
    margin-top: 30px;
	margin-bottom: 0;
}
h4.subtitle:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 35px;
    margin-left: 10px;
    margin-top: -1px;
    background: #009541;
    content: "";
}
h2.title_web {margin-bottom:0}
h2.title_web span {
    display: inline-block;
    position: relative;
    line-height: 38px;
    overflow: hidden;
    color: #172541;
    margin: 0 0 3px;
    font-family: poppins,Sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
}
.mihome{
	padding-left: 15px;
}
.show_quick_about .s_des { 
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
}
.bullstyle ul{
	padding: 10px 0;
	margin: 0;
	font-family: roboto,sans-serif;
}
.bullstyle ul li{
	background: url(../images/icons/check.png)no-repeat left 4px;
    padding-left: 30px;
	line-height: 31px;
}
.section-full{
	position: relative;
	padding-top: 66px;
    padding-bottom: 66px;
}
.bg__black{
	background-color: #152332
}
.custalk{
	background-image: url(../images/map-bg.png);	
}
.bg__black:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
	opacity: 0.5;
	background: #000;
}
.bg__black .wraper{
	position: relative;
	z-index: 1;
}
.bg__grey{
	background-color: #F7F9FB;
	margin-bottom: 16px;
}
.testimonial-text {
    padding: 15px;
    position: relative; 
    font-weight: 400;
	padding: 40px 30px 20px 0;
    color: #fff;
}
.custalk .item-wrap:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2px;
    background: #fff;
    top: 0;
    opacity: 0.2;
}
.item-wrap .testimonial-detail {
    margin-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-wrap .testimonial-detail .thumb {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
	width: 70px;
    height: 70px;
    border: 3px solid #fff;
    float: left;
    margin-right: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 2px 3px 6px -3px rgb(0 0 0 / 35%);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgb(0 0 0 / 35%);
}
.item-wrap .testimonial-detail .thumb img {
  width: auto;
  border-radius: 100%;
    -webkit-border-radius: 100%;
}
.item-wrap .testimonial-detail .details h5 {
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.item-wrap .testimonial-detail .details p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 19px;
  color: rgba(255,255,255,0.8);
  padding-left: 0;
  margin-bottom: 0;
  border: 0;
}
.quote-left:before, .quote-right:after{
	font-family: "FontAwesome";
    font-weight: 600;
    position: absolute;
    z-index: 10;
    top: 15px;
}
.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}
.custalk .quote-right:before {
    top: 0;
}
.custalk .quote-right:after {
    top: auto;
    bottom: 0;
    right: 30px;
}
.custalk .quote-left:before, .custalk .quote-right:after {
    font-size: 24px;
    line-height: 24px;
    color: #ff5e14;
}

.custalk_v2 .owl-carousel .owl-stage-outer{
	overflow: inherit;
}
.custalk_shape{ 
	position: absolute;
    top: 120px;
    right: 100px;
    height: 524px;
    width: 946px;
	background-image: url(../images/map_bg2.png); 
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
}
.section-title__tagline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #7b7d83;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    margin-bottom: 3px;
}
.custalk_v2 .testimonial-15{
	position: relative;
    display: block;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 35px;
    border-top: 3px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.custalk_v2 .testimonial-text{
	color: #7b7d83;
	padding: 15px 0;
}
.custalk_v2 .item-wrap .testimonial-detail .details{
	position: relative;
    display: block;
    padding-left: 116px;
}
.custalk_v2 .item-wrap .testimonial-detail .details h5{color:#1239ac}
.custalk_v2 .item-wrap .testimonial-detail .details p{color: #7b7d83;}
.testimonial-one__client-img-boxs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}
.testimonial-one__client-img {
  position: absolute;
  bottom: -16px;
  left: 50px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-one__client-img-boxs:before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: -10px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  z-index: 1;
}

.testimonial-one__client-img-boxs:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  bottom: -20px;
  background-color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(145deg, #070066 0%, #ffb400 0%, #0038e0 100%);
  z-index: -1;
}
.testimonial-one__quote {
  position: absolute;
  bottom: -28px;
  right: 50px;
}

.testimonial-one__quote span {
  font-size: 50px;
  color: #ffb400;
}
.testimonial-one__quote span.icon-quote:before{
	font-size: 50px;
    color: #ffb400;
	content: "\f10e";
	font-family: "FontAwesome";
}
.custalk_v2 .testimonial-15:hover {
    border-top: 3px solid #009541;
}
.feature-three {
    position: relative;
    display: block;
    padding: 15px 0 0px;
}
.feature-two__single{
	position: relative;
    display: block;
    padding-left: 115px;
    margin-bottom: 30px;
    min-height: 120px;
    z-index: 1;
    padding-right: 5px;
    padding-bottom: 8px;
}
.feature-two__single:before {
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 0;
  left: 58px;
  content: "";
  border: 1px solid #e4e5ea;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-two__single:hover:before {
  background-color: #009541;
  border: 1px solid #009541;
}
.feature-two__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #e4e5ea;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 0;
  left: 0;
}

.feature-two__single:hover .feature-two__icon {
  background-color: #ffb400;
}
.feature-two__icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.feature-two__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.feature-two__single:hover .feature-two__icon img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.feature-two__content {
  position: relative;
  display: block;
  top: 12px;
}

.feature-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
}

.feature-two__title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__title a {
  color: #fff;
}

.feature-two__text {
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
  color: #fff;
}

/*== >owl slider ==*/
/* next pre btn */
.owl-none .owl-nav{
	display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/* owl dots button */

.owl-theme .owl-dots{
	text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
	transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
.owl-nav .jssora22l{left:0}
.owl-nav .jssora22r{right:0}
/* Services */
.service-media-bx{
	padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 0 rgba(0,0,0,0.05);
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.service-media-bx:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
}
.service-media-bx:after{
	content: "";
    height: 4px;
    width: 0;
    background-color:#009541;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
	transform-origin:left;
	-moz-transform-origin:left;
	-ms-transform-origin:left;
	-webkit-transform-origin:left;
	-o-transform-origin:left;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.service-media-bx:hover:after{
	width: 100%;
	left:0;
	right:auto;
	transform-origin:right;
	-moz-transform-origin:right;
	-ms-transform-origin:right;
	-webkit-transform-origin:right;
	-o-transform-origin:right;
}
.service-media-bx .dlab-title a{
	color:#000;
}
.service-media-bx .dlab-des{
	color: #8e8e99;
    line-height: 30px;
    margin-bottom: 15px;
}
.service-media-bx p{
	color: #8e8e99;
	line-height: 30px;
	margin-bottom: 15px;
}
.service-media-bx .dlab-title{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
	font-size: 22px;
	font-family: "Roboto",Sans-serif;
	line-height: 34px;
}
.service-media-bx .dlab-info{
	padding: 35px 0 20px 0;
}
.service-media-bx .site-button{
	text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
}



.section-title__tagline::after {
    content: '';
    background-color: #ffb400;
    width: 20px;
    height: 3px;
    margin-left: 10px;
}
/* Service FAQ */
.mrgb30 {
    margin-bottom: 30px !important;
}
.service-block-3 { 
    display: inline-block;
    padding: 0;
    margin-bottom: 85px;
    position: relative; 
}
.service-block-3 .service-wrapper {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 545px;
    padding-top: 323px;
}
.service-block-3 .service-caption{
   -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 30px;
    position:relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    place-content: center;
        z-index: 1;
    transition: .3s;
        overflow: hidden;
}
.service-block-3 .service-wrapper:before{
    background:  url(../images/shape-1.png) no-repeat top center;
    position: absolute;
    content: "";
    top:292px;
    width: 100%;
    height: 32px;
    left: 0;right: 0;
    z-index: 1;
}
.service-block-3 .service-caption h4{
    font-size: 17px;
    text-transform: uppercase;
    color: #252323;
    line-height: 100%;
    margin-bottom: 15px; 
    font-weight:bold;
    width: 100%;
}
.service-block-3 .service-caption p{
	margin-bottom: 20px;
    border-bottom: 4px double rgba(0,0,0,.10);
    padding-bottom: 15px; 
}
.service-block-3 .service-caption p span{
  height: 70px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; 
}
.service-block-3 .service-caption .more{
    font-size:16px;
    color: #252323;display: block;
    text-transform: uppercase; 
    font-weight:bold;
    padding: 0px 0 10px;
}
.service-img-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 323px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;}
.service-block-3 .rodent-service-img{ 
    background-size: cover;}
.service-block-3 > a{display: block;position: relative;width: 100%;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); 
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); 
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); 
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-block-3 > a .service-wrapper img{display: none;    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    margin:0 auto;
    transition: all .4s ease-in-out;
	max-width: 145px;}
.service-block-3 > a:hover .service-caption p{ border-bottom: 1px solid rgba(221,187,1,.40);color: #fff;padding-bottom: 20px;margin-bottom: 20px;}

.service-block-3 a:hover .service-img-bg {
    height: 100%;
}
.service-block-3 a:hover .service-wrapper:before{content: none}
.service-block-3 a:hover .service-caption{background-color: rgba(24,24,24,.90);}
.service-block-3 a:hover .service-wrapper{
    padding: 0;
}
.service-block-3 a:hover .service-caption h4{    
    border-top: 1px solid rgba(221,187,1,.40);
    padding-top: 30px;
}
.service-block-3 > a:hover .service-wrapper img {
    display: inline-block;
}
.service-block-3 > a:before {
   font-family: "FontAwesome";
     content: "\f101";
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-color: #ddbb01;
    bottom: -21px;
    left: 50%;
    margin: 0 0 0 -21px;
    border-radius: 50%;
        font-size: 20px;
    color: #fff;
    line-height: 42px;
        -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	    text-align: center;
}
.services__pet{
	position: relative;
    width: 100%;
    text-align: center;
	margin-top: 38px;
}
.services__pet ul{
	padding: 15px;
    margin: 0;
}
.abs-left-img{
position: absolute;left: 0;bottom: 0;z-index: -1}
.abs-right-img{
position: absolute;right: 0;bottom: 0;z-index: -1}
.service-block-3 > a:hover:before{bottom: 50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.service-block-3 > a:hover .service-wrapper h4, .service-block-3 > a:hover .service-caption .more {
    color: #ddbb01;
}


/*small box */
.elementor-hero{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px -10px 30px;
	z-index: 3;
    position: relative;
}
.elementor-hero .elementor-item{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 0;
    padding: 0 10px;
	-moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 7px 8px 0 #cccccc66;
    border: 1px solid #ccc6;
    background: #fff;
    padding: 21px 2px 22px 8px;
	position: relative;
}
.elementor-item-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.elementor-item-box .element-image {
    width: 40px;
}
.element-image img{
	width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.element-counter{
	color: #000000;
    font-size: 15px;
    line-height: 23px;
    padding-left: 6px;
    margin-top: -5px;
	font-family: "Roboto",sans-serif;
}
.element-counter span.number{
	font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
	color: #4a4c4a;
}

@media only screen and (max-width: 1005px){
	.elementor-hero{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px 0;
	}
	.elementor-hero .elementor-item{
		width: 43%;
		padding: 10px;
		margin: 10px;
	}
	.elementor-item-box{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
}
@media only screen and (max-width: 992px){
	.element-counter span.number{font-size: 25px;}
	.element-counter{
		font-size: 14px;
		line-height: normal;
	}
}
/* VC Custom */
.vc_custom_1586{
	padding-top: 60px !important;
    padding-bottom: 150px !important;
    background: #1c1959 url(../images/map_bg2.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	position: relative;
}
.vc_custom_1586:before{
	position: absolute;
    background-color: #1c1959;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	content: " ";
    display: inherit;
	opacity: .9;
	z-index: 1;
}
.vc_custom_content{
	margin-top: -160px !important;
	padding-bottom: 40px;
    position: relative;
    z-index: 3;
}
.vc_custom_content .tw-latest-post:hover{
	box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1); 
	transform: translateY(-15px);
}
.vc_custom_content .tw-latest-post{padding-bottom:0;border-radius: 10px;position: relative;overflow: hidden;}
.vc_custom_content .tw-latest-post img{border-radius: 10px 10px 0 0;}
.vc_custom_content .owl-carousel .owl-stage-outer{overflow: inherit;}
.vc_custom_content .tw-latest-post .post-info .post-title{border-bottom: none;margin-top: 0;}
.vc_custom_content .tw-latest-post .post-info .post-title:after{display:none}
.vc_custom_content .tw-latest-post:hover img{transform: none}
.vc_custom_content .tw-latest-post:hover .post-title a{color:#6382f7}
.vc_column_container {
    z-index: 19;
    position: relative;
    color: #fff;
}
.row__shape{
	width: 100%;
	height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
}
.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff;
}
.sub-heading-single{
	text-align: left;
    letter-spacing: 1px;
	padding-left: 60px;
	position: relative;
}
.sub-heading-single:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 10px;
    left: 0;
    position: absolute; 
    opacity: .6;
	background: #fff;
}
.icons_wrap i.fa{
	display: block;
    text-align: center;
    color: #ffffff !important;
    border-radius: 50%;
    border-color: #6382f7 !important;
    background: #6382f7 !important;
    height: 66px;
    width: 66px;
    line-height: 66px;
    font-size: 32px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
	animation: 2s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
}
.call-icon-large .text__content h6{
	letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 0;
}
.call-icon-large{
	margin: 15px 0;
}
.call-icon-large .text__content h3{margin-bottom:0}
@media (max-width: 767px){
	.call-icon-large {
		justify-content: left !important;
	}	
}

/* Service Box Style3 */
.service-box.style3 .icon-bx-wraper{
	padding: 50px 30px;
    background: #fff;
    margin: 13px 6px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.05);
	z-index: 1;
	position: relative;
}
.service-box.style3 .icon-bx-wraper:before{
	content: attr(data-name);
    position: absolute;
    font-size: 100px;
    right: 30px;
    top: 30px;
    line-height: 80px;
    font-weight: 700;
    color: #000;
    opacity: 0.05;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-box.style3 .icon-lg img{
	max-width: 70px;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.service-box.style3 .dlab-title{
	font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-bottom: 15px;
	line-height: 30px;	
}
.service-box.style3 .icon-lg{
	margin-bottom: 25px;
}
.service-box.style3 .icon-bx-wraper:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #009541;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.service-box.style3:hover .dlab-title, .service-box.style3:hover .dlab-title a, 
.service-box.style3 .icon-bx-wraper:hover:before,
.service-box.style3 .icon-bx-wraper:hover{
	color:#fff;
}
.service-box.style3 .icon-bx-wraper:hover .icon-lg img{filter: brightness(0) invert(1);}
.service-box.style3 .icon-bx-wraper:hover:before{
	opacity:0.2;
}
.service-box.style3 .dlab-des {
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service-box.style3 .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right; 
}

section.features-antam {
    margin: 20px 0;
}
.section-need-help-title{
	background-color: #282979;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 0em 9em 0em;
	position: relative;	
}
.section-need-help-title .elementor-background-overlay{
	background-image: url(../images/clean_now.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.section-need-help-title .elementor-container{
	max-width: 720px;
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.section-need-help-block{
	margin: -7em 0em 3em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 0px 0px 0px 0px;
}
.section-need-help-block .elementor-widget-wrap{
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 3em 3em 3em 3em;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}
.elementor-icon-box-icon .fa{
	color: #8dc741;
}
.elementor-icon-box-title{
    color: #282979;
    margin: 10px 0;
}
a.elementor-button-link {
    background: #8dc741;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px 5px 5px 5px;
	transition: all .3s;
}
a.elementor-button-link:hover{
	background: #5da500;
}
.sec-title {
    position: relative;
    margin-bottom: 5px;
}
.sec-title h2 {
	position: absolute;
    font-size: 42px;
    color: #2e2d2d;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    top: 72px;
}
@media only screen and (max-width: 1023px) {
  .sec-title h2 {
    font-size: 38px;
    line-height: 1.2em;
	position: relative;
    top: 0;
	margin-bottom: 19px;
  } 
}
.sec-title .float-text {
    position: relative;
    left: -40px;
    display: block;
    font-size: 125px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(14, 30, 42, 0.15);
    font-weight: 900;
    text-transform: uppercase;
    top: -3px;
}
@media only screen and (max-width: 1199px) {
  .sec-title .float-text {
    font-size: 100px;
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-title .float-text {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .sec-title .float-text {
    font-size: 0;
    display: inline-block;
    min-width: 84px;
    height: 10px;
  }
}
.sec-title .float-text::before {
  position: absolute;
  left: 40px;
  top: 56px;
  width: 84px;
  height: 10px;
  background-image: url(../images/icons/wave.png);
  background-position: center;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .sec-title .float-text::before {
    left: 0;  top: 0;
  }
}
.feature-block {
	position: relative;
    margin-bottom: 20px;
    z-index: 1;
    margin-right: 16px;
}
.image-column img{max-width:372px;}
.feature-block .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px 35px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .feature-block .inner-box {
    padding: 35px 30px;
    text-align: center;
  }
  .feature-block{margin-right:0}
  .sec-title h2{text-align: center;}
}
.feature-block .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #00c137, #009541);
  width: 0;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(38, 96, 242, 0.31);
          box-shadow: 0 10px 60px rgba(38, 96, 242, 0.31);
}
.feature-block .inner-box:hover a{color:#fff;}
.feature-block .inner-box:hover .text,
.feature-block .inner-box:hover .title {
  color: #ffffff;
}
.feature-block .inner-box:hover .icon {
  -webkit-text-fill-color: #ffffff;
}
.feature-block .inner-box:hover:before {
  width: 100%;
}
.feature-block .content {
  position: relative;
  padding-left: 85px;
}
@media only screen and (max-width: 767px) {
  .feature-block .content {
    padding-left: 0;
  }
  .image-column{text-align:center;}
}
.feature-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #00c137, #009541);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 58px;
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.feature-block .icon img{max-width: 60px;vertical-align: top;}
@media only screen and (max-width: 767px) {
  .feature-block .icon {
    position: relative;
    display: inline-block;
  }
}
.feature-block .title {
  margin-bottom: 5px;
  font-weight: 600;
}
.feature-block .title a{color:#2e2d2d}
.feature-block .text {
  position: relative;
  color: #67687a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-ser-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.2;
}
.about-ser-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.service-content { 
    padding: 20px 0;
	margin: 12px 0;
}
.service-content .line__bg{
	box-shadow: 8px 10px 0px 0px rgb(5 17 22 / 9%);
    border: 1px solid #cccccc40;
}
.service-content .single-service {
    display: flex;
    justify-content: center;
    padding: 17.5px 0 16.5px;
}
.service-content .single-service .service-image {
    align-self: center;
    position: relative;
    top: -1px;
}
.service-content .single-service .service-text {
    margin-left: 16px;
    max-width: 225px;
}
.service-content .single-service .service-text h3 {
    color: #202226;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.service-content .single-service .service-text .des{
	font-family: "Roboto", sans-serif;
    color: #696969;
	font-size: 14px;
}
.service-content .line__bg:nth-of-type(2)::before, .service-content .line__bg:nth-of-type(2)::after {
    background: rgba(0, 0, 0, 0) url(../images/line_right.png) no-repeat scroll right center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.service-content .line__bg:nth-of-type(2)::after {
    left: auto;
    right: 0;
}
.service-content .row .line__bg:nth-child(1) .service-image img{animation:4s ease-in-out 0s normal none infinite running chang-rotage-anim}.service-content .row .line__bg:nth-child(2) .service-image img{animation:4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1}.service-content .row .line__bg:nth-child(3) .service-image img{animation:4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2}@keyframes chang-rotage-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}5%{transform:rotate(-10deg) scale(1) skew(1deg)}10%{transform:rotate(10deg) scale(1) skew(1deg)}15%{transform:rotate(-10deg) scale(1) skew(1deg)}20%{transform:rotate(10deg) scale(1) skew(1deg)}25%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a1{0%{transform:rotate(0deg) scale(1) skew(1deg)}25%{transform:rotate(0deg) scale(1) skew(1deg)}30%{transform:rotate(-10deg) scale(1) skew(1deg)}35%{transform:rotate(10deg) scale(1) skew(1deg)}40%{transform:rotate(-10deg) scale(1) skew(1deg)}45%{transform:rotate(10deg) scale(1) skew(1deg)}50%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a2{0%{transform:rotate(0deg) scale(1) skew(1deg)}50%{transform:rotate(0deg) scale(1) skew(1deg)}55%{transform:rotate(-10deg) scale(1) skew(1deg)}60%{transform:rotate(10deg) scale(1) skew(1deg)}65%{transform:rotate(-10deg) scale(1) skew(1deg)}70%{transform:rotate(10deg) scale(1) skew(1deg)}75%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}
.silde-wide{position:relative}
@media only screen and (max-width: 767px){
	.section-full{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 499.98px) {
	 .service-box.style3 .dlab-des{
		 height: auto;
		-webkit-line-clamp: inherit;
	 }
	 .mihome{
		padding-left: 0;
	}
}