@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ===========================================
  =============================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.nav-wrapper {
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.nav-wrapper .navbar {
  margin: auto 105px;
}

@media screen and (max-width: 600px) {
  .nav-wrapper .navbar {
    margin: auto;
  }
}

.nav-wrapper .navbar #new {
  padding-top: 35px;
  padding-bottom: 35px;
}

.nav-wrapper .navbar .navbar-toggler {
  border-color: #087b81;
}

.nav-wrapper .navbar .navbar-toggler:hover {
  background-color: #087b81;
}

.nav-wrapper .navbar .navbar-toggler span {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  color: #149180 !important;
  font-size: 26px;
  color: #087b81 !important;
}

.nav-wrapper .navbar .navbar-toggler span:hover {
  color: #fff !important;
}

.nav-wrapper .navbar .navbar-brand {
  color: #24c5ce;
  font-size: 36px;
  font-weight: 600;
}

.nav-wrapper .navbar .nav-item .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  color: #797979;
}

.nav-wrapper .navbar .nav-item .nav-link:hover {
  color: #000000 !important;
}

.nav-wrapper .navbar .active .nav-link {
  color: #087b81 !important;
}

.nav-wrapper .navbar .search span {
  color: #087b81;
  color: #036b70;
  margin-right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 41px;
}

.nav-wrapper .navbar .search span:hover {
  background-color: #087b81;
  color: #fff;
}

.banner .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.banner .card {
  margin-top: 100px;
  align-self: center;
  background: transparent !important;
  border: none;

}

.card-body{
 background: transparent !important;
 }

.banner .card .card-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .banner .card .card-title {
    font-size: 40px;
  }
}

.banner .card .card-title span {
  margin-top: 20px;
}

.banner .card .card-text {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 35px;
}

.banner-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(./../images/banner/banner1.jpg);
  height: 100vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(./../images/banner/banner2.jpg);
  height: 100vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(./../images/banner/banner3.jpg);
  height: 100vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  background-color: #036b70;
  padding-top: 90px;
}

@media screen and (max-width: 996px) {
  .footer .footer_part {
    margin-bottom: 40px;
  }
}

.footer h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.footer .fp {
  color: #aaa;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.footer .fpm {
  color: #aaa;
  font-size: 18px;
  padding-top: 10px;
}

.footer .fpm a {
  color: #aaa;
}

.footer .fpm a:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 996px) {
  .footer .footer_icons {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.footer .footer_icons ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.footer .footer_icons ul .fb:hover {
  background: #3b5998;
  color: #fff;
}

.footer .footer_icons ul .tw:hover {
  background: #1da1f2;
  color: #fff;
}

.footer .footer_icons ul .gg:hover {
  background: #f44336;
  color: #fff;
}

.footer .footer_icons ul .dr:hover {
  background: #ea4c89;
  color: #fff;
}

.footer .footer_icons ul li {
  color: #aaa;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #363434;
  text-align: center;
  padding-top: 11px;
}

.footer .footer_icons ul li:hover {
  background-color: #087b81;
}

@media screen and (max-width: 996px) {
  .footer .ping {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.footer .ping .form-inline {
  margin-bottom: 15px;
}

.footer .ping .md-form {
  width: 100%;
  margin-bottom: 20px;
}

.footer .ping .md-form .form-control {
  width: 100%;
  padding: 26px 12px;
  border-radius: 5px;
}

.footer .footer_bottom {
  margin-top: 30px;
  padding: 30px 0;
  color: #aaa;
  font-size: 18px;
  background-color: #05393b;
}

.footer .footer_bottom a {
  color: #fff;
  text-decoration: none;
}

.footer .footer_bottom a:hover {
  color: #087b81;
}
/*.sidebar{
margin-top: 40px;
}*/
.sidebar .sidebar_content {
  padding: 30px 30px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #d6d6d6;
  margin-bottom: 30px;
}

.sidebar .sidebar_content h4 {
  color: #24c5ce;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sidebar .sidebar_content form {
  border: 1px solid;
  border-color: #d6d6d6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.sidebar .sidebar_content form a {
  color: #24c5ce;
  text-decoration: none;
}

.sidebar .sidebar_content form input {
  border: none !important;
}

.sidebar .sidebar_content .all_categories {
  padding-left: 0;
}

.sidebar .sidebar_content .all_categories a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #535353;
  border: 1px solid;
  border-color: transparent;
  border-bottom-color: #d6d6d6;
  text-decoration: none;
}

.sidebar .sidebar_content .all_categories a:hover {
  color: #087b81;
}

.sidebar .sidebar_content .all_categories a li {
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;
}

.sidebar .sidebar_content .all_categories a li:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.sidebar .sidebar_content .all_categories a li span {
  color: #535353;
}

.sidebar .sidebar_content .all_categories a li span:hover {
  color: #087b81;
}

.sidebar .sidebar_content .recent_wrapper {
  display: flex;
  padding-bottom: 20px;

}
.img_wrap{
    height: 100px !important;
    width: 100px !important;
}

.sidebar .sidebar_content .recent_wrapper .img_wrapper {
  max-width: 100px;
  width: 100px !important;

}

@media screen and (max-width: 996px) {
  .sidebar .sidebar_content .recent_wrapper .img_wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 996px) {
  .sidebar .sidebar_content .recent_wrapper .img_wrapper {
    max-width: 200px;
  }
}

.sidebar .sidebar_content .recent_wrapper .img_wrapper img {
  width: 100%;
  border-radius: 5px;
}

.sidebar .sidebar_content .recent_wrapper .rec_post_info {
  margin-left: 10px;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info {
    padding-top: 0;
  }
}



@media screen and (max-width: 996px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info {
    padding-top: 50px;
  }
}

@media screen and (max-width: 394px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info {
    padding-top: 10px;
  }
}

.sidebar .sidebar_content .recent_wrapper .rec_post_info h4 {
  color: #24c5ce;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 996px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 394px) {
  .sidebar .sidebar_content .recent_wrapper .rec_post_info h4 {
    font-size: 18px;
  }
}

.sidebar .sidebar_content .recent_wrapper .rec_post_info h4:hover {
  color: #087b81;
}

.sidebar .sidebar_content .insta_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.sidebar .sidebar_content .insta_wrapper .insta_img {
  max-width: 88px;
}

@media screen and (max-width: 1200px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 70px;
  }
}

@media screen and (max-width: 996px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 200px;
  }
}

@media screen and (max-width: 786px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 135px;
  }
}

