@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'hudson-ny-serif';
  src: url(../fonts/hudson-ny-serif.ttf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'evogria';
  src: url(../fonts/evogria.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'hudson-ny-serif';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'hudson-ny-serif';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'hudson-ny-serif';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'hudson-ny-serif';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'hudson-ny-serif';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'hudson-ny-serif';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  margin: 20px 0;
  position: absolute;
  width: 100%;
  background: #58b7be;
  /* padding: 18px 0px; */
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 25px 23px;
    font-family: 'Montserrat';
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: unset;
  right: 0;
  width: 100%;
  height: 0px;
  background-color: #fff;
  bottom: 0;
}

.menuSec ul li:last-child a {
  padding-right: 23px;
}

/*.menuSec ul li:last-child a:after {
  display: none;
}*/

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}





.menuSec ul li a.active:after {
    height: 100%;
    z-index: -1;
}
.pinBtn {
  width: fit-content;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;   /* remove underline */
  padding: 0px 0px 0px 0px;
  background-image: -webkit-linear-gradient( 41deg, rgb(64,157,161) 0%, rgb(93,191,198) 100%);
  box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);
}

/* Icon background */
.pinBtn .IconContainer {
  width: 52px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}

/* Arrow image */
.pinBtn .iconImg {
  width: 11px;
  height: 16px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */ /* white arrow */
}

/* Text */
.pinBtn .text {
  height: 100%;
  width: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
}

/* Hover animation */
.pinBtn:hover .IconContainer {
  width: 190px;
  border-radius:  0px;
}

.pinBtn:hover .text {
  transform: translateX(20px);
  width: 0;
  font-size: 0;
}

/* Click */
.pinBtn:active {
  transform: scale(0.95);
}

.menuSec .row {
    align-items: center;
}
.menuSec ul li a:hover:after {
    height: 100%;
    transition: 0.9s;
    z-index: -1;
}


/*Banner Start*/
.banner-main-sec {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    /* align-items: center; */
    background-attachment: fixed;
}

.banner-main-sec .container-fluid {
    margin-left: 160px;
}
.banner-main-sec .row {
    align-items: center;
}

.right-img-main img {
    border-radius: 0px 0px 0px 10px;
    width: 100%;
}

.btm-header-social ul li {
    border: 1px solid #00000082;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btm-header-social ul {
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
}

.btm-header-social ul li a {
    color: #000;
    animation: tada 1.5s ease infinite;
}

.btm-header-social p {
    font-size: 21px;
    font-family: 'hudson-ny-serif';
    color: #000;
    margin-bottom: 0px;
}

.btm-header-social {
    display: flex;
    align-items: center;
    background: #fff;
    width: 67%;
    justify-content: space-between;
    float: inline-end;
    padding: 23px 38px;
    position: relative;
}

.btm-header-social ul li:hover {
    background-image: -webkit-linear-gradient(41deg, rgb(64, 157, 161) 0%, rgb(93, 191, 198) 100%);
    border: unset;
}

.btm-header-social ul li:hover a {
    color: #fff;
}
.btm-header-social:before {
    position: absolute;
    content: '';
    background: #858585;
    width: 179px;
    height: 1px;
    top: 45px;
    left: -55px;
    right: 0;
    margin: 0 auto;
}
.watch-video i {
    border: 1px solid #4fabb0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffff;
    color: #4fabb0;
    text-decoration: unset !important;
    margin: 0 auto;
    margin-bottom: 50px;
}

.watch-video {
    background: #4fabb0;
    width: 15%;
    text-align: center;
    padding: 20px 0px;
    border-radius: 8px 8px 8px 0px;
    margin-top: -123px;
    position: relative;
    margin-bottom: 0px;
    margin-right: -4px;
    z-index: 2;
}

