@import url("https://fonts.googleapis.com/css2?family=Metal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "GeosansLight";
  src: url("../webfonts/GeosansLight.eot");
  src: url("../webfonts/GeosansLight.eot?#iefix") format("embedded-opentype"), url("../webfonts/GeosansLight.woff2") format("woff2"), url("../webfonts/GeosansLight.woff") format("woff"), url("../webfonts/GeosansLight.ttf") format("truetype"), url("../webfonts/GeosansLight.svg#GeosansLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "athenaregular";
  src: url("../webfonts/fonnts.com-athena_regular-webfont.eot");
  src: url("../webfonts/fonnts.com-athena_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/fonnts.com-athena_regular-webfont.woff2") format("woff2"), url("../webfonts/fonnts.com-athena_regular-webfont.woff") format("woff"), url("../webfonts/fonnts.com-athena_regular-webfont.ttf") format("truetype"), url("../webfonts/fonnts.com-athena_regular-webfont.svg#athenaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.btn-light {
  color: #fff;
  background-color: #fff !important;
  border-radius: 35px;
  border: none;
  padding: 3px 15px 3px 3px !important;
  font-size: 17px;
  transition: all ease-in-out 0.4s;
  display: inline-flex;
  align-items: center;
}
.btn-light i {
  font-size: 16px;
  margin-left: 10px;
  color: #0D0D0E;
}
.btn-light span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 6px 10px;
  background-color: #0D0D0E;
  border-radius: 25px;
}
.btn-light:hover, .btn-light:focus {
  background-color: #8BC1C8 !important;
  color: #fff !important;
}
.btn-light:hover i, .btn-light:focus i {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #8BC1C8 !important;
  border-radius: 35px;
  border: none;
  padding: 3px 15px 3px 3px !important;
  font-size: 17px;
  transition: all ease-in-out 0.4s;
  display: inline-flex;
  align-items: center;
}
.btn-primary i {
  font-size: 16px;
  margin-left: 10px;
  color: #0D0D0E;
}
.btn-primary span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 6px 10px;
  background-color: #0D0D0E;
  border-radius: 25px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #8BC1C8 !important;
  color: #fff !important;
}
.btn-primary:hover i, .btn-primary:focus i {
  color: #fff;
}

body {
  font-family: "GeosansLight";
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "athenaregular";
}

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

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #5B5959;
  margin: 0;
}

.mt-8 {
  margin-top: 80px;
}

