/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 700; }
 
h5 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 700; }
  
h6 {
  font-family: "Montserrat", sans-serif;
  color: #414042;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #838383;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 60px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 50px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #0C7CA2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #2BC0C4;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #2BC0C4;
    margin-bottom: 20px; }
  .section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase; }
  .section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white .line {
    background-color: #ffffff; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }
  .section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #2BC0C4;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #2BC0C4; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f1f7f9; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color:rgba(0, 0, 0, 0.596) ;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #0C7CA2;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #2BC0C4;
    color: #ffffff; }

/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #2BC0C4;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #fff;
  border-radius: 5px;
  border: #01b0f8 2px solid;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .credit-btn:hover, .credit-btn:focus {
    font-size: 14px;
    font-weight: 700;
    background-color: #0C7CA2;
    color: #fff; }
  .credit-btn.btn-2 {
    background-color: #0C7CA2;
    color: #ffffff; }
    .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
      background-color: #2BC0C4;
      color: #ffffff; }
  .credit-btn.btn-3 {
    border: 2px solid #ff698d;
    background-color: #ff698d;
    color: #ffffff; }
	  .credit-btn.btn-3:hover, .credit-btn.btn-3:focus  {
		background-color: transparent;
		color: #ff698d;
		border: 2px solid #ff698d; }


/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    background-color: #ffffff; }
    .header-area .top-header-area .top-contact-info {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .top-contact-info a {
        display: inline-block;
        color: #838383;
        font-size: 14px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        font-weight: 600; }
        .header-area .top-header-area .top-contact-info a img {
          margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-contact-info a span {
            display: none; } }
        .header-area .top-header-area .top-contact-info a:first-child {
          margin-right: 30px; }
        .header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
          color: #0C7CA2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-contact-info a {
            font-size: 13px; } }
  .header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #2BC0C4; }
    .header-area .credit-main-menu::after {
      width: 50%;
      height: 100%;
      background-color: #0C7CA2;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: 1; }
    .header-area .credit-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .credit-main-menu .classy-navbar {
      height: 85px;
      padding: 0;
      background-color: #0C7CA2; }
      @media only screen and (max-width: 767px) {
        .header-area .credit-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 15px;
        padding: 0 15px;
        color: #ffffff; }
        .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
          color: #2BC0C4; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #0C7CA2; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #0C7CA2; } }
      .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #0C7CA2; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #0C7CA2; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
        color: #0C7CA2;
        font-size: 14px; }
      .header-area .credit-main-menu .classy-navbar .contact {
        position: relative;
        z-index: 1;
        padding-left: 50px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden; }
        .header-area .credit-main-menu .classy-navbar .contact::before {
          width: 100%;
          height: 200%;
          content: '';
          position: absolute;
          top: 42%;
          left: 0;
          z-index: -1;
          background-color: #2BC0C4;
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
        .header-area .credit-main-menu .classy-navbar .contact::after {
          width: 1000%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 62px;
          z-index: -1;
          background-color: #2BC0C4; }
        .header-area .credit-main-menu .classy-navbar .contact a {
          display: inline-block;
          font-size: 24px;
          color: #ffffff;
          font-weight: 700;
          line-height: 85px; }
          .header-area .credit-main-menu .classy-navbar .contact a:hover {
            color: #0C7CA2; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 14px;
              line-height: 70px; } }
  .header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3); }

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #d2d2d2;
      border-radius: 50%;
      margin: 0 6px; }
      .hero-area .owl-dots .owl-dot.active {
        background-color: #2BC0C4; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #0C7CA2;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 46px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 10px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      background-color: #2BC0C4;
      color: #ffffff; }
  .hero-area .owl-next {
    left: auto;
    right: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 10px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 400px; } }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 150%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #2BC0C4;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-slide .welcome-text h6 {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
    .single-slide .welcome-text h2 {
      font-size: 70px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text p {
      font-size: 16px;
      color: #ffffff; }

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slide-bg {
  0% {  -webkit-transform: scale(1);
    transform: scale(1);


     }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  
  } }
@keyframes slide-bg {
  0% {
    
    -webkit-transform: scale(1);
    transform: scale(1);
   }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); 
     } }
/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1; }
  .single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.8; }
  .single-features-area img {
    margin-bottom: 15px; }
  .single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features-area h5 {
        font-size: 15px;  } }
  .single-features-area:hover h5 {
    color: #2BC0C4; }

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1; }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #2BC0C4; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .special-feature-area .special-feature-content .feature-text {
      position: relative;
      z-index: 1;
      max-width: 555px;
      margin-left: auto;
      padding-right: 70px; }
      .special-feature-area .special-feature-content .feature-text h6 {
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 465px;
          padding-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 350px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px; } }
  .special-feature-area.style-2 .special-feature-content {
    background-color: #0C7CA2; }
    .special-feature-area.style-2 .special-feature-content .feature-text {
      margin-left: 0;
      margin-right: auto;
      padding-right: 0;
      padding-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 15px;
          padding-right: 15px; } }

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1; 
  padding-bottom: 0px; }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }
  .cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #2BC0C4; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .cta-area .cta-content h6 {
      color: #ffffff;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 1.8; }
    .cta-area .cta-content .single-skils-area .skills-text span {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
    .cta-area .cta-content .single-skils-area p {
      margin-bottom: 0;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 2px;
      color: #ffffff;
      text-transform: uppercase; }

.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #0C7CA2;
  padding-top: 50px; }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-2-area .cta-content .cta-text h4 {
          font-size: 18px; } }
    .cta-2-area .cta-content .cta-text p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px; }