@media screen and (max-width: 520px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 115px;
  }
}

@media screen and (max-width: 450px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 100px;
  }
}

@media screen and (max-width: 400px) {
  .sidebar .sidebar_content .insta_wrapper .insta_img {
    max-width: 80px;
  }
}

.sidebar .sidebar_content .insta_wrapper .insta_img img {
  width: 100%;
  border-radius: 5px;
}

.sidebar .sidebar_content .adv_img img {
  width: 100%;
  border-radius: 5px;
}

.sidebar .sidebar_content .blog_social_icon {
  margin-top: 30px;
}

.sidebar .sidebar_content .blog_social_icon ul {
  display: flex;
  padding-left: 0;
}

.sidebar .sidebar_content .blog_social_icon ul li {
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  padding-top: 11px;
}

.sidebar .sidebar_content .blog_social_icon ul li:hover {
  background-color: #087b81;
}

.sidebar .sidebar_content .blog_social_icon ul .fb {
  background: #3b5998;
  color: #fff;
}

.sidebar .sidebar_content .blog_social_icon ul .fb:hover {
  background: #2a4b92;
}

.sidebar .sidebar_content .blog_social_icon ul .tw {
  background: #1da1f2;
  color: #fff;
}

.sidebar .sidebar_content .blog_social_icon ul .tw:hover {
  background: #0a8ee0;
}

.sidebar .sidebar_content .blog_social_icon ul .in {
  background: #f44336;
  color: #fff;
}

.sidebar .sidebar_content .blog_social_icon ul .in:hover {
  background: #f12c1d;
}