.watch-video a {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.ban-btm-main {
    display: flex;
    margin-left: 100px;
}
.banner-text h2 {
    font-size: 83px;
    color: #fff;
    line-height: 80px;
    margin-bottom: 18px;
}

.banner-text p {
    color: #ffffffb8;
}
.bannerslid .slick-next:before {
    background-image: url(../images/banner-arrow.png);
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    display: flex;
    height: 40px;
}

.bannerslid .slick-prev:before {
    background-image: url(../images/banner-arrow.png);
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    display: flex;
    height: 40px;
    transform: rotate(180deg);
}

.bannerslid .slick-next {
    top: unset;
    bottom: -199px;
    right: 170px;
}

.bannerslid .slick-prev {
    top: unset;
    bottom: -197px;
    left: -10px;
}

.bannerslid .slick-active {
    margin: unset;
}

.bannerslid .slick-slide {
    margin: unset;
}

.slider-counter{display:flex;align-items: center;gap:15px;color:#fff;font-size:20px;font-weight:600;position: absolute;bottom: -197px;left: 9%;}

.counter-line{position:relative;width: 310px;height:2px;background:rgba(255,255,255,0.3);}

.line-progress{position:absolute;left:0;top: 0px;height:100%;width:0%;background:#fff;transition:0.4s;}

span.total-slide {
    font-family: 'hudson-ny-serif';
    font-size: 22px;
    font-weight: unset;
}

span.current-slide {
    font-family: 'hudson-ny-serif';
    font-size: 22px;
    font-weight: unset;
}
.banner-main-content {
    position: relative;
}
/*Banner End*/



/*Section About Us Start*/

.about-img img {
    width: 100%;
    border-radius: 13px;
}

.abt-img-txt h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}

.about-main-sec .row {
    justify-content: space-between;
    align-items: center;
}

.abt-img-txt {
    background: #5dbfc6;
    position: absolute;
    width: 70%;
    padding: 37px 38px;
    border-radius: 11px;
    bottom: 60px;
    right: -70px;
    animation: upDown 2s ease-in-out infinite;
}

.about-img {
    position: relative;
}

.about-main-sec {
    padding: 90px 0px;
}
.text-about h3 {
    font-family: 'evogria';
    color: #5cbec5;
    font-weight: unset;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 11px;
}

.text-about h2 {
    font-size: 75px;
    color: #191818;
}

/*Section About Us End*/

/*Section Charters Start*/


.img-charters img {
    width: 100%;
    border-radius: 10px;
}

.text-charters h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'hudson-ny-serif';
    margin-bottom: 1px;
    color: #0f0f0e;
}

.text-charters p {
    font-size: 14px;
}

.text-charters {
    position: absolute;
    background: #fff;
    bottom: 0;
    margin: 10px 47px;
    padding: 10px 25px 20px;
    text-align: center;
    border-radius: 10px;
}

.charters-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.text-charters a.pinBtn {
    margin: 0 auto;
}
.heading-charters h2 {
    margin-bottom: unset;
    text-align: center;
    font-size: 75px;
    color: #fff;
}

.heading-charters {
    background-image: -webkit-linear-gradient( 41deg, rgb(64,157,161) 0%, rgb(93,191,198) 100%);
    padding: 13px 0px 30px;
    margin-bottom: 50px;
}
.charters-main-sec .container {
    max-width: 1470px;
}

.img-charters {
    overflow: hidden;
}

.charters-box:hover .img-charters img {
    transform: scale(1.1);
    transition: 0.9s;
    filter: brightness(0.3);
}
.charters-main-sec {
    padding-bottom: 50px;
}
/*Section Charters End*/


/*Section Choose Us Start*/
.choose-main-text h2 {
    font-size: 75px;
    color: #191818;
}

p.fr-btm-border {
    border-bottom: 1px solid #00000038;
    padding-bottom: 10px;
    margin-bottom: 19px;
}


.choose-main-text ul li {
    font-family: 'hudson-ny-serif';
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.choose-main-text ul {
    column-count: 2;
}

.choose-main-text {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 59px 0px rgba(17, 17, 17, 0.14);
    padding: 30px 23px;
    border-radius: 9px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
    margin-right: 20px;
    z-index: 2;
    background: #fff;
}

.chooseus-main .row {justify-content: center;}

.chooseus-main {
    padding: 100px 0px;
}

.choose-img {
    margin-left: -190px;
}

.choose-img img {
    border-radius: 10px;
}

.main-content-choose {
    position: relative;
}

.main-content-choose::before {
    position: absolute;
    content: '';
    background: #f7f7f7;
    width: 166px;
    height: 83%;
    right: 0;
    top: -17px;
    border-radius: 0px 12px 0px 0px;
}
/*Section Choose Us End*/


/*Section Ready Start*/

.ready-main-sec {
    background-image: url(../images/ready-img-back.jpg);
    width: 100%;
    height: 730px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.text-ready h2 {
    color: #fff;
    text-align: center;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 23px;
}

.text-ready {
    text-align: center;
}

.text-ready p {
    color: #ffffffc7;
    width: 74%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 27px;
}

.text-ready  a.pinBtn {
    margin: 0 auto;
}


/*Serction ready End*/


/*Section testimonials Start*/

.testi-text p {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000a3;
}

.testi-text {
    display: flex;
    gap: 30px;
    align-items: start;
}
ul.testi-reviews-stars {
    display: flex;
    font-size: 18px;
    color: #fd8f00;
    gap: 5px;
    margin-left: 88px;
}

.testi-text img {
    width: 62px;
    height: 49px;
}

.testi-box {
    padding: 54px 42px;
    background-color: rgb(255, 255, 255);
    border-radius: 11px;
    box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.06);
}
    
    
.Rectangle_32_copy_3 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 219px;
    top: 4689px;
    width: 570px;
    height: 286px;
    z-index: 133;
}
.Rectangle_32_copy_3 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 219px;
    top: 4689px;
    width: 570px;
    height: 286px;
    z-index: 133;
}
    
