body {
  font-family: 'Roboto', sans-serif;
}

a {
  color: #666666;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}

.top-wrapper {
  background: #1b8bbb;
  color: #fff;
}

.top-wrapper .guest {
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

.top-header-add {
  background: #ffcb36;
  padding: 6px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.top-header-add div.phone {
  font-size: 15px;
  font-weight: 600;
  color: #003769;
  margin-right: 50px;
  position: relative;
}

.top-header-add i {
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
}

.top-header-add div.book {
  font-size: 15px;
  font-weight: 600;
  color: #ffcb36;
  background: #1b8bbb;
  padding: 5px 20px;
  z-index: 99;
  position: relative;
  text-transform: uppercase;
}

.top-header-add div.book a {
  color: #ffcb36;
}

header .logo {
  float: left;
  margin-top: 10px;
}

header .logo img {
  width: 85px;
}

header .navbar {
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 20px 0 0 0;
  margin: 0;
}

.navbar-nav {
  display: block;
  float: right;
}

header .nav li {
  float: left;
  position: relative;
  margin-right: 5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
  color: #003769;
}

.top-header-add:before {
  background: #ffcb36;
  content: '';
  height: 101%;
  left: -22px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 40px;
}

.top-header-add:after {
  background: #ffcb36;
  content: '';
  height: 101%;
  right: -14px;
  position: absolute;
  top: 0;
  transform: skewX(-12deg);
  width: 40px;
  z-index: 9;
}

.top-header-add div.book:before {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 28px solid #1b8bbb;
  border-bottom: 17px solid transparent;
  content: '';
  position: absolute;
  left: -28px;
  top: 0;
}

.top-header-add div.book:after {
  background: #1b8bbb;
  content: '';
  height: 100%;
  left: auto;
  position: absolute;
  right: -50%;
  top: 0;
  width: 75%;
  z-index: -1;
}

.top-header-add div {
  display: inline-block;
}

header .navbar-default .navbar-nav > li > a {
  color: #252525;
  font-size: 14px;
  text-transform: uppercase;
  padding: 24px 20px 25px;
  display: block;
  position: relative;
  text-shadow: none;
  text-align: center;
}

@media(max-width: 812px) {
  header .navbar-default .navbar-nav > li > a {
    padding: 15px 16px 25px;
  }
}


.carousel-caption {
  width: 100%;
  left: 50%;
  top: 50%;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-caption h1 {
  color: #ffcb36;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  margin: 0 0 10px;
  padding: 0;
}

@media(max-width: 768px) {
  .carousel-caption h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

.carousel-caption h1 span {
  display: block;
  color: #ffcb36;
}

.carousel-caption p {
  color: #fff;
  font-size: 19px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 6px;
  padding: 11px 40px 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}

.carousel-caption .btn {
  border: solid 2px #f9be4a;
}

.carousel-caption img {
  max-width: 300px;
  display: block;
  margin-left: auto;
}

@media(max-width: 1024px) {
  .carousel-caption img {
    max-width: 200px;
  }
}

@media(max-width: 768px) {
  .carousel-caption img {
    max-width: 150px;
  }
}

.services,
.about {
  padding: 73px 0 0;
  background: #ededed;
}

div.title {
  display: inline-block;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
  position: relative;
}

.services .title {
  margin: 0 0 80px;
}

div.title h2 {
  color: #1b8bbb;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

div.title h2::after {
  background-color: #ffc41f;
  border: medium none;
  content: '';
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 150px;
}

.title-border-color {
  background: #ffffff none repeat scroll 0 0;
  color: #ffcb37;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  left: auto;
  margin-left: -20px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 42px;
  width: 40px;
}

.services .title-border-color {
  background: #ededed;
}

.single-services {
  margin: 0 0 80px;
}

.services-inner {
  min-width: 275px;
  min-height: 325px;
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-left: 35px;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

@media(max-width: 1366px) {
  .services-inner {
    min-height: 390px;
  }
}

@media(max-width: 1024px) {
  .services-inner {
    min-height: 420px;
  }
}

@media(max-width: 768px) {
  .services-inner {
    min-height: auto;
  }
}

.our-services-icon {
  float: left;
  margin-left: -35px;
  margin-right: 25px;
  margin-top: -35px;
}

.our-services-icon span {
  width: 70px;
  height: 70px;
  background: #1b8bbb;
  border-radius: 50%;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.our-services-icon span img {
  width: auto;
}

.our-services-icon span:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 40px solid #dfdfdf;
  content: '';
  height: 0;
  left: 46px;
  position: absolute;
  top: 53px;
  transform: rotate(-40deg);
  width: 0;
  z-index: -1;
}

.our-services-text {
  overflow: hidden;
  padding: 20px 10px 25px 0;
}

.our-services-text h3 {
  color: #1b8bbb;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  position: relative;
  line-height: 22px;
}

.our-services-text p {
  font-size: 15px;
}

.services a {
  border: 2px solid #1c1c1c;
  color: #000;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 10px 0;
}

.services-inner:hover {
  background: #ffcb36;
}

.services-inner:hover a {
  background: #1c1c1c;
  color: #fff;
}

.services-inner:hover .our-services-icon span:after {
  border-top: 40px solid #fff;
}

.about {
  background: #fff;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.width-50 {
  width: 50%;
}

.service-image {
  position: relative;
}

.border_style.top.left {
  left: -6px;
}

.border_style span {
  display: block;
  position: relative;
}

.about-wrapper span:before,
.border_style span:after {
  background-color: #ffcb36;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 20px;
}

.about-wrapper .border_style span::after {
  height: 20px;
  left: 0;
  width: 6px;
}

.about-wrapper span:before,
.border_style span:after {
  background-color: #ffcb36;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 20px;
}

.border_style.bottom.right {
  right: 0;
}

.border_style.bottom {
  bottom: -6px;
}

.border_style {
  position: absolute;
}

.border_style.bottom.right span::before {
  right: 0;
}

.border_style.bottom.right span::after {
  bottom: 0;
}

.about-text-area {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.about-text-area h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  color: #1b8bbb;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
}

.about-text-area h3:before {
  background: #ffcb36;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  width: 100px;
}

.about-text-area a {
  border: 2px solid #1b8bbb;
  background: #1b8bbb;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  padding: 8px 30px;
  text-transform: uppercase;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.about img {
  height: auto;
  width: 100%;
}

.padd-b-50 {
  padding-bottom: 100px;
}

.about-text-area a:hover {
  background: none;
  color: #003769;
  border: 2px solid #003769;
}

.team .col-lg-4 {
  margin-bottom: 20px;
}

.team .team-info {
  position: relative;
  padding: 35px 10px 0px;
  background: #f0f3fb;
  text-align: center;
  transition: all 700ms ease;
  /* box-shadow: 0px 17px 26px 0px rgba(0, 0, 0, 0.29); */
  padding-bottom: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}

.team .team-info h3 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #222222;
}

.team .team-info .info {
  position: relative;
  color: #707070;
  line-height: 1.5em;
  text-transform: uppercase;
  font-size: 14px;
}

footer {
  background: #1b8bbb;
  padding: 80px 0;
}

footer .flogo {
  color: #ffffff;
  font-size: 40px;
}

.intro-content {
  color: #fff;
  margin-top: 15px;
}

footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 26px 0 28px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

footer h4::before {
  background: #ffcb36;
  bottom: -12px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  list-style: none;
  padding: 0 0 10px 0;
  color: #fff;
}

/*footer ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: '\f105';
  color: #ffcb36;
}*/

footer ul li a {
  color: #fff;
  font-size: 15px;
}

footer ul li a:hover {
  color: #fff;
}

.address li {
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
  padding-right: 30px;
}

.address li span {
  color: #ffcb36;
  font-size: 20px;
  margin: 0 8px 0 0;
}

.fun-facts-section {
  position: relative;
  padding: 90px 0px 40px;
  background: #f0f3fb;
}

.fun-facts-section .bg-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fact-counter {
  position: relative;
  z-index: 1;
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

}
.fact-counter .counter-column .inner {
    position: relative;
    display: block;
    border-right: 1px dashed #35353514!important;
}

.fact-counter .counter-column .icon-box {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #f47629;
    margin-bottom: 25px;
}


.fact-counter .count-box {
    position: relative;
    font-size: 48px;
    line-height: 1.1em;
    color: #494949;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
}

.fact-counter .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #6a6a6a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner {
    text-align:center;
}



.about-text-area ul {
  margin: 30px 0;
}

.about-text-area li {
  margin-bottom: 15px;
}

.breadcromb-wrapper {
    background: rgba(0, 0, 0, 0) url(img/breadcrumb-bg.jpg) no-repeat fixed top center / cover;
    position: relative;
    padding: 60px 0 10px;
    float: left;
    width: 100%;
}

.breadcromb-overlay {
    background: rgba(0, 55, 105, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcromb-left {
    text-align: left;
    margin: 0 0 60px;
}

.breadcromb-left > h3 {
    color: #ffcb36;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    background: #2d506e;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.breadcromb-left > h3::before {
    background: #2d506e;
    content: "";
    height: 100%;
    left: -10000%;
    position: absolute;
    top: 0;
    width: 10000%;
}

.breadcromb-left > h3::after {
    border-right: 54px solid rgba(0, 0, 0, 0);
    border-top: 54px solid #2d506e;
    content: "";
    height: 0;
    position: absolute;
    right: -54px;
    top: 0;
    width: 0;
}

  .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .slider {
      padding:  0 0 50px 0;
    }

    .slider h2 {
      margin-bottom: 35px;
    }

    .swiper-pagination {
      position:static;
      margin-top:30px;
    }

   .swiper-button-next, .swiper-button-prev {display: none;}

   .flogo img {
     width:100px;
   }

   .single .about-text-area a {
     background: none;
     color: #212529;
     border: none;
     padding: initial;
     text-decoration: underline;
   }

   .part-form {
     max-width: 750px;
     margin:0 auto;
   }

   .part-form h1 {
     text-align: center;
     font-size: 33px;
     margin-bottom: 15px;
   }

   .send-button{
    background: #1b8bbb;
    width:100%;
    font-weight: 600;
    color:#fff;
    padding: 8px 25px;
    margin-top: 30px;
  }



.g-button{
  color: #fff !important;
  border: 1px solid #EA4335;
  background: #ea4335 !important;
  width:100%;
  font-weight: 600;
  color:#fff;
  padding: 8px 25px;
}

.my-input{
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: text;
  padding: 8px 10px;
  transition: border .1s linear;
}

.header-title{
  margin: 5rem 0;
}


.login-or {
  position: relative;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

  .hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.myform input {
  margin-bottom: 15px;
}

.carousel-item::before {
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
 /*background: rgba(27, 139, 187, 0.65);*/
}

.about-text-area .list li a {
  background: none;
  padding: 0;
  border: none;
  color:#000;
  text-transform: none;
}

  .widget_text p {
    margin-bottom: 0;
  }

  .references {
    padding: 80px 0;
    clear: both;
  }

  .references .col-lg-4 {
    margin-bottom: 35px;
  }

  .references .col-lg-4 .btn {
    font-size: 16px;
    padding: .375rem .75rem;
    background: #1b8bbb;
    border-color: #1b8bbb;
  }

  .width-70 {
    width: 70%;
  }

   .width-30 {
    width: 30%;
  }

  .part-form {
    padding: 45px 0 45px 30px;
  }

   .part-form h3 {
    font-weight: 600;
   }

      
  .single-input-item {
    color: #151515;
}

.single-input-item .custom-control-label, .single-input-item label {
    color: #151515;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.single-input-item input, .single-input-item textarea {
    border: 1px solid #eee;
    color: #151515;
    font-weight: 500;
    display: block;
    outline: 0;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

.btn-outline {
    background: #1b8bbb;
    border: 2px solid #1b8bbb;
    border-radius: 100px;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px;
}

.page-contact  {
  clear: both;
}

.page-contact h3 {
  margin-bottom: 55px;
}

.page-contact .width-30 {
  background: #1b8bbb;
  padding: 30px;
  color: #fff;
}

.page-contact p {
  margin-bottom: 15px;
}

.page-contact a {
  color: #fff;
  margin-right: 10px;
}

.soc-group {
  padding-top: 15px;
}

.soc-group .fab {
  font-size: 21px;
  color: #fff;
}

@media(max-width: 768px) {
  .about .display-table-cell {
    display: block;
    width: 100%;
  }

  .services .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .navbar.desktop {
    display: none;
  }
}

 .mobile-container {
    display: none;
  }


@media(max-width: 767px) {
.top-header-add:before, .top-header-add:after {
    content: none;
  }

  .top-wrapper .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-item {
    padding-bottom: 85% !important;
  }

  .services, .about {
    padding-top:30px;
  }

  .about-text-area {
    padding: 30px;
    text-align: center;
  }

  .carousel-caption {
    display: block !important;
  }

  .carousel-caption h1 {
      font-size: 23px;
      line-height: 23px;
  }

  .carousel-caption .btn {
    padding: 6px 32px 4px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .carousel-caption img {
    max-width: 120px;
  }

  .mobile-container {
    display: block;
  }

  .single-input-item {
    width: 100%;
  }
  
  .part-form {
    padding-left: 0;
  } 

}

.mobile-container {
  margin: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  background: none;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #1b8bbb;
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
}

.active {
  background-color: none;
  color: white;
}

#myLinks a {
  color: #000;
}

#myLinks ul {
  padding-top: 50px;
}