.sidebar .sidebar_content p {
  color: #535353;
  font-size: 16px;
  letter-spacing: 0.1rem;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.btn {
  border: none !important;
  outline: none !important;
}

.btn-primary {
  background-color: #0aa1aa !important;
  border-color: #0aa1aa;
  padding: 10px 26px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #076469 !important;
  border: none;
}

.btn-qut {
  background-color: #0aa1aa !important;
  border-color: #0aa1aa;
  padding: 10px 26px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-qut:hover {
  background-color: #076469 !important;
  border: none;
}

@media screen and (max-width: 1198px) {
  .btn-qut {
    font-size: 16px;
    padding: 5px 45px;
  }
}

.btn-get {
  background-color: #fff !important;
  border-color: #fff;
  padding: 11px 29px;
  color: #087b81 !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 10px;
}

.btn-get:hover {
  color: #000000 !important;
  border: none;
}

@media screen and (max-width: 382px) {
  .btn-get {
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

.btn-get_t {
  background-color: #fff !important;
  border-color: #fff;
  padding: 11px 29px;
  color: #087b81 !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 10px;
}

.btn-get_t:hover {
  color: #000000 !important;
  border: none;
}

@media screen and (max-width: 424px) {
  .btn-get_t {
    margin-bottom: 20px;
  }
}

.btn-quote {
  background-color: transparent !important;
  border-color: none;
  color: #6ddbba !important;
  font-size: 18px;
  font-weight: 600;
  outline: transparent !important;
}

.btn-quote:hover {
  color: #59d6b0 !important;
  border: none;
}

.btn-quoteF {
  background-color: transparent !important;
  border-color: none;
  color: #6ddbba !important;
  font-size: 18px;
  font-weight: 600;
  outline: transparent !important;
  padding-left: 0;
}

.btn-quoteF:hover {
  color: #59d6b0 !important;
  border: none;
}

.btn-light {
  margin-left: 20px;
  color: #fff;
  padding: 9px 25px !important;
  cursor: pointer;
  padding: 9px 35px;
}

.btn-light:hover {
  color: #fff;
}

.btn-service {
  background-color: #fff !important;
  border-color: #0aa1aa;
  border: 1px solid !important;
  padding: 11px 29px;
  color: #0aa1aa !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 20px;
}

.btn-service:hover {
  background-color: #087b81 !important;
  border: none;
  color: #fff !important;
}

.btn-sub {
  background-color: #0aa1aa !important;
  border-color: #0aa1aa;
  padding: 11px;
  width: 100%;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-sub:hover {
  background-color: #076469 !important;
  border: none;
}

.btn-booking {
  background-color: transparent !important;
  border-color: #ffffff;
  border: 1px solid !important;
  padding: 11px 29px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.btn-booking:hover {
  background-color: #fff !important;
  border: #fff !important;
  color: #000000 !important;
}

.btn-reply {
  color: #087b81;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  outline-style: none !important;
  outline: none !important;
}

.btn-reply:hover {
  color: #24c5ce;
}

.btn-pop {
  color: #535353;
  font-size: 18px;
  border: 1px solid !important;
  border-color: #d6d6d6 !important;
  border-radius: 5px;
  padding: 6px 10px;
  margin-bottom: 10px !important;
}

.btn-pop:hover {
  color: #fff !important;
  background-color: #087b81;
}

.experience .exp_wrapper {
  margin-top: 50px;
}

.experience .exp_wrapper .ex-1 {
  padding-bottom: 40px;
  position: relative;
}

.experience .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  font-weight: 600;
}

.experience .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #14c1ca;
  content: "";
  display: block;
}

.experience .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 36px;
  margin-top: 20px;
  font-weight: 600;
}

.experience .exp_wrapper .ex-1 p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.experience .exp_wrapper .about-img img {
  border-radius: 5px;
  width: 100%;
  border-radius: 10px;
}

.experience .exp_wrapper .about_desc .wrapper .top {
  text-indent: 76px;
  letter-spacing: 3px;
  font-size: 18px;
  color: #535353;
  font-weight: 600;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .experience .exp_wrapper .about_desc .wrapper .top {
    margin-top: 40px;
  }
}

.experience .exp_wrapper .about_desc .wrapper h4 {
  color: #24c5ce;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}

.experience .exp_wrapper .about_desc .wrapper .bottom {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
  padding-top: 15px;
}

.tab {
  background-color: #f7f7f7;
}

@media screen and (max-width: 996px) {
  .tab .tabs {
    margin-bottom: 0 !important;
  }
}

.tab .classic-tabs .nav {
  justify-content: end;
}

.tab .classic-tabs .nav .nav-item :active {
  color: #087b81 !important;
  background-color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
}

.tab .classic-tabs .nav .nav-item a {
  font-size: 22px;
  padding: 20px 45px;
  color: #24c5ce;
  font-weight: 600;
}

.tab .classic-tabs .tab-content .wrapper {
  padding-top: 30px;
}

.tab .classic-tabs .tab-content .wrapper .tab_left {
  margin-top: 20px;
}

.tab .classic-tabs .tab-content .wrapper .tab_left h4 {
  color: #24c5ce;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}

.tab .classic-tabs .tab-content .wrapper .tab_left p {
  padding-right: 50px;
  padding-bottom: 15px;
}

.tab .classic-tabs .tab-content .wrapper .tab_icons {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 50px;
}

.tab .classic-tabs .tab-content .wrapper .tab_icons .icon {
  background-color: #fff;
  border-radius: 9px;
}

.tab .classic-tabs .tab-content .wrapper .tab_icons .icon span {
  display: flex;
  justify-content: center;
  color: #087b81;
  font-size: 40px;
}

.tab .classic-tabs .tab-content .wrapper .tab_icons .icon .icon-bottom {
  color: #24c5ce;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .tab .classic-tabs .tab-content .tab_right {
    margin-top: 40px;
  }
}

.tab .classic-tabs .tab-content .tab_right img {
  border-radius: 5px;
}

.about3 .exp_wrapper {
  margin-top: 50px;
}

.about3 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.about3 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.about3 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #14c1ca;
  content: "";
  display: block;
}

.about3 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.about3 .exp_wrapper .ex-1 p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.about3 .exp_wrapper .about-img img {
  border-radius: 5px;
  width: 100%;
  border-radius: 10px;
}

.best {
  background-color: #f7f7f7;
}

.best .exp_wrapper {
  margin-top: 50px;
}

.best .exp_wrapper .best_l {
  padding-bottom: 40px;
}

.best .exp_wrapper .best_l .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.best .exp_wrapper .best_l p {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
}

.best .exp_wrapper .best_r .card {
  border-radius: 8px;
  border: none;
  margin-bottom: 30px;
}

.best .exp_wrapper .best_r .card:hover {
  box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.46);
}

.best .exp_wrapper .best_r .card .card-body {
  padding: 38px 37px;
}

.best .exp_wrapper .best_r .card .card-body span {
  color: #087b81;
  font-size: 30px;
  margin-bottom: 20px;
}

.best .exp_wrapper .best_r .card .card-body .card-title {
  padding-top: 10px;
}

.best .exp_wrapper .best_r .card .card-body .card-title a {
  color: #24c5ce;
  font-weight: 600;
}

.best .exp_wrapper .best_r .card .card-body .card-title a:hover {
  color: #087b81;
  text-decoration: none;
}

.best .exp_wrapper .best_r .card .card-body .card-text {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
}

.expect .exp_wrapper {
  margin-top: 50px;
}

.expect .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.expect .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.expect .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #14c1ca;
  content: "";
  display: block;
}

.expect .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.expect .exp_wrapper .ex-1 p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.expect .exp_wrapper .ex-1 .expect_bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
}

.expect .exp_wrapper .ex-1 .expect_bottom .clean {
  display: flex;
}

.expect .exp_wrapper .ex-1 .expect_bottom .clean span {
  color: #087b81;
  font-size: 30px;
}

.expect .exp_wrapper .ex-1 .expect_bottom .clean .wrapper {
  margin-left: 20px;
}

.expect .exp_wrapper .ex-1 .expect_bottom .clean .wrapper h4 {
  color: #24c5ce;
  font-weight: 600;
  font-size: 30px;
}

.expect .exp_wrapper .ex-1 .expect_bottom .clean .wrapper p {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
}

.expect .exp_wrapper .exp_right {
  position: relative;
  margin-left: 90px;
}

@media screen and (max-width: 577px) {
  .expect .exp_wrapper .exp_right {
    margin-left: 0;
  }
}

.expect .exp_wrapper .exp_right .about-img {
  max-width: 600px;
}