.Rectangle_32_copy_3 {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 54px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 219px;
    top: 4689px;
    width: 570px;
    height: 286px;
    z-index: 133;
}

ul.user-info-testi {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    padding: 0px 29px;
}

ul.user-info-testi li {
    font-family: 'hudson-ny-serif';
    font-weight: 500;
    font-size: 19px;
    color: #000;
}

ul.user-info-testi li span {
    display: block;
    font-size: 12px;
    color: #00000082;
}

ul.user-info-testi li img {
    margin-top: -67px;
    border-radius: 70px;
}
.testimonials {
    padding: 90px 0px;
}

.testimonials.allsections .row {
    margin: 0px 40px;
}

.services-heading h2 {
    font-size: 75px;
    color: #191818;
}

.services-heading {
    text-align: center;
    margin-bottom: 30px;
}


/*Section testimonials End*/



/*Section gallery Start*/
.slider-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: clamp(300px, 60vw, 500px);
  overflow: hidden;
}

.slider-container img {
  position: absolute;
  width: clamp(190px, 77vw, 970px);
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.7);
  z-index: 1;
}

.slider-container img.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 5;
}

.slider-container img.left {
  transform: translateX(-10vw) scale(0.85);
  opacity: 1;
  z-index: 4;
}

.slider-container img.right {
  transform: translateX(10vw) scale(0.85);
  opacity: 1;
  z-index: 4;
}

.slider-container img.far-left1 {
  transform: translateX(-18vw) scale(0.7);
  opacity: 1;
  z-index: 3;
}

.slider-container img.far-right1 {
  transform: translateX(18vw) scale(0.7);
  opacity: 1;
  z-index: 3;
}

.slider-container img:not(.active):not(.left):not(.right):not(.far-left1):not(.far-right1) {
  opacity: 0;
  z-index: 1;
}
.gallery-main-sec {
    padding-bottom: 100px;
}
/*Section gallery End*/



/*Footer STart*/



.footerSec {

background: #0d0d0d;

position: relative;

padding: 80px 0px 0px 0px;
}

ul.social.d-flex.m-0 {

    display: flex;

    align-items: center;

    gap: 10px;

}

