
/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding-bottom: 60px;
}

.services-section .inner-container{
	position: relative;
	margin-top: -50px;
	z-index: 10;
}

.services-block{
	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;
}

.services-block .inner-box{
	position: relative;
	display:block;
	padding: 50px 45px 5px;
	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;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-block .inner-box:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	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: #ffffff;
}

.services-block:hover .inner-box:before{
	bottom:-40px;
	background: #443986;	
}

.services-block.alternate:hover .inner-box:before{
	background: var(--theme-color);	
}

.services-block:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.services-block .inner-box h3{
	position: relative;
	color:#222222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 28px;
}

.services-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;
}

.services-block .inner-box .icon-box{
	position: relative;
	font-size: 82px;
	line-height: 1em;
	color:var(--theme-color);
	margin-bottom: 25px;
	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;
}

.services-block .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom:25px;
	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;
}

.services-block .inner-box:hover .text{
	
}

.services-block .inner-box .more-link{
	position:relative;
	display:block;
	margin-right:-45px;
	overflow:hidden;	
}

.services-block .inner-box .read-more{
	position: relative;
	color:var(--theme-color);
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 25px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	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;
}

.services-block .inner-box .read-more .fa{
	padding-right:5px;	
}

.services-block .inner-box .read-more:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 11px;
	width: 300%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,255,255,0.50);
}

.services-block .inner-box:hover .read-more{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover .read-more:after{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover{
	background-color: #443986;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color:#ffffff !important;
}

.services-block.alternate .inner-box .icon-box{
	color:#443986;
}

.services-block.alternate .inner-box:hover{
	background-color:var(--theme-color);
}

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box{
	color:#ffffff !important;
}


/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
}

.services-section-two .owl-dots,
.services-section-two .owl-nav{
	display:none;
}

.services-block-two{
	position: relative;
}

.services-block-two .inner-box{
	position: relative;
	display:block;
}

.services-block-two .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.services-block-two .inner-box .overlay-box{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
	padding:70px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color: rgba(34,34,34,0.90);
}

.services-block-two.pink .inner-box .overlay-box{
	background-color: rgba(238,45,80,0.90);
}

.services-block-two.blue .inner-box .overlay-box{
	background-color: rgba(68,57,134,0.90);
}

.services-block-two .inner-box .overlay-box .overlay-inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: block;
    vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .icon-box{
	position: relative;
	color:#ffffff;
	font-size: 70px;
	line-height: 1em;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.services-block-two .inner-box .overlay-box .icon-box:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom:0px;
	width:70px;
	height: 1px;
	margin-left: -35px;
	background-color: rgba(255,255,255,0.15);
}

.services-block-two .inner-box .overlay-box h3{
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color:#ffffff;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.services-block-two .inner-box .overlay-box h3 a{
	position: relative;
	color:#ffffff;
}

.services-block-two .inner-box .overlay-box .text{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.services-block-two .inner-box .overlay-box .read-more{
	position: relative;
	color:#ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.services-block-two .inner-box .overlay-box .read-more .fa{
	position: relative;
	margin-right: 4px;
	font-weight: 600;
}


/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding: 130px 0px 100px;
}

.services-section-three:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 80px;
	right: 0px;
	bottom: 80px;
	background: url(../images/background/pattern-2.png) no-repeat;
}


/*Services Block Three*/

.services-block-three{
	position: relative;
	margin-bottom: 30px;
}

.services-block-three .inner-box{
	position: relative;
	overflow: hidden;
	padding: 56px 45px 55px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}

.services-block-three .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#443986;
	-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-three .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#443986;
	-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-three .inner-box:hover .left-layer:before,
.services-block-three .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block-three .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#443986;
	-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-three .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#443986;
	-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-three .inner-box:hover .right-layer:before,
.services-block-three .inner-box:hover .right-layer:after{
	height:100%;
}

.services-block-three .inner-box .icon-box{
	position: relative;
	color:#443986;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 20px;
	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;
}

.services-block-three .inner-box:hover .icon-box,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover h3 a{
	color:#ffffff;
}

.services-block-three .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.services-block-three .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;
}

.services-block-three .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 35px;
	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;
}

.services-block-three .inner-box .read-more{
	position: relative;
    color: var(--theme-color);
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    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;
}

.services-block-three .inner-box .read-more .fa{
	position:relative;
	margin-right: 3px;
}

.services-block-three .inner-box .read-more:after{
	position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color: rgba(255,255,255,0.20);
}

.services-block-three .inner-box:hover .read-more:after{
	opacity: 1;
	width: 300%;
	visibility: visible;
	background-color: rgba(255,255,255,0.20);
}


/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position: relative;
	padding: 105px 0px 40px;
}

.services-block-four{
	position: relative;
	margin-bottom: 30px;
}

.services-block-four .inner-box{
	position: relative;
	text-align: center;
	padding: 40px 30px;
	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-block-four .inner-box:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: var(--theme-color);
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:after{
	position:absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: var(--theme-color);
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.services-block-four .inner-box:hover::before,
.services-block-four .inner-box:hover::after{
	width:100%;
}

.services-block-four .inner-box .icon-box{
	position: relative;
	color: #443986;
	font-size: 65px;
	line-height: 1em;
	margin-bottom: 18px;
}

.services-block-four .inner-box h3{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.services-block-four .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;
}

.services-block-four .inner-box .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
}

.services-block-four .inner-box h3 a:hover{
	color:var(--theme-color);
}


/* Services section */

.services__section {
    position: relative;
    padding: 210px 0 250px;
    overflow: hidden;
}

.services__section .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center top;
}

