* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
body {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}
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 6 */
.service-6 .service {
  padding: 50px 10px;
  margin: 40px 0px;
   transition:all ease 0.5s;
  -webkit-transition:all ease 0.5s;
  background-color: rgba(34, 34, 34, 0.8);  /* box bg color*/
  text-align: center;
  position: relative;
  border: 2px solid #5da4da;
border-radius: 15px;
} 
.service-6 .service .icon-wrap i {
  color: #fff;
  font-size: 34px;
   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: #5da4da;
  border: 2px solid transparent
}
.service-6 .service h3 {
  text-transform: none;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
font-family: "Oswald", sans-serif;
font-weight: 400;
  font-size: 22px; /* Main Font Size*/
  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: none;
  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: #5da4da;
  border-top: 2px solid #5da4da;
}
.service-6 .service:hover .icon-wrap i {
  background: #fff;
  color: #5da4da;
  border: 2px solid #5da4da;
  line-height: 65px;
}
.service-6 .service:hover h3 {
  color: #5da4da;
}
.service-6 .service:hover h3:before {
  background: #5da4da;
  width: 70px;
}
.service-6 .service:hover h3:after {
  background: #5da4da;
  width: 90px;
}
.service-6 .service:hover p {
  color: #fff;
}
.service-6 .service:hover .link {
  background: #fff;
  color: #5da4da;
}
.service-6 .owl-theme .owl-dots {
  margin-top: -10px !important;
}
.service-6 .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius:0;
  border:1px solid #5da4da;
}
.service-6 .owl-theme .owl-dots .owl-dot.active span, .service-6 .owl-theme .owl-dots .owl-dot:hover span {
  background: #5da4da;
}
@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;
}
}
@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;
}
}