
/*Services Section*/

.services-section{
	position:relative;
	margin-top:80px;
	background-repeat:no-repeat;
	background-position:right top;
}

/*Title Box*/

.services-section .title-box{
	position:relative;
	padding-top:80px;
	z-index:2;
}

.services-section .title-box .title-column{
	position:relative;
	padding-bottom:40px;
}

.services-section .title-box .title-column .inner-column{
	position:relative;
	padding-right:30px;
	border-right:2px solid #ff4c72;
}

.services-section .title-box .title-column .inner-column .big-letter{
	position:absolute;
	left:-80px;
	top:-120px;
	font-weight:700;
	font-size:400px;
	line-height:1em;
	color:rgba(0,0,0,0.03);
}

.services-section .title-box .title-column h2{
	position:relative;
	color:#222222;
	font-size:30px;
	line-height:1.3em;
	font-weight:600;
	text-align:right;
}

.services-section .title-box .content-column{
	position:relative;
}

.services-section .title-box .content-column .inner-column{
	position:relative;
	padding-left:40px;
}

.services-section .title-box .content-column .inner-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

/*Service Block*/

.service-block{
	position:relative;
	margin-bottom:40px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:5px;
	padding:40px 35px 20px;
	border:1px solid #efefef;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ffffff;
}

.service-block .inner-box .icon-box{
	position:relative;
	margin-bottom:30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
	margin-bottom:12px;
}

.service-block .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h3 a{
	color:#ffffff;
}

.service-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .read-more{
	position:relative;
	font-size:45px;
	color:#ffffff;
	line-height:12px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .read-more span{
	position:relative;
	font-size:50px;
	color:#ffffff;
	line-height:12px;
	display:inline-block;
}

.service-block .inner-box:hover{
	border-color:#ff4c72;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.service-block .inner-box:before{
	position: absolute;
	content: '';
	background-color:#ff4c72;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	transition: all 500ms ease;
}

.service-block .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.services-section .outer-blocks{
	position:relative;
	margin-top:100px;
}

.services-section .outer-blocks .service-block{
	padding:0px 30px;
}

.services-section .outer-blocks .row{
	margin:0px -30px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:135px 0px 110px;
}

.services-section-two .upper-carousel-section{
	position:relative;
	padding:0px 80px;
}

.services-section-two .owl-carousel .service-block-two .inner-box{
	margin:15px 15px;
}

.services-section-two .upper-carousel-section .owl-carousel{
	margin-left:-15px;
}

.services-section-two .upper-carousel-section .owl-dots{
	display:none;
}

.services-section-two .upper-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-33px;
}

.services-section-two .upper-carousel-section .owl-nav .owl-prev{
	position:absolute;
	left:-80px;
	width:66px;
	height:66px;
	font-size:20px;
	line-height:62px;
	text-align:center;
	font-weight:700;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #efeded;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .upper-carousel-section .owl-nav .owl-next{
	position:absolute;
	right:-80px;
	width:66px;
	height:66px;
	font-size:20px;
	line-height:62px;
	text-align:center;
	font-weight:700;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #efeded;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .upper-carousel-section .owl-nav .owl-prev:hover,
.services-section-two .upper-carousel-section .owl-nav .owl-next:hover{
	background-color:#f8f8f8;
}

/*Services Block Two*/

.service-block-two{
	position:relative;
}

.service-block-two .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:50px 15px;
	border:1px solid #f2f0f0;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.service-block-two .inner-box .icon-box img{
	width:auto;
	margin:0 auto;
}

.service-block-two .inner-box h3{
	position:relative;
	font-size:17px;
	font-weight:500;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color:#222222;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-two .inner-box h3 a:hover{
	color: #05e249;
}

.service-block-two .inner-box .designation{
	position:relative;
	color:#a7a8a7;
	font-size:14px;
}