.expect .exp_wrapper .exp_right .about-img img {
  border-radius: 8px;
  width: 100%;
}

.expect .exp_wrapper .exp_right .description {
  position: absolute;
  background-color: #087b81;
  border-radius: 8px;
  bottom: 70px;
  left: -98px;
  box-shadow: -1px 5px 23px -4px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1200px) {
  .expect .exp_wrapper .exp_right .description {
    bottom: 34px;
  }
}

@media screen and (max-width: 577px) {
  .expect .exp_wrapper .exp_right .description {
    left: 0;
  }
}

@media screen and (max-width: 376px) {
  .expect .exp_wrapper .exp_right .description {
    left: 0;
    margin-top: 60px;
    position: relative;
  }
}

.expect .exp_wrapper .exp_right .description .wrapper {
  padding: 40px 37px;
  color: #fff;
}

.expect .exp_wrapper .exp_right .description .wrapper h4 {
  font-weight: 600;
  font-size: 18px;
}

.expect .exp_wrapper .exp_right .description .wrapper span {
  color: #fff;
  font-size: 22px;
}

.expect .exp_wrapper .exp_right .description .wrapper span a {
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.commercial_service {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(./../images/banner/banner4.jpg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.commercial_service .card {
  margin-top: 100px;
  align-self: center;
  background: transparent;
  border: none;
}

.commercial_service .card .card-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .commercial_service .card .card-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .commercial_service .card .card-title {
    font-size: 30px;
  }
}

.commercial_service .card .card-title span {
  margin-top: 20px;
}

.commercial_service .card .card-text {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 35px;
}

.testmonial .img_wrapper {
  background-color: #0000000f !important;
  border-radius: 8px;
  max-width: 600px;
}

.testmonial .img_wrapper img {
  width: 100%;
  height: auto;
  margin-left: -2em;
  margin-top: -2em;
  margin-bottom: 2em;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .testmonial .img_wrapper img {
    margin-left: 0;
  }
}

.testmonial .ex-1 {
  padding-bottom: 40px;
}

.testmonial .ex-1 .carousel-indicators {
  bottom: -30px;
  bottom: -43px;
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
}

.testmonial .ex-1 .carousel-indicators .active {
  background-color: cornflowerblue;
}

.testmonial .ex-1 .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #535353;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.testmonial .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.testmonial .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.testmonial .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.testmonial .ex-1 blockquote {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.testmonial .ex-1 blockquote:before {
  color: #087b81;
  content: open-quote;
  font-size: 3em;
  font-family: initial;
  line-height: 0.8;
  padding-top: 8px;
  display: inline-block;
}

.testmonial .ex-1 .wrapper {
  display: flex;
  padding-top: 5px;
}

.testmonial .ex-1 .wrapper span {
  color: #24c5ce;
  font-weight: 600;
  font-size: 20px;
}

.testmonial .ex-1 .wrapper .bottom {
  padding-top: 3px;
  padding-left: 20px;
}

.blog {
  background-color: #f7f7f7;
  margin-top: 90px;
}

.blog .exp_wrapper .ex-1 {
  padding-bottom: 40px;
  padding-top: 70px;
}

.blog .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.blog .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.blog .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 35px;
  margin-top: 20px;
  font-weight: 600;
}

.blog .blog_contents {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog .card {
  text-align: left !important;
  background: transparent;
  border: none;
  overflow: hidden !important;
}

.blog .card .img_wrapper2 {
  overflow: hidden;
}

.blog .card .wrapper {
  padding-left: 15px;
  background-color: #fff;
  padding-bottom: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px;
}

.blog .card #zoomIn {
  transform: scale(1);
  transition: .3s ease-in-out;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}

.blog .card #zoomIn:hover {
  transform: scale(1.3);
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
}

.blog .card ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}

.blog .card ul li {
  color: #087b81;
  font-weight: 600;
  margin-right: 10px;
  background: transparent;
  border: none;
  font-size: 16px;
}

.blog .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.blog .card .card-body a {
  color: #24c5ce;
  font-weight: 600;
  font-size: 20px;
}

.blog .card .card-body a:hover {
  color: #087b81;
}

.partner {
  margin-top: 70px;
  padding-bottom: 50px;
}

.partner h3 {
  color: #0a6368;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.partner .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partner .wrapper img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.3s ease;
  opacity: .5;
}

.partner .wrapper img:hover {
  filter: grayscale(0);
  transition: 0.3s ease;
  opacity: 1;
}