.copy-txt {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.footerSec .news-letter.moveRightTxt ul li {

    display: flex;

    align-items: center;

    gap: 19px;

}

footer.footerSec ul.social i {

height: 40px;

width: 40px;

font-size: 16px;

/* border: 1px solid; */

color: #fff;

display: flex;

justify-content: center;

align-items: center;

border-radius: 50%;

background-image: -webkit-linear-gradient( 41deg, rgb(64,157,161) 0%, rgb(93,191,198) 100%);

animation: tada 1.5s ease infinite;
}



footer.footerSec ul.social li a {

  opacity: 1;

}

.footerSec .container-fluid {

padding: 0 6%;
}

.footerSec p {

font-weight: 400;

transition: 0.9s;

color: #ffffff70;

opacity: 1;

font-size: 14px;

margin: unset;
}



footer ul li a {

color: #ffffff70;

transition: 0.6s;

font-size: 14px;

line-height: 30px;

font-family: 'Montserrat';

font-weight: 400;

opacity: 0.6;
}



.footerSec .row {

  position: relative;

  /* padding: 80px 0px 0; */

}



.footerSec .footer-btm .row {

padding-top: 18px;

padding-bottom: 16px;

margin-top: 60px;

padding: 18px 111px 16px;
}



.footerSec .footer-btm .row p {

  opacity: 59%;

  font-weight: 300;

  font-size: 14px;

}



.footerSec .footer-btm .row:before {

  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  top: 0;

  left: 0;

  right: 0;

  margin: 0px auto;

  background: #fff;

  opacity: 50%;

}



.news-letter ul li a {

  gap: 20px;

  line-height: 25px;

  margin: 20px 0;

  opacity: 1;

}



.news-letter ul li a:hover {

  transform: translate(3px, 0px);

}



footer ul li a:hover {

  opacity: 1;

  color: #fff !important;

}



footer .foot-products {

position: relative;

margin-left: 40px;
}



footer .ftLoo.mb-2 {

  padding-bottom: 10px;

}



footer.footerSec h5.text-light {

margin-bottom: 20px;

text-transform: capitalize;

font-size: 20px;

border-bottom: 1px solid #ffffff85;

width: fit-content;

padding-bottom: 17px !important;

padding-right: 60px;
}



footer.footerSec h5.subscribe.text-light.py-2 {

margin-bottom: 6px;

border: unset;

margin-top: 27px;
}


.foot-products.moveRightTxt.tw {

    width: 100%;

}

.footerSec .news-letter.moveRightTxt ul li img {

    width: 20px;

    height: 20px;

    object-fit: contain;

}

.foot-quick-links.moveRightTxt.tw {

    margin-left: 19px;

}

.foot-useful-link.moveRightTxt.tw {

    margin-left: 20px;

}
.footerSec ul li {
    margin-bottom: 7px;
}
a.ft-arrow {
    background-image: -webkit-linear-gradient(41deg, rgb(64, 157, 161) 0%, rgb(93, 191, 198) 100%);
    padding: 17px 41px;
    position: absolute;
    right: 0;
    bottom: 0;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

} 
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* little bit up */
  }
  100% {
    transform: translateY(0); /* back down smoothly */
  }
}
/*Footer End*/


/*inner Banner Start*/
.innerbanner .btm-header-social {
    width: 100%;
}

.innerbanner .btm-header-social:before {
    width: 369px;
}
.abt-btm-text {
    margin-top: 20px;
}
section.inner-abt-sec .main-content-choose::before {
    height: 92%;
}
section.services-pg-sec {
    padding: 100px 0px;
}
section.services-pg-sec .charters-box {
    margin-bottom: 40px;
}
/*inner Banner End*/

/*Blog Page Start*/

.blog-box-text ul {

    display: flex;

    align-items: center;

    margin-bottom: 14px;

    justify-content: space-between;

}



