 
/*
================================
Import CSS and Google Fonts
================================
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700");
/*


================================
Global Styles
================================
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #464646;
	overflow: hidden;
	line-height: 22px;
	overflow-x: hidden;
	background-color: transparent;
}

p {
  color: #2a2a2a; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.ttu {
  text-transform: uppercase; }

.ttl {
  text-transform: lowercase; }

.ttn {
  text-transform: normal; }

a {
  text-decoration: none !important;
  cursor: pointer; }

a:link,
a:visited {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s; }

:active,
:hover,
:focus,
:visited {
  text-decoration: none;
  outline: none !important; }

input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif; }

.page-wrapper {
  width: 100%;
  height: auto;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #353535; }

.sep {
  position: relative;
  left: 0;
  right: 0;
  width: 30px;
  height: 1.5px;
  background: #353535;
  display: block;
  margin: 20px auto;
  text-align: center; }
  .sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0; }
  .sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0; }

.sep-white {
  background: #fff; }
  .sep-white:before {
    background: #fff; }
  .sep-white:after {
    background: #fff; }

.gap-small {
  width: 100%;
  height: 20px;
  clear: both; }

img {
  border: 0;
  outline: none; }

.img-fullwidth {
  width: 100%; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.bg-white {
  background: #fff !important; }

.bg-black4 {
  background: #f1f1f1 !important; }

.heading-normal {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden; }
  .heading-normal h2 {
    font-family: "Poppins", serif;
    color: #34d9ff;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 600; }
  .heading-normal p {
    color: #2a2a2a;
    font-size: 14px; }


/*
================================
Top Bar
================================
*/
.top-bar {
  background: #00ACEA;
  padding: 5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .top-bar .top-contact {
    float: left;
    line-height: 30px; }
    .top-bar .top-contact .list {
      float: left;
      color: #ffffff;
      margin-right: 20px; }
      .top-bar .top-contact .list a {
        color: #ffffff; }
      .top-bar .top-contact .list i {
        margin-right: 5px; }
  .top-bar .top-social {
    float: right; }
    .top-bar .top-social ul {
      float: right;
      margin-bottom: 0; }
      .top-bar .top-social ul li {
        list-style-type: none;
        float: left;
        margin-right: 10px; }
        .top-bar .top-social ul li a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          display: block;
          text-align: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          font-size: 16px; }
          .top-bar .top-social ul li a:hover {
            background: #333; }

/*
================================
Header
================================
*/
header {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999; }
  header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s; }
    header .logo img {
      max-height: 66px;
      margin: 18px 0 10px; }
  header .nav-wrapper {
    float: right; }
    header .nav-wrapper ul {
      float: right; }

/*
================================
Sticky Header
================================
*/
header.sticky {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 10000;
  border-bottom: 1px solid #00ACEA; }
  header.sticky .logo img {
    height: 40px;
    margin-top: 10px; }
  header.sticky .sf-menu .menu-description {
    display: none; }
  header.sticky .sf-menu li a {
    padding: 10px 18px; }
  header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px; }
  header.sticky .sf-menu > li {
    margin-top: 10px; }
  header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px; }