@media screen and (max-width: 996px) {
  .partner .wrapper img {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .partner .wrapper img {
    margin-bottom: 30px;
  }
}

.banner_about {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url(./../images/banner/banner1.jpg);
  padding: 135px 0;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner_about .b_head {
  margin-top: 100px;
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}

.about_main_2 .exp_wrapper {
  margin-top: 50px;
}

.about_main_2 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.about_main_2 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.about_main_2 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.about_main_2 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .about_main_2 .exp_wrapper .wrapper {
    margin: 0 10px;
  }
}

.about_main_2 .exp_wrapper .wrapper h4 {
  color: #24c5ce;
  font-size: 25px;
  margin-top: 15px;
  font-weight: 600;
}

.about_main_2 .exp_wrapper .wrapper p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.about_main_2 .exp_wrapper .wrapper .about-img img {
  border-radius: 5px;
  width: 100%;
  border-radius: 10px;
}

.about_main_3 .exp_wrapper {
  margin-top: 50px;
}

.about_main_3 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.about_main_3 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.about_main_3 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.about_main_3 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.about_main_3 .exp_wrapper .ex-1 p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-right: 100px;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom .clean {
  display: flex;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom .clean span {
  color: #087b81;
  font-size: 30px;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom .clean .wrapper {
  margin-left: 20px;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom .clean .wrapper h4 {
  color: #24c5ce;
  font-weight: 600;
  font-size: 30px;
}

.about_main_3 .exp_wrapper .ex-1 .expect_bottom .clean .wrapper p {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
}

.about_main_3 .exp_wrapper .about-img {
  max-width: 450px;
}

@media screen and (max-width: 576px) {
  .about_main_3 .exp_wrapper .about-img {
    margin-bottom: 20px;
  }
}

.about_main_3 .exp_wrapper .about-img img {
  border-radius: 5px;
  width: 100%;
  border-radius: 10px;
}

.about_main_4 .exp_wrapper {
  margin-top: 50px;
}

.about_main_4 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.about_main_4 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.about_main_4 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.about_main_4 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.about_main_4 .exp_wrapper .expect_bottom {
  padding-top: 20px;
}

.about_main_4 .exp_wrapper .expect_bottom .clean {
  display: flex;
}

.about_main_4 .exp_wrapper .expect_bottom .clean span {
  color: #087b81;
  font-size: 30px;
}

.about_main_4 .exp_wrapper .expect_bottom .clean .wrapper {
  margin-left: 20px;
}

.about_main_4 .exp_wrapper .expect_bottom .clean .wrapper h4 {
  color: #24c5ce;
  font-weight: 600;
  font-size: 30px;
}

.about_main_4 .exp_wrapper .expect_bottom .clean .wrapper p {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
}

.about_main_5 .exp_wrapper {
  margin-top: 50px;
}

.about_main_5 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.about_main_5 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.about_main_5 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.about_main_5 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.about_main_5 .exp_wrapper .team_img {
  overflow: hidden;
  margin-bottom: 25px;
}

.about_main_5 .exp_wrapper .team_img img {
  width: 100%;
  border-radius: 6px;
}

.about_main_5 .exp_wrapper .team_img #zoomIn {
  transform: scale(1);
  transition: .3s ease-in-out;
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px !important;
}

.about_main_5 .exp_wrapper .team_img #zoomIn:hover {
  transform: scale(1.3);
  border-radius: 6px 6px 6px 6px !important;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
}

.about_main_5 .exp_wrapper .team_info {
  padding-top: 10px;
  text-align: center;
}

.about_main_5 .exp_wrapper .team_info h4 {
  font-size: 22px;
  font-weight: 600;
  color: #24c5ce;
}

.about_main_5 .exp_wrapper .team_info p {
  color: #535353;
  letter-spacing: 0.1rem;
  padding-bottom: 15px;
  line-height: 1.7rem;
  font-size: 18px;
}

.booking {
  background-color: #087b81;
}

.booking .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.booking .wrapper h2 {
  padding-top: 10px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
}

.booking .wrapper .number {
  margin-top: 30px;
}

.booking .wrapper .number p {
  font-size: 34px;
  color: #fff;
}

.booking .wrapper .number p span {
  color: #fff;
}

.services1 .exp_wrapper {
  margin-top: 50px;
}

.services1 .exp_wrapper .ex-1 {
  padding-bottom: 40px;
}

.services1 .exp_wrapper .ex-1 h4 {
  font-size: 16px;
  color: #087b81;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.services1 .exp_wrapper .ex-1 h4 .ex-line:after {
  position: absolute;
  left: -53px;
  bottom: 7px;
  height: 3px;
  width: 40px;
  background: #6984c2;
  content: "";
  display: block;
}

.services1 .exp_wrapper .ex-1 .main-head h2 {
  color: #24c5ce;
  font-size: 40px;
  margin-top: 20px;
  font-weight: 600;
}

.services1 .exp_wrapper .ex-1 p {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.services1 .exp_wrapper .ex-1 .progress_main .wrapper {
  margin-bottom: 20px;
}

.services1 .exp_wrapper .ex-1 .progress_main .wrapper .pr {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 80%;
  color: #24c5ce;
  font-size: 16px;
  font-weight: 600;
}

.services1 .exp_wrapper .ex-1 .progress_main .progress {
  height: 7px;
}

.services1 .exp_wrapper .ex-1 .progress_main .progress .progress-bar {
  background-color: #087b81;
}

.services1 .exp_wrapper .about-img img {
  border-radius: 5px;
  width: 100%;
  border-radius: 10px;
}

.tabs {
  margin-top: 90px;
  margin-bottom: 90px;
}

.tabs .nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
  border: none !important;
}

.tabs .nav-tabs .nav-item .active {
  color: #24c5ce !important;
  border: none;
}

.tabs .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #087b81;
  position: relative;
  border: none;
  font-weight: 600;
}

.tabs .tab-content {
  padding-top: 40px;
  padding-bottom: 20px;
}

.tabs .tab-content .tab_left ul {
  padding-left: 0;
}

.tabs .tab-content .tab_left ul li {
  font-size: 20px;
  font-weight: 600;
  color: #24c5ce;
  margin-bottom: 20px;
  padding: 15px 20px 0;
}

.tabs .tab-content .tab_left ul li:hover {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.33);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.tabs .tab-content .tab_left ul li span {
  color: #087b81;
  margin-right: 30px;
  font-weight: 600;
  font-size: 30px !important;
}

.tabs .tab-content .tab_right {
  padding: 0 20px;
}

.tabs .tab-content .tab_right .right_1 .th {
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
  color: #24c5ce;
}

.tabs .tab-content .tab_right .right_2 {
  margin-top: 30px;
}

.tabs .tab-content .tab_right .right_2 img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 996px) {
  .tabs .tab-content .tab_right .right_2 img {
    margin-bottom: 30px;
  }
}