.blog-box-text h4 {color: #fff;}



.blog-box-text a {

color: #fff;

border-bottom: 1px solid #fff;

text-transform: uppercase;

font-family: 'Montserrat';
}



.blog-box-text ul li {

color: #fff;

font-family: 'Montserrat';
}



.blog-box-text {

background: #64b8bd;

padding: 20px;

width: 90%;

margin: 0 auto;

margin-top: -70px;

position: relative;

z-index: 1;

border-radius: 15px;
}



.blog-top-heading {

    text-align: center;

    width: 58%;

    margin: 0 auto;

}



section.blog-sec {

padding: 100px 0px;
}
.blog-box-img img {
    width: 100%;
    height: 290px;
    border-radius: 15px;
}

.blog-box-text p {
    color: #fff;
}

.blog-box {
    margin-bottom: 30px;
}



/*Blog Page End*/


/*Blog Detail Page Start*/

section.blog-sec.inner-blog-page {

margin: 0px 0px;
}

.blog-detail-box img {

    width: 100%;

    margin-bottom: 20px;

}



.blog-detail-box ul {

display: flex;

align-items: center;

justify-content: space-between;

margin-bottom: 10px;
}



.blog-detail-box ul li {

color: #000;

font-size: 16px;

font-family: 'Montserrat';
}

.blog-detail-box h2 {
    color: #000;
}
/*Blog Detail Page End*/

/*Contact page Start*/


.contact-form form {

    position: relative;

}



.contact-form .form-group {

    position: relative;

}



.contact-form .form-group::after {

    content: '';

    height: 53px;

    width: 10px;

    position: absolute;

    left: 40px;

    top: 5px;

    background-size: 10px 50px;

    background-image: url(../images/aroow-forward.png);

    background-repeat: no-repeat;

}



.contact-form form input.form-control {

height: 60px;

font-size: 14px;

padding-left: 70px;

border: 1px solid #c6c6c6;

line-height: 0;

box-shadow: none;

color: #909091;

font-weight: 400;

background-color: #14346214;

margin-top: 20px;

font-family: 'Montserrat';

display: flex;

border-radius: 0px;

color: #000;
}



.contact-form form input.form-control::placeholder {

    color: #909091;

}



.contact-main-sec .them-btn-1:hover {

    background-color: #00006d;

    transition: 0.3s all;

}



.contact-form form textarea.form-control::placeholder {

    color: #909091;

}



.contact-form form textarea.form-control {

font-size: 14px;

border-radius: 0px;

padding-left: 70px;

padding-top: 13px;

border: 1px solid #c6c6c6;

letter-spacing: 0;

box-shadow: none;

border-radius: 0;

resize: none;

background-color: #14346214;

margin-top: 20px;

color: #fff;

margin-bottom: 30px;

height: 150px;

/* background-color: #fff; */

color: #000;

font-family: 'Montserrat';
}



.contact-form .email {

    padding: 0;

}



.contact-form h4 {

    font-size: 62px;

    line-height: 70px;

    font-weight: 500;

    text-transform: capitalize;

    color: #fff;

}



.contact-form form textarea.form-control::placeholder {

    color: #909091;

}



.contact-form form .phone:before {

    position: absolute;

    content: '';

    width: 42px;

    height: 50px;

    background: url(../images/fom4.png);

    background-repeat: no-repeat;

    left: 16px;

    z-index: 1;

}



.ftt-list .navgation-f {

    float: left;

    width: 50%;

}



.ftt-lst li {

    margin-bottom: 20px;

}



.f-media ul li a:hover {

    background: #008080;

    border-color: #008080;

}



.footer_logo img {

    width: 30%;

}



.contact-form ::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #909091;

}



.contact-form ::-moz-placeholder {

    /* Firefox 19+ */

    color: rgba(18, 28, 42, 0.55);

}



.contact-form :-ms-input-placeholder {

    /* IE 10+ */

    color: rgba(18, 28, 42, 0.55);

}



.contact-form :-moz-placeholder {

    /* Firefox 18- */

    color: rgba(18, 28, 42, 0.55);

}



.cicle-icon i {

display: flex;

align-items: center;

justify-content: center;

font-size: 30px;

color: #64b8bd;

/* border: 1px solid #008cff; */

height: 70px;

width: 70px;

border-radius: 50px;

background-color: #fff;
}



.cicle-icon img {

    margin: 0 auto;

}

.contact-info-one {

width: 100%;

display: inline-block;

padding: 40px 20px;

margin-bottom: 10px;

border: 0;

display: flex;

align-items: center;

justify-content: center;

height: 140px;

margin-bottom: 16px;

/* border: 1px solid #c1c1c1; */

border-radius: 5px;

background-image: -webkit-linear-gradient(41deg, rgb(64, 157, 161) 0%, rgb(93, 191, 198) 100%);
}



.contact-main-sec h4 {

font-size: 53px;

color: #fff;

line-height: 80px;

margin-bottom: 0;

font-weight: 500;

color: #000;

text-transform: uppercase;

margin-bottom: 20px;
}



.contact-side-bar .contact_text h2 {

font-size: 21px;

color: #fff;

line-height: 30px;

text-transform: uppercase;
}

.contact_text {

    padding-top: 0;

}

.contact-form button {

padding: 12px 33px;

font-family: 'Poppins';

font-size: 14px;

font-weight: 400;

color: #fff;

border-radius: 10px;

/* border: 2px solid #f66e1e; */

/* display: flex; */

/* align-items: center; */

/* gap: 26px; */

background-color: #008cff;

/* animation: 1s shadow-pulse infinite; */

border: unset;

border-radius: 100px;

background-color: #64b8bd;
}

.contact-main-sec .row {

    /* align-items: center; */

}



.contact_text p {

font-size: 16px;

line-height: 25px;

color: #fff;

padding-top: 4px;

font-weight: 400;

letter-spacing: 0;

margin: 0;
}



.contact_text p a {

font-size: 16px;

color: #fff;

text-decoration: none;

transition: 0.5s ease-in-out;

display: block;

font-family: 'Montserrat';
}



