@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

@font-face {
  font-family: "nhaasGrotesk";
  /* src: url("../fonts/NHaasGroteskDSPro-55Rg.ttf"); */
  src: url("../fonts/NHaasGroteskDSPro-55Rg.otf");
}

@font-face {
  font-family: "canela-deck";
  src: url("../fonts/CanelaDeck-Thin-Trial.otf");
}

body {
  word-break: break-word;
  font-family: "nhaasGrotesk";
  color: #2b2b2b8f;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  background: #f5f3f0;
  letter-spacing: 0.6px;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
  font-family: "canela-deck";
}

h1 {
  font-size: 97px;
  line-height: 1;
}

h2 {
  font-size: 70px;
  line-height: 75px;
}

h3 {
  font-size: 44px;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-size: 24px;
  line-height: 29px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
}

p {
  font-size: 15px;
  line-height: 26px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.theme-c {
  color: #035359;
}

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(45deg, #05616c, #004948 100px);
  font-family: "nhaasGrotesk";
  min-width: 200px;
  text-align: center;
  border: 0px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  transition: 0.3s;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #014c4c;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #014c4c;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #1b1b1bc9;
}

::-moz-placeholder {
  color: #1b1b1bc9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1b1b1bc9;
}

:-moz-placeholder {
  color: #1b1b1bc9;
  opacity: 1;
}

/*header css start */

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #2c3641;
  padding: 10px 0px;
  font-size: 15px;
  /* font-family: "nhaasGrotesk"; */
  text-transform: uppercase;
  font-family: "roboto";
  font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #014c4c;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.menuSec ul .siteLogo {
  margin: 0px 90px;
  transform: scale(1.1);
  padding: 0px 62px;
}

.menuSec ul .siteLogo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 20px 20px #f5f3f0;
  background: #f5f3f0;
  top: 3px;
  border-radius: 20%;
}

img.siteLogoImg {
  height: 55px;
  z-index: 1;
  object-fit: fill;
}

.header_links a i {
  width: 54px;
  height: 44px;
  transition: 0.2s;
  background: repeating-linear-gradient(45deg, #055e69, #014a4a 100px);
}

.menuSec .row {
  margin: 32px 0px 40px;
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
  padding: 4px 0;
}

.liWrap {
  gap: 80px;
}

.header_links a {
  text-transform: uppercase;
  color: #2c3641ed;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

section.main_slider {
  margin: 0px 10px;
  border-radius: 10px;
  overflow: hidden;
}

img.banner-img1 {
  width: 100%;
  height: 680px;
  border-radius: 6px;
  object-fit: cover;
}

img.home-banner-img {
  height: 100%;
  object-fit: cover;
}

.banner_text {
  text-align: center;
  width: 65%;
  margin: 0px auto;
  padding: 80px 0px;
  position: relative;
}

.banner_text:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 30%;
  border: 4px solid #fff;
  border-bottom: 0px;
  top: 0;
  border-radius: 5px 5px 0px 0px;
}

.banner_text:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 30%;
  border: 4px solid #fff;
  border-top: 0px;
  bottom: 0;
  border-radius: 0px 0px 5px 5px;
}

.home-link.pt-3 {
  z-index: 12;
  position: relative;
}

.banner_text h5 {
  font-family: "canela-deck";
  font-weight: 100;
  letter-spacing: 10px;
}

/*banner css end*/

/* ======================= About Us  ===================== */
h6.headin-label {
  color: #035359;
  letter-spacing: 2px;
}

.ab-left {
  margin-right: 20px;
}

.ab-italic-txt p {
  font-weight: 600;
}

.ab-italic-txt {
  margin-bottom: 34px;
}

.ab-right {
  padding-left: 20px;
}

section.aboutsec .row.rowBef:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #0000001c;
  left: 50%;
  top: 0;
}

.abtWrap {
  width: 90%;
  margin: 0px auto;
}

