* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

h1,h2,h3,h4,h5,h6,p, span, ul, li, blockquote {
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
}
.img-responsive {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.service {
position:relative;
top:0;
left:0;}
/* service 1 */
.service-1 .service {
position:relative;
top:0;
left:0;

  padding: 0px;
  text-align: center;

  border-radius: 0px;
  transition:all ease-in 0.4s;
  -webkit-transition:all ease-in 0.4s;
  height:100%;
} 

.owl-carousel{padding:0 !important}

section#style1{width:1200px; margin:0 auto}

.service-1 .service i {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #f82e56;
  color: #fff;

  line-height: 60px;
  border-radius: 50%;
}
.service-1 .service h3 {
padding-top:40px;
  text-transform: uppercase;
  font-size:35px;
  color:#fff;
font-family: 'Julius Sans One',sans-serif;
font-weight:300;
}
.service a{width:100%;height:100%;display:block}
.service-1 .service p {
padding-top:15px;
  text-transform: uppercase;
    color:#fff;
	font-size:20px;
	font-family: 'Nanum Gothic';
	line-height:30px;

}



 .service:hover {

}
.service-1 .owl-theme .owl-dots {
  margin-top: 30px !important;
}
.service-1 .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 20px;
  height: 20px;
  border:1px solid #f82e56;
}
.service-1 .owl-theme .owl-dots .owl-dot.active span, .service-1 .owl-theme .owl-dots .owl-dot:hover span {
  background: #f82e56;
}
/* service 2 */
.service-2 .service {


   transition:all ease 0.4s;
  -webkit-transition:all ease 0.4s;
  
} 
.service-2 .service .icon-wrap {
  width: 60px;
  height: 60px;
  background: #022d52;
  color: #fff;
  line-height: 60px;
  text-align: center;
  position: relative;
  margin-left:10px;
  display: table-cell; 
  transition:all ease-in 0.4s;
  -webkit-transition:all ease-in 0.4s;
  margin-left: 10px;
}
.service-2 .service .icon-wrap:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border: 1px solid #022d52;
  top: -10px;
  left: -10px;
  transition:all ease-in 0.4s;
  -webkit-transition:all ease-in 0.4s;
}
.service-2 .service h3 {/*
  margin: 15px 0px;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #022d52;*/
}
.service-2 .service p {
  margin: 20px 0px;
  color: #022d52;
}
.service-2 .service .link {
  color: #022d52;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
}
/*
.service-2 .service:hover .icon-wrap {
  background: #f82e56;
} */
.service-2 .service:hover .icon-wrap:before {
  border: 1px solid #f82e56;
}
 .owl-theme .owl-nav [class*=owl-] {
     color: #fff;
    font-size: 1.5rem;

    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 120px;
    height: 50px;
    line-height: 25px;
  
    border-radius: 0;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;

opacity:0.85
}
 .owl-theme .owl-nav [class*=owl-]:hover {
  /*  background: #333;*/
    color: #fff;
    text-decoration: none;
	opacity:1
}
/* service 3 */
.service-3 .service {
  background: rgba(0,0,0,0.7);
  padding: 30px;
  margin: 20px 0px;
   transition:all ease 0.4s;
  -webkit-transition:all ease 0.4s;
  border: 1px solid #f82e56;
  
} 
.service-3 .service .icon-wrap {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 55px;
  text-align: center;
  position: relative;
  transition:all ease-in 0.4s;
  -webkit-transition:all ease-in 0.4s;
  border-radius: 50%;

}
.service-3 .service .icon-wrap i {
  color: #fff;
}
.service-3 .service h3 {
  margin: 15px 0px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}
.service-3 .service h3:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  background: #f82e56;
  width: 30px;
  height: 3px;
}
.service-3 .service p {
  margin: 20px 0px;
  color: #fff;
  font-weight: 300;
}
.service-3 .service .link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  font-weight: 300;
  padding: 10px 20px;
  border: 1px solid #f82e56;
  display: inline-block;
  margin-top: 5px;
  border-radius: 4px;
  background: #f82e56;
}
.service-3 .owl-theme .owl-nav [class*=owl-] {
    color: #f82e56;
    font-size: 2rem;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #f82e56;
    border-radius: 0;
    transition:all ease-in .3s;
  -webkit-transition: all ease-in .3s;
}
.service-3 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f82e56;
    color: #fff;
    text-decoration: none;
}
/* service 4 */
.service-4 .service {
  padding: 30px;
  margin: 20px 0px;
   transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  border: 5px solid #ececec;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 42px #ececec;
  background: #fff;
} 