.mailt {

    padding-left: 30px;

}



.contact_text a:hover {

    /* color: #18aae8; */

}



.contact_text p a.email-text {

    font-size: 14px;

    color: #8b8b8b;

}



.contact_text p a.email-text:hover {

    color: #00aae8;

}



.contact-us {

    padding: 6% 0;

}



.contact-head {

    text-align: center;

}



.contact-head h2 {

    font-size: 50px;

    color: #000;

    text-transform: uppercase;

}



.lg-btn {

    width: 100%;

}



.primary-btn {

    /* display: inline-block; */

    padding: 8px 30px;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    background: #00aa00;

    color: #fff;

    text-align: center;

    transition: all .4s ease;

    border: 2px solid transparent;

    border-radius: 4px;

}



.cp {

    font-size: 17px;

    line-height: 27px;

}



.contact_heading {

    margin-bottom: 30px;

}



.contact_heading h2 {

    font-size: 45px;

    color: #000000;

    font-weight: bolder;

}



.contact-side-bar {

    /* background-color: #fff; */

    padding: 30px;

    position: relative;

    padding-top: 0;

}



.contact-main-sec {

    padding: 80px 0 90px;

    /* background-image: url(../images/contact-banner.png); */

    width: 100%;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

}



section.contact-main-sec.spiral-redline .sec-head {

position: relative;

z-index: 9;

margin-top: 17px;
}



.contact-main-sec .them-btn-1 {

    margin-top: 20px;

    border: none;

    padding: 12px 20px;

    background-color: #ff0000;

    color: white;

    border-radius: 25px;

}



.contact-form .form-group i {

position: absolute;

top: 17px;

left: 10px;

color: #64b8bd;

font-size: 20px;
}



.contact-form {

    margin-top: 10px;

}



button.btn10.cont-pg {

    background: #001e3b !important;

}





.contact-form form input.form-control::placeholder {

    color: #909091;

}

.contact-form form textarea.form-control::placeholder {

    color: #909091;

}

.contact-main-sec h2 {

font-size: 60px;

line-height: 50px;

color: #fff;

margin-bottom: 0;

/* font-weight: 700; */

color: #0f0f0f;

text-transform: uppercase;
}

.name.form-group select {
    height: 60px;
    font-size: 14px;
    padding-left: 70px;
    border: 1px solid #c6c6c6;
    /* line-height: 0; */
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: #14346214;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 0px;
    color: #909091;
    width: 100%;
    text-transform: capitalize;
}


/*Contact Page End*/


/*Gallery Page Start*/
.gallery-head {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-head h2 {
    color: #265486;
    margin-bottom: 10px;
}

.gallery-head p {
    color: #5d5d5d;
    width: 65%;
    margin: 0 auto;
}

section.gallery-sec {
    padding: 90px 0px;
}

.gallery-1 img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
}

section.gallery-sec.iner .row.r {
    margin-bottom: 30px;
}

.gallery-2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}


.gallery-col-2 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.gallery-col-3 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}

.gallery-col-2 {
    margin-bottom: 20px;
}

.gallery-1.e {
    margin-bottom: 20px;
}

.gallery-2.e {
    margin-bottom: 20px;
}


/*gallery Page End*/



/*rates Page Start*/

section.ratesPage {
  padding: 80px 0 180px;
  position: relative;
}

section.ratesPage .heading p {
  font-weight: 500;
  line-height: 26px;
  opacity: 100%;
}

section.ratesPage .heading.text-center {
  margin-bottom: 50px;
}

section.ratesPage .waterh-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 7px #55555587;
  transition: 0.9s;
  cursor: pointer;
  padding: 40px 20px 50px 40px;
  margin: 0px 10px;
}

section.ratesPage .waterh-box span.label {
  text-align: center;
  margin: 0px auto;
  display: table;
  transition: 0.9s;
  padding-bottom: 8px;
  font-family: "Montserrat";
  font-weight: 600;
}

section.ratesPage .waterh-box h1 {
  position: relative;
  color: #46a3a8;
  font-size: 75px;
  line-height: 1;
  display: table;
  margin: 0px auto;
  text-align: center;
  font-weight: 600;
}

section.ratesPage .waterh-box h1 span.symbol {
  position: absolute;
  font-size: 48px;
  left: -29%;
  transition: 0.9s;
  bottom: 0;
}