.tabs .tab-content .tab_right .right_3 .th {
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
  color: #24c5ce;
}

.tabs .tab-content .tab_right .right_3 ul {
  margin-bottom: 30px;
}

.tabs .tab-content .tab_right .right_3 ul span {
  color: #087b81;
  font-size: 8px;
  margin-right: 15px;
}

.tabs .tab-content .tab_right .right_3 ul li {
  color: #535353;
  letter-spacing: 0.1rem;
  line-height: 1.7rem;
  font-size: 18px;
  padding-bottom: 15px;
}

.address {
  margin-top: 70px;
  margin-bottom: 70px;
}

.address .contact_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media screen and (max-width: 996px) {
  .address .contact_col {
    grid-template-columns: 2fr 2fr;
  }
}

@media screen and (max-width: 532px) {
  .address .contact_col {
    grid-template-columns: 2fr;
  }
}

.address .contact_col .contact_info {
  text-align: center;
  padding: 38px 12px 3px 12px;
  border: 1px solid;
  border-radius: 8px;
  border-color: #d6d6d6;
}

.address .contact_col .contact_info .contact_icon {
  max-width: 40px;
  margin: auto;
}

.address .contact_col .contact_info .contact_icon img {
  width: 100%;
  opacity: 0.5;
}

.address .contact_col .contact_info .contact_icon img:hover {
  opacity: 1;
}

.address .contact_col .contact_info h4 {
  font-weight: 600;
  color: #24c5ce;
  font-size: 20px;
  margin-top: 18px;
}

.address .contact_col .contact_info .wrapper {
  margin-top: 25px;
}

.address .contact_col .contact_info .fpm {
  font-size: 18px;
  padding-top: 5px;
  margin-bottom: 0px;
}

.address .contact_col .contact_info .fpm a {
  color: #535353;
}

.address .contact_col .contact_info .fpm a:hover {
  text-decoration: none;
  color: #24c5ce;
}

.contact_form {
  padding-top: 50px;
}

.contact_form .form {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 70px;
}

@media screen and (max-width: 996px) {
  .contact_form .form {
    margin-left: 0;
    margin-right: 0;
  }
}

