* {
  margin: 0%;
  padding: 0;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Voga';
  src: url('../fonts/Voga-Medium.woff2') format('woff2'),
    url('../fonts/Voga-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Timeless';
  src: url('../fonts/Timeless-Normal.woff2') format('woff2'),
    url('../fonts/Timeless-Normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Afacad", sans-serif;
}

p {
  font-family: 'Timeless';
  font-size: 16px;
}

button {
  font-family: "Afacad", sans-serif;
}

ul {
  padding-left: 0;
}

li {
  list-style: none !important;

}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Afacad", sans-serif;
}

img {
  max-width: 100%;
  transition: ease-in-out 0.3s;
}

.img {
  overflow: hidden;
}

.img:hover img {
  /* transform: scale(1.1); */
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}


@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px)
  }

  33.3% {
    transform: translateX(-6px)
  }

  49.95% {
    transform: translateX(4px)
  }

  66.6% {
    transform: translateX(-2px)
  }

  83.25% {
    transform: translateX(1px)
  }

  100% {
    transform: translateX(0)
  }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}




.logo img {
  width: 180px;
}

.img img {
  transition: 0.3s ease-in-out;
}

.top_head {
  background-color: #000;
  color: #fff;
}

.top_head h6 {
  margin-bottom: 0;
  padding: 8px 0;
}

.head-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;
  align-items: center;
}

.main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;
  color: #fff;
}

.header {
  position: relative;
}

.nab-navbar ul li {
  padding: 0px 10px;
  position: relative;
  z-index: 9;
  font-family: "Jost";
}

.logo {
  position: relative;
  z-index: 9;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  padding: 7px 15px;
}

.nab-navbar .droupdown li {
  padding: 10px 0;
}

.nab-navbar .droupdown {
  padding: 20px 0;
  background-color: #ebe7e0;
}

.nab-navbar .droupdown a {
  color: #000;
  padding: 10px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  border: 2px solid #fff;
}

.nab-navbar .droupdown a:hover {
  background-color: #365140;
  color: #fff;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .img_h {
  animation: zoomInImage 2.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active::after {
  animation: stickySlideDown 2s ease-in-out;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-200px);

    transform: translateY(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #b3d0de;
  animation: slideDown 1s ease-out;
}

#myHeader.sticky .logo img {
  width: 130px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header_text:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
}

.header_text .container-fluid {
  position: relative;
  z-index: 99;
}

.head_b {
  display: none;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.head-pera {
  margin-top: 30px;
}

.clk_btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  right: 0;
  top: 0%;
}

.booking_slider .slick-nav.next-arrow.slick-arrow,
.testimoinal .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: -60px;
  z-index: 9;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
}

.booking_slider .slick-nav.prev-arrow.slick-arrow,
.testimoinal .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: -60px;
  z-index: 9;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
}




.head_img img {
  width: 100%;
  object-fit: cover;
  margin: auto;
}

.head_img {
  position: relative;
  z-index: 9;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_text {
  padding: 6% 0 0% 8%;
  background-size: cover;
  background-position: center;
}

.header_text .row {
  align-items: center;
}

.banner_text p {
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  width: 250px;
  display: none;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.head_btn a {
  color: #fff;
  padding: 8px 45px;
  font-size: 18px;
  border-radius: 50px;
  background-color: #255584;
}

.head_btn a:hover {
  background-color: #000;
}

.head_socal {
  display: flex;
  gap: 15px;
}

.banner_text {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  color: #fff;
  z-index: 9;
  text-align: center;
}

.banner_text h1 {
  font-size: 60px;
  font-family: 'Voga';
}

.banner_item {
  position: relative;
}

.banner_item img {
  height: 100vh;
  width: 100%;
}

/* 
.banner_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000066;
} */



/* .marquee-wrapper .marquee:first-child {
  --duration: 100s;
}

.marquee-wrapper .marquee:last-child {
  --duration: 80s;
} */
.head-all .foot_socal a {
  padding: 3px 9px;
  background-color: #255584;
  border-radius: 3px;
  border: 1.5px solid #255584;
}

.head-all .foot_socal {
  gap: 10px 5px;
}

.head-all .foot_socal a:hover {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #000;
}

.marquee-wrapper .marquee.marquee--reverse .marquee-group {
  animation-direction: reverse;
}

.marquee-wrapper .marquee .marquee-group {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
}

.marquee-wrapper .marquee {
  position: relative;
  --duration: 120s;
  --gap: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.maltipal_icon {
  padding: 60px 0;
  /* background-color: #c0cdd1; */
}

.malti_item {
  position: relative;
  margin: 10px;
}

.aminities-content {
  position: absolute;
  background-color: #252626;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 50px;
  border-radius: 10px;
  transition: ease-in-out 0.5s;
}

.aminities-card-img img {
  width: 100%;
}

.aminities-content img {
  margin: auto;
  width: 55px;
  margin-bottom: 50px;
}

.malti_item:hover .aminities-content {
  background-color: #2f34348a;
}

.box-title {
  color: #fff;
  font-size: 20px;
}

.tab-wrapper {
  background-color: #FFFFFFD9;
  border-radius: 20px;
  padding: 30px 50px;
  max-width: 70%;
  width: 100%;
  margin: auto;
  text-align: left;
  position: relative;
  margin-top: 120px;
}

.tab-wrapper h3 {
  color: #000;
}


.tab-wrapper .tab {
  padding: 3px 21px 5px;
  color: #000;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background-color: #EBEBEB;
  border-radius: 3px;
  font-size: 20px;
  font-family: "Afacad", sans-serif;
}

.tab-wrapper .tab:hover {
  background-color: #255584;
  color: #fff;
}

.tab-wrapper .tab.active {
  background-color: #255584;
  color: #fff;
}

.tab-wrapper select,
.tab-wrapper input {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  border: none;
}

.tab-wrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 6px 15px;
}

.tab-wrapper .tabs h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.tab-content input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
}

.tab-content button {
  border: none;
  position: absolute;
  right: 5%;
  bottom: 14%;
  background-color: #255584;
  padding: 7px 18px;
  border-radius: 3px;
  color: #fff;
}


.tab-content button i {
  margin-right: 8px;
  font-size: 14px;
}

.banner_head {
  margin-bottom: 50px;
}

.banner_head h5 {
  font-size: 25px;
}

.margin {
  margin: 70px 0;
}

.realor {
  margin-bottom: 0px;
}

.ab_btn {
  text-align: end;
}

.ab_btn a {
  background-color: #255584;
  padding: 7px 25px;
  border-radius: 3px;
  color: #fff;
  font-family: "Mooli", sans-serif;
}

.ab_btn a:hover {
  background-color: #b3d0de;
  color: #000;
}

.bg_layer {
  background-color: #ffffffcc;
}

.main_head {
  margin-bottom: 60px;
}

.main_head h2 {
  font-size: 37px;
  color: #255584;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: "Mooli", sans-serif;
}

.all_card .main_head h2 {
  font-size: 35px;
}

.main_head p {
  font-size: 19px;
  /* font-weight: 600; */
  font-family: "Mooli", sans-serif;
}

.featured_left {
  position: relative;
}

.featured_left:hover .featured_left_text {
  bottom: 8%;
}

.home_ab {
  position: relative;
}

.home_ab::after {
  content: "";
  width: 1270px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 8.5%;
  background-color: #bebebe;
}

.featured img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.featured_left_text {
  position: absolute;
  background-color: #255584E5;
  width: 90%;
  bottom: 2%;
  left: 5%;
  border-radius: 20px;
  padding: 15px 40px;
  color: #fff;
  transition: ease-in-out .5s;
}

.featured_left_text ul {
  display: flex;
  gap: 0 10px;
  margin-top: 10px;
}

.featured_left_text ul li {
  padding: 0 15px;
  border-right: 1px solid #fff;
}

.featured_left_text ul li:last-child {
  border-right: 0;
}

.featured_left_text ul li:first-child {
  padding-left: 0;
}

.featured_left_text p {
  margin-bottom: 4px;
}

.right_item {
  position: relative;
}

.right_item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px 18px;
  border-radius: 50%;
  font-size: 30px;
  color: cadetblue;
}

.featured_right {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.right_Complete {
  background-color: #255584;
  color: #fff;
  border-radius: 20px;
  padding: 78px 27px 13px;
  position: relative;
}

.right_Complete a {
  position: absolute;
  top: 5%;
  right: 5%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000;
  border-radius: 50%;
}

.right_item,
.right_Complete {
  width: 49%;
}

.featured_right_slider {
  width: 100%;
}

.right_item img {
  height: 294px;
}

.right_Complete h1 {
  font-size: 96px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  transition: ease-in-out .5s;
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  transition: ease-in-out .5s;
}

.featured_slider .slick-nav.next-arrow.slick-arrow {
  top: -15%;
  right: 6%;
  z-index: 9;
  background: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #bebebe;
}

.featured_slider .slick-nav.prev-arrow.slick-arrow {
  top: -15%;
  right: 0%;
  z-index: 9;
  background: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #bebebe;
}

.slick-nav.prev-arrow.slick-arrow:hover,
.slick-nav.next-arrow.slick-arrow:hover {
  background-color: #255584;
  color: #fff;
}

.featured_right_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 4%;
  z-index: 9;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  border-radius: 50%;
}

.featured_right_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 4%;
  z-index: 9;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  border-radius: 50%;
}

.properties_area_slider_item img {
  width: 100%;
}

.properties_area_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 4%;
  z-index: 9;
  background: #ffffffb7;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
}

.properties_area_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 4%;
  z-index: 9;
  background: #ffffffb7;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
}
.properties_area_slider_righr {
  background-color: #255584;
  border-radius: 20px;
}
.morehead {

  padding: 30px;
  min-height: 638px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.morehead p {
  font-size: 20px;
  line-height: 35px;
}

.morehead::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0%;
  left: 0;
  background-color: #b3d0de;
  border-radius: 20px;
  z-index: -1;
  transition: ease-in-out .5s;
}

.morehead:hover::after {
  height: 100%;
}

.morehead:hover {
  color: #000;
  transition: ease-in-out .5s;
}

.morehead:hover a {
  color: #000;
}

.morehead h1 {
  font-size: 65px;
}

.morehead a {
  color: #fff;
  font-size: 20px;
  font-family: "Mooli", sans-serif;
}

.morehead a i {
  margin-left: 10px;
}

.properties_area {
  padding: 50px 0;
}


.tabs__navigation {
  margin-top: 30px;
}

.tabs__btn.active {
  color: #000;
  background-color: #b3d0de;
}

.tabs__btn:hover {
  background-color: #b3d0de;
  color: #000;
}

.tabs__body {
  /* display: none; */
  font-size: 18px;
  transform: scale(0);
  transition: ease-in-out .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.tabs__body.active {
  transform: scale(1);
  position: relative;
  opacity: 1;
}

.tabs__navigation {
  display: inline-flex;
  justify-content: center;
  background-color: #D9D9D9;
  gap: 8px 30px;
  /* border-radius: 50px; */
  padding: 10px;
}

.tabs__btn {
  background-color: #255584;
  color: #fff;
  padding: 8px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: ease-in-out .5s;
  font-family: "Mooli", sans-serif;
}


.pro_item {
  overflow: hidden;
  margin: 10px;
}

.proparty {
  margin: 50px 0 0;
  padding: 60px 0;
  position: relative;
  z-index: 9;
  background-attachment: fixed;
  overflow: hidden;
}

.proparty::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-color: #000000bf;

}

.proparty .main_head h2 {
  color: #fff;
}

.proparty .main_head p {
  color: #fff;
}

.pro_text {
  z-index: 2;
  background: #F2F2F2;
  padding: 30px;
  text-align: left;
  position: relative;
  transition: ease-in-out .5s;
  min-height: 307px;
}

.pro_text::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0%;
  left: 0;
  background-color: #255584;
  z-index: -1;
  transition:
    ease-in-out .5s;
}

.pro_text:hover::after {
  height: 100%;
  transition: ease-in-out .5s;
}

.pro_text:hover {
  color: #fff;
}

.pro_text p {
  margin-bottom: 5px;
  transition: ease-in-out .5s;
}

.pro_item .img img {
  width: 100%;
  object-fit: cover;
  height: 256px;
}

.pro_text h4 {
  font-size: 20px;
  line-height: 30px;
}

.pro_text ul {
  display: flex;
  margin: 12px 0;
  padding: 9px 0;
}

.pro_text ul li {
  font-size: 16px;
  padding: 1px 15px;
  position: relative;
  border-left: 1px solid #cacaca;
}

.pro_text ul li:first-child {
  border: none;
  padding-left: 0;
}

.listingcard .view_more {
  padding: 5px 29px;
  /* border-radius: 56px; */
  display: inline-block;
  background: #255584;
  color: #fff;
  border: 1px solid #ffffff;
  font-family: "Mooli", sans-serif;
}

.listingcard .view_more i {
  margin-left: 10px;
  font-size: 14px;
}

.listingcard .view_more:hover {
  background-color: #b3d0de;
  color: #000;
}

.sale_icon img {
  position: absolute;
  left: 2%;
  top: 0;
  width: 100px !important;
  height: auto !important;
}

.pro_text ul li i {
  margin-right: 5px;
  font-size: 15px;
}

/* .pro_text ul li::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 100%;
  bottom: 5px;
  background-color: #000;
} */


.listingcard p {
  margin-bottom: 0;
  font-size: 14px;
}

.pro_item a {
  color: #000;
}

.pro_item .img {
  position: relative;
}

.listingcard {
  background-color: #D9D9D9;
  /* border-radius: 50px; */
  padding-left: 20px;
}


.pro_rate h4 {
  margin-bottom: 0;
  color: #000;
}

.booking_btn .all_btn:hover {
  background-color: #000;
  color: #fff;
}

.home_ab {
  padding: 70px 0;
}

.home_ab .img {
  margin: 0 20px;
}

.ab_text h2 {
  text-transform: uppercase;
  color: #255584;
  font-family: "Mooli", sans-serif;
}

.ab_text ul li {
  margin: 4px 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost";
}

.ab_text ul li span {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
}

.ab_text ul {
  margin: 15px 0;
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}

.ab_text ul li a {
  color: #212529;
  font-family: 'Timeless';
}

.industry_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.industry {
  width: 48%;
  position: relative;
  padding-left: 63px;
}

.industry img {
  position: absolute;
  left: 0;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.ab_text h5 {
  font-family: 'Timeless';
  margin-bottom: 20px;
}

.testimoinal {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.test_bg {
  background-color: #000000b8;
  padding: 70px 0;
}

.test_bg h2 {
  color: #fff;
}

.name_box img {
  border-radius: 50%;
  width: 194px;
  margin: auto;
}

.test_slider {
  padding: 0 13%;
}

.test_item {
  background-color: #fff;
  padding: 30px 30px 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

/* .test_item::after {
  content: "";
  width: 100%;
  height: 35%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #255584;
} */

.test_item p {
  font-size: 15px;
}

.test_item h6 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 700;
}

.rating {
  margin: 20px auto;
  width: 140px;
}

.testimoinal .slick-nav.next-arrow.slick-arrow {
  background-color: #255584;
  color: #fff;
  border-color: #255584;
  left: 8%;
}

.testimoinal .slick-nav.prev-arrow.slick-arrow {
  background-color: #255584;
  color: #fff;
  border-color: #255584;
  right: 8%;
}

.blogs {
  padding: 60px 0;
}



.blog_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 43%;
  left: -21px;
  z-index: 9;
  background: #ffffff99;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #9d9d9d;
}

.blog_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 43%;
  right: -21px;
  z-index: 9;
  background: #ffffff99;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #9d9d9d;
}


.blog_text {
  padding: 20px 25px;
  background-color: #255584;
  color: #fff;
  position: relative;
  z-index: 1;
}

.blog_text::after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #b3d0de;
  transition: ease-in-out .5s;
  z-index: -1;
}

.blog_text:hover::after {
  width: 100%;
  height: 100%;
}

.blog_text:hover {
  color: #000;
}

.blog_text:hover a {
  color: #000;
}

.blog_text h4 {
  margin-bottom: 15px;
  font-size: 23px;
  letter-spacing: 2px;
  transition: ease-in-out .5s;
}

.blog_left_big .blog_text a {
  position: absolute;
  right: 2%;
  bottom: 18%;
}

.blog_left_big h4 {
  font-size: 30px;
  transition: ease-in-out .5s;
}

.blog_left_big img {
  min-height: 350px;
}

.blog_left_big p {
  margin-bottom: 0;
}

.blog_text a {
  color: #fff;
  font-size: 17px;
}

.blog_text a i {
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: ease-in-out 0.3s;
}

.blog_text a:hover i {
  transform: rotate(0deg);
}

.blog_left .img img {
  width: 100%;
}

.blog_slider .blog_left {
  margin: 5px 0;
}

.home_page {
  display: flex;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-dots li button {
  font-size: 0;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #255584;
}

.slick-dots li.slick-active button {
  background-color: #255584;
}

.widget-title .con_head {
  color: #000;
  margin-bottom: 30px;
  font-size: 26px;
  display: block;
}

.get-in-touch {
  position: relative;
  display: flex;
  margin: 20px 0;
  align-items: center;
  gap: 9px;
}

.widget-title .get-in-touch i {
  color: #255584;
}

.get-in-touch i {
  color: #fff;
  font-size: 20px;
}

.contact-information .get-in-touch span {
  font-weight: 600;
  color: #000;
  display: block;
}

.contact-information .get-in-touch a {
  color: var(--black);
  font-size: 20px;
}

ul.social-media {
  display: flex;
  margin-top: 30px;
}

ul.social-media li {
  position: relative;
  margin-left: 0px;
}

ul.social-media li a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

ul.social-media li a i {
  color: #ffffff;
  font-size: 12px;
  width: 45px;
  border: 1px solid #444;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  padding: 0;
  transition: 0.5s ease-in-out;
}

.contact-information ul.social-media li a i {
  color: #000;
}

.content-info {
  border-left: 1px solid #d4d4d4;
  padding-left: 60px;
}

.content-info input,
.content-info select {
  width: 100%;
  height: 60px;
  border: 0;
  outline: none;
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.faq {
  padding: 0 15% 60px;
}

.content-info textarea {
  width: 100%;
  border: 0;
  outline: none;
  padding-top: 15px;
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.all_btn {
  color: #fff;
  padding: 8px 45px;
  font-size: 18px;
  border-radius: 50px;
  background-color: #255584;
  transition: ease-in-out 0.3s;
  border: none;
}

.all_btn:hover {
  background-color: #000;
}

.all_btn i {
  margin-left: 8px;
  transform: rotate(-45deg);
  transition: ease-in-out 0.3s;
}

.all_btn:hover i {
  transform: rotate(0deg);
}

.counter {
  background-position: center;
  background-attachment: fixed;
}

.count_bg {
  background-color: #000000b8;
  padding: 200px 0;
  color: #fff;
}

.crafting_item h1 {
  font-size: 64px;
  font-weight: 600;
}

.crafting_item p {
  font-size: 24px;
}

.unique {
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}

.unique_text {
  background-color: #b3d0de;
  color: #fff;
  padding: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.unique_text::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #255584;
  z-index: -1;
  transition: ease-in-out .5s;
}

.unique_text:hover:after {
  height: 0;
}

.unique_text:hover {
  color: #000;
}

.unique_box img {
  width: 100%;
  min-height: 312px;
}

.unique_box h2 {
  font-weight: 400;
  transition: ease-in-out .5s;
}



button.course-accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  position: absolute;
  right: 2%;
  top: 17%;
  font-weight: 600;
  margin-left: 5px;
  border: 1px solid #000;
  padding: 4px 11px;
  border-radius: 50%;
  transition: ease-in-out .5s;
}

button.course-accordion.active:after {
  content: "\2212";
}

.course-panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 96%;
  font-family: "Raleway";
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, .88);
}

.course-accordion {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #bababa;
  background-color: transparent;
  border-radius: 10px;
  text-align: left;
  margin: 5px 0;
  font-family: 'Timeless';
  position: relative;
  transition: ease-in-out .5s;
}

button.course-accordion.active {
  background-color: #255584;
  color: #fff;
}

.course-accordion:hover {
  background-color: #255584;
  color: #fff;
}

button.course-accordion:hover:after {
  border: 1px solid #fff;
  color: #fff;
}







footer {
  background-color: #255584;
  padding-top: 60px;
  color: #fff;
}

.foot_logo img {
  width: 250px;
  margin-bottom: 41px;
}

.foot_logo p {
  font-size: 15px;
}

.get-in-touch a {
  color: #fff;
}

.get-in-touch a:hover {
  text-decoration: underline !important;
}

.pollcy {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 25px;
  padding-right: 30px;
  height: 100%;
}

.pollcy ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.pollcy ul li a {
  color: #fff;
  text-decoration: underline !important;
  padding: 0 7px;
  line-height: 10px;
  border-right: 1px solid #fff;
}

.pollcy ul li a:hover {
  color: #000;
}

.pollcy ul li a:first-child {
  padding-left: 0;
}

.pollcy ul li a:last-child {
  border-right: none;
}

.pollcy p {
  font-size: 14px;
  line-height: 28px;
}

.foot_socal {
  display: flex;
  gap: 10px 20px;
}

.foot_socal a {
  color: #fff;
}

.foot_socal a:hover {
  color: #b3d0de;
}

.copyright p {
  margin-bottom: 0;
}

.copyright {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #737373;
  margin-top: 30px;
}



.inner_banner {
  position: relative;
}

.inner_banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.inner_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 68%) 43%, rgb(255 255 255) 100%);
}


.inner_banner .in_text {
  position: absolute;
  top: 70%;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: center;
}

.inner_banner .in_text h2 {
  font-size: 40px;
  font-family: 'Afrah';
}

.img_blog img {
  width: 100%;
}

.blog_contant {
  padding: 0 10%;
}

.blog_detail p a {
  color: #000;
  text-decoration: underline !important;
  font-style: italic;
}

@media only screen and (max-width: 1395px) {
  .morehead {
    min-height: 548px;
  }

  .home_ab::after {
    width: 100%;
    left: 0;
    bottom: -40px;
  }
}

@media only screen and (max-width: 1200px) {
  .tab-wrapper {
    margin-top: 0;
  }

  .banner_text {
    top: 27%;
  }

  .booking_slider .slick-nav.next-arrow.slick-arrow,
  .blog_slider .slick-nav.next-arrow.slick-arrow,
  .testimoinal .slick-nav.next-arrow.slick-arrow {
    left: -35px;
  }

  .booking_slider .slick-nav.prev-arrow.slick-arrow,
  .blog_slider .slick-nav.prev-arrow.slick-arrow,
  .testimoinal .slick-nav.prev-arrow.slick-arrow {
    right: -35px;
  }
}

@media only screen and (max-width: 1024px) {
  .right_Complete h1 {
    font-size: 50px;
  }

  .right_Complete h3 {
    font-size: 20px;
  }

  .right_item,
  .right_Complete {
    width: 48%;
  }

  .right_Complete {
    padding: 12px 22px 13px;
  }

  .morehead {
    min-height: 457px;
  }

}

@media only screen and (max-width: 992px) {
  .head_btn {
    display: none;
  }

  .logo img {
    width: 110px;
  }

  .home_ab .img {
    margin: 0 0px;
    margin-bottom: 20px;
  }

  .right_Complete {
    padding: 122px 22px 13px;
  }

  .featured_slider .slick-nav.next-arrow.slick-arrow,
  .featured_slider .slick-nav.prev-arrow.slick-arrow {
    display: none !important;
  }

  .home_ab {
    padding: 36px 0 0;
  }

  .right_item,
  .right_Complete {
    width: 49%;
  }

  .featured_right {
    margin-top: 15px;
  }

  .featured_right_slider .slick-nav.prev-arrow.slick-arrow,
  .featured_right_slider .slick-nav.next-arrow.slick-arrow {
    display: block;
  }

  .morehead h1 {
    font-size: 43px;
  }

  .crafting_item h1 {
    font-size: 44px;
    font-weight: 600;
  }

  .count_bg {
    padding: 150px 0;
  }

  .test_slider {
    padding: 0 0%;
  }

  .morehead {
    min-height: 337px;
  }
}


@media only screen and (max-width: 900px) {

  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .navigation li a {
    color: #000;
    display: block;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .nab-navbar ul li {
    position: relative;
    margin-top: 0;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
  }

  .nab-navbar ul li a {
    color: #000;
  }

  div#google_translate_element_desktop {
    margin-top: 0;
  }

  nav {
    height: auto;
  }

  .tab-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .home_page {
    flex-direction: column;
  }

  .blog_left_big {
    margin-bottom: 10px;
  }

  .industry {
    width: 100%;
  }

  .right_item,
  .right_Complete {
    width: 100%;
  }

  .morehead {
    margin-top: 8px;
  }

  .blog_left_big h4 {
    font-size: 26px;
  }

  .pollcy {
    margin: 15px 0;
  }

  .booking_slider .slick-nav.prev-arrow.slick-arrow,
  .blog_slider .slick-nav.prev-arrow.slick-arrow,
  .testimoinal .slick-nav.prev-arrow.slick-arrow {
    right: 0;
    opacity: .5;
    top: 40%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .booking_slider .slick-nav.next-arrow.slick-arrow,
  .blog_slider .slick-nav.next-arrow.slick-arrow,
  .testimoinal .slick-nav.next-arrow.slick-arrow {
    left: 0;
    opacity: .5;
    top: 40%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .nab-navbar ul li {
    padding: 7px 4px;
  }

  .morehead {
    min-height: auto;
  }

  .banner_text {
    top: 49%;
  }

  #myHeader.sticky .logo img {
    width: 110px;
  }

  .ab_text {
    margin-top: 20px;
  }

  .foot_logo img {
    width: 130px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .count_bg {
    padding: 66px 0;
  }

  .crafting_item h1 {
    font-size: 34px;
    font-weight: 600;
  }

  .crafting_item p {
    font-size: 16px;
  }

  .unique {
    padding: 30px 0;
  }

  .main_head p {
    font-size: 15px;
  }

  .main_head h2 {
    font-size: 28px;
  }

  .blog_text h4 {
    margin-bottom: 5px;
    font-size: 19px;
    letter-spacing: 1px;
  }

  .blogs {
    padding: 29px 0;
  }

  .proparty {
    padding: 22px 0;
  }

  .morehead h1 {
    font-size: 30px;
  }

  .banner_text h1 {
    font-size: 30px;
  }

  .banner_text {
    top: 36%;
  }

  .tabs__navigation {
    gap: 8px 10px;
  }

  .right_Complete {
    padding: 32px 22px 13px;
  }

  .margin {
    margin: 33px 0;
  }

  .featured_left_text {
    padding: 15px 17px;
  }

  .top_head h6 {
    font-size: 12px;
  }

  .ab_text ul li {
    font-size: 17px;
  }

  .ab_text ul li span {
    font-size: 19px;
  }

  .unique_text {
    padding: 17px;
  }

  .inner_banner img {
    height: 215px;
  }

  .inner_banner .in_text h2 {
    font-size: 24px;
  }

  .faq {
    padding: 0 0% 60px;
  }

  .main_head h2 {
    font-size: 27px;
  }

  .main_head p {
    font-size: 16px;
  }

  .blog_left_big img {
    min-height: auto;
  }

  .nab-navbar ul li a {
    font-size: 18px;
  }

  .nab-navbar ul li {
    padding: 4px 2px;
  }
  .blog_contant {
    padding: 0 0%;
}
.main_head {
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 550px) {
  .banner_text {
    top: 55%;
  }

  .slider-banner video {
    height: 332px;
    object-fit: fill;
  }
}

@media only screen and (max-width: 500px) {
  .banner_text h1 {
    font-size: 25px;
  }

  .course-accordion {
    padding-right: 30px;
    margin: 5px 0;
  }

  .faq {
    padding: 35px 0;
  }

  .crafting_item h1 {
    font-size: 27px;
  }

  .head-all .foot_socal {
    display: none;
  }
}