section.ratesPage .waterh-box h1 span.pecentabe {
  position: absolute;
  right: -100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  bottom: 3px;
  transition: 0.9s;
  opacity: 100%;
}

section.ratesPage .waterh-box p {
  margin: 20px 0px;
  font-weight: 500;
  line-height: 25px;
  opacity: 100%;
  transition: 0.9s;
}

section.ratesPage .waterh-box ul {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.ratesPage .waterh-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat';
}

section.ratesPage .waterh-box ul li img.img-fluid.listImg {
  transition: 0.9s;
  cursor: pointer;
}

section.ratesPage .waterh-box ul li span {
  color: #000;
  transition: 0.9s;
}

section.ratesPage .waterh-box .rates {
  width: 100%;
  text-align: center;
}

section.ratesPage .waterh-box .rates a.theme1 {
  margin: 0px auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  height: 55px;
  transition: 0.9s;
  border: 2px solid transparent;
}

section.ratesPage .waterh-box:hover {
  background: #46a3a8;
  transform: translate(0px, 3px);
  box-shadow: 0px 0px 20px 7px #55555573;
}

section.ratesPage .waterh-box:hover span.label {
  color: #fff;
}

section.ratesPage .waterh-box:hover h1 {
  color: #fff;
}

section.ratesPage .waterh-box:hover p {
  color: #fff;
  opacity: 1;
}

section.ratesPage .waterh-box:hover ul li span {
  color: #fff;
}

section.ratesPage .waterh-box:hover ul li img {
  filter: brightness(0) invert(1);
}

section.ratesPage .waterh-box:hover .rates a.theme1 {
  border: 2px solid #fff;
}
/* Rate Page end */


/*Book Now Page Start*/



.form-control:disabled,

.form-control:read-only {

    background-color: #ffffff;

}



.input-group-text {

    background-color: #ffffff;

    border-left: 0;

}



.order-form .input-group {

    position: relative;

}



.order-form .input-group>.form-control,

.order-form .input-group>.form-select {

position: relative;

flex: 1 1 auto;

width: 1%;

min-width: 0;

border-color: #bdbdbd;

color: #909091;

font-family: 'Montserrat';

border-radius: 5px;

font-weight: 500;

padding: 17px;

margin-bottom: 0;

font-family: 'Montserrat';

font-weight: 400;

border-radius: 7px !important;
}



.order-form .form-select {

    background-image: url(../images/arrow-icon.png);

    background-size: unset;

}



.input-group-text.plane {

    align-items: start;

}



.order-form textarea.form-control {

    resize: none;

}



.submit-btn {

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}



form.order-form {

    margin-top: 7%;

}



form.order-form :is(input,

    select,

    textarea) {

border: 1px solid #0000001f;

border-radius: 5px;

font-family: 'Poppins';

border-radius: 9px;

padding: 100px 20px 0px;
}



form.order-form ::placeholder {

    color: #909091;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
}



.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

    border: 1px solid #b3b3b3;

    border-radius: 0px 10px 10px 0px;

    padding: 14px;

}



.contact1 input::placeholder {

    color: #909091;

}



section.work-together.bg-effect:before {

    background-position: bottom;

}





.work-together {

margin-bottom: 100px;

/* margin-top: 100px; */
}



.order-form .input-group i {

position: absolute;

right: 0;

height: 100%;

width: 50px;

display: flex;

border: none !important;

align-items: center;

justify-content: center;

color: #00000082;
}



.order-form .input-group i::after {

    width: 10px;

    background-size: 10px 50px;

    background-image: url(../images/right-arrow.png);

    background-repeat: no-repeat;

    content: '';

    height: 58px;

    width: 26px;

    position: absolute;

    right: 50px;

    rotate: 180deg;

    top: -2px !important;

    background-size: 10px 54px;

}



.appointment-submit-btn span:nth-child(1) {

    font-family: 'MontBlanc', sans-serif;

    font-size: 11px;

    color: var(--white-color);

    text-transform: uppercase;

    background-color: var(--red-color);

    border-radius: 3px;

    height: 50px;

    display: inline-flex;

    margin: 0;

    justify-content: center;

    align-items: center;

    padding: 0 22px;

    border: 1px solid transparent;

    transition: background-color 0.9s ease, color 0.9s ease, border-color 0.3s ease;

}