.contact--area {
  position: relative;
  z-index: 1; }
  .contact--area .contact-content {
    padding: 55px 45px;
    background-color: #ffffff;
    border: 1px solid #afbace; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact--area .contact-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact--area .contact-content {
        padding: 20px; } }
    .contact--area .contact-content .single-contact-content {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      .contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0; }
      .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        text-align: center;
        margin-right: 15px;
        background-color: #2BC0C4; }
      .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
      .contact--area .contact-content .single-contact-content .text span {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #838383; }
  .contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #0C7CA2; }
    .contact--area.contact-page .contact-content h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 35px; }
    .contact--area.contact-page .contact-content .single-contact-content .text p,
    .contact--area.contact-page .contact-content .single-contact-content .text span {
      color: #ffffff; }


/*---------------------
  Contact Section
-----------------------*/

.leave-comment h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.leave-comment form input {
	font-size: 13px;
	color: #c4c4c4;
	width: 100%;
	height: 46px;
	border: 1px solid #2BC0C4;
	padding-left: 20px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 20px;
}

.leave-comment form input::-webkit-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form input::-moz-placeholder {
	color: #c4c4c4;
}

.leave-comment form input:-ms-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form input::-ms-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form input::placeholder {
	color: #c4c4c4;
}

.leave-comment form textarea {
	font-size: 13px;
	color: #c4c4c4;
	width: 100%;
	height: 100px;
	border: 1px solid #2BC0C4;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 14px;
	resize: none;
}

.leave-comment form textarea::-webkit-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form textarea::-moz-placeholder {
	color: #c4c4c4;
}

.leave-comment form textarea:-ms-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form textarea::-ms-input-placeholder {
	color: #c4c4c4;
}

.leave-comment form textarea::placeholder {
	color: #c4c4c4;
}

.leave-comment form button {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	border: none;
	padding: 14px 0 12px;
	background: #2BC0C4;
}

.contact-section {
	background: #ffffff;
}

.section-title.contact-title {
	text-align: left;
	margin-bottom: 35px;
}

.contact-widget .cw-text {
	overflow: hidden;
	margin-bottom: 35px;
}

.contact-widget .cw-text i {
	font-size: 30px;
	color: #ffffff;
	display: inline-block;
	height: 65px;
	width: 65px;
	background: #2BC0C4;
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.contact-widget .cw-text p {
	overflow: hidden;
	color: #343a40;
	margin-bottom: 0;
	padding-top: 10px;
}

.contact-widget .cw-text ul {
	overflow: hidden;
	padding-top: 20px;
}

.contact-widget .cw-text ul li {
	list-style: none;
	font-size: 14px;
	color: #343a40;
	margin-right: 25px;
	display: inline-block;
	position: relative;
}

.contact-widget .cw-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "|";
	color: #c4c4c4;
}

.contact-widget .cw-text ul li:last-child {
	margin-right: 0;
}

.contact-widget .cw-text ul li:last-child:after {
	display: none;
}

.contact-widget .cw-text.email p {
	padding-top: 20px;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.map {
	height: 550px;
	margin-top: 35px;
}

.map iframe {
	width: 100%;
}


/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #2BC0C4;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
  .elements-title h2 {
    font-size: 24px;
    margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0C7CA2;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px; }
  .single-service-area .text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px; }
  .single-service-area .text p {
    margin-bottom: 0; }
  .single-service-area:hover .icon, .single-service-area:focus .icon {
    background-color: #2BC0C4; }
  .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
    color: #2BC0C4; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-cool-fact .scf-icon i {
      color: #2BC0C4;
      font-size: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; }
        .single-cool-fact .scf-icon i {
          font-size: 40px; } }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1; }
  .single-cool-fact.white .scf-icon i,
  .single-cool-fact.white .scf-text h2,
  .single-cool-fact.white .scf-text p {
    color: #ffffff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    font-family: "Open Sans", sans-serif;
    background-color: #0C7CA2;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #2BC0C4;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 18px;
      color: #212121;
      font-weight: 600; }
  .single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    color: #212121;
    text-transform: uppercase; }