.pbtn:hover {
  color: #fff;
  transform: scale(0.98);
}

img.about-img1 {
  height: 450px;
  object-fit: cover;
}

/* ======================= About Us  ===================== */

/* ======================= What We Do ===================== */

section.what-sec .card {
  background: #f1ede8;
  padding: 32px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
  transition: 0.3s;
}

.card-icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 30px;
  border: 1px solid #d7dcd7;
  border-radius: 145px;
}

.card-icon img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: fill;
}

section.what-sec .card:hover {
  transform: translate(0px, -2px);
}

/* ======================= What We Do ===================== */

/* ======================= Ready Transition ===================== */

img.ready-sec-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: fill;
  z-index: -1;
  height: 100%;
}

.ready-txt p {
  color: #ffffff9e;
  line-height: 26px;
}

.bt.whitebt .pbtn {
  background: #fff;
  color: #1a6062;
  padding: 18px 24px;
}

section.ready-sec {
  margin: 0px 10px;
}

img.private-img1 {
  height: 250px;
  object-fit: cover;
}

.chose-txt {
  padding-left: 32px;
}

img.chose-img1 {
  height: 560px;
  object-fit: cover;
}

/* ======================= Ready Transition ===================== */

/* ======================= Femails Portal ===================== */

img.femails-portal-img {
  height: 200px;
  object-fit: cover;
}

.port-left {
  padding: 20px 30px 0;
}

.port-col-left {
  background-color: #f1ede8;
}

.ch-col-right {
  background: #f1ede8;
  padding: 24px 10px 32px 0px;
}

/* ======================= Femails Portal ===================== */

/* ----------------------------- Testimonials Start ------------------------*/

.box-card {
  padding: 20px 20px;
  position: relative;
  margin: 30px 14px 0;
  background: #fff;
}

.mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

.box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

.box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014b4a;
  box-shadow: 0px 0px 8px 1px #2222221f;
  transition: 0.9s;
  font-size: 18px;
}

.box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 48px 0 16px;
  display: flex;
  gap: 5px;
}

.box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 16px;
}

.box-card .descrp {
  margin-bottom: 20px;
}

.box-card .descrp p {
  font-size: 14px;
  line-height: 25px;
}

.box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-card .authr-det h5 {
  font-size: 20px;
  color: #000;
  line-height: 20px;
}

.box-card .authr-det p {
  font-size: 14px;
  line-height: 18px;
  font-family: "canela-deck";
}

.mainSlider .box-card {
  background: linear-gradient(45deg, #05616c, #004948 100px);
  margin-left: 0;
}

.simSlidDs .item {
  margin: 0px;
}

.simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

.simSlidDs .slider-nav {
  margin: 0px;
}

.simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
}

.mainSlider .box-card p {
  color: #fff;
}

.mainSlider .box-card h5 {
  color: #fff;
}

/* ----------------------------- Testimonials  end ------------------------*/

/* ----------------------------- Footer ------------------------*/

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background-color: #0000;
  color: #ffffffcf;
  border: 1px solid #ffffff4d;
  transition: 0.2s;
}

ul.footer-socials li a:hover {
  background-color: #fff;
  color: #014b4a;
  border: transparent;
}