.services__section .shape-two {
    position: absolute;
    top: -130px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 110px solid #fff;
}

.services__section .shape-three {
    position: absolute;
    bottom: 100px;
    left: 50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #fff;
}

.services__section .shape-four {
    position: absolute;
    left: 265px;
    bottom: 70px;
}

.service__block {
    position: relative;
}

.service__block .inner-box {
    background: #fff;
    position: relative;
    padding: 40px;
    box-shadow: 0px 20px 40px 0px rgba(0, 28, 64, 0.1);
    margin-bottom: 30px;
}

.service__block .icon {
    position: relative;
    margin-bottom: 20px;
}

.service__block .icon> img {
    position: relative;
    z-index: 9;
    transition: .7s;
}

.service__block .inner-box:hover .icon> img{
    transform: rotateY(360deg);
}

.service__block h4 {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 28px;
}

.service__block h4 a {
    color: #443986;
    transition: .5s;
}

.service__block h4 a:hover {
    color: var(--theme-color);
}

.service__block .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}


.service__block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.service__block .image:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.service__block .content__text {
    margin-bottom: 25px;
}


/* Services section two  */

.services__section2 {
    position: relative;
    padding: 150px 0 150px;
    overflow: hidden;
}

.service__block2 {
    position: relative;
}

.service__block2 .inner-box {
    background: #fff;
    position: relative;
    padding: 65px 40px;
    box-shadow: 0px 20px 40px 0px rgba(0, 28, 64, 0.1);
    margin-bottom: 30px;
    transition: .5s;
    overflow: hidden;
}

.service__block2 .inner-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #443986;
    transition: .7s;
    transform-origin: top;
    transform: scaleY(0);
}

.service__block2 .inner-box:hover:before {
    transform: scaleY(1);
}

.service__block2 .icon {
    margin-bottom: 24px;
    position: relative;
    line-height: 57px; 
}

.service__block2 .icon img {
    transition: .5s;
}

.service__block2 .inner-box:hover .icon img {
    opacity: 0;
}

.service__block2 .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .9s;
    opacity: 0;
}

.service__block2 .inner-box .hover-icon img {
    opacity: 1 !important;
}

.service__block2 .inner-box:hover .hover-icon {
    opacity: 1;
}

.service__block2 h4 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 28px;
}

.service__block2 h4 a {
    color: #443986;
    transition: .5s;
}

.service__block2 .inner-box:hover h4 a {
    color: #fff;
}

.service__block2 h4 a:hover {
    color: var(--theme-color);
}

.service__block2 .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.service__block2 .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.service__block2 .image:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.service__block2 .content__text {
    margin-bottom: 25px;
    transition: .5s;
}

.service__block2 .inner-box:hover .content__text {
    color: #fff;
}

.service__block2 .shape {
    position: absolute;
    top: -20%;
    right: -40%;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    border: 70px solid rgb(255 255 255 / 5%);
    transition: 1s;
    opacity: 0;
    transform: translateX(100px) scale(.7);
}

.service__block2 .inner-box:hover .shape {
    right: -40%;
    opacity: 1;
    transform: translateX(0) scale(1);
}

.service__block2 .shape-two {
    position: absolute;
    right: -20px;
    bottom: -60px;
    z-index: 11;
    transition: .5s;
    transition-delay: .5s;
}

.service__block2 .inner-box:hover .shape-two {
    bottom: -20px;
}

.service__block2 .btn-style-seven {
    background: #fff;
}

.service__block2 .btn-style-seven:before {
    background: var(--theme-color);
}

.service__block2 .btn-style-seven:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}


/* services__section3 */

.services__section3 {
    position: relative;
    padding: 150px 0 0;
}

.services__section3:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 215px;
    left: 0;
    background-color: #f6f6f5;
}

.service__block3 {
    position: relative;
}

.service__block3 .inner-box {
    background: #fff;
    position: relative;
    padding: 40px;
    box-shadow: 0px 20px 40px 0px rgba(0, 28, 64, 0.1);
    margin-bottom: 30px;
}

.service__block3 .icon {
    margin-bottom: 22px;
    position: relative;
    margin-top: 32px;
}

.service__block3 .icon> img {
    position: relative;
    z-index: 9;
    transition: .7s;
}

.service__block3 .inner-box:hover .icon> img{
    transform: rotateY(360deg);
}

.service__block3 .shape {
    position: absolute;
    top: -30px;
    left: 21px;
}

.service__block3 h4 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 28px;
}

.service__block3 h4 a {
    color: #443986;
    transition: .5s;
}

.service__block3 h4 a:hover {
    color: var(--theme-color);
}

.service__block3 .content__text {
    position: relative;
}


/* Services section style two */

.services__section.style__two {
    position: relative;
    background-color: #f6f6f5;
    padding: 150px 0;
}