.appointment-submit-btn span:nth-child(1):hover {

    background-color: transparent;

    color: var(--red-color);

    border: 1px solid var(--red-color);

}



.appointment-submit-btn span:nth-child(2) {

    font-size: 11px;

    font-weight: bold;

    color: var(--red-color);

    width: 50px;

    height: 50px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    border: 1px solid var(--light-black);

    border-radius: 3px;

    transition: background-color 0.9s ease, color 0.9s ease, border-color 0.3s ease;

}



.appointment-submit-btn span:nth-child(2):hover {

    background-color: transparent;

    color: var(--red-color);

    border: 1px solid var(--red-color);

}



.section-heading {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}



.section-heading h2 {

    padding: 0 0 15px 0;

}



.section-heading p {

    width: 60%;

    padding: 0 0 16px 0;

}



.text-area {

    width: 100%;

    height: 200px;

    position: relative;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    border-color: #bdbdbd;

    color: #909091;

    font-family: 'Montserrat';

    border-radius: 5px;

    font-weight: 500;

    padding: 17px;

    margin-bottom: 0;

    height: 150px;

}



.appointment-submit-btn-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

}
.work-together .heading-text {
    margin-bottom: 30px;
}
.quick-links ul li a:hover {
    color: #f7c566;
}

ul.ftr-list li a:hover {
    color: #f7c566;
}



/*Book Now Page End*/


/*Service Detail Page STart*/
.banner_text.inner {

    gap: 0;

}



.inner-services-sec {

    padding: 100px 0;

}



.inner-services-img img {

width: 100%;

height: 510px;

object-fit: cover;

object-position: 100% 40%;
}



.inner-services-left-side h2 {

color: #000;

font-size: 44px;

margin-bottom: 0;
}



.inner-services-img {

    margin-bottom: 25px;

}



.inner-services-left-side h3 {

color: #000;

font-size: 30px;

letter-spacing: 0px;

margin-bottom: 5px;

margin-top: 35px;
}



.padding-right {

    padding-right: 0;

}



.padding-left {

    padding-left: 0;

}



.inner-services-box-img img {

    width: 100%;

    height: 520px;

    object-fit: cover;

}



.inner-services-box-img {

    margin-bottom: 25px;

}



.inner-services-left-side ul li a {

    font-size: 14px;

    line-height: 2;

    color: #0000007c;

    font-family: "Montserrat", serif;

    padding-left: 18px;

    position: relative;

    font-weight: 600;

}



.inner-services-left-side ul li a:before {

content: "";

position: absolute;

background: #76babb;

width: 8px;

height: 8px;

border-radius: 50%;

top: 6px;

left: 0;
}



.inner-services-left-side ul {

    column-count: 2;

    line-height: 35px;

    margin-bottom: 25px;

}



.service-category-box {

background: #64b8bd;

padding: 20px;
}



.service-category-box h2 {

font-size: 25px;

margin-bottom: 10px;

color: #fff;
}



.service-category-box h3 {

font-size: 16px;

color: #000;

background: #ffff;

margin-bottom: 0;

padding: 14px 10px 12px;

line-height: 25px;
}



.how-can-we-help-box {

margin-top: 70px;

background: #6eb9bc;

padding: 18px;

text-align: center;
}



.how-can-we-help-box a {

    margin: 0 auto;

}



.how-can-we-help-box-img img {

width: 100%;

height: 182px;

object-fit: cover;

object-position: top;
}



.how-can-we-help-box-icon img {

    width: 51px;

    height: 51px;

    object-fit: contain;

    margin: 0 auto;

}



.how-can-we-help-box-icon {

text-align: center;

margin: 20px 0;

margin-bottom: unset;
}



.how-can-we-help-box h2 {

font-size: 22px;

text-align: center;

margin-bottom: 1px;

color: #fff;
}



.how-can-we-help-box p {

    text-align: center;

    line-height: 22px;

    margin-top: 7px;

    color: #fff;

}



.service-category-box ul li a {

border: 1px solid #ffff;

display: flex;

align-items: center;

justify-content: space-between;

padding: 0 10px;

height: 55px;

color: #fff;

margin-top: 10px;

font-family: 'hudson-ny-serif';
}



span.ser-btn {

margin-bottom: -5px;
}



.inner_banner_sec h1 {

    font-size: 71px;

}



.inner_banner_sec {

    height: 700px;

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Service Detail Page End*/