footer {
  background: linear-gradient(to right, #05616c, #004948);
  padding-top: 60px;
}

.bottom-footer .row {
  border-top: 1px solid #ffffff23;
}

.ft-general {
  padding: 40px 0 50px;
  position: relative;
}

.footer-main .row {
  border-top: 1px solid #ffffff23;
}

.footerlogo {
  border-right: 1px solid #ffffff23;
  border-left: 1px solid #ffffff23;
  margin: 0 40px;
}

.footer-info {
  margin-left: 40px;
}

.footer-info a {
  color: #222;
}

.double-links ul li a {
  color: #222;
}

.double-links {
  gap: 90px;
}

img.footer-logo {
  width: 170px;
}

/* ----------------------------- Footer ------------------------*/

/* ----------------------------- Inner banner ------------------------*/

img.inner-banner-bg {
  height: 460px;
  object-fit: cover;
}

img.inner-banner-img {
  height: 440px;
  object-fit: cover;
}

/* ----------------------------- Inner banner ------------------------*/

/* ----------------------------- Reivews Page  ------------------------*/

.inner-testi .box-card {
  margin: 0;
  background: #f1eee9;
  padding: 20px 40px 40px;
}

/* ----------------------------- Reivews Page  ------------------------*/

/* ----------------------------- Contact Us  ------------------------*/

section.connectLinks .cnt-links {
  background: linear-gradient(to right, #05616c, #004948);
  padding: 54px 32px;
  border-radius: 6px;
}

section.connectLinks .cnt-links h6:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  opacity: 41%;
  bottom: 0;
}

section.contactForm form input {
  width: 100%;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 4px;
  color: #222;
  font-weight: 500;
  border: 0px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

section.contactForm form input::placeholder {
  color: #7b7878c2;
}

section.contactForm form textarea {
  width: 100%;
  padding: 28px 20px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 0;
  color: #222;
  font-weight: 500;
  height: 150px;
  resize: unset;
  position: relative;
  text-transform: uppercase;
}

section.contactForm form textarea::placeholder {
  position: absolute;
  bottom: 20px;
  color: #7b7878c2;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ----------------------------- Contact Us  ------------------------*/

/* ----------------------------- login  ------------------------*/

.login-txt input {
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 40px 14px 20px;
  border: 1px solid #ddddda;
  border-radius: 5px;
}

.login-card input {
  background-color: transparent;
  border: 1px solid #ffffff54;
  color: #fff;
  border-radius: 5px;
}

.password-box {
  position: relative;
}

.password-icon {
  position: absolute;
  top: 26%;
  right: 3%;
}

.login-card .password-icon span {
  color: #fff;
}

.login-card input::placeholder {
  color: #fff;
}

.password-icon span {
  color: #0000005e;
  cursor: pointer;
}

.login-txt button {
  transition: 0.2s;
  background: linear-gradient(to right, #05616c, #004948);
}

.login-txt button:hover {
  filter: drop-shadow(0px 15px 8px #00000010);
}

.form-control:focus {
  background-color: transparent !important;
  box-shadow: unset !important;
  color: #fff !important;
}

.login-card {
  background: linear-gradient(to right, #05616c, #004948);
}

.login-card button {
  background: #fff;
}

/* ----------------------------- login  ------------------------*/

/* ----------------------------- Service Detail  ------------------------*/

img.srs-dt-img {
  height: 500px;
  object-fit: cover;
}

.srs-content {
  padding: 32px 40px 50px;
  background: #f1ede8;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: -130px auto 0;
}

/* ----------------------------- Service Detail  ------------------------*/

.chose-txt .pbtn {
  min-width: 240px;
}

.ch-col-right li {
  padding-left: 40px;
}

.bt.chosebtn {
  width: 88%;
  margin: 0px auto;
  display: table;
}

.bt .pbtn:focus {
  color: #fff;
}

.ch-col-right li img {
  width: 16px;
}

.login-txt ul li {
  font-size: 15px;
  font-weight: 500;
}

.login-card input[type="checkbox"] {
  appearance: none;
  width: 24px !important;
  height: 24px;
  border: 1px solid #ffffff3d;
  cursor: pointer;
  position: relative;
  padding: 0px;
  margin: 0px;
  border-radius: 2px !important;
}

.login-card input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

button.pbtn.contact-form-btn {
  padding: 20px 10px;
  min-width: 260px;
}

.login-txt input[type="password"]:focus {
  color: #000 !important;
}

.login-txt.login-card input[type="password"]:focus {
  color: #fff !important;
}

.mainSlider .box-card .quote i {
  background: #004948;
  color: #fff !important;
  box-shadow: unset;
}