/*
================================
Dropdown Main Menu
================================
*/
.sf-menu {
  margin-bottom: 0; }
  .sf-menu ul {
    box-shadow: none;
    border-top: 0; }
  .sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal; }
  .sf-menu li {
    text-transform: none;
    background: none; }
    .sf-menu li li {
      min-width: 170px;
      height: auto;
      line-height: 30px;
      background: #00ACEA;
      color: #fff;
      margin-right: 0;
      border-bottom: 1px solid #f2f3f3;
      -webkit-transition: height 200ms ease-in;
      -moz-transition: height 200ms ease-in;
      -o-transition: height 200ms ease-in;
      transition: height 200ms ease-in; }
      .sf-menu li li:last-child {
        border-bottom: 0; }
      .sf-menu li li:hover {
        background: #f2f3f3; }
        .sf-menu li li:hover > ul {
          -moz-animation: slideInRight 0.3s ease;
          -webkit-animation: slideInRight 0.3s ease;
          animation: slideInRight 0.3s ease; }
        .sf-menu li li:hover a {
          padding-left: 25px;
          font-weight: normal; }
        .sf-menu li li:hover li a {
          padding-left: 15px; }
      .sf-menu li li a {
        font-weight: normal !important;
        font-size: 13px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 0;
        padding-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px; }
      .sf-menu li li li {
        background: #00ACEA;
        border-left: 1px solid #f2f3f3;
        margin-left: -1px; }
        .sf-menu li li li a {
          color: #2a2a2a; }
          .sf-menu li li li a:hover {
            color: #2a2a2a;
            padding-left: 25px; }
    .sf-menu li a {
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      color: #fff;
      border: 0;
      font-size: 16px;
      font-weight: 400;
      padding: 10px 21px;
      text-transform: none; }
    .sf-menu li:hover {
      background: none; }
      .sf-menu li:hover > ul {
        display: block;
        -moz-animation: zoomIn 0.3s ease;
        -webkit-animation: zoomIn 0.3s ease;
        animation: zoomIn 0.3s ease; }
      .sf-menu li:hover a {
        color: #00ACEA; }
      .sf-menu li:hover li a {
        color: #000; }
      .sf-menu li:hover li:hover {
        color: #fff; }
  .sf-menu li.sfHover {
    background: none;
    font-weight: bold; }
  .sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase; }
    .sf-menu > li > a {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      color: #00ACEA; }

.sf-menu > li {
  margin-top: 0;
  height: 100px;
  line-height: 80px; }

.sf-menu li:hover li a {
  background: #00ACEA;
  color: #fff; }

.sf-menu li:hover li:hover a {
  background: #fff;
  color: #00ACEA; }

.sf-menu li:hover li:hover li a {
  background: #00ACEA;
  color: #fff; }

.sf-menu li:hover li:hover li:hover a {
  background: #fff;
  color: #00ACEA; }

/*
================================
Slicknav and Responsive
================================
*/
@media screen and (max-width: 991px) {
  #menu {
    display: none; }
  .slicknav_menu {
    display: block; }
  header.sticky .logo {
    z-index: 99999; }
  body.sticky .slicknav_menu {
    z-index: 99999;
    position: fixed;
    width: 100%; }
  body.sticky header {
    margin-top: 54px; }
  body.sticky .slide-carousel {
    margin-top: 124px; }
  .slide-carousel .item .text {
    padding-top: 25% !important; }
  .featured-box .item {
    margin-bottom: 25px; } }

@media screen and (min-width: 992px) {
  .slicknav_menu {
    display: none; }
  #menu {
    display: block; } }

.slicknav_menu .slicknav_menutxt {
  text-indent: -9999px; }

.slicknav_menu .slicknav_icon {
  margin-left: 0; }

@media screen and (max-width: 599px) {
  .top-bar {
    text-align: center; }
  .top-bar .top-contact {
    float: none;
    width: 100%;
    display: inline-block; }
  .top-bar .top-contact .list {
    width: 100%;
    float: none; }
  .top-bar .top-social {
    float: none;
    width: 100%;
    display: inline-block; }
  .top-bar .top-social ul {
    float: none;
    width: 100%;
    text-align: center; }
  .top-bar .top-social ul li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 0; } }

/*
================================
Slider
================================
*/
.slide-single {
  width: 100%;
  height: 580px;
  background-image: url(../images/home-page.jpeg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  .slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8; }
  .slide-single .text {
	padding-top: 15%;
	text-align: left;
	position: relative;
	z-index: 99;
	margin-left: 3%;
	text-shadow: 0px 0px;
}
  .slide-single .text-page {
    padding-top: 12%; }
  .slide-single h2 {
    font-family: "Poppins", serif;
    font-size: 40px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px; }
  .slide-single h3 {
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px; }
  .slide-single p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 1.5%; }
    .slide-single p a {
	background: #00ACEA;
	border: 2px solid #00ACEA;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
}
      .slide-single p a:hover {
        background: transparent;
        border-color: #333;
        color: #333; }
  .slide-single:hover p {
    background: transparent; }

.slide-carousel {
  overflow: hidden;
  position: relative;
  margin-bottom: -10px;
  position: relative; }
  .slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.6; }
  .slide-carousel .item {
    height: 580px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
    .slide-carousel .item .photo {
      width: 100%;
      height: 100%; }
    .slide-carousel .item .text {
      padding-top: 15%;
      text-align: center;
      position: relative;
      z-index: 99; }
      .slide-carousel .item .text h2 {
        font-family: "Poppins", serif;
        text-transform: none;
        font-weight: 600;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .slide-carousel .item .text h3 {
        font-family: "Poppins", serif;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        line-height: 32px;
        text-transform: none; }
      .slide-carousel .item .text p {
        font-family: "Poppins", sans-serif;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-delay: .8s;
        animation-delay: .8s; }
    .slide-carousel .item h2 {
      font-family: "Poppins", serif;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px;
      display: inline-block;
      padding: 10px 20px; }
    .slide-carousel .item h3 {
      font-family: "Poppins", serif;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      margin-bottom: 5px;
      display: inline-block;
      padding: 10px 20px; }
    .slide-carousel .item p {
      font-family: "Poppins", serif;
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      margin-top: 20px;
      text-transform: uppercase; }
      .slide-carousel .item p a {
        border: 2px solid #00ACEA;
        padding: 10px 20px;
        background: #00ACEA;
        color: #fff; }
        .slide-carousel .item p a:hover {
          background: transparent;
          color: #fff;
          border-color: #fff; }
          .slide-carousel .item p a:hover p {
            background: transparent; }
  .slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0; }
  .slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0; }
  .slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f2f3f3; }
    .slide-carousel .owl-nav [class*=owl-]:hover {
      background: #fff;
      color: #00ACEA; }

.slide-single-page {
  height: 200px; }
  .slide-single-page .text {
    padding-top: 0 !important; }
  .slide-single-page .text-page {
    height: 200px;
    padding-top: 0; }
    .slide-single-page .text-page .this-item {
      width: 100%;
      height: 200px;
      display: table;
      text-align: center; }
      .slide-single-page .text-page .this-item h2 {
        display: table-cell;
        vertical-align: middle; }

/*
================================
About
================================
*/
.about {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
  .about img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33); }
        
    
  .about h2 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #00ACEA;
	position: relative;
}
  .about h3 {
    font-family: "Poppins", serif;
    font-size: 34px;
    font-weight: 600;
    color: #464646;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .about .bar {
    width: 100px;
    height: 10px;
    background: #dedede;
    margin-bottom: 20px; }
  .about p {
    font-family: "Poppins", sans-serif;
    color: #333333;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px; }
    
    .about li {
    font-family: "Poppins", sans-serif;
    color: #333333;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px; }
  .about label {
    font-size: 14px; }
  .about .bar-container {
    position: relative;
    font-size: 14px; }
    .about .bar-container p {
      font-weight: 600; }
    .about .bar-container .progress {
      margin-top: -18px;
      height: 10px; }
      .about .bar-container .progress .progress-bar-custom {
        background-color: #00ACEA; }
    .about .bar-container .percentage-show {
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 9999; }

/*
================================
Parallex
================================
*/
.parallex {
  background-image: url(../images/bgg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  position: relative; }
  .parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.3; }
  .parallex h2 {
    font-family: "Poppins", serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px; }
  .parallex h3 {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 0; }
    .parallex h3 span a {
      color: #00ACEA; }
  .parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px; }
  .parallex p.button {
    margin-top: 40px; }
    .parallex p.button a {
      font-family: "Poppins", serif;
      text-transform: uppercase;
      background: transparent;
      border: 2px solid #fff;
      padding: 10px 20px;
      color: #fff;
      font-size: 20px; }
      .parallex p.button a:hover {
        background: #fff;
        color: #2a2a2a; }






/*
================================
Service
================================
*/
.service {
	padding-bottom: 25px;
}
  .service h2 {
    font-family: "Poppins", serif;
    font-size: 34px;
    font-weight: 500;
    color: #00ACEA;
    position: relative; }
  .service h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .service .bar {
    width: 100px;
    height: 10px;
    background: #c3c3c3;
    margin-bottom: 30px;
    display: inline-block; }
  .service .item {
    background: #f9f9f9; }
    .service .item .icon {
      color: #00ACEA;
      text-align: center; }
      .service .item .icon i {
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        border-radius: 50%;
        margin-top: 20px;
        font-size: 40px;
        color: #00ACEA;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .service .item .text {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
	margin-top: -50px;
	margin-bottom: 30px;
}
      .service .item .text h2 {
        font-family: "Poppins", serif;
        color: #2a2a2a;
        font-size: 20px;
        margin-bottom: 15px; }
      .service .item .text p {
	color: #454545;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
      .service .item .text .btn-primary {
        margin-top: 15px;
        background: #00ACEA;
        color: #fff;
        border-color: #00ACEA;
        border-radius: 0; }
        .service .item .text .btn-primary:hover {
          background: #2a2a2a;
          border-color: #2a2a2a; }


/*
================================
Scroll to Top
================================
*/
.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none; }
  .scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #00ACEA;
    color: #fff;
    border: 4px solid #00ACEA;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    .scrollup i:hover {
      opacity: 1;
      filter: alpha(opacity=1); }


/*
================================
Contact
================================
*/
.contact {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
  .contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #00ACEA;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .contact .item:hover {
      background: #2a2a2a; }
  .contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px; }
  .contact .text {
    float: left; }
    .contact .text h3 {
      color: #fff;
      font-family: "Poppins", serif;
      font-size: 24px;
      font-weight: 600;
      margin-top: 5px; }
    .contact .text p {
      color: #fff;
      font-weight: 400;
      font-size: 14px; }
    .contact .text ul li {
      list-style-type: none;
      color: #fff;
      font-weight: 400;
      font-size: 14px; }
  .contact .cform-1 .btn-success {
    font-family: "Poppins", serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #00ACEA;
    color: #00ACEA;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .contact .cform-1 .btn-success:hover {
      background: #00ACEA;
      color: #fff; }
  .contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none; }
  .contact .cform-1 input[type="text"],
  .contact .cform-1 input[type="email"],
  .contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a; }
    .contact .cform-1 input[type="text"]:focus,
    .contact .cform-1 input[type="email"]:focus,
    .contact .cform-1 textarea:focus {
      border-color: #00ACEA; }
  .contact .cform-1 input[type="text"],
  .contact .cform-1 input[type="email"] {
    height: 40px; }



/*
================================
Blog
================================
*/
.blog {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .blog .post-item {
    margin-bottom: 30px; }
  .blog .image-holder {
    position: relative; }
    .blog .image-holder .date {
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 14px;
      font-weight: 600;
      z-index: 999; }
    .blog .image-holder .day {
      width: 60px;
      height: 40px;
      line-height: 40px;
      background: #00ACEA;
      color: #ffffff;
      text-align: center;
      position: relative;
      font-size: 16px; }
      .blog .image-holder .day:before {
        position: absolute;
        top: 22px;
        left: 24px;
        color: #00ACEA;
        font-family: 'FontAwesome';
        content: '\f0d7';
        font-size: 24px; }
    .blog .image-holder .month {
      width: 60px;
      height: 40px;
      line-height: 40px;
      background: #2a2a2a;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 16px; }
  .blog h1 {
    font-size: 24px;
    color: #00ACEA;
    font-weight: bold; }
  .blog h2 {
	font-size: 28px;
	color: #00ACEA;
	font-weight: bold;
}
  .blog h3 {
    font-family: "Poppins", serif;
    text-align: left;
    color: #00ACEA;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 10px; }
    .blog h3 a {
      color: #00ACEA; }
      .blog h3 a:hover {
        color: #2a2a2a; }
  .blog h4 {
    font-size: 16px;
    color: #00ACEA;
    font-weight: bold; }
  .blog h5 {
    font-size: 14px;
    color: #00ACEA;
    font-weight: bold; }
  .blog h6 {
    font-size: 12px;
    color: #00ACEA;
    font-weight: bold; }
  .blog p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #2a2a2a; }
  .blog .text {
    padding: 20px 0; }
    .blog .text ul.status {
      overflow: hidden;
      margin-bottom: 15px; }
      .blog .text ul.status li {
        text-align: left;
        margin-bottom: 15px;
        color: #00ACEA;
        font-size: 13px;
        float: left;
        list-style-type: none;
        margin-right: 15px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 0; }
        .blog .text ul.status li a {
          color: #00ACEA; }
        .blog .text ul.status li i {
          margin-right: 8px; }
        .blog .text ul.status li:before {
          content: ''; }
  .blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none; }
    .blog ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'FontAwesome';
      content: '\f044';
      color: #353535; }
  .blog p.button {
    margin-top: 30px;
    display: block; }
    .blog p.button a {
      font-family: "Poppins", serif;
      background: transparent;
      border: 2px solid #00ACEA;
      color: #00ACEA;
      font-size: 14px;
      padding: 8px 14px;
      font-weight: 600;
      text-transform: uppercase; }
      .blog p.button a:hover {
        background: #2a2a2a;
        color: #fff;
        border-color: #2a2a2a; }
  .blog .pagination {
    margin-top: 20px; }
    .blog .pagination ul {
      width: 100%;
      height: auto;
      text-align: center; }
      .blog .pagination ul li {
        display: inline-block;
        color: #2a2a2a;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        padding-left: 0; }
        .blog .pagination ul li:before {
          content: ''; }
        .blog .pagination ul li a {
          background: #00ACEA;
          color: #fff;
          display: block;
          font-size: 16px;
          border: 1px solid #00ACEA; }
          .blog .pagination ul li a i {
            margin-right: 0; }
          .blog .pagination ul li a:hover {
            background: #2a2a2a;
            border: 1px solid #2a2a2a;
            color: #fff; }
        .blog .pagination ul li a.active {
          background: #2a2a2a;
          border: 1px solid #2a2a2a;
          color: #fff; }
  .blog .gallery-carousel {
    position: relative;
    z-index: 999; }
  .blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999; }
    .blog .owl-controls .owl-prev,
    .blog .owl-controls .owl-next {
      background: #353535;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      padding-left: 13px;
      padding-right: 13px; }
      .blog .owl-controls .owl-prev i,
      .blog .owl-controls .owl-next i {
        font-size: 16px; }
      .blog .owl-controls .owl-prev:hover,
      .blog .owl-controls .owl-next:hover {
        background: #00ACEA; }
  .blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .blog .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto; }

/*
================================
Sidebar
================================
*/
.sidebar {
  width: 100%; }
  .sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px; }
    .sidebar .widget h4 {
      font-family: "Poppins", serif;
      color: #00ACEA;
      font-size: 22px;
      font-weight: 600;
      padding-bottom: 6px;
      margin-bottom: 15px; }
    .sidebar .widget ul li {
      display: block;
      float: none;
      color: #2a2a2a;
      position: relative;
      padding-left: 15px;
      margin-bottom: 10px; }
      .sidebar .widget ul li:before {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        color: #2a2a2a;
        top: 1px;
        left: 3px;
        font-weight: 600; }
      .sidebar .widget ul li a {
        color: #2a2a2a;
        font-size: 14px; }
        .sidebar .widget ul li a:hover {
          color: #00ACEA; }
    .sidebar .widget ul.tag-cloud li {
      display: inline-block;
      padding-left: 0;
      font-size: 12px;
      margin-right: 5px; }
      .sidebar .widget ul.tag-cloud li a {
        display: block;
        padding: 4px 10px;
        border: 2px solid #afafaf; }
      .sidebar .widget ul.tag-cloud li:before {
        content: ''; }
      .sidebar .widget ul.tag-cloud li:hover {
        background: #00ACEA;
        border-color: #00ACEA;
        color: #fff; }
        .sidebar .widget ul.tag-cloud li:hover a {
          color: #fff;
          border: 2px solid #00ACEA; }
  .sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #00ACEA;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0; }
    .sidebar .widget-search input:focus {
      border: 2px solid #00ACEA; }
  .sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #00ACEA;
    background: #00ACEA;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

/*
================================
Author Box
================================
*/
.author-box {
  width: 100%;
  height: auto;
  background: #00ACEA;
  color: #2a2a2a;
  text-align: left; }
  .author-box .inner {
    padding: 20px;
    overflow: hidden; }
  .author-box .author-thumb {
    width: 15%;
    float: left; }
    .author-box .author-thumb img {
      width: 100%;
      height: auto;
      padding-right: 15px; }
  .author-box .author-info {
    width: 85%;
    float: left; }
    .author-box .author-info h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      text-transform: none; }
    .author-box .author-info p {
      color: #fff;
      line-height: 22px;
      font-size: 14px; }
    .author-box .author-info ul li {
      float: left;
      list-style-type: none;
      margin-right: 5px;
      padding-left: 0; }
      .author-box .author-info ul li:before {
        content: ''; }
      .author-box .author-info ul li a {
        width: 30px;
        height: 30px;
        line-height: 33px;
        color: #00ACEA;
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        text-align: center;
        display: block; }
        .author-box .author-info ul li a i {
          margin-right: 0;
          font-size: 14px; }
        .author-box .author-info ul li a:hover {
          background: #2a2a2a;
          color: #fff; }

/*
================================
Comment
================================
*/
.comments {
  margin-top: 40px; }
  .comments h2 {
    font-size: 18px;
    font-family: "Poppins", serif; }
  .comments .comment-list {
    background: transparent;
    padding: 15px; }
    .comments .comment-list .thumb {
      width: 80px;
      display: table-cell;
      vertical-align: top; }
      .comments .comment-list .thumb img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
    .comments .comment-list .text {
      padding: 0;
      display: table-cell;
      vertical-align: top; }
      .comments .comment-list .text .inner {
        margin-left: 10px; }
      .comments .comment-list .text h3 {
        margin-top: 0;
        text-transform: none;
        font-size: 18px; }
      .comments .comment-list .text p,
      .comments .comment-list .text span {
        color: #2a2a2a;
        font-size: 14px; }
      .comments .comment-list .text span.date {
        margin-right: 40px; }
        .comments .comment-list .text span.date i {
          margin-right: 5px; }
      .comments .comment-list .text span.reply a {
        font-family: "Poppins", serif;
        background: #00ACEA;
        color: #fff;
        padding: 6px 12px;
        font-size: 14px; }
    .comments .comment-list .parent {
      margin-bottom: 0px;
      overflow: hidden; }
    .comments .comment-list .children .parent {
      margin-bottom: 0px; }
    .comments .comment-list .children .parent-inner {
      background: transparent;
      padding: 15px;
      overflow: hidden;
      margin-left: 60px; }
    .comments .comment-list .children .children .parent-inner {
      background: transparent;
      padding: 15px;
      overflow: hidden;
      margin-left: 120px; }
    .comments .comment-list .children > li {
      list-style-type: none;
      display: block;
      margin-right: 0;
      margin-bottom: 0; }
      .comments .comment-list .children > li:before {
        content: ''; }
    .comments .comment-list > li {
      border-bottom: 1px dashed #a1a1a1;
      margin-bottom: 20px;
      padding-left: 0; }
      .comments .comment-list > li:before {
        content: ''; }
      .comments .comment-list > li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
  .comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0; }
  .comments .respond {
    background: transparent;
    margin-bottom: 20px; }
    .comments .respond .cform-1 .btn-success {
      font-family: "Poppins", serif;
      background-color: transparent;
      border: 2px solid #00ACEA;
      color: #00ACEA;
      font-size: 16px;
      padding: 8px 20px;
      font-weight: 600;
      border-radius: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .comments .respond .cform-1 .btn-success:hover {
        background: #2a2a2a;
        color: #fff;
        border-color: #2a2a2a; }
    .comments .respond .cform-1 .form-control {
      border-radius: 0;
      box-shadow: none; }
    .comments .respond .cform-1 input[type="text"],
    .comments .respond .cform-1 input[type="email"],
    .comments .respond .cform-1 textarea {
      font-family: "Poppins", serif;
      background: transparent;
      border: 2px solid #ccc;
      color: #2a2a2a;
      font-size: 14px; }


/*
================================
Featured Box
================================
*/
.featured-box {
	background: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 30px;
}
  .featured-box .item {
	background: url(../images/1.jpg) center/cover no-repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 1px 2px 0px rgba(78, 78, 78, 0.45);
}
    
    .featured-box .item:hover {
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 8px 15px 5px rgba(90, 91, 95, 0.33);
	-webkit-box-shadow: 0px 8px 15px 5px rgba(90, 91, 95, 0.33);
    }
    
    .featured-box .item2 {
    background: url(../images/2.jpg) center/cover no-repeat !important;
    }
    
    .featured-box .item3 {
    background: url(../images/3.jpg) center/cover no-repeat !important;
    }
    
    .featured-box .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00ACEA;
      opacity: 0.7;
      z-index: 10; }
    .featured-box .item .icon {
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      display: block;
      position: relative;
      z-index: 1000; }
      .featured-box .item .icon i {
        font-size: 80px;
        margin-bottom: 150px; }
    .featured-box .item .text {
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 1000; }
      .featured-box .item .text h2 {
        font-family: "Poppins", serif;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        border: 2px solid #fff;
        border-radius: 18px;
        display: inline-block;
        padding: 6px 22px;
        background-color: #00ACEA; }
      .featured-box .item .text p {
        font-family: "Poppins", sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 500; }
        
        .featured-box .item ul {
	list-style: none;
	margin-top: 26px;
	margin-right: 26px;
	margin-left: 26px;
	margin-bottom: 26px;
	font-size: 15px;
        }
        
        .featured-box .item li {
            margin-bottom: 42px;
        }
        
        .featured-box .item li a {
            color: #ffffff;
        }
        
        .featured-box .item li a:hover {
            text-decoration: underline !important;
        }

/*
================================
Consultation
================================
*/
.consultation-v1 {
  background: #00ACEA;
  padding-top: 30px;
  padding-bottom: 30px; }
  .consultation-v1 .left p {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 22px;
    padding-top: 10px;
    line-height: 28px; }
  .consultation-v1 .right {
    float: right; }
    .consultation-v1 .right a {
      font-size: 18px;
      padding: 10px 20px;
      display: block;
      color: #fff;
      border: 2px solid #fff;
      font-weight: 500;
      font-family: "Poppins", serif; }
      .consultation-v1 .right a:hover {
        background: #2a2a2a;
        color: #f2f3f3; }

/*
================================
Footer - Top
================================
*/
.footer-top {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #dedede;
  text-align: center; }
  .footer-top .item {
    margin-bottom: 20px; }
    .footer-top .item:hover i {
      background: #868686;
      color: #2a2a2a; }
  .footer-top h2 {
    font-family: "Poppins", serif;
    color: #00ACEA;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #00ACEA;
    border-bottom: 2px solid #00ACEA;
    padding: 5px 40px;
    text-align: center;
    margin-bottom: 20px; }
  .footer-top h4 {
    margin-bottom: 20px; }
    .footer-top h4 i {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 30px;
      background: #2a2a2a;
      color: #868686;
      border-radius: 50%;
      border: 2px solid #2a2a2a;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .footer-top p {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px; }

/*
================================
Footer - Main
================================
*/
.footer-main {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: #2a2a2a; }
  .footer-main h3 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .footer-main h3:after {
      content: "";
      position: absolute;
      width: 50px;
      background: #00ACEA;
      left: 0;
      bottom: 0;
      height: 3px; }
  .footer-main .footer-col p {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 22px; }
  .footer-main .footer-col ul li {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px; }
    .footer-main .footer-col ul li a {
      color: #d0d0d0;
      font-size: 14px;
      line-height: 22px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      .footer-main .footer-col ul li a:hover {
        color: #fff; }
    .footer-main .footer-col ul li:before {
      color: #a3a3a3;
      content: "\f0a4";
      font-family: "FontAwesome";
      left: 0;
      position: absolute;
      top: 0; }
  .footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table; }
    .footer-main .footer-col .contact-item .icon {
      width: 35px;
      display: table-cell;
      vertical-align: top;
      font-size: 16px;
      margin-right: 10px; }
      .footer-main .footer-col .contact-item .icon i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: #dedede;
        color: #2a2a2a;
        border-radius: 50%; }
    .footer-main .footer-col .contact-item .text {
      display: table-cell;
      vertical-align: top;
      line-height: 22px;
      display: block;
          color: #d0d0d0; }
          
          .footer-main .footer-col .contact-item .text a {
              color: #d0d0d0;
          }

/*
================================
Footer - Bottom
================================
*/
.footer-bottom {
  width: 100%;
  height: auto;
  background: #141314;
  padding: 15px 0 5px 0; }
  .footer-bottom .copyright {
    font-size: 13px;
    color: #a3a3a3; }
  .footer-bottom .footer-menu {
    float: right; }
    .footer-bottom .footer-menu ul {
      float: right; }
      .footer-bottom .footer-menu ul li {
        float: left;
        list-style-type: none;
        margin-left: 20px; }
        .footer-bottom .footer-menu ul li a {
          color: #a3a3a3; }
          .footer-bottom .footer-menu ul li a:hover {
            color: #fff; }

.hour-table {
  display: table;
  vertical-align: top;
  font-size: 14px;
  color: #a3a3a3; }
  .hour-table .hour-row {
    display: table-row;
    vertical-align: top; }
    .hour-table .hour-row .hour-cell {
      display: table-cell;
      vertical-align: top; }
      .hour-table .hour-row .hour-cell:nth-of-type(1) {
        padding-right: 40px; }

/*
================================
Google Map
================================
*/
.google-map iframe {
  width: 100%;
  height: 400px; }




.buttons {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 29px;
}

.buttons a {
    
        background: #00ACEA;
    border: 2px solid #00ACEA;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
}

.buttons a:hover {
    background: transparent;
    border-color: #333;
    color: #333;
}

.has-error .form-control {
    border-color: red;
}


.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-top-20 {
	margin-top: 20px;
}

b, strong {
    font-weight: 600;
}

.custom-padding {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

@media only screen and (max-width: 991px) {
	.copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-menu ul {
		float: none;
		text-align: center;
	}
	.footer-menu ul li {
		float: none;
		display: inline-block;
	}
	.prev a, .next a {
		display: inline-block;
	}
	.prev, .next {
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: hidden;
		text-align: center;
	}
	.prev {
		border-right: 0;
		border-bottom: 1px solid #eae7e7;
	}
	.prev .inner,
	.next .inner {
		width: 100%;
	}
	.prev p, .next p {
		text-align: center;
		display: block;
	}
	.prev p {
		padding-top: 10px;
	}
	.counter-v1 .counter-text {
		margin-bottom: 15px;
	}
	header .logo {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.about-v2 .col-md-4 {
		margin-bottom: 20px;
	}
	.footer-bottom .copyright {
		text-align: center;
	}
	.footer-bottom .footer-menu {
		text-align: center;
	}
	.footer-bottom .footer-menu ul {
		float: none;
		text-align: center;
	}
	.footer-bottom .footer-menu ul li {
		float: none;
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.footer-col h3 {
		margin-top: 30px;
	}
	.testimonial-v1 .content .comment {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact-v3 .item {
		margin-bottom: 50px;
	}
	.comment-list .children .parent-inner {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.comment-list .children .children .parent-inner {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.comments ul.comment-list > li, 
	.comments ul.children > li {
		padding-left: 0;
		padding-right: 0;
	}
	.consultation-v1 .left {
		text-align: center;
	}
	.consultation-v1 .right {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	.consultation-v1 .right a {
		display: inline-block;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-col h3 {
		margin-top: 30px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-search input {
		width: 165px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 991px) {
	header.sticky .nav-wrapper {
		float: none;
	}
	header.sticky .nav-wrapper ul {
		float: none;
		text-align: center;
	}
}


@media only screen and (max-width: 768px) {
	header.sticky .nav-wrapper {
		margin-top: -53px;
	}
	header .nav-wrapper {
		margin-top: -85px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 1199px) {
	.slider ul li .tal,
	.slider ul li .tar {
		text-align: center;
	}
	.respond .cform-1 .btn-success {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 690px) and (max-width: 830px) {
	.slider h2 {
		font-size: 40px;
	}
	.slider h3 {
		font-size: 22px;
	}
	.slider p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 541px) and (max-width: 689px) {
	.slider h2 {
		font-size: 30px;
	}
	.slider h3 {
		font-size: 16px;
	}
	.slider p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 540px) {
	.slider h2 {
		font-size: 30px;
	}
	.slider h3 {
		font-size: 16px;
		line-height: 30px;
	}
	.slider p {
		font-size: 14px;
	}
	.slider ul li .inner {
		padding: 0 68px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
	header .logo img {
		max-height: 36px;
	}
	header .nav-wrapper {
		margin-top: -66px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
	.service-v1 .icon img {
		margin-left: 10px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/*.sf-menu li {
		margin-right: 0px;
	}
	.sf-menu li a {
		padding-left: 16px;
		padding-right: 16px;
	}*/

}

@media only screen and (min-width: 0px) and (max-width: 780px) {
	.slide-carousel .item .text {
		padding-top: 26%;
		padding-left: 70px;
		padding-right: 70px;
	}
	.slide-single .text {
		padding-top: 26%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
	.comment-list .text span.date i {
		margin-bottom: 20px;
	}
}
