@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700&display=swap");
@import '../fonts/fontawesome/css/font-awesome.css';
@import '../css/flaticon.css';
@import '../css/icomoon.css';
@import '../css/ionicons.min.css';
@import '../css/open-iconic-bootstrap.min.css';
@import '../css/animate.css';
@import '../css/bootstrap/css/bootstrap.min.css';
@import '../css/aos.css';
@import '../css/owl.carousel.min.css';
@import '../css/owl.theme.default.min.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #121212;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #8c8c8c;
  position: relative;
}
body:after {
  position: fixed;
  top: -150px;
  right: -50px;
  bottom: 0;
  content: "";
  width: 400px;
  height: 600px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
body:before {
  position: fixed;
  top: 500px;
  left: -100px;
  bottom: 0;
  content: "";
  width: 400px;
  height: 400px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

a {
  transition: 0.3s all ease;
  color: #5dc1b9;
}
a:hover {
  text-decoration: none;
  color: #5dc1b9;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}

.flex-direction-columns{
  flex-direction: column;
}
.text-primary {
  color: #5dc1b9 !important;
}

.ptan-vh-100 {
  height: 100vh;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .ptan-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ptan-vh-75 {
  height: 75vh;
  min-height: 700px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .ptan-vh-75 {
    min-height: 700px;
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ptan-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .ptan-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.ptan-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .ptan-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.ptan-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}
.ptan-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #121212;
}

.bg-primary {
  background: #5dc1b9 !important;
}

.ptan-section .ptan-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #d4d4d4;
  font-weight: 300;
}
.ptan-section .ptan-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.ptan-section {
  padding: 7em 0;
}

.ptan-bg-dark {
  background: #3c312e;
}

.img,
.author-img,
.logo-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.KW_progressContainer {
  left: 0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #121212;
  content: "";
  display: table;
  table-layout: fixed;
  z-index: 999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: #5dc1b9;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#ptan-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ptan-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}

#ptan-loader.show {
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ptan-loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}

#ptan-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

header {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header {
    padding: 2em 0;
    position: absolute;
  }
}
header .ptan-header-nav {
  background: transparent !important;
}
header .ptan-header-nav .ptan-navbar-brand {
  float: left;
}
header .ptan-header-nav .ptan-navbar-brand .ptan-logo {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 5px;
  padding: 7px;
  display: block;
  text-align: center;
  position: relative;
  padding-left: 62px;
}
header .ptan-header-nav .ptan-navbar-brand .ptan-logo .logo-img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
header .ptan-header-nav .ptan-navbar-brand .ptan-logo:hover {
  text-decoration: none !important;
}
header .ptan-header-nav .ptan-navbar-brand .ptan-logo:active, header .ptan-header-nav .ptan-navbar-brand .ptan-logo:focus {
  outline: none;
  text-decoration: none;
}
header .ptan-header-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
}
header .ptan-header-nav ul li a {
  display: block;
  color: #fff !important;
  padding: 5px 0;
  border: 1px solid transparent;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
header .ptan-header-nav ul li a:hover, header .ptan-header-nav ul li a:active, header .ptan-header-nav ul li a:focus {
  outline: none;
  text-decoration: none;
  color: #5dc1b9 !important;
  animation: pulse 1s infinite;
  border-bottom: 1px solid rgba(93, 193, 185, 0.7);
  -webkit-animation: pulse 1s infinite;
}
header .menu-fixed {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  max-width: 100%;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: rgba(18, 18, 18, 0.89) !important;
}
@media screen and (max-width: 360px) {
  header .menu-fixed {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  transition: 0.7s;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ababab;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #5dc1b9;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel.home-slider {
  z-index: 0;
  position: relative;
}
.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 0);
  min-height: 700px;
  position: relative;
}
.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #5dc1b9;
  opacity: 0;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}
.owl-carousel.home-slider .slider-item .slider-text .bold-text {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700 !important;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.08);
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px !important;
  }
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.home-slider .slider-item .slider-text p a.scroll {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.owl-carousel.home-slider .slider-item .slider-text p strong {
  font-weight: 700;
}
.owl-carousel.home-slider .slider-item .slider-text p strong a {
  color: #fff;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
  color: #fff;
}
.owl-carousel.home-slider .slider-item .owl-nav .owl-prev span,
.owl-carousel.home-slider .slider-item .owl-nav .owl-next span {
  color: #fff;
}
.owl-carousel.home-slider .slider-item:hover .owl-nav .owl-prev,
.owl-carousel.home-slider .slider-item:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel.home-slider .slider-item:hover .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.home-slider .slider-item:hover .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.home-slider .slider-item .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.owl-carousel.home-slider .slider-item .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #f8f8f8;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  transition: 0.3s all ease;
  display: inline-block;
}
.owl-carousel.home-slider .slider-item .owl-dots .owl-dot span {
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 0%;
  top: 2px;
  display: block;
  transform: translate(-50%, -50%);
}
.owl-carousel.home-slider .slider-item .owl-dots .owl-dot.active {
  border: 2px solid white;
}
.owl-carousel.home-slider .slider-item .owl-dots .owl-dot.active span {
  background: white;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.about-section h2 {
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .about-section .author-img {
    display: block;
    height: 300px;
  }
}

.wrap {
  padding: 0;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .wrap {
    margin-top: 40px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .wrap .about-desc {
    position: relative;
  }
}
.wrap .about-desc .bold-text {
  position: absolute;
  top: -30px;
  left: -50px;
  right: 0;
  bottom: 0;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  font-size: 7em !important;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .wrap .about-desc .bold-text {
    font-size: 7em !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .wrap .about-desc .bold-text {
    display: none;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .wrap .about-desc .bold-text {
    display: none;
  }
}

.media-custom {
  background: #fff;
}
.media-custom .media-body .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #5dc1b9;
}
.media-custom .media-body .position {
  font-size: 13px;
  color: #ebebeb;
}

.about-author img {
  border-radius: 50%;
}
.media .ptan-icon {
  width: 100px;
}
.media .ptan-icon span {
  color: #5dc1b9;
}

.heading-section span {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.heading-section h2 {
  font-weight: 700;
  font-size: 40px;
}

.ptan-media {
  background: #fff;
  border-radius: 0px;
}
.ptan-media .heading {
  font-weight: normal;
}
.ptan-media.ptan-media-shadow {
  padding: 40px;
  background: #fff;
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  transition: 0.2s all ease;
  position: relative;
  top: 0;
}
.ptan-media.ptan-media-shadow:hover, .ptan-media.ptan-media-shadow:focus {
  top: -3px;
  box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}
.ptan-media .icon {
  font-size: 50px;
  display: block;
  color: #5dc1b9;
}
.ptan-media.text-center .ptan-icon {
  margin: 0 auto;
}

.ptan-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services {
  position: relative;
}
.services .icon span {
  position: relative;
  color: #5dc1b9;
  font-size: 40px;
  z-index: 0;
  line-height: 1.5;
}
.services .media-body .heading {
  font-size: 22px;
}

.progress-wrap {
  margin-bottom: 30px;
}
.progress-wrap h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.progress {
  height: 4px;
  box-shadow: none;
  background: #1f1f1f;
  overflow: visible;
  border-radius: 0%;
}

.progress-bar {
  background: #5dc1b9;
  box-shadow: none;
  line-height: 1.2;
  color: #121212;
  font-weight: 400;
  text-align: right;
  position: relative;
  overflow: visible;
  border-radius: 30%;
}
.progress-bar:after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #5dc1b9;
  border-radius: 50%;
}
.progress-bar span {
  position: absolute;
  top: -34px;
  right: 0;
  color: #6c757d;
}
.progress-bar.color-1 {
  background: #5dc1b9;
}
.progress-bar.color-1:after {
  background: #5dc1b9;
}

.block-20 {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  position: relative;
  display: block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
}
.blog-entry .text .heading {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
.blog-entry .text .heading a {
  color: #fff;
}
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
  color: #5dc1b9;
}
.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}
.blog-entry .meta > div a {
  font-size: 15px;
  color: #8c8c8c;
}
.block-6 {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}
.block-6 .icon span:before {
  font-size: 50px;
}
.block-6 .media-body p {
  font-size: 16px;
}

.block-18 .icon > span {
  font-size: 40px;
}
.block-18 .text strong {
  font-size: 30px;
}
.block-18 .text span {
  display: block;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}
.block-27 ul li a,
.block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #5dc1b9;
  color: #fff;
  border: 1px solid transparent;
}

.block-7 {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  background: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .block-7 {
    padding: 40px;
  }
}
.block-7 .heading {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.block-7 .heading-2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}
.block-7 .price sup {
  font-size: 20px;
  top: -2em;
}
.block-7 .price .number {
  font-size: 80px;
}
.block-7 .excerpt {
  margin-bottom: 20px;
  color: #b3b3b3;
}
.block-7 .label2 {
  text-transform: uppercase;
}
.block-7 .pricing-text {
  margin-bottom: 0;
}
.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text li {
  list-style: none;
  margin-bottom: 10px;
  color: #b3b3b3;
}
.block-7 .pricing-text li strong {
  color: #121212;
}

.block-7 {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
  background: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .block-7 {
    padding: 40px;
  }
}
.block-7 .heading {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.block-7 .heading-2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}
.block-7 .price sup {
  font-size: 20px;
  top: -2em;
}
.block-7 .price .number {
  font-size: 80px;
}
.block-7 .excerpt {
  margin-bottom: 20px;
  color: #b3b3b3;
}
.block-7 .label2 {
  text-transform: uppercase;
}
.block-7 .pricing-text {
  margin-bottom: 0;
}
.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text li {
  list-style: none;
  margin-bottom: 10px;
  color: #b3b3b3;
}
.block-7 .pricing-text li strong {
  color: #121212;
}

.block-8 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.block-8 .accordion-item .heading > a {
  padding-left: 35px;
  position: relative;
  color: #121212;
}
.block-8 .accordion-item .heading > a:before {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  top: 0.1em;
  left: 0;
}
.block-8 .accordion-item .heading > a[aria-expanded=true]:before {
  font-family: "icomoon";
  position: absolute;
  content: "";
  transition: 0.3s all ease;
  background: #5dc1b9;
  color: #fff;
  border: 1px solid #5dc1b9;
}
.block-8 .accordion-item .heading > a[aria-expanded=false]:before {
  content: "";
  color: #ccc;
  font-family: "icomoon";
  position: absolute;
  transition: 0.3s all ease;
}
.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
}