.service-4 .service .icon-wrap i {
  color: #f82e56;
  font-size: 30px;
  line-height: 30px;
   width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
  border-radius: 50%;
  margin: 0 auto;
}
.service-4 .service h3 {
  margin: 20px 0px;
  text-transform: uppercase;
  color: #323232;
  position: relative;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 30px;
}
.service-4 .service h3:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  background: #f82e56;
  width: 30px;
  height: 3px;
  margin: 0 auto;
  right: 0;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
}
.service-4 .service p {
  margin: 30px 0px;
  color: #323232;
  font-weight: 300;
}
.service-4 .service .link {
  color: #f82e56;
  text-decoration: none;
  text-transform: uppercase;
}
.service-4 .service:hover {
  background: #f82e56;
  border-color: #fff;
}
.service-4 .service:hover .icon-wrap i {
  background: #fff;
  color: #f82e56;
}
.service-4 .service:hover h3 {
  color: #fff;
}
.service-4 .service:hover h3:before {
  background: #fff;
  width: 70px;
}
.service-4 .service:hover p {
  color: #fff;
}
.service-4 .service:hover .link {
  background: #fff;
  color: #f82e56;
  padding: 10px 20px;
  border-radius: 25px;
}
.service-4 .owl-theme .owl-nav [class*=owl-] {
    color: #f82e56;
    font-size: 2rem;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #f82e56;
    border-radius: 0;
    transition:all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  border-radius: 50%;
}
.service-4 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f82e56;
    color: #fff;
    text-decoration: none;
}
/* service 5 */
.service-5 .service {
  padding: 30px;
  margin: 20px 0px;
   transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
} 

.service-5 .service .icon-wrap i {
  color: #fff;
  font-size: 30px;
   width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  position: relative;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 30px;
  border: 2px dashed #fff;
}
.service-5 .service h3 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 30px;
}
.service-5 .service p {
  margin: 15px 0px 30px 0px;
  color: #fff;
  font-weight: 300;
}
.service-5 .service .link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
  padding: 10px 20px;
  border-radius: 25px;
  border: 2px solid #fff;
}

.service-5 .service:hover .icon-wrap i {
  background: #fff;
  color: #323232;
  border: 2px dashed #fff;
}
.service-5 .service:hover h3 {
  color: #fff;
}
.service-5 .service:hover h3:before {
  background: #fff;
  width: 70px;
}
.service-5 .service:hover p {
  color: #fff;
}
.service-5 .service:hover .link {
  background: #fff;
  color: #323232;
  padding: 10px 20px;
  border-radius: 25px;
}
.service-5 .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 2rem;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #fff;
    border-radius: 0;
    transition:all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  border-radius: 5px;
}
.service-5 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #323232;
    text-decoration: none;
}
/* service 6 */
.service-6 .service {
  padding: 60px 30px;
  margin: 50px 0px;
   transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  background: #222;
  text-align: center;
  position: relative;
  border: 2px solid #2ecc71;
} 
.service-6 .service .icon-wrap i {
  color: #fff;
  font-size: 30px;
   width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 30px;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2ecc71;
  border: 2px solid transparent
}
.service-6 .service h3 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 30px;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
}
.service-6 .service h3:before {
  background: #fff;
  width: 50px;
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
}
.service-6 .service h3:after {
  background: #fff;
  width: 70px;
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
}
.service-6 .service p {
  margin: 30px 0px 30px 0px;
  color: #fff;
  font-weight: 300;
}
.service-6 .service .link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition:all ease-in 0.5s;
  -webkit-transition:all ease-in 0.5s;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2ecc71;
  border-top: 2px solid #2ecc71;
}
.service-6 .service:hover .icon-wrap i {
  background: #fff;
  color: #2ecc71;
  border: 2px solid #2ecc71;
  line-height: 65px;
}
.service-6 .service:hover h3 {
  color: #2ecc71;
}
.service-6 .service:hover h3:before {
  background: #2ecc71;
  width: 70px;
}
.service-6 .service:hover h3:after {
  background: #2ecc71;
  width: 90px;
}
.service-6 .service:hover p {
  color: #fff;
}
.service-6 .service:hover .link {
  background: #fff;
  color: #2ecc71;
}
.service-6 .owl-theme .owl-dots {
  margin-top: 30px !important;
}
.service-6 .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius:0;
  border:1px solid #2ecc71;
}
.service-6 .owl-theme .owl-dots .owl-dot.active span, .service-6 .owl-theme .owl-dots .owl-dot:hover span {
  background: #2ecc71;
}
@media only screen and (max-width: 1024px) {
.service-4 .service {
  padding: 0;
}
}
@media only screen and (max-width: 840px) {
.service-4 .service {
  padding: 20px;
}
}
@media only screen and (max-width: 670px) {
.service-4 .service {
    padding: 0px;

}
section#style1{width:100%;padding:5px; margin:0 auto}
}
@media only screen and (max-width: 570px) {
.service-4 .service {
    padding: 120px;
}
}
@media only screen and (max-width: 480px) {
.service-4 .service {
    padding: 40px;
}
}
@media only screen and (max-width: 360px) {
.service-4 .service {
    padding: 0px;
}
}