/*#######################*/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  padding: 25px 0;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-brand {
  width: 230px;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-nav {
  position: relative;
  padding: 8px 10px;
  border-radius: 42.443px;
  border: 1px solid #FFF;
  background: #0D0D0E;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  transition: all ease-in-out 0.4s;
}
.header .navbar .navbar-nav li:hover a, .header .navbar .navbar-nav li.active a {
  color: #8BC1C8 !important;
}

.banner {
  position: relative;
  height: 900px;
}
.banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.65) 100%);
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  overflow: hidden;
}
.banner .ban-content {
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
}
.banner .ban-content h2 {
  font-size: 76px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.banner .ban-content h3 {
  font-size: 85px;
  font-weight: 400;
  color: #fff;
  font-family: "Metal", serif;
  margin: 0;
  padding: 0;
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both;
}
.banner .ban-content p {
  color: #fff;
  margin: 0;
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s both;
}
.banner .ban-content .btn-light {
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
@keyframes slide-right {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.about-sec {
  background-color: #0D0D0E;
  padding: 65px 0;
}

.abt-txt h3 {
  font-size: 67px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}
.abt-txt p {
  color: #fff;
  margin: 15px 0 0;
}
.abt-txt .abt-img-bx {
  border-radius: 10px;
  overflow: hidden;
}
.abt-txt .abt-img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-img-bx2 {
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.abt-img-bx2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-title-prt {
  padding-bottom: 25px;
  border-bottom: 1px solid #262626;
}
.sub-title-prt span {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 30px;
  border: 1px solid #8BC1C8;
  font-size: 17px;
  font-weight: 400;
  color: #8BC1C8;
}

.srvc-wrap {
  padding: 70px 0;
}
.srvc-wrap .sub-title-prt {
  border-bottom: 1px solid #D9D9D9;
}
.srvc-wrap .sub-title-prt span {
  color: #0D0D0E;
}

.mid-title-prt {
  text-align: center;
}
.mid-title-prt h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 85px;
  color: #0D0D0E;
  margin: 0;
  padding: 0;
}
.mid-title-prt p {
  font-size: 22px;
  font-weight: 500;
  color: #0D0D0E;
  margin: 20px 0 0;
  padding: 0 20%;
}

.srvc-bx {
  padding-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
  transition: all ease-in-out 0.6s;
}
.srvc-bx .srvc-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.srvc-bx .srvc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
}
.srvc-bx .srvc-img .link-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  color: #000;
}
.srvc-bx:hover {
  border-bottom: 3px solid #8BC1C8;
}
.srvc-bx:hover .srvc-img img {
  transform: scale(1.1);
}
.srvc-bx h3 {
  font-size: 26px;
  font-weight: 500;
  color: #0D0D0E;
  margin: 20px 0 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  transition: all ease-in-out 0.6s;
}
.srvc-bx:hover h3 {
  margin-left: 60px;
}

.exp-wrap {
  padding: 65px 0;
  background-color: #0D0D0E;
  display: flex;
  align-items: center;
}
.exp-wrap .lft-img-prt {
  width: 50%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.exp-wrap .lft-img-prt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exp-wrap .rt-exp-prt {
  padding: 0 160px 0 50px;
  width: 50%;
}

.rt-exp-prt h3 {
  font-size: 67px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 70px;
}
.rt-exp-prt p {
  color: #CECECE;
  margin: 15px 0 0;
}
.rt-exp-prt .exp-bx-prt {
  border: 1px solid #676767;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.rt-exp-prt .exp-bx-prt .exp-bx {
  padding: 20px 30px;
  width: 49.9%;
  border-right: 1px solid #676767;
  border-bottom: 1px solid #676767;
}
.rt-exp-prt .exp-bx-prt .exp-bx h4 {
  font-size: 22px;
  font-weight: 500;
  color: #8BC1C8;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}
.rt-exp-prt .exp-bx-prt .exp-bx ul {
  margin: 12px 0 0;
  padding: 0;
}
.rt-exp-prt .exp-bx-prt .exp-bx ul li {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin: 5px 0;
  font-family: "Manrope", sans-serif;
}
.rt-exp-prt .exp-bx-prt .exp-bx ul li span {
  color: #8BC1C8;
  font-weight: 700;
}
.rt-exp-prt .exp-bx-prt .exp-bx:nth-child(2) {
  border-right: none;
}
.rt-exp-prt .exp-bx-prt .exp-bx:nth-child(3) {
  border-bottom: none;
}
.rt-exp-prt .exp-bx-prt .exp-bx:nth-child(4) {
  border-right: none;
  border-bottom: none;
}

.main-wrap {
  padding: 70px 0;
}
.main-wrap .sub-title-prt {
  border-bottom: 1px solid #D9D9D9;
}
.main-wrap .sub-title-prt span {
  color: #0D0D0E;
}

.portfolio-bx {
  margin-bottom: 25px;
}
.portfolio-bx .port-img {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-bx .port-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.6s;
  min-height: 309px;  
  
}
.portfolio-bx:hover .port-img img {
  transform: scale(1.1);
}
.portfolio-bx .port-txt {
  text-align: center;
  margin-top: -22px;
  transition: all ease-in-out 0.6s;
  position: relative;
}
.portfolio-bx .port-txt .btn-primary {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.portfolio-bx .port-txt h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0D0D0E;
  margin: 12px 0 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  text-align: left;
  transition: all ease-in-out 0.6s;
}
.portfolio-bx .port-txt p {
  color: #8BC1C8;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  font-family: "Manrope", sans-serif;
  text-align: left;
  transition: all ease-in-out 0.6s;
}
.portfolio-bx:hover .port-txt .btn-primary {
  opacity: 1;
}
.portfolio-bx:hover .port-txt h3 {
  text-align: center;
}
.portfolio-bx:hover .port-txt p {
  text-align: center;
}

.testi-wrap {
  padding: 75px 0;
  background: #0D0D0E url(../images/bg1.png) center center;
}
.testi-wrap .testi-bx {
  margin: 0;
  padding-right: 15%;
}
.testi-wrap .testi-bx img {
  width: auto !important;
}
.testi-wrap .testi-bx p {
  font-size: 27px;
  font-weight: 500;
  color: #CECECE;
  margin: 18px 0 0;
  line-height: 40px;
}
.testi-wrap .testi-bx .rating {
  display: block;
}
.testi-wrap .testi-bx .client-prt {
  display: flex;
  align-items: center;
}
.testi-wrap .testi-bx .client-prt .c-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.testi-wrap .testi-bx .client-prt .c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-wrap .testi-bx .client-prt h4 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}
.testi-wrap .testi-bx .client-prt h4 span {
  display: block;
  color: #8BC1C8;
  font-size: 15px;
  text-transform: uppercase;
}

#testi-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}
#testi-carousel .owl-dots .owl-dot {
  width: 40px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.26) !important;
  margin: 0 5px;
}
#testi-carousel .owl-dots .owl-dot.active {
  background-color: #8BC1C8 !important;
}

.booking-box {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 30px;
}
.booking-box h3 {
  font-size: 40px;
  font-weight: 600;
  color: #0D0D0E;
  margin: 0;
  padding: 0;
}
.booking-box p {
  color: #676767;
  margin: 15px 0 0;
}
.booking-box .rd-mailform .form-group {
  margin-bottom: 10px;
}
.booking-box .rd-mailform .form-group .form-control {
  border-radius: 5px;
  background-color: #EEEEEE;
  height: 55px;
  border: none;
  font-weight: 600;
}
.booking-box .rd-mailform .form-group .form-select {
  border-radius: 5px;
  background-color: #EEEEEE;
  height: 55px;
  border: none;
  font-weight: 600;
}
.booking-box .rd-mailform .form-group textarea.form-control {
  height: 150px;
}

