
/*
=======================================
  17. Service styles 
=======================================
*/




.service{
  padding: 90px 0 60px;
  background-size: cover;
}

.service.style-2{
  position: relative;
  background-color: #f7f7f7;
}

.service-item{
  padding: 35px 20px 25px;
  border: 1px solid #00000014;
  text-align: center;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #fff;
  margin-bottom: 30px;
}

.service-item:hover{
  border-color: #ffffff;
  background: #ea0918;
}

.service-item .service-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  color: #ea0918;
  margin: 0 auto 15px;
  position: relative;
}

.service-item .service-icon i:before{
  margin: 0;
  transform: scale(1);
  text-align: center;
  font-size: 36px;
  line-height: 80px;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service-item:hover .service-icon i:before{
  transform: scale(1.15);
  color: #ffffff;
}

.service-item .title a{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service-item:hover .title a{
  color: #ffffff;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service-item .title:after{
  content: "";
  width: 25%;
  border-top: 2px solid #ea0918;
  display: block;
  margin: 15px auto;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.service-item:hover .title:after{
  width: 80%;
  border-color: #fff;
}

.service-item .text{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
}

.service-item:hover .text{
  color: #ffffff;
}


.service-2{
  position: relative;
  background-size: cover;
  padding: 90px 0 60px;
}

.servicebox-2{
  color: #606060;
  position: relative;
  margin-bottom: 30px;
}

.servicebox-2 .service-content{
  text-align: center;
  border-radius: 25px;
  position: relative;
  border: 1px solid #08000114;
  background: #fff;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  padding: 40px 16px 15px;
}

.servicebox-2 .service-content:hover{
  box-shadow: 0 0 20px -5px #000000ad;
}

.servicebox-2 .service-icon{
  line-height: 126px;
  width: 126px;
  height: 126px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: block;
  border: 1px solid #00a0e3;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.servicebox-2:hover .service-icon{ 
  box-shadow: 0 0 25px -5px #707070; 
}

.servicebox-2 .service-icon i:before,
.servicebox-2 .service-icon span:before{
  color: #ea0918;
  font-size: 60px;
  width:100%;
  height:100%;
  position:absolute;
  margin:0;
  top:0;
  left:0;
  z-index: -1;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.servicebox-2 .service-icon i:before{
  color: #fff;
  background: #ea0918;
  border-radius: 50%;
  top: 100%;
  left: 0;
}
.servicebox-2:hover .service-icon span:before{
 top: -100%; 
}

.servicebox-2:hover .service-icon i:before{
 top: 0; 
}

.servicebox-2 .title a{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}
.servicebox-2 .title a:hover{
  color: #ea0918;
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.servicebox-2 .text{
  color: #848484;
}




.service-icon img
{
	width: 60px;
}

.service-hm
{
	background: #f3f3f3;
}



.para-image-1 {
    width: 400px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.logo-portfolio-thumb
{
	margin-bottom: 30px;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
	padding: 40px 0px;
	    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.logo-portfolio-thumb:hover
{
      box-shadow: 0 0 20px -5px #000000ad;
          transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}




.jkl-banner
{
	position: relative;
}
.jkl-banner .owl-nav
{
	position: absolute;
	top: 47%;
	width: 100%;
}
.jkl-banner .owl-nav .owl-prev
{
	position: absolute;
	left: 0px;
	background: #FFF;
	font-size: 30px;
	padding: 10px 15px;
}
.jkl-banner .owl-nav .owl-next
{
	position: absolute;
	right: 0px;
	background: #FFF;
	font-size: 30px;
	padding: 10px 15px;
}

.alert-msg.alert {
  margin-top: 20px;
}