.block-4 .nonloop .owl-stage {
  padding-bottom: 2em;
}
.block-4 .nonloop .owl-item {
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
}
.block-4 .nonloop .owl-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -2px;
}
.block-4 .nonloop .owl-nav .owl-prev,
.block-4 .nonloop .owl-nav .owl-next {
  opacity: 0.2;
  transition: 0.3s all ease;
  position: absolute;
}
.block-4 .nonloop .owl-nav .owl-prev:hover,
.block-4 .nonloop .owl-nav .owl-next:hover {
  opacity: 1;
}
.block-4 .nonloop .owl-nav .owl-prev.disabled,
.block-4 .nonloop .owl-nav .owl-next.disabled {
  display: none;
}
.block-4 .nonloop .owl-nav .owl-prev span,
.block-4 .nonloop .owl-nav .owl-next span {
  font-size: 30px;
}
.block-4 .nonloop .owl-nav .owl-prev {
  left: 50px;
}
.block-4 .nonloop .owl-nav .owl-next {
  right: 50px;
}
.block-4 .nonloop .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.block-4 .nonloop .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}
.block-4 .nonloop .owl-dots .owl-dot.active {
  background: #5dc1b9;
}

.block-9 .form-control {
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-3 .image {
  width: 100%;
  padding: 10% 7%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .block-3 .image {
    width: 40%;
    padding: 10% 7%;
  }
}
.block-3 .image .icon {
  width: 100px;
  height: 100px;
  background: #5dc1b9;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.block-3 .image .icon span {
  color: #fff;
}
.block-3 .image:hover .icon {
  opacity: 1;
}
.block-3 .text {
  width: 100%;
  padding: 10% 7%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .block-3 .text {
    width: 60%;
    padding: 10% 7%;
  }
}
.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8c8c8c;
}
.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 30px;
}
.block-3 .text .heading a {
  color: #fff;
}
.block-3 .text p:last-child {
  margin-bottom: 0;
}
.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .block-3 .image {
    height: 300px;
  }
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.post-info > div {
  display: inline-block;
}
.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.ptan-footer {
  font-size: 16px;
  background: #121212;
  padding: 8em 0;
}
.ptan-footer .ptan-footer-logo {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ptan-footer .ptan-footer-widget h2,
.ptan-footer .ptan-footer-widget h4 {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.ptan-footer .ptan-footer-widget .email a {
  color: #fff;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .ptan-footer .ptan-footer-widget .email a {
    font-size: 20px !important;
  }
}
.ptan-footer .ptan-footer-widget h2 {
  font-weight: 700;
}
.ptan-footer p {
  color: rgba(255, 255, 255, 0.5);
}
.ptan-footer a {
  color: rgba(255, 255, 255, 0.5);
}
.ptan-footer a:hover {
  color: #fff;
}
.ptan-footer .ptan-heading {
  font-size: 24px;
}
.ptan-footer .ptan-heading-2 {
  font-size: 18px;
  font-weight: bold;
  color: #121212;
}

.ptan-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.ptan-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}
.ptan-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ptan-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #5dc1b9;
}

.contact-section .contact-info p a {
  color: #5dc1b9;
}


    @media (max-width: 991.98px) {
        .owl-carousel.home-slider .slider-item .slider-text h1 {
            font-size:25px;
        }
    }

    @media screen and (min-width:360px) {
        .ptan-footer .ptan-footer-widget .email a {
            font-size: 20px!important;
        }
    }

/*# sourceMappingURL=style.css.map */