.accordion-item {
  background-color: transparent;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.accordion-button {
  font-size: 24px;
  color: #0D0D0E;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding: 20px 15px;
  background-color: transparent;
  border: none;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.accordion-button:after {
  content: "+";
  background-image: none;
  font-size: 27px;
  color: #000;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  font-size: 15px;
  color: #717171;
  line-height: 24px;
  border: none;
}
.accordion-body p {
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
  border: none;
  margin: 0 0 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "-";
  transform: none;
  color: #000000;
}

.footer {
  background-color: #0D0D0E;
}
.footer .f-top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .f-top .f-logo {
  width: 195px;
}
.footer .f-top .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .f-top .f-pera {
  font-size: 22px;
  line-height: 32px;
  color: #CECECE;
  margin: 25px 0 0;
}
.footer .f-top .f-social {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
}
.footer .f-top .f-social li {
  margin: 0 18px 0 0;
}
.footer .f-top .f-social li i {
  font-size: 18px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-social li:hover i {
  color: #8BC1C8;
}
.footer .f-top .newsletter-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .f-top .newsletter-prt h3 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 35%;
}
.footer .f-top .newsletter-prt .newsletter-bx {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  width: 62%;
}
.footer .f-top .newsletter-prt .newsletter-bx form{
  display: flex;
  align-items: center;
}
.footer .f-top .newsletter-prt .newsletter-bx input[type=email] {
  background-color: #fff !important;
  border: none;
  color: #353535;
  font-size: 17px;
  font-weight: 400;
  height: 52px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 8px 122px 8px 18px;
  width: 100%;
}
.footer .f-top .newsletter-prt .newsletter-bx .search-icon {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  border-radius: 35px;
  position: absolute;
  right: 3px;
}
.footer .f-top .newsletter-prt .newsletter-bx .search-icon i {
  color: #8BC1C8;
  margin-left: 8px;
}
.footer .f-top .footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list li {
  float: none;
  font-size: 21px;
  margin: 0 0 12px;
  font-weight: 500;
  padding: 0;
}
.footer .f-top .footer-list li a {
  color: #CECECE;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .footer-list li:hover a {
  color: #8BC1C8;
}
.footer .f-top .f-contact {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-contact li {
  float: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.footer .f-top .f-contact li i {
  color: #0D0D0E;
  font-size: 18px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #8BC1C8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .f-top .f-contact li p {
  color: #CECECE;
  font-size: 21px;
  margin: 0;
}
.footer .f-top .f-contact li a {
  color: #CECECE;
  font-size: 21px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .open-time {
  color: #8BC1C8;
  margin: 20px 0 0;
}
.footer .f-bttm {
  padding: 20px 0;
}
.footer .f-bttm .copyright {
  color: #676767;
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.txt-slider h3 {
  font-size: 60px;
  color: #fff;
  margin: 0 15px;
  line-height: 80px;
}

.inr-ban {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.inr-ban:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(13, 13, 14, 0) 0%, rgba(13, 13, 14, 0.65) 100%);
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inr-ban .inner-banner-content {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  z-index: 2;
}
.inr-ban .inner-banner-content h1 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.76);
}
.inr-ban .inner-banner-content .breadcrumb {
  justify-content: center;
  margin: 15px 0 0;
}
.inr-ban .inner-banner-content .breadcrumb li {
  font-size: 18px;
}
.inr-ban .inner-banner-content .breadcrumb li a {
  color: #fff;
}
.inr-ban .inner-banner-content .breadcrumb li:before {
  color: #fff;
}
.inr-ban .inner-banner-content .breadcrumb li.active {
  color: #8BC1C8;
}

.service-img-bx {
  border-radius: 15px;
  overflow: hidden;
}
.service-img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.srvc-txt {
  padding-left: 40px;
}
.srvc-txt h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 85px;
  color: #0D0D0E;
  margin: 0;
  padding: 0;
}
.srvc-txt p {
  font-size: 22px;
  font-weight: 500;
  color: #0D0D0E;
  margin: 15px 0 0;
}

.map-bx {
  border-radius: 15px;
  overflow: hidden;
}
.map-bx iframe {
  width: 100%;
  height: 530px;
  border: none;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */


/* Pagination Style */
a.page-numbers {
    padding: 5px 10px !important;
    border: 1px solid #8bc1c8 !important;
    color: #000;
}
span.page-numbers.current {
    display: inline-block;
    border: 1px solid #8bc1c8 !important;
    padding: 5px 15px;
    background: #8bc1c8;
    color: #fff;
    font-weight: 600;
}
.pagination-inner {
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.single-services .srvc-txt h3 {
	border-bottom: 1px solid #ccc;
}
.single-services .mid-title-prt.mt-3 {
	font-size: 20px;
	font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 18px;
	font-weight: 600;
}

.portfolio_images img {
  max-height: 250px;
}