
/*** 

====================================================================
					Features Section
====================================================================

***/

.feature-section{
	position: relative;
	padding: 0 0 110px;
}

.feature-section.alternate{
	padding-top:120px;
}

.feature-section.alternate:before{
	display: none;
}

.feature-section.alternate .feature-block{
	margin-bottom: 22px;
}

.feature-section:before{
	position: absolute;
	right: 0;
	top: -280px;
	height:  1348px;
	width: 1032px;
	content: "";
	background-image: url(../images/icons/bg-1.png);
}

.feature-section .features{
	position: relative;
}

.feature-section .features:before{
	position: absolute;
	left: -60px;
	top: -40px;
	height: 490px;
	width: 290px;
	content: "";
	background-image: url(../images/icons/dots.png);
}

.feature-section .row{
	margin: 0 -11px;
}

.feature-block{
	position: relative;
	padding: 0 11px;
	margin-bottom: 40px;
}
.feature-block .inner-box {
    padding: 60px 40px;
    background-color: #ffffff;
    text-align: center;
    outline: 1px solid transparent;
    outline-offset: -1px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 15px 46px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    box-shadow: 0 15px 46px rgb(0 0 0 / 10%);
    z-index: -44;
}

.feature-block .inner-box:hover {
    /* outline-color: #f44438; */
    outline-offset: -6px;
}

.feature-block .icon-box{
	position: relative;
	top:0px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 70px;
	color: #f44438;
	margin: 0 auto 30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.feature-block .inner-box:hover .icon-box {
    /* -webkit-transform: scale(1.1) translateY(-4px); */
    -ms-transform: scale(1.1) translateY(-4px);
    -moz-transform: scale(1.1) translateY(-4px);
    /* transform: scale(1.1) translateY(-4px); */
}

.feature-block h3{
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	color: #202020;
	margin-bottom: 25px;
}

.feature-block h3 a{
	color: #202020;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h3 a:hover{
	color: #f44438;
}

.feature-block p{
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 30px;
}

.feature-block .read-more{
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #202020;
	font-weight: 500;
	text-transform: capitalize;
	border-bottom: 2px solid #a8a8a8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .read-more:hover{
	color: #f44438;
	border-color: #f44438;
}

/*=============================
	Feature Block Two
=============================*/

.feature-section-two{
	position: relative;
	padding: 120px 0 60px;
}

.feature-section-two .row{
	margin: 0 -15px;
}

.feature-block-two{
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.feature-block-two .inner-box{
	position: relative;
	background-color: #ffffff;
	min-height:410px;
	-webkit-box-shadow: 0 15px 46px rgba(0,0,0,.1);
	-moz-box-shadow: 0 15px 46px rgba(0,0,0,.1);
	-ms-box-shadow: 0 15px 46px rgba(0,0,0,.1);
	-o-box-shadow: 0 15px 46px rgba(0,0,0,.1);
	box-shadow: 0 15px 46px rgba(0,0,0,.1);
}

.feature-block-two .image-box{
	position: relative;
	float: right;
	z-index: 9;
}

.feature-block-two .image-box img{
	position: relative;
	display:block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-block-two:hover .image-box img{
	opacity:0.70;	
}

.feature-block-two .content-box{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 30px;
	padding-right: 275px;
	padding-top: 65px;
}

.feature-block-two .icon-box{
	position: relative;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 70px;
	color: #f44438;
	margin: 0 0 25px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
	-webkit-transform: scale(1.1) translateY(-5px);
	-ms-transform: scale(1.1) translateY(-5px);
	transform: scale(1.1) translateY(-5px);
}

.feature-block-two h3{
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	color: #202020;
	margin-bottom: 20px;
}

.feature-block-two h3 a{
	color: #202020;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h3 a:hover{
	color: #f44438;
}

.feature-block-two p{
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.feature-block-two .read-more{
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	color: #202020;
	font-weight: 500;
	text-transform: capitalize;
	border-bottom: 2px solid #a8a8a8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .read-more:hover{
	color: #f44438;
	border-color: #f44438;
}

.features .feature-block .icon-box:before {
    position: absolute;
    content: '';
    left: 51px;
    top: 0px;
    width: 61px;
    height: 72px;
    background: url(../images/icons/shapes/about-icon-1.png) no-repeat;
    z-index: -1;
    transition: all 500ms ease;
}
.feature-block .inner-box:hover {
    box-shadow: 0 15px 46px rgb(0 0 0 / 39%);
    transition: all 0.5s ease 0s;
}
.features .feature-block:nth-child(2) .icon-box:before{
	background:url(../images/icons/shapes/about-icon-2.png) no-repeat;
}

.features .feature-block:nth-child(3) .icon-box:before{
	background:url(../images/icons/shapes/about-icon-3.png) no-repeat;
}
.features .feature-block:nth-child(4) .icon-box:before{
	background:url(../images/icons/shapes/about-icon-7.png) no-repeat;
}
.features .feature-block:nth-child(5) .icon-box:before{
	background:url(../images/icons/shapes/about-icon-8.png) no-repeat;
}
.features .feature-block:nth-child(6) .icon-box:before{
	background:url(../images/icons/shapes/about-icon-9.png) no-repeat;
}

.features .feature-block:hover .icon-box:before {
    position: absolute;
    content: '';
    left: 51px;
    top: 0px;
    width: 61px;
    height: 72px;
    background: url(../images/icons/shapes/about-icon-0.png) no-repeat;
    z-index: -1;
    transition: all 500ms ease;
}


.feature-block:nth-child(2) .tr .icon-three{
    position: absolute;
    top: 403px;
    left: -3%;
    width: 59px;
    height: 59px;
    opacity: 0.5;
    display: inline-block;
    background: url(../images/icons/shapes/icon-7.png) no-repeat;
}
.feature-block:nth-child(3) .tr .icon-three{
	position:absolute;
	top: 200px;
	left: -2%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-13.png) no-repeat;
}
.feature-block:nth-child(4) .tr .icon-three{
	position:absolute;
	top: 200px;
	left:15%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-16.png) no-repeat;
}
.feature-block:nth-child(5) .tr .icon-three{
	position:absolute;
	top: 200px;
	left:15%;
	width:59px;
	height:59px;
	opacity:0.5;
	display:inline-block;
	background:url(../images/icons/shapes/icon-49.png) no-repeat;
}
.feature-block:nth-child(6) .tr .icon-three{
    position: absolute;
        top: 416px;
    left: 79%;
    width: 59px;
    height: 59px;
    opacity: 0.5;
    display: inline-block;
    background: url(../images/icons/shapes/icon-2.png) no-repeat;
}


/** feature-ex-section **/

.feature-ex-section{
	position: relative;
	padding: 150px 0px;
}

.feature-ex-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
	text-align: center;
	padding: 46px 30px 43px 30px;
	margin-bottom: 30px;
	z-index: 1;
}

.feature-ex-block:last-child .inner-box{
  margin-bottom: 0px;
}

.feature-ex-block .inner-box:before{
	position: absolute;
	content: '';
	background: #6b3ba9;
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.feature-ex-block .inner-box:hover:before{
	height: 100%;
}

.feature-ex-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	background: #feeceb;
	font-size: 55px;
	color: #f44438;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 22px;
	transition: all 500ms ease;
}

.feature-ex-block .inner-box:hover .icon-box{
	transform: scale(0.95);
}

.feature-ex-block .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #222;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.feature-ex-block .inner-box:hover h4{
	color: #ffffff;
}