.service-block-two .inner-box:hover{
	border-color:#ecfff2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}

.service-block-two .inner-box:before{
	position: absolute;
	content: '';
	background-color:#ecfff2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before{
	transform: scale(1,1);
}

.services-section-two .lower-content-box{
	position:relative;
	margin-top:45px;
}

.services-section-two .lower-content-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-section-two .lower-content-box .btn-column{
	text-align:right;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:90px 0px 140px;
}

.services-section-three.style-two{
	padding:140px 0px 130px;
}

.services-section-three.style-two .services-block{
	margin-bottom:30px;
}

.services-block{
	position:relative;
}

.services-block .inner-box{
	position:relative;
	padding:70px 30px;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #efeded;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box .big-letter{
	position:absolute;
	left:100%;
	top:80px;
	color:#ffffff;
	font-size:100px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover{
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.services-block .inner-box:hover .big-letter{
	color:rgba(255,255,255,0.50);
	left:130px;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:56px;
	color:#adadad;
	line-height:1em;
	margin-bottom:18px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box:hover .icon-box{
	color:#05e249;
}

.services-block .inner-box .title{
	position:relative;
	font-size:14px;
	color:#aaaaaa;
	margin-bottom:12px;
}

.services-block .inner-box h2{
	position:relative;
	font-size:17px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:12px;
}

.services-block .inner-box h2 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box h2 a:hover{
	color:#05e249;
}

.services-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-block .inner-box .text a{
	font-weight:500;
	color:#05e249;
}

.services-block .inner-box .text a:hover{
	color:#ff4c72 !important;
}

.services-block .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .left-layer:before,
.services-block .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .right-layer:before,
.services-block .inner-box:hover .right-layer:after{
	height:100%;
}

.services-section-three .owl-nav{
	display:none;
}

.services-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.services-section-three .owl-dots .owl-dot{
	width:14px;
	height:6px;
	margin:0px 3px;
	border-radius:50px;
	background-color:#dadada;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-section-three .owl-dots .owl-dot:hover,
.services-section-three .owl-dots .owl-dot.active{
	width:24px;
	background-color:#05e249;
}

.services-section .outer-blocks{
	padding-bottom: 80px;
}

/*** 

====================================================================
	Service Section Four
====================================================================

 ***/

.services-section-four{
	position:relative;
	padding:140px 0px 130px;
}

.services-section-four .row{
	margin:0px -8px;
}

.services-section-four .services-block-two{
	padding:0px 8px;
	margin-bottom:16px;
}

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	border:1px solid #dbdada;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    background:#f4f4f4;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}

.services-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
	padding-left:38px;
	padding-right:38px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .big-letter{
	position: absolute;
    left: 120%;
    top: 80px;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 1px;
	color:rgba(255,255,255,0.40);
    text-transform: uppercase;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-two .inner-box:hover .big-letter{
	left:130px;
}

.services-block-two .inner-box .icon-box{
	position: relative;
    font-size: 56px;
    color: #adadad;
    line-height: 1em;
    margin-bottom: 18px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box:hover .icon-box{
	color:#05e249;
}

.services-block-two .inner-box .title{
    position: relative;
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 12px;
}

.services-block-two .inner-box h2{
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 12px;
}

.services-block-two .inner-box h2 a{
	position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box h2 a:hover{
	color: #05e249;
}

.services-block-two .inner-box .text{
    position: relative;
    color: #555555;
    font-size: 14px;
    line-height: 1.9em;
}

.services-block-two .inner-box .text a{
	font-weight: 500;
    color: #05e249;
}


/** service-home-3 **/

.service-home-3{
	position: relative;
	padding: 150px 0px 110px 0px;
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 30px 31px 30px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.service-block-three .inner-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    background: #222;
    z-index: -1;
    /* transform: scale(1.0) rotateX(
45deg
); */
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-block-three .inner-box:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.service-block-three .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 101px;
	height: 84px;
	line-height: 84px;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
}

.service-block-three .inner-box .icon-box i{
	color: transparent;
    background: -webkit-linear-gradient(0deg, #ff5863 0%, #fc9049 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.service-block-three .inner-box .icon-box .shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101px;
	height: 84px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

.service-block-three .inner-box h4{
	margin-bottom: 10px;
	transition: all 500ms ease;
}

.service-block-three .inner-box p{
	position: relative;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover h4 a,
.service-block-three .inner-box:hover p{
	color: #ffffff;
}

.service-home-3 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 298px;
	height: 266px;
}

.service-home-4{
	position: relative;
	padding-top: 142px;
}

.service-home-4 .service-block-three .inner-box p{
	margin-bottom: 23px;
}

.service-home-4 .service-block-three .inner-box{
	padding: 59px 50px 60px 50px;
}

.service-home-4 .service-block-three .inner-box .icon-box{
	margin-bottom: 23px;
	width: 121px;
	height: 101px;
	line-height: 101px;
	font-size: 50px;
}

.service-home-4 .service-block-three .inner-box h4{
	margin-bottom: 16px;
}

.service-home-4 .service-block-three .inner-box .icon-box .shape{
	width: 121px;
	height: 101px;
}

.service-home-4 .service-block-three .inner-box .btn-style-five:hover:before{
	background: #ffffff;
}

.service-home-4 .service-block-three .inner-box .btn-style-five:hover{
	color: #ff5863 !important;
}