:root {
  --theme-color: #1a4276;
  --theme-color2: #b0a673;
  --theme-font: "poppins";
  --heading-font: "poppins";
  --background: linear-gradient(45deg, #D99D23, #FACA28, #FFE89E, #C78F08);
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.title-des {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a8a8a8;
}

.common-heading {
  font-weight: 700;
  margin: 0;
  color: var(--theme-color);
  position: relative;
  margin-bottom: 17px;
  font-size: 30px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}
.common-heading:before {
  width: 40px;
  content: "";
  height: 3px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-heading.center-heading {
  text-align: center;
}
.common-heading.center-heading:before {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.common-btn {
  padding: 12px 32px;
  color: var(--title-color);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  background: var(--theme-color);
}
.common-btn:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  font-family: var(--theme-font);
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

header {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header nav .logo-wrapper {
  max-width: 230px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 5px;
}
header nav.navbar-expand-lg .navbar-nav .nav-link {
  padding-bottom: 30px;
  padding-top: 30px;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
header nav.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
header nav.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #191919;
  color: #fff;
  border-radius: 0;
}
header nav.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  color: #bebebe;
}
header nav.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
header nav .dropdown-item.active,
header nav .dropdown-item:active {
  background-color: var(--theme-color);
}

header.sticky nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0 0 23px -18px #000;
}
header.sticky nav.navbar-expand-lg .navbar-nav .nav-link {
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 400;
}
header.sticky nav.navbar-expand-lg .logo-wrapper img {
  max-width: 160px;
}

.banner-home-new .banner-content {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 100%;
}
.banner-home-new .banner-content .bnr-inner {
  position: relative;
  z-index: 8;
}
.banner-home-new .banner-content .bnr-inner h2 {
  text-transform: uppercase;
  font-size: 55px;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.banner-home-new .banner-content .bnr-inner p {
  font-size: 20px;
  color: #fff;
}
.banner-home-new img {
  filter: brightness(0.5);
  position: relative;
  z-index: 1;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home-new .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home-new button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home-new button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home-new button.owl-prev span:hover {
  color: white;
}
.banner-home-new button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home-new button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home-new button.owl-next span:hover {
  color: white;
}

footer {
  background-color: #1d1d1d;
  padding: 50px 0 10px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8196078431), rgba(0, 0, 0, 0.7411764706)), url(img/footer-bg.jpg);
}
footer .footer-logos img {
  max-width: 193px;
  margin-bottom: 1.3rem;
}
footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
footer p {
  color: #bdbdbd;
  line-height: 1.6;
  font-size: 14px;
}
footer .footer-social ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
footer .footer-social li {
  margin-left: 1rem;
}
footer .footer-social li a {
  font-size: 15px;
  color: var(--theme-blue);
}
footer .footer-nav li a {
  font-size: 14px;
  color: #e2e2e2;
  transition: all 0.3s;
}
footer .footer-nav li a:hover {
  color: #fff;
  padding-left: 5px;
}

.discovers .dis-box {
  position: relative;
}
.discovers .dis-box .dis-imgsss img {
  filter: brightness(0.7);
}
.discovers .dis-box .iner-dis-conts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 15px 25px;
}
.discovers .dis-box .iner-dis-conts h4 {
  color: #fff;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.discovers .dis-box .iner-dis-conts p {
  color: #fff;
}
.discovers .dis-box .iner-dis-conts .common-btn {
  background-color: var(--theme-color2);
}

.book-secs {
  background-image: linear-gradient(45deg, rgba(3, 66, 122, 0.8196078431), rgba(3, 66, 122, 0.9098039216)), url(img/book-secs.jpg);
  background-size: contain;
  background-position: center;
}
.book-secs .book-boxx {
  background-color: #FFF;
  padding: 18px;
  height: 100%;
  position: relative;
  min-height: 523px;
}
.book-secs .book-boxx .book-conts {
  padding: 18px 0;
}
.book-secs .book-boxx .book-conts .img-wrapps img {
  height: 213px;
}
.book-secs .book-boxx .book-conts h4 {
  font-size: 20px;
  line-height: 1.8;
  color: var(--theme-color);
  font-weight: 600;
}
.book-secs .book-boxx .rdmores {
  position: absolute;
  bottom: 10px;
}
.book-secs .book-boxx .img-wrapps {
  background-color: var(--theme-color);
  text-align: center;
}
.gall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.gall .gal-box {
  position: relative;
  overflow: hidden;
}
.gall .gal-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  opacity: 0;
}
.gall .gal-box img {
  width: 100%;
  height: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.gall .gal-box:hover i {
  opacity: 1;
}
.gall .gal-box:hover img {
  transform: scale(1.08);
}

.testimonials {
  background-color: #f1f1f1;
}
.testimonials .testi-boxx {
  padding: 15px;
  background-color: #ffffff;
  padding: 35px 40px;
  position: relative;
  box-shadow: 0 0 17px -11px #000;
  margin: 20px 28px;
}
.testimonials .testi-boxx .testi-conts {
  margin-bottom: 20px;
}
.testimonials .testi-boxx .testi-conts .fa-quote-left {
  position: absolute;
  left: -16px;
  font-size: 30px;
  top: 21px;
  color: var(--theme-color);
  filter: drop-shadow(2px 0px 2px black);
}
.testimonials .testi-boxx .testi-conts .fa-quote-right {
  position: absolute;
  position: absolute;
  right: -16px;
  font-size: 30px;
  bottom: 21px;
  color: var(--theme-color);
  filter: drop-shadow(-2px -1px 2px black);
}
.testimonials .testi-boxx .testi-imgs-wraps {
  display: flex;
  align-items: center;
}
.testimonials .testi-boxx .testi-imgs-wraps .testi-imgs img {
  border: solid 5px var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testi-boxx .testi-imgs-wraps .testi-profiles {
  padding-left: 15px;
}
.testimonials .testi-boxx .testi-imgs-wraps .testi-profiles h4 {
  font-weight: 600;
  font-size: 20px;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testimonials button.owl-prev {
  position: absolute;
  left: 30px;
  top: 45%;
  transform: translateY(-50%);
}
.testimonials button.owl-prev span {
  font-size: 100px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: var(--theme-color);
  padding-left: 1px;
  border-radius: 50px;
}
.testimonials button.owl-prev span:hover {
  color: var(--theme-color2);
}
.testimonials button.owl-next {
  position: absolute;
  right: 30px;
  top: 45%;
  transform: translateY(-50%);
}
.testimonials button.owl-next span {
  font-size: 100px;
  color: var(--theme-color);
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.testimonials button.owl-next span:hover {
  color: var(--theme-color2);
}

.breadcrumb {
  padding: 10rem 0 4rem;
  background-image: linear-gradient(45deg, black, rgba(0, 0, 0, 0.2)), url(img/bred-bggs.jpg);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.breadcrumb .container {
  position: relative;
  z-index: 8;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}
.breadcrumb h1 {
  color: #fff;
  font-size: 45px;
  color: #fff;
  position: relative;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  position: relative;
  color: #fff;
  padding-right: 20px;
  margin-right: 15px;
}
.breadcrumb ul li:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
}
.breadcrumb ul li a {
  color: #fff;
}
.breadcrumb ul li:last-child:before {
  display: none;
}

.contact-page .conatact-page-info-wrapper,
.opmaat-page .conatact-page-info-wrapper {
  background-color: var(--theme-color);
  border-radius: 17px;
  color: #fff;
  padding: 50px 41px;
  position: relative;
  overflow: hidden;
}
.contact-page .conatact-page-info-wrapper .info-box a,
.opmaat-page .conatact-page-info-wrapper .info-box a {
  margin-bottom: -6px;
  display: flex;
  align-items: baseline;
}
.contact-page .conatact-page-info-wrapper::before,
.opmaat-page .conatact-page-info-wrapper::before {
  width: 100px;
  height: 100px;
  content: "";
  background-color: #22a0d3;
  position: absolute;
  bottom: 70px;
  right: 70px;
  border-radius: 50px;
  opacity: 0.5;
}
.contact-page .conatact-page-info-wrapper::after,
.opmaat-page .conatact-page-info-wrapper::after {
  width: 360px;
  height: 360px;
  content: "";
  background-color: #22a7dd;
  position: absolute;
  bottom: -200px;
  right: -200px;
  border-radius: 500px;
  opacity: 0.5;
}
.contact-page .conatact-page-info-wrapper .info-content,
.opmaat-page .conatact-page-info-wrapper .info-content {
  border-radius: 0 0 15px 14px;
  padding: 20px 0;
}
.contact-page .conatact-page-info-wrapper p,
.opmaat-page .conatact-page-info-wrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
}
.contact-page .conatact-page-info-wrapper a,
.opmaat-page .conatact-page-info-wrapper a {
  color: #fff;
}
.contact-page .conatact-page-info-wrapper i,
.opmaat-page .conatact-page-info-wrapper i {
  color: #fff;
  padding-right: 10px;
}
.contact-page .conatact-page-info-wrapper .social-media a,
.opmaat-page .conatact-page-info-wrapper .social-media a {
  font-size: 27px;
  margin-top: 15px;
  display: inline-flex;
}
.contact-page .conatact-page-info-wrapper .social-media a a,
.opmaat-page .conatact-page-info-wrapper .social-media a a {
  margin-right: 19px;
}
.contact-page .conatact-page-info-wrapper .social-media a:nth-child(1) i,
.opmaat-page .conatact-page-info-wrapper .social-media a:nth-child(1) i {
  color: #1877f2;
}
.contact-page .conatact-page-info-wrapper .social-media a:nth-child(2) i,
.opmaat-page .conatact-page-info-wrapper .social-media a:nth-child(2) i {
  background: -webkit-linear-gradient(#ff2f2f, #fb7f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-page .conatact-page-info-wrapper .social-media a:nth-child(3) i,
.opmaat-page .conatact-page-info-wrapper .social-media a:nth-child(3) i {
  color: #1da1f2;
}
.contact-page .conatact-page-info-wrapper .social-media a:nth-child(4) i,
.opmaat-page .conatact-page-info-wrapper .social-media a:nth-child(4) i {
  color: #ff0000;
}
.contact-page .form-wrapper,
.opmaat-page .form-wrapper {
  float: right;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px -12px #000;
  border-radius: 5px;
  padding: 50px 35px;
}
.contact-page .form-wrapper input,
.opmaat-page .form-wrapper input {
  line-height: 50px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  border: 0;
  margin-bottom: 15px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1411764706);
}
.contact-page .form-wrapper input:focus-visible,
.opmaat-page .form-wrapper input:focus-visible {
  outline: 0;
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.contact-page .form-wrapper textarea,
.opmaat-page .form-wrapper textarea {
  padding: 15px;
  font-size: 14px;
  border: 0;
  margin-bottom: 11px;
  width: 100%;
  height: 150px;
  border: solid 1px rgba(0, 0, 0, 0.1411764706);
}
.contact-page .form-wrapper textarea:focus-visible,
.opmaat-page .form-wrapper textarea:focus-visible {
  outline: 0;
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.contact-page .form-wrapper input[type=file],
.opmaat-page .form-wrapper input[type=file] {
  line-height: 32px;
  height: 69px;
}
.contact-page .form-wrapper input[type=submit],
.opmaat-page .form-wrapper input[type=submit] {
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  border: 0;
  margin-bottom: 11px;
  width: 100%;
  background-color: var(--theme-color);
  cursor: pointer;
  border: solid 1px transparent;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0px 15px;
}
.contact-page .form-wrapper input[type=submit]:focus,
.opmaat-page .form-wrapper input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.contact-page .form-wrapper .get-in-touch,
.opmaat-page .form-wrapper .get-in-touch {
  padding: 15px 0px;
  font-size: 25px;
  margin-bottom: 28px;
  position: relative;
}
.contact-page .form-wrapper .get-in-touch:before,
.opmaat-page .form-wrapper .get-in-touch:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 25px;
  height: 25px;
  border-top: solid 16px #000;
  border-bottom: solid 14px transparent;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
  background-color: transparent;
  display: none;
}

.tesi-pagess .testi-boxx {
  padding: 15px;
  background-color: #ffffff;
  padding: 17px 24px;
  position: relative;
  box-shadow: 0 0 17px -11px #000;
  margin: 20px 28px;
}
.tesi-pagess .testi-boxx .testi-conts .fa-quote-left {
  position: absolute;
  left: -16px;
  font-size: 45px;
  top: -16px;
  color: var(--theme-color);
  filter: drop-shadow(8px 8px 6px black);
}
.tesi-pagess .testi-boxx .testi-conts .fa-quote-right {
  position: absolute;
  position: absolute;
  right: -16px;
  font-size: 45px;
  bottom: -16px;
  color: var(--theme-color);
  filter: drop-shadow(-14px -7px 6px black);
}
.tesi-pagess .testi-boxx .testi-imgs-wraps {
  display: flex;
  align-items: center;
}
.tesi-pagess .testi-boxx .testi-imgs-wraps .testi-imgs img {
  border: solid 5px var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tesi-pagess .testi-boxx .testi-imgs-wraps .testi-profiles {
  padding-left: 15px;
}
.tesi-pagess .testi-boxx .testi-imgs-wraps .testi-profiles h4 {
  font-weight: 600;
  font-size: 20px;
}

.about-us h4 {
  font-size: 20px;
}

.about-us-page h4 .ab-box {
  padding: 15px;
  box-shadow: 0 0 20px -15px #000;
  transition: all 0.3s;
}
.about-us-page h4 .ab-box .ab-cint-box {
  padding-top: 1.5rem;
}
.about-us-page h4 .ab-box .ab-cint-box h4 {
  font-weight: 600;
  color: var(--theme-color);
  font-size: 18px;
}
.about-us-page h4 .ab-box .ab-cint-box ul li {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.about-us-page h4 .ab-box .ab-cint-box ul li::before {
  content: "\f00c";
  position: absolute;
  color: var(--theme-color);
  left: 0;
  font-family: "fontawesome";
}
.about-us-page h4 .ab-box .ab-cint-box p {
  font-size: 15px;
}
.about-us-page h4 .ab-box:hover {
  transform: translateY(-20px);
}

.book-form {
  background-color: #e3e3e3;
  padding: 19px;
}
.book-form input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 1.5rem;
}
.book-form input[type=submit] {
  height: auto;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */