@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1414dd;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00006d;
}

element.style {
  display: none;
}

.wrapper {
  overflow: hidden;
}
.main-header__top {
  position: relative;
  display: block;
  background-color: #00006d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__top-address {
  position: relative;
  display: block;
  /*float: right;*/
}

.main-header__top-address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li+li {
  margin-left: 35px;
}

.main-header__top-address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li .icon span {
  font-size: 15px;
  color: #fff;
  line-height: 15px;
}

.main-header__top-address-list li .text {
  margin-left: 10px;
}

.main-header__top-address-list li .text p {
  font-size: 14px;
  color: #86838c;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 15px;
}

.main-header__top-address-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address-list li .text p a:hover {
  color: #c7e5fb;
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
}

.main-header__top-menu-box {
  position: relative;
  display: block;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li+li {
  margin-left: 30px;
}

.main-header__top-menu li:before {
  position: absolute;
  top: 10px;
  bottom: 8px;
  right: -14px;
  content: "";
  width: 1px;
  background-color: #86838c;
  transform: rotate(15deg);
}

.main-header__top-menu li:last-child:before {
  display: none;
}

.main-header__top-menu li a {
  font-size: 14px;
  color: #86838c;
  font-weight: 400;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
  color: var(--roofsie-base);
}

.main-header__top-social-box {
  margin-left: 35px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--roofsie-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--roofsie-base);
}

.main-header__top-social a+a {
  margin-left: 35px;
}
.head-banner {
  width: 100%;
  height: 350px;
  position: relative;
}

.head-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.541);
  left: 0;
  top: 0;
}

.head-banner .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.head-banner h1 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.parallax-window {
  height: 400px;
  background: transparent;
  display: table;
  width: 100%;
}

/* .home-slide {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  content: '';
  text-align: center;
  width: 100%;
  top: 70%;
} */

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 50px;
}

.parallax-fixed {
  background-attachment: fixed;
}

.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}
.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg,
      rgba(32, 32, 32, 0.40379901960784315) 29%,
      rgba(32, 32, 32, 0.8575805322128851) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-parallax h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.overlap {
  position: relative;
}

/*new-header*/

.cwdesign-header {
  padding: 0;
  position: absolute;
  top: 45px;
  /*z-index: 9999; */
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
}

.cwdesign-header .cwdesign-logo {
  line-height: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
}

.cwdesign-header .cwdesign-logo img {
  width: 80%;
}

.cwdesign-header .social li {
  display: inline-block;
}

.cwdesign-header .social li a {
  color: #fff;
  padding: 0 10px;
}

.cwdesign-header .heading {
  color: #fff;
}

.cwdesign-header.scrolled {
  position: fixed;
  z-index: 9999;
  padding: 8px 0;
  top: 0;
  background: #fff;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.cwdesign-header.scrolled .social {
  margin-top: 10px;
}

.cwdesign-header.scrolled .social li a {
  color: #fff;
}

.cwdesign-header.scrolled .cwdesign-logo {
  line-height: 1em;
  padding: 0;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
  width: 70%;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle {
  top: -1px !important;
}

.cwdesign-header.awake,
.cwdesign-header.awake.sleep {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.cwdesign-header.sleep {
  /*-webkit-transition: .3s all ease;*/
  /*-o-transition: .3s all ease;*/
  /*transition: .3s all ease;*/
  /*-webkit-transform: translateY(-100%);*/
  /*-ms-transform: translateY(-100%);*/
  /*transform: translateY(-100%);*/
}

.cwdesign-nav-toggle {
  top: -3px !important;
}

.cwdesign-nav-toggle i,
.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
  background: #fff;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle i, 
.cwdesign-header.scrolled .cwdesign-nav-toggle i:before, 
.cwdesign-header.scrolled .cwdesign-nav-toggle i:after {
  background: #00006d;
}

.cwdesign-wrap-burger-wrap {
  position: relative;
  z-index: 1022;
  text-align: right;
}

.cwdesign-nav-toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  top: -15px;
  z-index: 109;
  display: block !important;
  float: left;
  right: 0;
  display: none;
  border-bottom: none !important;
}

.cwdesign-nav-toggle:hover i:before {
  top: -7px;
}

.cwdesign-nav-toggle:hover i:after {
  bottom: -7px;
}

.cwdesign-nav-toggle.active i {
  background: transparent !important;
}

.cwdesign-nav-toggle.active i:before {
  top: 0px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #00006d !important;
}

.cwdesign-nav-toggle.active i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #00006d !important;
}

.cwdesign-nav-toggle:hover,
.cwdesign-nav-toggle:focus,
.cwdesign-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.cwdesign-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 2px;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cwdesign-nav-toggle i:before {
  top: -6px;
}

.cwdesign-nav-toggle i:after {
  bottom: -6px;
}

.cwdesign-wrap {
  display: block;
  background: #fff;
  left: 0;
  z-index: 9;
  position: fixed;
  width: 340px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  bottom: 0;
  top: 0;
  -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
  min-height: 300px;
  overflow: auto;
  padding: 0 40px;
  border: none;
  border-left: 1px solid #f4f4f4
}

.cwdesign-wrap.cwdesign-wrap-show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  left: 0;
}

.cwdesign-logo-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cwdesign-menu {}

.cwdesign-menu ul {
  position: relative;
  margin-top: 200px;
  margin-bottom: 30px;
  padding: 0;
}

.cwdesign-menu ul ul {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.cwdesign-menu ul li,
.cwdesign-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.cwdesign-menu ul li {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.5em;
  border-bottom: 1px solid #f4f4f4;
}

.cwdesign-menu ul ul li {
  margin: 5px 0 0px 0;
  padding: 0 0 0px 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-bottom: none;
}

.cwdesign-menu ul li a {
  color: #222;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.cwdesign-menu ul li a {
  display: inline-block;
}

.cwdesign-menu ul li a:after {
  content: '';
  display: block;
  width: 0;
}

.cwdesign-menu ul li a:hover::after {
  width: 100%;
}

.cwdesign-menu ul li a.active {
  color: #00006d;
}

.cwdesign-menu ul li a.active:after {
  height: 0px;
}

.cwdesign-menu ul ul {
  display: none;
}

.cwdesign-menu>ul>li>a {
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.cwdesign-menu>ul>li.open>a {
  font-size: 15px;
  font-weight: 400;
  color: #00006d;
  text-decoration: none;
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.cwdesign-menu ul ul li a {
  color: #222;
  text-decoration: none;
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 12px;
  text-transform: none;
}

.cwdesign-menu ul li:hover>a,
.cwdesign-menu ul li.open>a,
.cwdesign-menu ul li.active>a,
.cwdesign-menu ul ul li:hover>a,
.cwdesign-menu ul ul li.open>a,
.cwdesign-menu ul ul li.active>a {
  color: #00006d;
}

.cwdesign-menu ul ul ul li a {
  margin-left: 24px;
  padding-top: 0px;
}

.cwdesign-menu ul li a em,
.cwdesign-menu ul ul li a em {
  font-size: 10px;
  background-color: #00006d;
  padding: 1px 6px;
  color: #fff;
  border-radius: 0px;
  position: absolute;
  margin-left: 10px;
  top: 5px;
  font-style: normal;
}

.cwdesign-menu i {
  padding-left: 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.cwdesign-menu-sub ul li a {
  position: relative;
}

.cwdesign-menu-sub ul li a:before {
  position: absolute;
  content: "\f135";
  left: 0;
  font-family: bootstrap-icons !important;
  font-size: 13px;
  color: #000;
}

.cwdesign-menu .active i {
  color: #00006d;
}

.cwdesign-menu-footer {
  position: relative;
  bottom: 30px;
  left: 0;
  padding: 50px 0px 0px 0px;
  color: #999;
}

.cwdesign-menu-footer div.reservation {
  margin: 0;
  top: 0;
  left: 40px;
  height: 60%;
  z-index: 9;
}

.cwdesign-menu-footer a {
  color: #00006d;
}

.cwdesign-menu-footer a {
  color: #00006d;
}

.cwdesign-menu-footer div.reservation .icon {
  position: absolute;
  left: 0;
  /* top: -50px; */
  width: 50px;
  height: 50px;
  background-color: #00006d;
  border: 1px solid #00006d;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
  color: #fff;
  font-size: 24px;
}

.cwdesign-menu-footer div.reservation .call {
  color: #222;
  font-weight: 400;
  font-size: 15px;
  margin-top: 0px;
  margin-left: 60px;
}

.cwdesign-menu-footer div.reservation .call span:hover {
  color: #00006d;
}

.single-service-item {
  margin: 15px 0;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 50px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

/* ======= Booking style ======= */
.booking {
  position: relative;
}

.booking-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
  z-index: 1;
}

.booking-inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 15px 15px 0px 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.form1 {
  display: block;
  padding: 0;
  position: relative;
  justify-content: center;
}

.form1 label {
  display: none;
}

.form1 .col1 {
  float: left;
  width: 15%;
}

.form1 .col2 {
  float: left;
  width: 35%;
}

.form1 .col3 {
  float: left;
  width: 15%;
}

.form1 .c1 {
  height: 62px;
  margin-bottom: 15px;
}

.form1 .c2 {
  height: 62px;
  margin-bottom: 15px;
}

.form1 .c3 {
  height: 62px;
  margin-bottom: 15px;
}

.form1 .c4 {
  height: 62px;
  margin-bottom: 15px;
}

.form1 .c5 {
  height: 62px;
  margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-header {
  background: #4d4d4d;
  border: #4d4d4d;
  color: #fff;
  border-radius: 5px;
}

.ui-datepicker {
  font-size: 17px;
  color: #141414;
  background: #fff;
  z-index: 100 !important;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .05);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #f4f1ed;
  background: #f4f1ed;
  color: #141414;
  border-radius: 5px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-size: 10px;
  content: "\e64a";
  font-family: "themify";
  color: #fff;
}

.ui-datepicker .ui-datepicker-next:before {
  font-size: 10px;
  content: "\e649";
  font-family: "themify";
  color: #fff;
  float: right;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border: 1px solid transparent;
}

.btn-form1-submit {
  margin: 0;
  width: 100%;
  background: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 0 5px 5px 0;
}

.btn-form1-submit:hover {
  background: #141414;
  color: #fff;
}

.btn-form1-submit:focus {
  outline: none;
}

.btn-form1-submit:after {
  content: '';
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}

.input1_inner {
  position: relative;
  font-weight: 400;
}

.input1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  pointer-events: none;
  content: "\e6b6";
  font-family: "themify";
  font-size: 17px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
}

.input1_inner input {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #fff;
  padding: 18.25px 40px 18.25px 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
}

.border-l {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.border-r {
  border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.border-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.input1_inner input::placeholder {
  font-size: 17px;
  color: #fff !important;
  outline: none;
  font-weight: 400;
}

.input1_inner input:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #fff !important;
  border: none;
}

.select1_wrapper {
  margin-bottom: 0;
}

.select1_inner {
  position: relative;
}

.select1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
  pointer-events: none;
  content: "\e64b";
  font-family: "themify";
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  line-height: 15px;
}

.select2 {
  width: 100%;
  background: transparent;
}

.select2 *:focus {
  outline: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 500px;
  border-radius: 5px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .05);
}

.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
}

.selection {
  display: inline-flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
  line-height: 28px;
  padding: 17px 49px 17px 20px;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background: none;
  border-radius: 0;
  z-index: 100;
  min-width: 0px;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0px solid #f4f1ed;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0px solid #f4f1ed;
}

.select2-results__option {
  padding: 15px 20px;
  background: #fff;
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  border-top: 1px solid #f4f1ed;
  text-align: center;
}

.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #4d4d4d;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #4d4d4d;
  color: #fff;
}

/* responsive */
@media (max-width: 991.98px) {
  .form1 .col1 {
    width: 30%;
  }
    
  .form1 .c2 {
    border-right: none;
  }
  .form1 .col2.c2 {
    width: 70%;
  }
  .form1 .col2 {
    width: 50%;
  }

  .form1 .col3 {
    width: 50%;
  }

  .booking-wrapper {
    position: relative;
    bottom: auto;
    padding: 30px 0;
    background: #141414;
  }

  .booking-inner {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .form1 .col1 {
    width: 100%;
    border-right: 0;
  }

  .form1 .col2,.form1 .col2.c2 {
    width: 100%;
    border-right: 0;
  }

  .form1 .col3 {
    width: 100%;
    border-right: 0;
  }

  .btn-form1-submit:after {
    background: none;
  }
}

/* booking form */
.booking-box {
  position: relative;
}

@media screen and (max-width: 991px) {
  .booking-box {
    margin-bottom: 90px;
    padding: 35px 20px;
  }

  .border-r {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .booking-wrapper .br-5005 {
    border-radius: 0;
  }

  .btn-form1-submit {
    border-radius: 5px;
  }
}

.contact-box2 {
  position: relative;
  background: #ddd;
  padding: 30px;
}

.contact-box2 {
  position: absolute;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.contact-wrap1 {
  text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: #00006d;
  border-radius: 20%;
  font-size: 1.6em;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content1 {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 170px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-wrap1 .address-content1 strong {
  font-size: 18px;
}


.top-contact-box {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #fff;
  padding: 18.25px 20px 18.25px 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
}

.top-contact-box .icon-box i {
  float: right;
  margin-left: 15px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  /*    background-color: #fff;*/
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.top-contact-box .content-box1 {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  color: #fff;
  .
}

.top-contact-box .content-box1 p a {
  color: #fff !important;
  position: relative;
}

.top-contact-box .content-box1 p a:hover,
.top-contact-box .content-box1 p a:focus {
  color: #000 !important;
}

.small,
small {
  font-size: 17px;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
  font-family: "Urbanist", sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 14px 20px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #707070;
  background-image: none;
  border: none;
  border-radius: 5px;
  border: 1px solid rgba(203, 157, 85, 0.3);
}

.form-control {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 17px;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(203, 157, 85, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background: #fff;
  border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  color: #707070;
  border: transparent;
}

select {
  padding: 10px;
  border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder {
  color: #707070;
}

table,
th,
tr,
td {
  border: 0px solid #707070;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

.btn-style1,
.btn-style2,
button[type="submit"],
input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 22px 27px;
  border: none;
  background-color: #00006d;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
}

.btn-style2 {
  padding: 12px 30px;
  margin-top: 15px;
}

.btn-style1 {
  display: block;
}

button[type="submit"] i,
input[type="submit"] i {
  color: #fff;
}

button[type="submit"]:hover i,
input[type="submit"]:hover i {
  color: #fff;
}

.btn-style1:hover,
.btn-style1:focus,
button[type="submit"]:hover,
input[type="submit"]:hover {
  border: none;
  background-color: #fff;
  color: #141414;
}

.btn-style2:hover,
.btn-style2:focus {
  background-color: #252c62;

}

select {
  max-width: 100%;
}

.form-select {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23887bb6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  color: #707070;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 11px 20px;
  border: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border: 1px solid rgba(203, 157, 85, 0.3);
  outline: none;
}

.form-control:focus,
.form-select:focus,
select:focus {
  outline: none;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid rgba(203, 157, 85, 0.3);
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 5px 30px 15px 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 12px;
}

input[type=checkbox]:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid rgba(203, 157, 85, 0.3);
  background-color: rgba(203, 157, 85, 0.3);
  position: absolute;
  top: 0px;
  margin-left: -1px;
  border-radius: 3px;
}

input[type=checkbox]:after {
  font-family: "Font Awesome 6 Brands";
  content: '\f00c';
  font-weight: normal;
  color: #4d4d4d;
  background: transparent;
  position: absolute;
  top: 1px;
  margin-left: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
  will-change: opacity;
  font-size: 12px;
}

input[type=checkbox]:checked:after {
  opacity: 1
}

/* placeholder */
::-webkit-input-placeholder {
  color: #707070;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #707070;
}

/* important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}



#wm-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #152039;
}

.slide-text>a:hover,
.slide-text>a:active {
  color: #fff9;
  background-color: #000;
}

/*.slide-text{*/
/*	margin-top: 0px;*/
/*}*/
.slide-text>a.btn-default {
  background-color: #000;
}

.bg-color1 {
  background-color: #fff;
}

.bg-color2 {
  background-color: #00006d;
}

.bg-color3 {
  background-color: #252c62;
}

.bg-color4 {
  background-color: #26282a;
}

.text-color1 {
  color: #ff9999;
}

a.text-white:hover,
a.text-white:focus {
  color: #ff9999 !important;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-46 {
  width: 46%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.padd-50 {
  padding: 50px 20px;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

.btn1 {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  /* transition: 0.5s; */
  display: inline-block;
  border-radius: 0;
}

.btn1:hover,
.btn1:focus {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.home-page .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-top.px-lg-5.px-0 {}

.header-top {
  padding: 5px 0;
}

.homepage .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 999;
}

/* -------- */
.home-page .header {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  z-index: 999;
  background-color: transparent;
}

/*.header.fixed-top{
    background-color:#000435;
}
*/
/*.navbar{*/
/*	padding: 0px!important;*/
/*}*/
/*.navbar > .container-fluid{*/
/*	display: block!important;*/
/*}*/
/*.header-top.px-lg-5.px-0 {*/
/*    border-bottom: 1px solid #808080;*/
/*    background:#ffffffc9;*/
/*    position: static;*/
/*}*/

.logo {
  display: inline-block;
  position: absolute;
  z-index: 99999;
  top: 0px;
  background: #fff;
  padding: 10px;
  max-width: 40%;
}

.header-right {
  text-align: right;
}

.top-contact-list,
.social-link {
  display: inline-block;
  vertical-align: middle;
}

.top-contact-list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 25px;
}

.top-contact-list li a {
  display: inline-block;
  line-height: 1.3;
}

.top-contact-list li span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.top-contact-list li span strong {
  color: #fff;
  font-size: 18px;
}

.top-contact-list li i {
  /*width: 40px;
  height: 40px;*/
  line-height: 40px;
  border-radius: 100%;
  color: #00006d;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*border: 1px solid #000;
  background-color: #000;*/
}

.top-contact-list li:last-child {
  margin-right: 0;
}

.top-contact-list li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-contact-list li a:hover,
.top-contact-list li a:focus {
  color: #00006d;
}

.bs-slider {
  background: transparent;
}

.header-center {
  text-align: center;
}

/*.mobile-menu {
  display: block;
}*/
.mobile-menu {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  background-color: #252c62;
}

.mobile-menu i {
  float: right;
}

/.nav-wrapper {
  position: relative;
  top: 0;
  left: -300px;
  width: 255px;
  height: 100%;
  overflow-x: scroll;
  z-index: 999;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #221e1f;
  padding-top: 0;
}

.nav-wrapper.open {
  left: 0;
}

.nav-wrapper {
  text-align: center;
  padding: 10px;
}

.navigation {
  text-align: right;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.navigation>li:last-child {
  padding-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 350px;
  z-index: 999;
  background-color: #ffffff;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 12px 15px;
  color: #000;
  white-space: normal;
  line-height: 1;
  margin-right: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:first-child {
  display: none;
}

/*.navigation a {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #262c63;
  padding: 0px 18px;
  transition: all 500ms ease 0s;
  line-height: 4;
}*/
.navigation a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #252c62;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 4;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 0px 10px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navigation>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  height: 5px;
  border-top: 1px solid #00006d;
  border-bottom: 1px solid #00006d;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navigation>li:hover>a:before,
.navigation>li.active>a:before,
.navigation>li.current-menu-item>a:before {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*.navigation > li:hover > a,
.navigation > li.current > a,
.navigation > li.current-menu-item > a{
  color: var(--main-color);
  text-decoration: none;
  opacity:1;
}*/

.navigation li.dropdown a {
  padding-right: 16px;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 14px;
  transition: all 500ms ease 0s;
  display: contents;
}

/*.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a {
  color: #fff;
  background-color: #a3a3a3;
}*/
.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #ffffff;
  background-color: #a3a3a3;
}

.slide-wrapper {
  position: relative;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.top-contact-list-1,
.social-link {
  display: inline-block;
  vertical-align: middle;
}

.top-contact-list-1 li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 0px;
}

.top-contact-list-1 li a {
  display: inline-block;
  line-height: 1.3;
}

.top-contact-list-1 li span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.top-contact-list-1 li span strong {
  color: #fff;
  font-size: 18px;
}

.top-contact-list-1 li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #000;
  background-color: #000;
}

.top-contact-list-1 li:last-child {
  margin-right: 0;
}

.top-contact-list-1 li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-contact-list-1 li a:hover {
  color: #ff9999;
}

.sub-title {
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  display: inline-flex;
}

.carousel-item .slide-text h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

/*.carousel-item .slide-text h4:before{
  position: absolute;
  content: '';
  border-bottom: 1px solid #000;
}*/
.carousel-item .slide-text h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.overlap:before,
.overlap2:before,
.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.overlap2:before {
  background-color: rgba(0, 0, 0, 0.9);
}

.overlap1:before {
  top: auto;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom,
      rgba(9, 22, 45, 0) 0%,
      rgba(9, 22, 45, 0.54) 49%,
      rgb(0 0 0) 91%,
      rgb(0 0 0) 100%);
}

.parallax .padd-40 {
  position: relative;
  z-index: 1;
}

.info-box {
  position: relative;
  padding: 30px;
  border: 1px solid #fff;
  /*   background-color: #fff;*/
}

.info-box:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 12px;
  right: -14px;
  bottom: 12px;
  border: 1px solid #fff;
  z-index: -1;
}

.service-box {
  margin: 15px 0;
  position: relative;
}

.service-box .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  padding: 20px;
  background-color: rgb(0 0 0 / 33%);
}

.service-box .service-content .service-content-box {
  opacity: 1;
  visibility: visible;
  margin-top: auto;
  transform: translateY(0);
  transition: 0.3s;
}

.list1 li,
.areas-list li {
  padding: 0 0 10px 26px;
  position: relative;
}

.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #00006d;
}

.areas-list li:before {
  content: "\F3E7";
}

.list2 li,
.areas-list li {
  padding: 0 0 19px 26px;
  position: relative;
}

.list2 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F134";
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.areas-list li a:hover {
  color: #023674;
}

.areas-list1 li {
  background-color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: #fff;
  position: relative;
  padding: 15px 15px 15px 35px !important;
  margin-bottom: 15px;
  font-size: 17px;
}

.areas-list1 li:before {
  position: absolute;
  top: 15px;
  left: 10px;
  content: '\F3E7';
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #00006d;
}


.form-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 0;
  color: #000;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  border-color: #a1a1a1;
}

textarea.form-control {
  height: 310px;
  resize: vertical;
}

.form-control {
  height: 50px;
}

textarea.form-control {
  height: 150px;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  z-index: 1;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.contact-form-sec {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #00006d;
}

.contact-form-sec h2 {
  color: #fff;
}

.contact-us {
  position: relative;
  text-align: center;
  padding: 0px;
  color: #fff;
  /*  background: url(../images/pattern-2.png) left top repeat;;*/
}

.contact-form {
  margin-top: -150px;
  position: relative;
  z-index: 8;
}

.outer-box {
  background-color: #000;
}

.conatct-details h4 {
  margin-bottom: 7px;
}


.form-btn {
  background: #252c62;
  border: none;
  padding: 15px 35px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.form-btn:hover,
.form-btn:focus {
  background: #000;
  color: #fff;
}

.pq-portfoliobox-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pq-portfoliobox-1 .pq-portfolio-img {
  position: relative;
}

.pq-portfoliobox-1 .pq-portfolio-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pq-portfoliobox-1 .pq-portfolio-info {
  margin: auto;
  position: absolute;
  z-index: 10;
  opacity: 0;
  padding: 0;
  background: rgba(5, 39, 233, 0.575);
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transform: scale(0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pq-portfoliobox-1:hover .pq-portfolio-info {
  opacity: 1;
  transform: scale(1);
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-info-content {
  transition: all 0.3s ease;
  transform: translateY(60px);
}

.pq-portfoliobox-1:hover .pq-portfolio-info .pq-portfolio-info-content {
  transform: translateY(0px);
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-link a {
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-info-content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-info-content a:hover i {
  background: #252c62;
}

.pq-portfoliobox-1 .pq-portfolio-info h5 a {
  color: #fff;
}

.pq-portfoliobox-1 .pq-portfolio-info h5 a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none
}

.pq-portfoliobox .owl-nav {
  position: absolute;
  margin-top: 0;
  text-align: center;
  left: -76.5%;
  top: 75%;
}

.pq-portfoliobox .owl-carousel .owl-nav button {
  background: var(--white-color);
  color: var(--dark-color) !important;
  border: 1px solid #88888838;
}

.pq-portfoliobox .owl-carousel .owl-nav button:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
  border: 1px solid var(--primary-color);
}

.pq-portfolio-box-img {
  margin-bottom: 20px;
}

.pq-main-portfolio-box {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  background-color: #080B0E;
}

.pq-portfolio-image-box-content {
  text-align: center;
}

.pq-portfolio-image-box-title {
  color: var(--white-color);
  font-family: var(--title-fonts);
  font-weight: 400;
}

.pq-mt-60 {
  margin-top: -60px;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
}

.pq-main-portfolio-box:hover .animation-bob {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: toptobottom;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes toptobottom {
  0% {
    transform: translate(0px, 0px);
  }

  65% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}


.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.footer-widget {
  margin: 30px 0;
  /* padding: 50px 0; */
  text-align: center;
}

.footer-widget1 {
  /*  margin: 30px 0;*/
  text-align: center;
}

.footer-logo {
  position: relative;
  z-index: 1;
}

.widget-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.widget-title a:hover {
  color: #7a7a7a;
}

.contact-box p a:hover {
  color: #7a7a7a!important;
}

/* Btn Style One */

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 14px 50px;
  font-size: var(--font-12);
  background: #7a7a7a;
  /* border: 2px solid #00006d; */
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.btn-style-one:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background: #000;
}

.btn-style-one:hover:before {
  top: 0%;
}

.btn-style-one .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}

.btn-style-one .btn-wrap .text-one {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two {
  color: #fff;
}

.btn-style-one:hover {}

.btn-style-one:hover:before {
  top: -40%;
}

/* Btn Style Two */

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  color: #00006d;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 11px 45px;
  font-size: var(--font-12);
  border: 2px solid #00006d;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.btn-style-two:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background: #00006d;
}

.btn-style-two:hover:before {
  top: 0%;
}

.btn-style-two .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}

.btn-style-two .btn-wrap .text-one {
  position: relative;
  display: block;
  color: #00006d;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two {
  color: #000;
}

.btn-style-two:hover {}

.btn-style-two:hover:before {
  top: -40%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.height600 {
  height: 460px;
}

.product-border .carousel-inner img {
  width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}

.about-us-img {
  position: relative;
}

.about-us-img .kits-box {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  width: 85%;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
}

.about-us-img .kits-box p {
  font-size: 15px;
  font-weight: 600;
}

.about-us-img .kits-box span {
  font-size: 12px;
  font-weight: 600;
  color: #3a3939;
}

.kits-box-content {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 10px;
}

.product-border {
  /* border: 1px solid #252c62; */
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.carousel-indicators [data-bs-target] {
  width: 100px;
  height: 100px;
  text-indent: 0;
  opacity: 1;
}

.carousel-indicators [data-bs-target] img {
  width: 100px;
  height: 100px;
  border: 1px solid #252c62;
  /* padding: 5px; */
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #00006d85;
  opacity: 0.9;
  transition: 0.2s ease;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background-color: #00006d;
  opacity: 1;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-indicators [data-bs-target] {
  margin-left: 6px;
  margin-right: 6px;
}

.pq-about-img-1 {
  position: relative;
  width: 75%;
  border: 10px solid #00006d;
}

.gx-6 {
  --bs-gutter-x: 60px;
}

.pq-about-img-2 {
  position: absolute;
  width: 50%;
  right: 0;
  top: 14%;
  border: 10px solid #00006d;
  ;
}

.service-item {
  position: relative;
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.service-image a {
  position: relative;
  display: block;
}

.service-image a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-image img {
  aspect-ratio: 1 / 0.97;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  max-width: 310px;
  z-index: 2;
}

.service-content h3 {
  font-size: 22px;
  color: #fff;
}

.service-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.service-btn .readmore-btn {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.service-btn .readmore-btn:hover {
  color: #00006d;
}

.service-btn .readmore-btn::before {
  filter: brightness(0) invert(1);
}

.service-get-quote-text {
  text-align: center;
  margin-top: 20px;
}

.service-get-quote-text p {
  margin: 0;
}

.service-get-quote-text p span {
  background-color: #152039;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1.1em;
  padding: 2px 10px;
  margin-right: 5px;
}

.service-get-quote-text a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.service-get-quote-text a:hover {
  color: #152039;
}

figure {
  margin-bottom: 0;
}


.story-section .inner {
  position: relative;
  display: block;
}


.story-section .images {
  position: relative;
  /*  padding-left: 90px;*/
}

.story-section .images img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border: 10px solid #00006d;
}

.story-section .images .image:nth-child(2) {
  position: absolute !important;
  right: -44px !important;
  top: auto !important;
  bottom: -110px !important;
  width: 285px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}

.story-section-content {
  /* padding: 0 50px 0 80px;   */
}


.address-box {
  margin-bottom: 12px;
}

.address-box .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #a3a3a3;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box .address-icon-holder-1 {
  float: left;
  margin-right: 5px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #a3a3a3;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box a:hover {
  color: #b9b9b9;
}

.address-box .address-icon-holder-1:hover {
  background-color: #0009;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu li a {
  display: inline-block;
}

.footer-menu li a:hover {
  color: #7a7a7a;
}

.footer-links,
.footer-links a {
  color: #b5b5b5;
  text-align: center;
}

.footer-links a:hover {
  color: #fff;
}

.google-map {
  height: 465px;
}

a strong {
  font-weight: 600;
}

.isStuck .nav-wrapper {
  text-align: center;
}

.layout-one {
  position: relative;
  overflow: hidden;
}

.layout-one-inner {
  background-color: #fff;
}

.minus-top {
  margin-top: -50px;
}

.box-text-over-img {
  position: relative;
  overflow: hidden;
}

.img-feagure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 73%);
  content: "";
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 0;
}

.box-text-over-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  background: transparent;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}

.box-text-over-img:hover .box-text-over-content {
  top: 40%;
}

.borderline {
  border: 2px solid rgb(255 255 255);
  height: calc(100% - 54px);
  width: calc(100% - 54px);
  margin: 17px;
  background: 0 0;
  position: absolute;
}

.rgba-heading {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-abslt {
  margin-top: 0;
}

.layout-three {
  position: relative;
}

.inner-layout-three {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.layout-three-content {
  min-height: 310px;
}

.img-inner img {
  width: 50px;
}

.img-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #262829;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 25px;
}

.layout-three:hover .inner-layout-three {
  box-shadow: 0 0 0 2px rgb(81 81 81 / 56%), 8px 8px 0 0 rgb(2 2 2 / 47%);
  background-color: #26282a;
}

.layout-three:hover .inner-layout-three .img-inner {
  background-color: #fff;
  box-shadow: 0px 9px 30px rgb(255 255 255 / 71%);
}

.layout-three:hover .layout-three-content,
.layout-three:hover .layout-three-content h3 {
  color: #fff;
}

.m-parallax-strip::before {
  content: '';
  background-image: url(../images/loft-conversions/bg1.jpg);
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  height: 370px;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1.0);
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 73%, 64% 94%, 34% 94%, 0 76%, 0% 30%);
}

.inner-white-shadow-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45) inset;
}

.layout-about-four .one-half {
  padding: 8% 5% 8% 5%;
  width: 50%;
}

.layout-about-four .one-half {
  padding: 8% 5% 8% 5%;
  width: 50%;
}

.one-half .overlap-custom-five {
  margin-left: -150px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.92);
  position: relative;
  z-index: 1;
}

.minus-top-150 {
  margin-top: -150px;
}

.layout-five {
  margin-bottom: 20px;
  position: relative;
}

.layout-five-inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.info {
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlaycontent {
  background: rgb(0 0 0 / 82%);
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.maidstone-page .m-parallax-strip::before {
  height: 300px;
  background-image: url(../images/maidstone/bg1.jpg);
}

.maidstone-page .inner-white-shadow-box {
  border-radius: 0;
}

.overlaycontent h3 {
  color: #fff;
  font-size: 17px;
}

.layout-five:hover .overlaycontent {
  opacity: 0;
}

.border-box-img {
  border-radius: 5px;
  border: 10px solid #fff;
  box-shadow: rgb(6 20 106) 1px 7px 18px -10px;
}

.sevenoaks-sec .layout-one-inner {
  background-color: #e6e6e6;
}

.fancybox-custom-inner {
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.fancybox-custom-inner a {
  position: relative;
}

.fancybox-custom-inner a:before {
  content: '\F4FA';
  font-family: "bootstrap-icons";
  width: 35px;
  height: 35px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 45%;
  opacity: 0;
  right: 0;
  z-index: 9;
  line-height: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.fancybox-custom-inner:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 0%;
  content: '';
  opacity: 0;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.fancybox-custom-inner:hover a:before {
  opacity: 1;
  z-index: 9;
}

.fancybox-custom-inner:hover:after {
  opacity: 1;
  top: 0%;
  transform: scale(1.5);
}

.listarea ul li {
  position: relative;
  display: inline-block;
  margin: 7px;
  background-color: #a3a3a3;
  border-radius: 20px;
}

.listarea ul li a {
  display: block;
  position: relative;
  width: 180px;
  height: 130px;
  border: 1px solid #a3a3a3;
  line-height: 130px;
  text-align: center;
  border-radius: 20px;
  z-index: 9;
  color: #000;
  font-weight: 500;
}

.listarea-no-link,
.listarea {
  text-align: center;
}

.listarea-no-link ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 7px;
  width: 180px;
  height: 130px;
  border: 1px solid #a3a3a3;
  background: #a3a3a3;
  line-height: 130px;
  text-align: center;
  border-radius: 20px;
}

.bgpara {
  width: 100%;
  display: block;
  font-weight: 500;
}

.listarea ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  background: #26282a;
  transition: .3s;
  z-index: 1;
  opacity: 0;
  border-radius: 20px;
}

.listarea ul li:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #26282a;
}

.listarea ul li a:hover {
  color: #fff;
}

.contact-section .info-item {
  width: 100%;
  background-color: #a3a3a3;
  padding: 20px;
  min-height: 200px;
  border-radius: 10px;
  color: #fff;
}

.contact-section .info-item i {
  display: block;
  color: #000;
  width: 44px;
  height: 44px;
  background-color: rgb(255 255 255);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto 15px auto;
  line-height: 44px;
}

.contact-section .info-item .emailwrap a:hover {
  color: #000;
}

.contact-section.m-parallax-strip::before {
  background-image: url(../images/contactbg.jpg);
  background-position: center;
}

.testimonials-section {
  position: relative;
  padding: 150px 0;
  /* margin-top: 50px; */
}

.testimonials-wrap {
  padding-left: 100px;
  width: auto;
  overflow: hidden !important;
}

#testimonial-carousel .testimonial-content {
  position: relative;
  color: #fff;
  margin-left: 20px;
}

#testimonial-carousel .testimonial-quote {
  margin-top: 7px;
}

#testimonial-carousel .testimonial-quote span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-left-radius: 0;
  background: -moz-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -webkit-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -ms-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: linear-gradient(to right, #EB3648 0%, #dd0002 100%);
}

#testimonial-carousel .testimonials-author-title {
  font-size: 18px;
  font-weight: 600;
}

#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #00006d;
}

.testimonial-content span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  background-color: #00006d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-left-radius: 0;
  /*background: -moz-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -webkit-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -ms-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: linear-gradient(to right, #EB3648 0%, #dd0002 100%);*/
}

.testimonial-content p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.testimonial-content h4 {
  color: #fff;
}

.testi-content {
  font-size: 16px;
}

.testi-content p {
  font-size: 16px !important;
  line-height: 30px;
  color: #000;
}

.testi-autor-icon {
  font-size: 80px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

.testi-box {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.layout-five-inner .info h3,
.layout-five-inner .info p {
  color: #fff;
  display: block;
  text-align: center;
}

.img-border{
  border: 10px solid #00006d;
}

.in-top .info {
  transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
  animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
  animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
  animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
  animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
  animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
  animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
  animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}

@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}

@-webkit-keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}

@keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}

@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}

.line-below {
  position: relative;
  padding-bottom: 12px;
}

.line-below::before {
  position: absolute;
  content: '';
  width: 70%;
  height: 4px;
  left: 0;
  background-color: #9f978e;
  bottom: -15px;
  animation: line 2s linear forwards;
}

@keyframes line {
  from {
    left: 0%;
    width: 0%;
  }

  to {
    right: 0%;
    width: 90%;
  }
}

.border-box1 {
  border: 6px solid #152039;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 550px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.h3-sec h3 a:hover,
.h3-sec h3 a:focus {
  color: #fff;
}

.inner-box {
  border: 2px solid #252b61;
  padding: 30px;
}

.inner-box2 {
  box-shadow: rgb(78 102 255 / 35%) 0px 5px 15px;
  padding: 30px;
}

.kent-box {
  padding: 15px 20px;
  color: #ffffff;
  background-color: #00006d;
  text-align: center;
  margin-bottom: 15px;
}

.banner-box1 {
  padding: 30px;
  border: 1px solid #00006d;
  text-align: center;
}

.banner-box1-btn {
  background-color: #00006d;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.6s;
}

.banner-box1-btn:hover {
  background-color: #7a7a7a;
  color: #fff;
}

.area-box-btn {
  background-color: #00006d;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.6s;
}

.area-box {
  padding: 15px 20px;
  color: #ffffff;
  background-color: #00006d;
  border: 1px solid #00006d;
  text-align: center;
  margin-bottom: 15px;
  transition: 0.6s;
}

.area-box:hover {
  background-color: #fff;
  border: 1px solid #00006d;
}

.area-box:hover a {
  color: #00006d !important;
}

.area-box-btn:hover {
  background-color: #7a7a7a;
  color: #fff;
}

.cwdesign-logo-mob {
  display: none !important;
}

.hcCqAM { 
    z-index: 9!important;    
}

.contact-info .single-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 10px 30px 20px;
    /* border-radius: 20px; */
    border: 1px solid #D0D0D0;
    background: #EFEFEF;
  }

  .contact-info .single-item .icon i {
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 72px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #00006d;
    font-size: 28px;
  }

  .contact-info .single-item .content a {
    color: #565969;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

@media (min-width:1301px) and (max-width: 1400px) {
  .layout-three-content {
    min-height: 445px;
  }

  .listarea ul li a {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 20px 7px;
    font-size: 15px;
  }

  .listarea-no-link ul li {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 25px 25px;
  }
}

@media (min-width:1300px) and (max-width: 1400px) {
  .border-box1 {
    min-height: 600px;
  }
  .top-contact-box{
      padding: 15px;
  }
  .form1 .col1{
      width: 18%;
  }
  .form1 .col2.c3{
      width: 30%;
  }
  .form1 .col2{
      width: 37%;
  }
  .slide-text{
      top: 55%;
      padding-top: 0;
  }
  .carousel-item .slide-text h2{
    font-size: 50px;
    line-height: 65px;
  }
  .cwdesign-header .cwdesign-logo img {
      width: 70%;
  }
}

@media (min-width:1200px) and (max-width: 1299px) {
  .border-box1 {
    min-height: 670px;
  }

  .contact-us {
    padding: 40px 30px !important;
  }

  .top-contact-list li {
    margin-right: 14px;
  }

  .carousel-indicators [data-bs-target] img {
    width: 90px;
    height: 90px;
  }

  .carousel-indicators [data-bs-target] {
    width: 90px;
    height: 90px;
  }

  .height600 {
    height: 440px;
  }
  .form1 .col1{
      width: 18%;
  }
  .form1 .col2.c3{
      width: 30%;
  }
  .form1 .col2{
      width: 37%;
  }
  .slide-text{
      top: 55%;
      padding-top: 0;
  }
  .carousel-item .slide-text h2{
    font-size: 50px;
    line-height: 65px;
  }
  .cwdesign-header .cwdesign-logo img {
      width: 60%;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .carousel-indicators [data-bs-target] img {
    width: 70px;
    height: 70px;
  }

  .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
  }

  .height600 {
    height: 430px;
  }
  .fs-sm{
    font-size: 17px !important;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .nav-wrapper {
    text-align: right;
  }

  .extensions-wrapper .box-text-over-content {
    padding: 0 2px;
  }

  .layout-three-content {
    min-height: auto;
  }

  .inner-layout-three {
    min-height: 550px;
  }

  .listarea ul li a {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 15px 8px;
  }

  .listarea-no-link ul li {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 25px 25px;
  }

  .tonbridge-page-sec .box-text-over-content h2 {
    font-size: 25px;
  }

  .tonbridge-page-sec .box-text-over-img:hover .box-text-over-content {
    top: 47%;
  }
}

@media (min-width: 220px) and (max-width: 991px) {
  .home-img-box.m-min-200 {
    background-image: none;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }
  
   .cwdesign-nav-toggle i, .cwdesign-nav-toggle i:before, .cwdesign-nav-toggle i:after {
    background: #00006d !important;
  }

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
    border: none !important;
  }

  .inner-layout-three {
    min-height: auto;
  }

  .isStuck {
    position: static;
  }

  .nav-wrapper {
    padding: 0;
  }

  .header {
    position: static !important;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 999;
  }

  .bs-slider {
    overflow: hidden;
    height: auto !important;
    position: relative;
    background: #000000;
  }

  /*.cwdesign-menu ul ul {
    display: block;
  }*/

  .testimonials-section {
    margin-top: 0;
    padding: 80px 0;
  }

  .footer-widget {
    padding: 0;
  }

  .contact-form {
    margin-top: 0;
  }

  .header.fixed-top {
    position: static;
  }

  .logo {
    display: table;
    margin: 10px auto 15px auto;
    position: static;
    padding: 0px;
    max-width: 100%;
  }

  .story-section-content {
    padding: 0;
  }

  .mobile-menu {
    display: block;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 15px 20px;
    background-color: #252c62;
  }

  .mobile-menu i {
    float: right;
  }

  /*.nav-wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding-top: 0;
  }
  .nav-wrapper.open {
    left: 0;
  }*/
  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-right: 0;
  }

  .navigation>li>a:before {
    display: none;
  }

  .navigation>li:first-child {
    display: block;
    text-align: right;
  }

  .header-fixed .navigation li a,
  .navigation li a {
    padding: 0 20px;
    color: #fff;
    line-height: 3;
    margin-right: 0;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    line-height: 1.5;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #252c62;
    color: #ffffff;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .navigation li.dropdown>.dropdown-menu li a:hover,
  .navigation li.dropdown>.dropdown-menu li a:focus {
    background-color: #252c62;
  }

  .header-right {
    text-align: center;
    margin: 15px 0;
  }

  .top-contact-list li {
    margin-right: 20px;
    color: #000;
  }

  .top-contact-list li i {
    margin-right: 5px;
  }

  .slide-text {
    margin-top: 0;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }

  .carousel-item .slide-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .header-top {
    padding: 0px;
  }

  .height330 {
    height: 500px !important;
  }

  .layout-three-content {
    min-height: auto;
  }

  .minus-top {
    margin-top: 0;
  }

  .border-box1 {
    min-height: auto;
  }

  .story-section .images .image:nth-child(2) {
    display: none;
  }

  .home-parallax h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-wrap1 .address-content1 {
    margin-bottom: 30px;
    height: auto;
  }

  .form1 {
    display: flex;
    padding: 0;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cwdesign-logo-tab {
    display: none !important;
  }

  .cwdesign-logo-mob {
    display: block !important;
  }

  .cwdesign-header {
    position: static;
    width: 100%;
    padding: 15px 0;
    background: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-160 {
    margin-top: 0px !important;
  }

  .contact-section .info-item {
    min-height: auto;
  }

  .layout-three-content {
    min-height: auto;
  }
  .parallax-window {
    height: 250px;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .mt-160 {
    margin-top: 0px !important;
  }
  .main-header__top-address-list{
      display: block;
  }
    .main-header__top-address-list li {
        justify-content: center;
        margin-bottom: 10px;
    }
    .main-header__top-address-list li+li {
        margin-left: 0;
    }
  .address-box .address-icon-holder {
    margin-right: 8px;
  }

  .bs-slider {
    height: 100%;
  }

  .pseudoStickyBlock {
    height: 0 !important;
  }

  .layout-about-four .one-half {
    width: 100%;
    padding: 0;
  }

  .one-half .overlap-custom-five {
    margin-left: 0;
    padding: 1.5rem;
  }

  .layout-about-four .one-half.imgbg-height,
  .layout-about-four-left .one-half.imgbg-height {
    height: 350px;
  }

  .height330 {
    height: 330px !important;
  }

  /*.top-contact-list li:nth-of-type(3),*/
  /*.top-contact-list li:nth-of-type(4){*/
  /*    display:none;*/
  /*}*/

  .inner-box {
    padding: 15px;
  }

  .inner-box2 {
    padding: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .google-map {
    height: 350px;
  }

  .slide-text {
    top: 50%;
  }

  .carousel-indicators [data-bs-target] img {
    width: 95px;
    height: 95px;
  }

  .carousel-indicators [data-bs-target] {
    width: 95px;
    height: 95px;
  }

  .slide-text>p {
    display: none;
  }

  .cwdesign-logo-wrap a img {
    /* width: 100%; */
  }
  .parallax-window {
    height: 200px;
  }
  .cwdesign-menu ul {
    margin-top: 220px;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .carousel-indicators [data-bs-target] img {
    width: 60px;
    height: 60px;
  }

  .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
  }

  .height600 {
    height: 370px;
  }

  .product-border .carousel-inner img {
    width: 340px !important;
  }
}

@media (min-width: 220px) and (max-width: 575px) {
  .top-contact-list li span {
    display: block !important;
    text-align: center !important;
  }

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    margin-right: 0px;
  }

  .home-parallax h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .parallax-window {
    height: 200px;
  }

  .contact-info .single-item {
    flex-direction: column;
    padding: 15px;
  }

    .contact-info .single-item .content {
    text-align: center;
  }
    .cwdesign-wrap {
        top:100px;
    }

  /* .home-slide {
    top: 50%;
  } */

  /* .parallax-window {
    height: 300px;
  } */

  .next,
  .prev {
    background: #000435;
    color: #fff;
    padding: 4px 10px !important;
    border: none;
  }

  .footer-logo img {
    width: 100%;
  }

  .google-map {
    height: 300px;
  }

  .top-contact-list li i {
    display: none;
  }

  .slide-text {
    width: 100%;
    left: 0%;
  }

  .btn-style-two {
    font-size: 15px;
    padding: 8px 15px;
    letter-spacing: 1px;
  }

  .slide-text>p {
    display: none;
  }

  #testimonial-carousel .testimonial-content {
    margin-left: 0;
  }

  .testimonial-content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
  }

  .testimonials-section {
    padding: 50px 0;
  }

  .contact-us {
    padding: 30px 20px !important;
  }

  .carousel-item .slide-text h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .sub-title {
    text-align: left;
    margin-bottom: 15px;
  }

  #wm-loading-center {
    padding: 40px;
  }

  .testimonials-section .box-text-over-content {
    padding: 40px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 87% 90%, 97% 100%, 69% 91%, 0 91%);
  }

  .testimonials-section .box-text-over-img::after {
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    line-height: 51px;
  }

  .testimonials-section .box-text-over-img .img-feagure {
    display: none;
  }

  .top-contact-list,
  .social-link {
    display: block;
  }

  .top-contact-list li {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }

  .top-contact-list li a {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }

  .top-contact-list li i {
    display: block;
    line-height: 30px;
  }

  .cwdesign-header {
    padding: 15px 0;
  }

  .slide-text {
    top: 50%;
  }

  .cwdesign-menu ul {
    margin-top: 140px;
  }

  .slide-text>p {
    display: none;
  }

  .cwdesign-logo-wrap a img {
    width: 100%;
  }
  .booking-inner .top-contact-box a{
    font-size: 11px;  
  }
}

@media (min-width: 220px) and (max-width: 399px) {
  .carousel-indicators [data-bs-target] img {
    width: 40px;
    height: 40px;
  }
    .main-header__top-address-list li {
        justify-content: center;
        margin-bottom: 10px;
    }
  .carousel-indicators [data-bs-target] {
    width: 40px;
    height: 40px;
  }

  .height600 {
    height: 270px;
  }

  .product-border .carousel-inner img {
    width: 240px !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-indicators [data-bs-target] {
    margin-left: 3px;
    margin-right: 3px;
  }

  .carousel-item .slide-text h2 {
    margin-bottom: 0px;
  }

  .carousel-item .slide-text h4 {
    margin-bottom: 5px;
  }

  .slide-text>p {
    display: none;
  }

  .cwdesign-logo-wrap a img {
    width: 100%;
  }

  .info-box {
    padding: 15px;
  }

  .fs-sm{
    font-size: 14px !important;
  }

  .top-contact-box {  
    padding: 18px 9px;   
  }

  .banner-box1 {
    padding: 11px;    
  }
}