.credit-tabs-content {
  position: relative;
  z-index: 1; }
  .credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .credit-tabs-content .nav-tabs .nav-link {
      background-color: #f1f7f9;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #212121;
      margin: 0 2px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      .credit-tabs-content .nav-tabs .nav-link.active {
        background-color: #0C7CA2;
        color: #ffffff; }
  .credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .credit-tabs-content .credit-tab-text p {
      margin-bottom: 0; }
  .credit-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #0C7CA2;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff; }
  .single-icons span {
    display: block;
    color: #fff; }


/* testimonial section */
.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }
  
.services {
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991.98px) {
    .services {
      margin-bottom: 30px; } }
  .services .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(12, 124, 162, 1);
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services .icon span {
      color: #ffffff;
      font-size: 40px; }
  .services .text h3 {
    font-size: 18px;
    font-weight: 600; 
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	}

.services .text ul {
  margin-bottom:30px;
  color: #838383;
}
  .services:hover h3 {
    color: #2BC0C4; }
	
  .services:hover .icon {
    background: #2BC0C4; }

/* testimonials */
body {
  background: aliceblue;
}

.gtco-testimonials {
  padding-top: 40px;
  position: relative;
  margin-top: 0px;
  background: #2BC0C4;
}

.gtco-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .gtco-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 20px; }
  .gtco-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase; }
  .gtco-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .gtco-heading h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gtco-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .gtco-heading h2 {
        font-size: 24px; } }
  .gtco-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }
	
	
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #e74c3c;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
  padding-top: 10px;
}
.owl-carousel button.owl-dot {
  outline: 0;
}



/*-- pricing table  */
.pricing {
	padding-top: 40px;
	background: #f1f7f9;
}
.pricing-table {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding:40px 15px 50px;
  margin-bottom: 80px;
}

.pricing-table .icon-box{
	position:relative;
	margin-bottom:30px;
}

.pricing-table.featured .price p {
  color: #ff698d;
}

.pricing-table.featured .action-button .btn-main-rounded {
  background: #ff698d;
}

.pricing-table .title {
  margin-bottom: 10px;
}

.pricing-table .title h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-table .price {
  margin-bottom: 10px;
}

.pricing-table .price p {
  font-size: 36px;
  font-weight: bold;
  color: #7d71d3;
}

.pricing-table .price p span {
  font-size: 16px;
  font-weight: 400;
}

.pricing-table .action-button {
  margin-top: 30px;
}
.feature-list ul {
  font-size: 16px;
  position:relative;
  margin-bottom:30px;
  color: #838383;
}


/*---------------------
  Footer
-----------------------*/

.footer {
	background: #0C7CA2;
	padding-top: 60px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	color: #ffffff;
}

.footer__logo {
	margin-bottom: 25px;
}

.footer__logo a {
	display: inline-block;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget.footer__widget--social li a {
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.footer__widget.footer__widget--social li a:hover {
	color: #2BC0C4;
}

.footer__widget.footer__widget--services li {
	height: 30px;
}

.footer__widget.footer__widget--services li a {
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.footer__widget.footer__widget--services li a:hover {
	color: #2BC0C4;
}

.footer__widget.footer__widget--address p {
	margin-bottom: 10px;
}

.footer__widget.footer__widget--address li {
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
}

.footer__widget h5 {
	font-size: 20px;
	font-weight: 700;
	color: #A7A9AC;
	margin-bottom: 26px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;
}

.footer__widget ul li a i {
	margin-right: 6px;
}

.footer__widget p {
	color: #ffffff;
}

.footer__copyright {
	border-top: 1px solid rgba(112, 112, 112, 0.1);
	padding: 18px 0 15px;
	margin-top: 20px;
}

.footer__copyright a {
	color: #2BC0C4;
}

.footer__copyright a:hover {
	color: #e74c3c;
}

/* ====== The End ====== */
/*# sourceMappingURL=style.css.map */