.feature-ex-block .inner-box p{
	font-size: 15px;
	line-height: 26px;
	color: #808080;
	transition: all 500ms ease;
}

.feature-ex-block .inner-box:hover p{
	color: #ffffff;
}

.feature-ex-section .row{
	display: flex;
	align-items: center;
}


/** feature-ex-section-two **/

.feature-ex-section-two{
  position: relative;
  padding: 103px 0px 150px 0px;
}

.feature-ex-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 47px 30px 50px 50px;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
  z-index: 1;
}

.feature-ex-block-two .inner-box:before{
  position: absolute;
  content: '';
  background-color: #6b3ba9;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-ex-block-two .inner-box:hover:before{
  height: 100%;
}

.feature-ex-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #f44438;
  margin-bottom: 22px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-ex-block-two .inner-box:hover .icon-box{
  color: #ffffff !important;
}

.feature-ex-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #feeceb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -19px;
  right: -24px;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.feature-ex-block-two .inner-box:hover .icon-box:before{
  background-color: rgba(255,255,255,0.1);
}

.feature-ex-block-two .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #3c4858;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.feature-ex-block-two .inner-box:hover h4,
.feature-ex-block-two .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-ex-block-two .inner-box h4 a{
  display: inline-block;
  color: #3c4858;
  transition: all 500ms ease;
}

.feature-ex-block-two .inner-box h4 a:hover{
  text-decoration: underline;
}

.feature-ex-block-two .inner-box p{
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  transition: all 500ms ease;
}

.feature-ex-block-two .inner-box:hover p{
  color: rgba(255,255,255,0.6);
}

.feature-ex-section-two .new-sec-title{
  margin-bottom: 50px;
}