/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;
  font-weight: 400;
}

.container {
  max-width: 78.64%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 90.64%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 90.64%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 95%;
  }
}

.clr1 {
  color: #5b5b5b;
}

.clr2 {
  color: #000;
}

.size14 {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .size14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .size14 {
    font-size: 9px;
  }
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 20px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) {
  .size36 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 25px;
  }
}

.size25 {
  font-size: 25px;
}
@media screen and (max-width: 1500px) {
  .size25 {
    font-size: 21px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .size20 {
    font-size: 18px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}

.size13 {
  font-size: 13px;
}

p, li, .size16 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1700px) {
  p, li, .size16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  p, li, .size16 {
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  p, li, .size16 {
    line-height: 25px;
  }
}

.medium {
  font-family: "FuturaStd-Medium" !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #fff !important;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
}
.owl-nav .owl-prev .material-symbols-outlined, .owl-nav .owl-next .material-symbols-outlined {
  font-size: 2.5em;
}
@media screen and (max-width: 600px) {
  .owl-nav .owl-prev .material-symbols-outlined, .owl-nav .owl-next .material-symbols-outlined {
    font-size: 1.5em;
  }
}

.heading {
  font-size: 36px;
}
@media screen and (max-width: 600px) {
  .heading {
    font-size: 25px;
  }
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 0.6s ease;
  background: #ECEDED;
  background: linear-gradient(179deg, rgb(236, 237, 237) 0%, rgb(225, 226, 226) 92%);
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 5px 15px rgba(52, 141, 176, 0.1098039216);
}
.navbar .navbar-brand {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-brand {
    width: 20%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-brand {
    width: 18%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  .navbar .navbar-brand::before {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #6d6d6d;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 40%;
  }
  .navbar .navbar-brand::before {
    right: -10px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .projlogo {
    width: 9%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .projlogo {
    width: 7.5%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .projlogo {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 21em;
  }
}
@media screen and (max-width: 600px) {
  .navbar .projlogo {
    width: 20%;
    left: 54%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
.navbar .navbar-toggler {
  border: 1px solid #5b5b5b;
  color: #5b5b5b;
  padding: 0.45rem 0.75rem;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-toggler {
    margin-right: 15px;
  }
}
.navbar .navbar-toggler.collapsed .menu {
  display: block;
}
.navbar .navbar-toggler.collapsed .close1 {
  display: none;
}
.navbar .navbar-toggler .menu {
  display: none;
}
.navbar .navbar-toggler .close1 {
  display: block;
}
.navbar .navbar-nav {
  margin: 2rem 0 0;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav {
    margin: 1.5rem 0 0;
  }
}
.navbar .navbar-nav li {
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li {
    padding: 0;
  }
}
.navbar .navbar-nav li:last-child {
  padding-right: 0;
}
.navbar .navbar-nav li:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li:last-child a.nav-link {
    border-bottom: 0 solid #6d6d6d;
  }
}
.navbar .navbar-nav li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #000000;
  right: 0;
  transition: all 0.6s ease;
  bottom: 25%;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li::before {
    content: unset;
  }
}
.navbar .navbar-nav li a.nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.6s ease;
  padding: 7px 0;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li a.nav-link {
    padding: 20px 1em;
    border-bottom: 1px solid #6d6d6d;
    text-align: right;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 11px 1em;
  }
}
.navbar .navbar-nav li a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  transition: all 0.6s ease;
  bottom: 0;
}
.navbar .navbar-nav li a.nav-link:hover, .navbar .navbar-nav li a.nav-link.active {
  transition: all 0.6s ease;
  font-weight: 500;
  color: #000000;
}
.navbar .navbar-nav li a.nav-link:hover::before, .navbar .navbar-nav li a.nav-link.active::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}

.hmsec01 {
  position: relative;
  text-align: center;
  padding: 1rem 0;
}

.hmsec02 {
  position: relative;
}
.hmsec02 .txtconte {
  padding: 0 5%;
}
.hmsec02 .txtconte ul {
  padding: 0 0 0 20px;
  margin: 0 0;
}
.hmsec02 .txtconte ul li {
  margin-bottom: 8px;
}

.hmsec03 {
  position: relative;
  padding: 2.5rem 0;
}
.hmsec03 .innsec {
  background: #00214a;
  margin: 0 auto;
  padding: 3rem 18%;
}
@media screen and (max-width: 999px) {
  .hmsec03 .innsec {
    padding: 3rem 10%;
  }
}
@media screen and (max-width: 600px) {
  .hmsec03 .innsec {
    padding: 3rem 5%;
  }
}
.hmsec03 .innsec input, .hmsec03 .innsec textarea {
  border: 1px solid #fff;
  padding: 24px 18px;
  color: #00214a;
  font-size: 15px;
}
.hmsec03 .innsec input:focus, .hmsec03 .innsec textarea:focus {
  outline: 0;
}
.hmsec03 .innsec h2 {
  color: #fff;
}
.hmsec03 .btn {
  padding: 11px 30px;
  background: url(../img/but-bg.jpg) no-repeat -46px -60px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  transition: all 1.5s;
  padding: 0.7rem 3rem !important;
}
@media screen and (max-width: 1500px) {
  .hmsec03 .btn {
    padding: 0.5rem 2rem !important;
    font-size: 14px;
  }
}
.hmsec03 .btn:hover {
  background-position: -20px -40px;
}

.hmsec04 {
  padding: 2.5rem 0;
  background: #f5f5f5;
}

@media screen and (max-width: 500px) {
  .imglogo {
    width: 40%;
    margin: 0 auto;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
  }
}
.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  font-weight: 400;
  font-size: 30px;
  color: #000;
}

.carousel-control-next {
  right: 1.5%;
}

.carousel-control-prev {
  left: 1.5%;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #ECEDED;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.callnow {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 10px;
  background: #348db0;
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .callnow {
    display: flex;
  }
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #348db0;
  background-size: cover;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #scroll {
    bottom: 75px;
    right: 19px;
  }
}
@media screen and (max-width: 600px) {
  #scroll {
    bottom: 60px;
    right: 10px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 19%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 25%;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #348db0;
    border-top: 1px solid #fff;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  background: #348db0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.6s ease;
  text-decoration: none;
  z-index: 1;
}
.enquieryrap .iconenqui.book {
  padding: 0.5rem;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    background: transparent;
    border: 0px solid #1f3148;
  }
}
.enquieryrap .iconenqui img {
  transition: all 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 9px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui.book {
    padding: 7px 8px;
  }
  .enquieryrap .iconenqui:nth-child(3) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 20px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 9px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-top: 3px;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 150px;
  background: #348db0;
  padding: 0.58rem 0.8rem;
  border-radius: 0px 42px 42px 0;
  top: 0%;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
  border: 2px solid #fff;
}
.enquieryrap .iconenqui .txt p {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover {
  border-color: transparent;
  transition: all 0.6s ease;
  border-left: 1px solid #fff;
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.downbrochu {
  position: fixed;
  right: 0;
  top: 38%;
  background: #348db0;
  color: #fff;
  padding: 15px 16px;
  writing-mode: sideways-lr;
  text-transform: uppercase;
  transform: rotate(180deg);
  z-index: 111;
  text-decoration: none;
  transition: all 0.6s ease;
  font-size: 15px;
}
@media screen and (max-width: 1700px) {
  .downbrochu {
    top: 43%;
  }
}
@media screen and (max-width: 1600px) {
  .downbrochu {
    top: 48%;
  }
}
@media screen and (max-width: 1500px) {
  .downbrochu {
    top: 54%;
  }
}
@media screen and (max-width: 999px) {
  .downbrochu {
    width: 100%;
    top: unset;
    bottom: 0;
    transform: unset;
    writing-mode: unset;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .downbrochu {
    display: none;
  }
}
.downbrochu:hover {
  transition: all 0.6s ease;
  color: #fff;
  text-decoration: none;
}

.modal .modal-content {
  padding: 5%;
  position: relative;
  background: #fff;
  background-size: cover;
}
.modal .modal-content .close {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #348db0;
  top: 8px;
  right: 11px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #5b5b5b;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #5b5b5b;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  box-shadow: unset;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "FuturaStd-Light";
  src: url("../fonts/FuturaStd-Light.eot");
  src: url("../fonts/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Light.woff") format("woff"), url("../fonts/FuturaStd-Light.ttf") format("truetype"), url("../fonts/FuturaStd-Light.otf") format("opentype"), url("../fonts/FuturaStd-Light.svg#FuturaStd-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}
@font-face {
  font-family: "FuturaStd-Medium";
  src: url("../fonts/FuturaStd-Medium.eot");
  src: url("../fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd-Medium.otf") format("opentype"), url("../fonts/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes btntop {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes imhp {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.6;
  }
}
.haeding {
  overflow: hidden;
}

.itemscale {
  animation: itemscale 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

.fadein {
  animation: fadein 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes itemscale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slide-in-left 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.reveal__box {
  flex: 1 1 25%;
  height: 100%;
  background-color: #fff;
  transform-origin: top;
}

.reveal-me {
  animation-name: revealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal-me {
  animation-name: textRevealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: transparent;
}

.text-reveal__box {
  flex: 1 1 25%;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
}

@keyframes textRevealAnim {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes revealAnim {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}/*# sourceMappingURL=style.css.map */