.contact_form .form h3 {
  margin-bottom: 30px;
  color: #24c5ce;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}

.contact_form .form input {
  font-size: 18px;
  padding: 12px 20px;
  line-height: 28px;
  width: 100%;
  border-radius: 8px;
  height: 58px;
  color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.contact_form .form input:focus {
  border-color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.contact_form .form .no-outline:focus {
  outline: none;
}

.Blog {
  margin-top: 40px;
  margin-bottom: 40px;
}

.Blog .b_left_single .blog_img {
  position: relative;
}

.Blog .b_left_single .blog_img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.Blog .b_left_single .blog_img .blog_date {
  position: absolute;
  display: block;
  border-radius: 5px;
  background-color: #087b81;
  color: #fff;
  padding: 11px 29px;
  font-size: 22px;
  font-weight: 700;
  left: 16px;
  bottom: -15px;
  width: 95px;
}

.Blog .b_left_single .wrapper {
  border: 1px solid;
  border-color: #d6d6d6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.Blog .b_left_single a {
  color: #24c5ce;
  text-decoration: none;
}

.Blog .b_left_single a:hover {
  color: #087b81;
}

.Blog .b_left_single .blog_link h4 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
}

.Blog .b_left_single .comment {
  color: #797979;
  margin-top: 35px;
  font-size: 18px;
  border: 1px solid;
  border-color: transparent;
  padding-bottom: 20px;
  border-bottom-color: #d6d6d6;
}

.Blog .b_left_single .comment a {
  color: #797979;
  text-decoration: none;
  padding-right: 20px;
  border: 1px solid;
  border-color: transparent;
  border-right-color: #797979;
}

.Blog .b_left_single .comment a:last-child {
  border: none;
  padding-left: 20px;
}

.Blog .b_left_single .comment a:hover {
  color: #24c5ce;
}

.Blog .b_left_single .comment span {
  margin-right: 10px;
}

.Blog .b_left_single .p_words {
  border: 3px solid;
  border-color: transparent;
  border-radius: 16px;
  border-left-color: #d6d6d6;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Blog .b_left_single .p_words p {
  color: #24c5ce;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.Blog .b_left_single .p_words span {
  text-align: left;
  color: #535353;
  font-size: 18px;
  font-weight: 600;
}

.Blog .b_left_single .blog_details_2 a {
  color: #24c5ce;
  text-decoration: none;
  font-size: 28px;
  margin-top: 30px;
}

.Blog .b_left_single .blog_details_2 a h4 {
  font-weight: 600;
}

.Blog .b_left_single .blog_details_2 a:hover {
  color: #087b81;
}

.Blog .b_left_single .blog_details_2 .d_img img {
  border-radius: 8px;
}

.Blog .b_left_single .blog_details_3 {
  margin-top: 40px;
}

.Blog .b_left_single .blog_social_icon {
  margin-top: 30px;
}

.Blog .b_left_single .blog_social_icon ul {
  display: flex;
  padding-left: 0;
}

.Blog .b_left_single .blog_social_icon ul li {
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  padding-top: 11px;
}

.Blog .b_left_single .blog_social_icon ul li:hover {
  background-color: #087b81;
}

.Blog .b_left_single .blog_social_icon ul .fb {
  background: #3b5998;
  color: #fff;
}

.Blog .b_left_single .blog_social_icon ul .fb:hover {
  background: #2a4b92;
}

.Blog .b_left_single .blog_social_icon ul .tw {
  background: #1da1f2;
  color: #fff;
}

.Blog .b_left_single .blog_social_icon ul .tw:hover {
  background: #0a8ee0;
}

.Blog .b_left_single .blog_social_icon ul .in {
  background: #f44336;
  color: #fff;
}

.Blog .b_left_single .blog_social_icon ul .in:hover {
  background: #f12c1d;
}

.Blog .b_left_single .blog_social_icon ul h5 {
  color: #24c5ce;
  font-size: 22px;
  font-weight: 600;
  margin-right: 20px;
  padding-top: 9px;
}

.Blog .b_left_single .next_prev {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px 0;
  border: 1px solid;
  border-color: #d6d6d6;
  border-left: none;
  border-right: none;
}

.Blog .b_left_single .next_prev .prev a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #24c5ce;
}

.Blog .b_left_single .next_prev .prev a:hover {
  color: #087b81;
}

.Blog .b_left_single .comments_section {
  margin-top: 90px;
}

.Blog .b_left_single .comments_section h4 {
  color: #24c5ce;
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 50px;
}

.Blog .b_left_single .comments_section .wrapper,
.Blog .b_left_single .comments_section .wrapper1,
.Blog .b_left_single .comments_section .wrapper2 {
  display: flex;
}

.Blog .b_left_single .comments_section .wrapper .c_img,
.Blog .b_left_single .comments_section .wrapper1 .c_img,
.Blog .b_left_single .comments_section .wrapper2 .c_img {
  max-width: 80px;
  margin-right: 20px;
}

.Blog .b_left_single .comments_section .wrapper .c_img img,
.Blog .b_left_single .comments_section .wrapper1 .c_img img,
.Blog .b_left_single .comments_section .wrapper2 .c_img img {
  width: 100%;
  border-radius: 50%;
}

.Blog .b_left_single .comments_section .wrapper .c_right .comment_info,
.Blog .b_left_single .comments_section .wrapper1 .c_right .comment_info,
.Blog .b_left_single .comments_section .wrapper2 .c_right .comment_info {
  display: flex;
  justify-content: space-between;
}

.Blog .b_left_single .comments_section .wrapper .c_right .comment_info .name,
.Blog .b_left_single .comments_section .wrapper1 .c_right .comment_info .name,
.Blog .b_left_single .comments_section .wrapper2 .c_right .comment_info .name {
  color: #24c5ce;
  font-size: 18px;
  font-weight: 600;
}

.Blog .b_left_single .comments_section .wrapper .c_right .comment_info .date,
.Blog .b_left_single .comments_section .wrapper1 .c_right .comment_info .date,
.Blog .b_left_single .comments_section .wrapper2 .c_right .comment_info .date {
  color: #535353;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid;
  border-color: #d6d6d6;
  padding: 4px 9px;
  border-radius: 2px;
}

.Blog .b_left_single .comments_section .wrapper .c_right .para_c,
.Blog .b_left_single .comments_section .wrapper1 .c_right .para_c,
.Blog .b_left_single .comments_section .wrapper2 .c_right .para_c {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.Blog .b_left_single .comments_section .wrapper2,
.Blog .b_left_single .comments_section .wrapper1 {
  border: 1px solid;
  border-top-color: #d6d6d6 !important;
  border-color: transparent;
  margin-top: 30px;
  padding-top: 20px;
}

.Blog .b_left_single .message_box {
  margin-top: 50px;
}

.Blog .b_left_single .message_box .form h3 {
  margin-bottom: 30px;
  color: #24c5ce;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}

.Blog .b_left_single .message_box .form input {
  font-size: 18px;
  padding: 12px 20px;
  line-height: 28px;
  width: 100%;
  border-radius: 8px;
  height: 58px;
  color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.Blog .b_left_single .message_box .form input:focus {
  border-color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.Blog .b_left_single .message_box .form .no-outline:focus {
  outline: none;
}

.Blog .b_left_single .message_box .form .form-group {
  margin-top: 20px;
}


.Blog_detail {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 996px) {
  .Blog_detail .blog_left {
    margin-bottom: 90px;
  }
}

.Blog_detail .b_left_single .blog_img {
  position: relative;
}

.b_detail{
margin-top: 40px;
}
.Blog_detail .b_left_single .blog_img img {
  width: 100%;
}

.Blog_detail .b_left_single .blog_img .blog_date {
  position: absolute;
  display: block;
  border-radius: 5px;
  background-color: #087b81;
  color: #fff;
  padding: 11px 29px;
  font-size: 22px;
  font-weight: 700;
  left: 16px;
  bottom: -15px;
  width: 95px;
}

.Blog_detail .b_left_single .comment {
  color: #797979;
  margin-top: 40px;
  font-size: 18px;
  border: 1px solid;
  border-color: transparent;
  padding-bottom: 20px;
  border-bottom-color: #d6d6d6;
}

.Blog_detail .b_left_single .comment a {
  color: #797979;
  text-decoration: none;
  padding-right: 20px;
  border: 1px solid;
  border-color: transparent;
  border-right-color: #797979;
}

.Blog_detail .b_left_single .comment a:last-child {
  border: none;
  padding-left: 20px;
}

.Blog_detail .b_left_single .comment a:hover {
  color: #24c5ce;
}

.Blog_detail .b_left_single .comment span {
  margin-right: 10px;
}

.Blog_detail .b_left_single .p_words {
  border: 3px solid;
  border-color: transparent;
  border-radius: 16px;
  border-left-color: #d6d6d6;
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Blog_detail .b_left_single .p_words p {
  color: #24c5ce;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.Blog_detail .b_left_single .p_words span {
  text-align: left;
  color: #535353;
  font-size: 18px;
  font-weight: 600;
}

.Blog_detail .b_left_single .blog_details_2 a {
  color: #24c5ce;
  text-decoration: none;
  font-size: 28px;
  margin-top: 30px;
}

.Blog_detail .b_left_single .blog_details_2 a h4 {
  font-weight: 600;
}

.Blog_detail .b_left_single .blog_details_2 a:hover {
  color: #087b81;
}

.Blog_detail .b_left_single .blog_details_2 .d_img img {
  border-radius: 8px;
}

.Blog_detail .b_left_single .blog_details_3 {
  margin-top: 40px;
}

.Blog_detail .b_left_single .blog_social_icon {
  margin-top: 30px;
}

.Blog_detail .b_left_single .blog_social_icon ul {
  display: flex;
  padding-left: 0;
}

.Blog_detail .b_left_single .blog_social_icon ul li {
  color: #fff;
  font-size: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  padding-top: 11px;
}

.Blog_detail .b_left_single .blog_social_icon ul li:hover {
  background-color: #087b81;
}

.Blog_detail .b_left_single .blog_social_icon ul .fb {
  background: #3b5998;
  color: #fff;
}

.Blog_detail .b_left_single .blog_social_icon ul .fb:hover {
  background: #2a4b92;
}

.Blog_detail .b_left_single .blog_social_icon ul .tw {
  background: #1da1f2;
  color: #fff;
}

.Blog_detail .b_left_single .blog_social_icon ul .tw:hover {
  background: #0a8ee0;
}

.Blog_detail .b_left_single .blog_social_icon ul .in {
  background: #f44336;
  color: #fff;
}

.Blog_detail .b_left_single .blog_social_icon ul .in:hover {
  background: #f12c1d;
}

.Blog_detail .b_left_single .blog_social_icon ul h5 {
  color: #24c5ce;
  font-size: 22px;
  font-weight: 600;
  margin-right: 20px;
  padding-top: 9px;
}

.Blog_detail .b_left_single .next_prev {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 30px 0;
  border: 1px solid;
  border-color: #d6d6d6;
  border-left: none;
  border-right: none;
}

.Blog_detail .b_left_single .next_prev .prev a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #24c5ce;
}

.Blog_detail .b_left_single .next_prev .prev a:hover {
  color: #087b81;
}

.Blog_detail .b_left_single .comments_section {
  margin-top: 90px;
}

.Blog_detail .b_left_single .comments_section h4 {
  color: #24c5ce;
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 50px;
}

.Blog_detail .b_left_single .comments_section .wrapper,
.Blog_detail .b_left_single .comments_section .wrapper1,
.Blog_detail .b_left_single .comments_section .wrapper2 {
  display: flex;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_img,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_img,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_img {
  max-width: 80px;
  margin-right: 20px;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_img img,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_img img,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_img img {
  width: 100%;
  border-radius: 50%;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_right .comment_info,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_right .comment_info,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_right .comment_info {
  display: flex;
  justify-content: space-between;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_right .comment_info .name,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_right .comment_info .name,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_right .comment_info .name {
  color: #24c5ce;
  font-size: 18px;
  font-weight: 600;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_right .comment_info .date,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_right .comment_info .date,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_right .comment_info .date {
  color: #535353;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid;
  border-color: #d6d6d6;
  padding: 4px 9px;
  border-radius: 2px;
}

.Blog_detail .b_left_single .comments_section .wrapper .c_right .para_c,
.Blog_detail .b_left_single .comments_section .wrapper1 .c_right .para_c,
.Blog_detail .b_left_single .comments_section .wrapper2 .c_right .para_c {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}

.Blog_detail .b_left_single .comments_section .wrapper2,
.Blog_detail .b_left_single .comments_section .wrapper1 {
  border: 1px solid;
  border-top-color: #d6d6d6 !important;
  border-color: transparent;
  margin-top: 30px;
  padding-top: 20px;
}

.Blog_detail .b_left_single .message_box {
  margin-top: 50px;
}

.Blog_detail .b_left_single .message_box .form h3 {
  margin-bottom: 30px;
  color: #24c5ce;
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
}

.Blog_detail .b_left_single .message_box .form input {
  font-size: 18px;
  padding: 12px 20px;
  line-height: 28px;
  width: 100%;
  border-radius: 8px;
  height: 58px;
  color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.Blog_detail .b_left_single .message_box .form input:focus {
  border-color: #24c5ce;
  outline-style: none !important;
  outline: none !important;
  outline: transparent !important;
}

.Blog_detail .b_left_single .message_box .form .no-outline:focus {
  outline: none;
}

.Blog_detail .b_left_single .message_box .form .form-group {
  margin-top: 20px;
}

* {
  list-style-type: none;
  font-family: "Kumbh Sans", sans-serif;
}

*:focus, *:active {
  outline: none !important;
}

img {
  width: 100%;
}

.borderd_header {
  font-size: 18px;
  position: relative;
}

.borderd_header::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 70px;
  background: #db4242;
  content: "";
  display: block;
}

.para {
  color: #535353;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.7rem;
  font-size: 18px;
}
html {
  scroll-behavior: smooth;
}


.banner_details{
    padding: 135px 0;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.blockquote{
    color: #24c5ce !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */