/* All CSS LINK */
@import url(CalendarPicker.css); /* Calendar Picker CSS */
@import url(jquery-ui.min.css); /* jquery ui CSS */
@import url(owl.carousel.min.css); /* carousel CSS */
@import url(swiper-bundle.min.css); /* Swipper CSS */
@import url(owl.transitions.css); /* transitions CSS */
@import url(animate.css); /* animate CSS */
@import url(all.min.css); /* font-awesome CSS */
@import url(bootstrap-icons.css); /* Bootstrap icon CSS */
@import url(bootstrap.min.css); /* Bootstrap Min CSS */
@import url(scrollbar.css); /* ScrollBar CSS */
@import url(flaticon.css); /* font-flaticon CSS */
@import url(custom.css); /* custom.css */
.header-top-two {
    background: rgb(10 65 132/50%);
    color: #ffffff;
    padding: 0px;
    line-height: 30px;
    overflow-x: hidden;
}
.head_language a {
    color: #fff; padding-right: 10px;
}
.about-thumb img {
    max-width: 100%;
}
.team-thumb img {
    width: 100%;
    transition: 0.5s;
}
.header-style-two{position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 9999;} 
/*====================================================================
			Mobile Menu
====================================================================*/



.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: #ffffff;
  margin: 10px 0px 0px 20px;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo img {
  max-height: 90px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-backdrop {
  cursor: url("../image/cursor.png"), auto;
}

.mobile-menu .menu-box {
  position: absolute;
  right: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  right: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  right: 10px;
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: red;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a > span {
  display: none;
}

.mobile-menu .navigation li ul li > a {
  font-size: 14px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 3px solid #0a4184;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li:last-child .dropdown-btn {
  display: none;
}

.mobile-menu .navigation li > a {
  padding-right: 30px;
}

.mobile-menu .navigation li .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
<!-- ============================================================== -->
<!-- Start boattrip Slider Section Css -->
<!-- ============================================================== -->*/
.banner-carousel {
  position: relative;
  z-index: 1; 
}
.owl-stage-outer{margin-top:107px;}
.banner-carousel .slide-item {
  position: relative;
  color: var(--white);
}
.banner-carousel .slide-item .banner1_img{ background-image:url(../image/hero-bg1.webp); background-repeat:no-repeat;background-size: cover;} 
.banner-carousel .slide-item .banner2_img{ background-image:url(../image/hero-bg2.webp); background-repeat:no-repeat;background-size: cover;} 
.banner-carousel .slide-item .banner3_img{ background-image:url(../image/hero-bg3.webp); background-repeat:no-repeat;background-size: cover;} 
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.banner-carousel .hero-content h1 {
  font-size: 110px;
  color: var(--white);
  font-weight: 400;
  display: block;
  color: var(--white);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  text-transform: capitalize;
}
.banner-carousel .hero-content h2 {
  font-size: 110px;
  color: var(--white);
  font-weight: 400;
  display: block;
  color: var(--white);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  text-transform: capitalize;
}
.banner-carousel .active .hero-content h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.banner-carousel .active .hero-content h2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.search-popup{ display:none}
.about-title span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #0a4184;
    color: var(--white);
    margin-right: 4px;
}
 .about-title h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0 18px;
}
.section-button.style-two a {
    display: inline-block;
    padding: 12px 35px 12px;
    font-size: 17px;
    color: var(--white);
    border-radius: 5px;
    background-color: #0a4184;
    margin-top: 26px;
}
.counter-section {
    background-color: #0a4184;
    padding: 55px 0 25px;
}
.counter-single-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0 10px;
    border-right: 1px solid rgb(255, 255, 255, 0.2);
}
.counter-single-box p {
    opacity: 0.8;
    font-size: 17px;
    color: var(--white);
    margin: 0;
}
.counter-single-box h2 {
    font-size: 50px;
    color: var(--white);
    margin-top: 0;
}
.team-single-box {
    border-radius: 10px;
    filter: drop-shadow(0px 5px 30px rgba(228, 229, 231, 0.5));
    background-color: var(--white);
    overflow: hidden;
    margin-bottom: 30px;
}


/*×ßÂíµÆ*/
.certificate{clear: both;width: 100%;}
.dtBox li a:hover{
	color:#ea7724;
}
.part3_left .LeftBotton{height:50px;width:50px;overflow:hidden;float:left;display:inline;cursor:pointer;position: absolute; margin-top: -16%; left:0; color:#FFF; background-color: #333;}
.part3_left .RightBotton{height:50px;width:50px;overflow:hidden;float:right;display:inline;	cursor:pointer;position: absolute; margin-top: -16%; right:0; color:#FFF; background-color: #333;}
.part3_left .LeftBotton i{ padding:15px; font-size:20px;background-color: #333;}
.part3_left .RightBotton i{ padding:15px; font-size:20px;background-color: #333;}
.certificate .Cont{
	width:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; 
}
.certificate .ScrCont{width:10000000px;}
.certificate .Cont .pic{float:left;text-align:center; position:relative;  }
.certificate .Cont .pic a{
	width:380px;
	height: auto;
	display:table-cell; *display:block;vertical-align:middle;
}
	
.certificate .Cont .pic img{
	display:block;
	left:3px;
	display:table-cell;
*display:block;	vertical-align:middle;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.certificate .Cont .pic span{line-height:46px; height:46px; background:#199bd5; color:#ffffff; display:block; width:100%; position:absolute; bottom:0; font-size:14px}
.certificate .Cont a:link,.certificate .Cont a:visited{color:#626466;text-decoration:none;}
.certificate .Cont a:hover{color:#f00;text-decoration:underline;}
.certificate #List1,.certificate #List2{float:left;}

.about-section .left-col .sec-title h5 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0;
}
.about-section .left-col .sec-title h3 {
    font-size: 42px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.about-section .book-form-box {
    position: relative;
    border-radius: 10px;
    padding: 40px 35px 40px 40px;
    background: var(--white);
    -webkit-box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
    -ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
}
/* Default Form Style */

.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -10px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .row .form-group {
  padding: 0 10px;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 50px;
  color: #888f99;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  height: 52px;
  width: 100%;
  font-size: 15px;
  color: #25283a;
  line-height: 30px;
  font-weight: 400;
  padding: 10px;
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.iptTxt2 {
    float: left;
    width: 60%;
    margin-right: 10%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px;
    background-color: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.form-group2 .book-btn {
    width: 100%;
    border: none;
    padding: 14px 0 13px;
    background-color: #01adef;
    color: var(--white);
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #01adef;
}
.default-form .form-group textarea {
  height: 120px;
  padding-top: 12px;
  resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: #0a4184;
}

.default-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaaaaa;
}

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 5px;
}

.default-form .check-block {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.default-form .check-block input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.default-form .check-block label {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.default-form .check-block label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  color: #01adef;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #d0d0d0;
  font-weight: 800;
}

.default-form .check-block input:checked + label:before {
  content: "\e90e";
  border-color: #01adef;
}
.footer-section {
    padding: 50px 0 0;
    background-color: #141e29;
}
h4.widget-title {
    font-size: 24px;
    line-height: 50px;
    color: #f7f9fb;
    font-weight: 400;
    padding-bottom: 12px;
}
.footer-menu li a {
    color: var(--text-color-white);
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.footer-info li span {
    line-height: 27px;
    color: #f7f9fb;
}
.footer-info li a {
    line-height: 27px;
    color: #f7f9fb;
    margin-left: 5px;
}
.follow-company-icon a {
    display: inline-block;
    color: var(--white);
    line-height: 37px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    margin-right: 10px;
}
.row.footer-bg {
    margin-top: 50px;
    padding: 20px 0 20px;
    text-align: center;
    border-top: 1px solid rgba(136, 143, 153, 0.2);
}
.footer-bottom-content p {
    margin: 0;
    line-height: 27px;
    color: #f7f9fb;
}
.footer-bottom-content a {
    color: #f7f9fb;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  select.form-field {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  select.form-field {
    height: 44px;
  }
  .proside{ display:none}
  .prolist { width:100%; margin:0}
  .head_language{ float:right; padding:0 0 3px 0;}
  .top-right {  margin-top: 0px;}
  .breadcumb-section-about {
    background-size: 100%;    background-image: url(../../images/hero-bg1_s.webp);
    height: 155px;}
.breadcumb-section-exhibition {
    background-size: 100%;    background-image: url(../../images/hero-bg4_s.webp);
    height: 155px;}
.breadcumb-section-workshop {
   background-size: 100%;    background-image: url(../../images/hero-bg5_s.webp);
    height: 155px;}
.breadcumb-section-news {
	background-size: 100%;    background-image: url(../../images/hero-bg6_s.webp);
    height: 155px;}
.breadcumb-section-contact {
	background-size: 100%;    background-image: url(../../images/hero-bg7_s.webp);
    height: 155px;}
.breadcumb-section-product {
	background-size: 100%;    background-image: url(../../images/hero-bg2_s.webp);
    height: 155px;}
.tripzap-logo {margin-top:0;}
  
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="email"] {
    font-size: 14px;
    height: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="submit"] {
    font-size: 14px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .reservation-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-badge-left,
  .single-product-badge-right {
    top: 10px;
  }
}

.single-product-badge-left {
  left: 20px;
}

@media only screen and (max-width: 479px) {
  .single-product-badge-left {
    left: 10px;
  }
}

.single-product-badge-right {
  right: 20px;
}

@media only screen and (max-width: 479px) {
  .single-product-badge-right {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-badge-new,
  .single-product-badge-sale {
    font-size: 10px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .loading-screen .animation-preloader .spinner img {
    width: 8em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 3.5em "Work Sans", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .loading-screen .animation-preloader .spinner img {
    width: 7em;
  }

  .loading-screen .animation-preloader .txt-loading {
    font: bold 2em "Work Sans", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90px;
    flex: 1 0 90px;
    height: 438px;
  }
}

@media only screen and (max-width: 575px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    height: 395px;
  }
}

@media only screen and (max-width: 479px) {
  .product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60px;
    flex: 1 0 60px;
    height: 305px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .single-product-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-description-area {
    margin-top: 60px;
  }

table {
    display: flex;
    overflow-x: auto;}
}

@media only screen and (max-width: 575px) {
  .single-product-description-area {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-description-area-nav {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-description-area-nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav {
    gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-product-description-area-nav button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product-description-area-nav button {
    padding-bottom: 5px;
  }
}
/* ÊÖ»ú³ß´ç */
@media (max-width:767px){.logo-desktop img{ display:none}
.header-style-two .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 5px 0px;
    display:block;
    z-index: 10;
}
.news-title {
    text-align: center;
    font-size: 22px;
}
.patents{ width:50%}
.side_nav{ display:none}
#hyl{ width:100%; margin:auto}
#hyr{ width:100%;margin:auto}
.banner-carousel .slide-item .image-layer { background-size: 150%;}
.hero-content.style-two {
    text-align: left;
    padding: 0 5px;
}
.slide-item{ display:block}
.breadcumb-section{background-size: 150%; height:150px}
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #0a4184;
    /*margin: -55px 0px 12px 20px;*/
    display: none;
}
.logo-box{ margin-top:10px; width:90%}
.banner-carousel .slide-item .image-layer {
    width: 110%;}
.banner-carousel .slide-item .banner1_img{ background-image:url(../image/hero-bg1_s.webp); background-repeat:no-repeat;background-size: cover;} 
.banner-carousel .slide-item .banner2_img{ background-image:url(../image/hero-bg2_s.webp); background-repeat:no-repeat;background-size: cover;} 
.banner-carousel .slide-item .banner3_img{ background-image:url(../image/hero-bg3_s.webp); background-repeat:no-repeat;background-size: cover;} 
.hero-content.style-two{ padding-top:30px}

}
/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  header#sticky-header {
    display: none;
  }

  .header-top-one {
    background: #fff;
}

  /* section title */
  .boattrip-section-title {
    margin-bottom: 40px;
  }

  .boattrip-section-title h5 > span {
    width: 70px;
  }

  .blog-single-box.style-two .blog-title h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .boattrip-section-title h2 {
    font-size: 36px;
    line-height: 38px;
  }
  /* hero section */
  .banner-carousel .hero-content h1 {
    font-size: 77px;
    line-height: 100px;
  }

  .banner-carousel .hero-content p {
    line-height: 40px;
  }

  .slide-item {
    height: 530px;
  }

  .hero-section .owl-nav {
    display: none;
  }

  .banner-carousel .hero-content p {
    display: none;
  }

  /* Search Bar */

  .searchbox-input {
    margin-bottom: 25px;
  }

  .row.searchbar-bg {
    padding: 35px 40px 55px;
  }

  /* about section */
  .about-section {
    padding: 80px 0 120px;
  }

  .about-section .boattrip-section-title h2 {
    margin-top: 0;
    font-size: 35px;
  }

  .boattrip-section-title p {
    display: none;
  }

  .about-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-shape img {
    display: none;
  }

  .experience-year {
    bottom: 30px;
    left: 30px;
  }

  .about-title h3 {
    padding: 5px;
  }

  /* offer section */
  .offer-section {
    padding: 0;
  }

  .offer-single-box {
    padding: 60px 0;
  }

  /* goods section */
  .goods-section {
    padding: 60px 0 30px;
  }

  .goods-thumb-details span {
    margin-right: 30px;
  }

  /* explore section */
  .explore-section {
    padding: 50px 0;
    background-position: inherit;
  }

  /* destination section */
  .destination-section {
    padding: 60px 0;
  }

  /* counter section */
  .counter-section {
    padding: 40px 0 10px;
  }

  .counter-single-box {
    border-right: 0;
  }

  .counter-single-box p {
    font-size: 15px;
  }

  .counter-single-box h1 {
    font-size: 43px;
  }

  /* Testimonial Section */
  .testimonial-section {
    padding: 80px 0 80px;
  }

  /* feature section */
  .feature-single-box {
    padding: 20px 23px 10px 20px;
  }

  /* video section */
  .video-section {
    padding: 110px 0;
  }

  /* feature section */
  .feature-section {
    padding: 60px 0 30px;
  }

  /* testimonial */
  .testimonial-section {
    padding: 60px 0;
  }

  /* team section */
  .team-section {
    padding: 80px 0 50px;
  }

  .team-title {
    padding: 22px 20px 32px 20px;
  }

  /* blog section */
  .blog-section {
    padding: 60px 0 30px;
  }

  /* contact section */
  .contact-section {
    padding: 60px 0;
  }

  /* calculate section */
  .calculate-title h4 {
    padding: 0;
  }

  .calculate-title h4::before {
    display: none;
  }

  .calculatebox-input .search-btn {
    font-size: 14px;
  }

  .calculatebox-input input,
  .calculatebox-input select {
    padding-left: 12px;
  }
  /* footer section*/
  .company-info-desc p {
    padding: 10px 0 0;
  }

  .follow-company-icon span {
    display: none;
  }

  .follow-company-icon {
    display: inline-block;
  }

  .footer-section .col-lg-3.col-md-6.pb-30 {
    padding-bottom: 30px;
  }
}
/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  header#sticky-header {
    display: none;
  }

  /* header */

  /* section title */
  .boattrip-section-title {
    margin-bottom: 40px;
  }

  .boattrip-section-title h5 > span {
    width: 70px;
  }

  .boattrip-section-title h2 {
    margin-top: 0;
    font-size: 32px;
  }

  .boattrip-section-title h5 {
    font-size: 28px;
  }

  /* hero section */
  .banner-carousel .hero-content h1 {
    font-size: 77px;
    line-height: 100px;
  }

  .banner-carousel .hero-content p {
    line-height: 40px;
  }

  .slide-item {
    height: 530px;
  }

  .hero-section .owl-nav {
    display: none;
  }

  .banner-carousel .hero-content p {
    display: none;
  }

  /* Search Bar */
  .searchbox-input {
    margin-bottom: 25px;
  }

  .row.searchbar-bg {
    padding: 35px 40px;
  }

  /* about section */
  .about-section {
    padding: 80px 0 120px;
  }

  .about-section .boattrip-section-title h2 {
    margin-top: 0;
    font-size: 30px;
  }

  .boattrip-section-title p {
    display: none;
  }

  .about-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-shape img {
    display: none;
  }

  .experience-year {
    bottom: 30px;
    left: 30px;
  }

  .about-title h3 {
    padding: 5px;
  }

  /* offer section */
  .offer-section {
    padding: 0;
  }

  .offer-single-box {
    padding: 60px 0;
  }

  /* goods section */
  .goods-section {
    padding: 60px 0 30px;
  }

  .goods-thumb-details {
    padding: 0 22px 0;
  }

  .goods-thumb-details span {
    margin-right: 18px;
  }

  /* explore section */
  .explore-section {
    padding: 50px 0;
    background-position: inherit;
  }

  /* destination section */
  .destination-section {
    padding: 60px 0;
  }

  /* counter section */
  .counter-section {
    padding: 40px 0 10px;
  }

  .counter-single-box {
    border-right: 0;
  }

  .counter-single-box p {
    font-size: 15px;
  }

  .counter-single-box h1 {
    font-size: 43px;
  }

  /* Testimonial Section */
  .testimonial-section {
    padding: 80px 0 80px;
  }

  .testimonial-section .owl-nav {
    margin-top: 30px;
  }

  /* feature section */
  .feature-single-box {
    padding: 20px 23px 10px 20px;
  }

  /* video section */
  .video-section {
    padding: 110px 0;
  }

  /* feature section */
  .feature-section {
    padding: 60px 0 30px;
  }

  /* testimonial */
  .testimonial-section {
    padding: 60px 0;
  }

  /* team section */
  .team-section {
    padding: 80px 0 50px;
  }

  .team-title {
    padding: 22px 20px 32px 20px;
  }

  /* blog section */
  .blog-section {
    padding: 60px 0 30px;
  }

  /* contact section */
  .contact-section {
    padding: 60px 0;
  }

  /* calculate section */
  .calculate-title h4 {
    padding: 0;
  }

  .calculate-title h4::before {
    display: none;
  }

  .calculatebox-input .search-btn {
    font-size: 14px;
  }

  .calculatebox-input input,
  .calculatebox-input select {
    padding-left: 12px;
  }
  /* footer section*/
  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-info-desc p {
    padding: 25px 0 8px;
    width: 90%;
  }

  .footer-section .col-lg-3.col-md-6.pb-30 {
    padding-bottom: 30px;
  }

  .footer-bottom-content p {
    width: 70%;
    margin: auto;
  }

  .blog-single-box.style-two .blog-content {
    left: 20px;
  }

  .blog-single-box.style-two .blog-title h3 {
    font-size: 25px;
    line-height: 33px;
  }
}
/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  header#sticky-header {
    display: none;
  }
#information img{ max-width:100%}
  /* header */

  /* section title */
  .boattrip-section-title {
    margin-bottom: 40px;
  }

  .boattrip-section-title h5 > span {
    width: 70px;
  }

  .boattrip-section-title h2 {
    font-size: 23px;
    line-height: 25px;
    margin-top: 5px;
  }

  .boattrip-section-title h5 {
    font-size: 18px;
    /*font-family: "Playfair Display";*/
  }

 /* .boattrip-section-title h5 > span {
    display: none;
  }*/

  .boattrip-section-title h2 {
    margin-top: 10px;
    font-size: 35px;line-height: 33px;
}

  /* section button */
  .section-button a {
    padding: 14px 22px;
  }

  /* hero section */
  .banner-carousel .hero-content h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .banner-carousel .hero-content p {
    line-height: 40px;
  }

  .slide-item {
    height: 530px;
  }

  .hero-section .owl-nav {
    display: none;
  }

  .banner-carousel .hero-content p {
    display: none;
  }

  /* Search Bar */
  .searchbox-input {
    margin-bottom: 25px;
  }

  .row.searchbar-bg {
    padding: 35px 40px 55px;
  }
.home-feedback{ padding: 30px 0 20px;background-image: url(../image/contact_bg_s.webp); margin-top:0;}

  /* about section */
  .about-section {
    padding: 30px 0 20px;
  }

  .about-section .boattrip-section-title h2 {
    margin-top: 61px;
    font-size: 25px;
    line-height: 25px;
}
  .about-title h3 {
    font-size: 18px;
  }
.feature-two-image img {
    max-width: 100%;
}
.about-section .left-col .sec-title {
    margin-bottom: 29px;
    color: #FFF;
}
  .offer-section, .about-section .container {    padding:20px;}
  .home-about .container { background-image:none}
  .experience-year {
        bottom: 6px;
    left: 35px;
  }
  .about-thumb .about-shape {
    position: absolute;
    bottom: -10%;
    left: -5%;
}
  .about-title h3 {
    padding: 5px;
  }

  /* offer section */
  .offer-section {
    padding: 0;
  }

  .offer-single-box {
    padding: 60px 0;
  }

  .offer-box-inner {
    padding: 7px 10px 22px;
  }

  .offer-desc p {
    font-size: 18px;
    line-height: 29px;
    font-style: normal;
    font-family: "Works sans";
    padding: 12px 0 15px;
  }

  /* goods section */
  .goods-section {
    padding: 60px 0 30px;
  }

  .goods-thumb-details {
    padding: 0 3px 0;
  }

  .goods-thumb-details span {
    margin-right: 14px;
  }
  .goods-thumb-details span:nth-child(3) {
    margin-right: 0;
  }

  .goods-thumb-details span:nth-child(4) {
    display: none;
  }

  .goods-content {
    padding: 20px;
  }

  .goods-button a {
    padding: 12px 15px 11px;
    font-size: 15px;
  }

  .goods-button a span {
    display: none;
  }

  /* explore section */
  .explore-section {
    padding: 10px 0;
    background-position: inherit;
  }
.service {
    padding: 10px 0;
}
  /* destination section */
  .destination-section {
    padding: 30px 0;
  }

  /* counter section */
  .counter-section {
    padding: 40px 0 10px;
  }

  .counter-single-box {
    border-right: 0;
  }

  .counter-single-box p {
    font-size: 15px;
  }

  .counter-single-box h1 {
    font-size: 43px;
  }

  /* Testimonial Section */
  .testimonial-section {
    padding: 80px 0 80px;
  }

  .testimonial-section .owl-nav {
    margin-top: 30px;
  }

  /* feature section */
  .feature-single-box {
    padding: 20px 23px 10px 20px;     min-height: 220px;
  }

  /* video section */
  .video-section {
    padding: 110px 0;    background: url(../image/video-bg_s.webp) no-repeat center center / cover fixed;text-align:center;
  }
.video-icon a {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 105px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white);
    font-size: 34px;
    color: #0a4184;
    font-weight: 500;
    font-family: "Segoe UI";
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
}
  /* feature section */
  .feature-section {
    padding: 30px 0 20px;
  }

  /* testimonial */
  .testimonial-section {
    padding: 60px 0;
  }

  /* team section */
  .team-section {
    padding: 80px 0 50px;
  }

  .team-title {
    padding: 22px 20px 32px 20px;
  }

  /* blog section */
  .blog-section {
    padding: 20px 0 20px;
  }

  /* contact section */
  .contact-section {
    padding: 60px 0;
  }

  /* calculate section */
  .calculate-section {
    text-align: center;
  }

  .calculate-title h4 {
    padding: 0;
  }

  .calculate-title h4::before {
    display: none;
  }

  .calculatebox-input .search-btn {
    font-size: 14px;
  }

  .calculatebox-input input,
  .calculatebox-input select {
    padding-left: 12px;
  }
  /* footer section*/
  .footer-section {
    padding: 60px 20px 0;
  }

  .follow-company-icon span {
    display: none;
  }

  .follow-company-icon {
    display: inline-block;
  }

  .footer-section .col-lg-3.col-md-6.pb-30 {
    padding-bottom: 30px;
  }

  .goods-section .section-button {
    margin-top: 15px;
  }

  .counter-single-box h2 {
    font-size: 35px;
  }

  .blog-single-box.style-two .blog-content {
    left: 20px;
  }

  .blog-single-box.style-two .blog-title h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .tab-area .shopselect-input {
    display: none;
}

.about-section .right-col .inner {
    padding-left: 0;
    margin-top: 0;
}

.about-section .left-col .video-link .video-thumb, .about-section .left-col .upper-row .image-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 0 auto 10px;
}

.about-section .left-col .upper-row {
    padding-left: 0;
}

.about-section .left-col .video-link {
    padding-left: 0;
}

.goods-bg .col-lg-6.col-md-12.pl-0.wow.fadeInUp.animated {
    padding-left: 12px;
}

.goods-block-inner {
    flex-direction: column;
}

.goods-bg .block-content {
    padding: 20px;
}

.block-pricing h4 {
    font-size: 5px;
}

.hero-section.style-two .slide-item {
    height: 280px;
}

.hero-section.style-two .banner-carousel .hero-content h1 {
    font-size: 26px;
    line-height: 40px;
}

.hero-section.style-two .hero-content.style-two .hero-button {
    margin-top: 30px;
}
.testimonial-section.style-two .testi-single-box .testi-box-inner {
    flex-direction: column;
}
.hero-content.style-two h2 {
    color: var(--white);
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
}


/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.blogs-section h2.blog-title a {
		font-size: 22px;
		font-weight: 600;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

	.blog-post-comment span.rights-reply {
		display: none;
	}

    /* Shop */
    .shop-section,
	.cart-section,
    .shop-product-section {
        padding: 70px 0;
    }

    .row.products {
        padding-left: 0;
    }

    .form_box {
        padding: 35px 0 25px;
    }

    .form_box select {
        width: 74%;
    }

    .upper.widget_search input {
        width: 100%;
    }

    /* Shops Section Two*/ 
    .shops-section,
    .shop-detials {
        padding: 70px 0 40px;
    }

    p.description {
        margin-bottom: 0;
    }

    .single-products-box2 .products-thumb img {
        width: 210px;
    }

    /* Shop Details */
    .shop-dtls-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .appoinment-tab .tab {
        padding: 0;
    }

    .appoinment-tab .tabs li a {
        border-radius: 5px 35px 35px 35px;
    }

    table.tab-items-table tr {
        padding: 20px 0 0 15px;
    }

    table.tab-items-table tr td {
        padding-right: 7px;
    }

    table.tab-items-table td.table-title {
        font-size: 14px;
    }

    table.tab-items-table td.table-text {
        font-size: 13px;
    }

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 21px 14px;
	}
}
/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.blogs-section h2.blog-title a {
		font-size: 20px;
		font-weight: 600;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

	.blog-post-comment .post-comment2 {
		margin-left: 0;
	}

    .blog-post-comment span.rights-reply {
        display: none;
    }

    /* Shop */
    .shop-section,
	.cart-section,
    .shop-product-section {
        padding: 50px 0;
    }

    .row.products {
        padding-left: 0;
    }

    .form_box {
        padding: 35px 0 25px;
    }

    p.form-text {
        margin-bottom: 15px;
    }

    .form_box select {
        width: 100%;
    }

    .upper.widget_search input {
        width: 100%;
    }

    /* Shops Section Two*/ 
    .shops-section,
    .shop-detials {
        padding: 50px 0 20px;
    }

    p.description {
        margin-bottom: 15px;
    }

    .single-products-box2 .products-thumb img {
        width: 210px;
    }

    .single-products-box2 .product-title h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .widget select {
        display: none;
    }

    .product-price p {
        padding: 10px 0 0px;
    }

    /* Shop Details */
    .shop-dtls-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .appoinment-tab .tab {
        padding: 0;
        margin: 0;
    }

    .appoinment-tab .tabs li a {
        font-size: 14px;
        padding: 9px 21px;
    }

    .appoinment-tab .tabs_item {
        padding: 0;
    }

    table.tab-items-table tr {
        padding: 20px 0 0 15px;
    }

    table.tab-items-table tr td {
        padding-right: 3px;
    }

    table.tab-items-table td.table-title {
        font-size: 14px;
    }

    table.tab-items-table td.table-text {
        font-size: 11px;
        font-weight: 500;
    }

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 18px 14px;
	}
}
/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.blogs-section h2.blog-title a {
		font-size: 18px;
		font-weight: 600;
	}

	.blogs-section .blog-content {
		padding: 35px 25px 18px;
	}

	ul.blog-author li {
		margin-right: 22px;
		font-size: 13px;
	}

	.row.blogs-pr {
		padding: 0;
	}

	p.blog-desc {
		font-size: 14px;
	}

    .qte-icon {
        float: inherit;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-quote p {
        font-size: 16px;
    }

    /* social */
    ul.social-share {
        float: inherit;
    }

    span.social-text {
        margin-bottom: 15px;
        display: inline-block;
    }

    /* comment */
    .post-comment-thumb {
        float: inherit;
        margin-right: 0;
    }

    .blog-post-comment {
        padding: 34px 15px 26px;
    }

    .blog-post-comment .post-comment2 {
        margin-left: 0;
    }

    .contact-form-box3 h3.blog-comment-title {
        font-size: 22px;
        font-weight: 600;
    }

    .blog-post-comment span.rights-reply {
        display: none;
    }

	/* Calendar */
	.blog-right-side > div {
		padding: 30px 15px 35px;
	}

	.calendar {
		padding: 0 6px 0;
	}

	.wrapper .current-month {
		padding: 0 15px 0;
	}

	ul.weeks li {
		font-size: 14px;
	}

	.days li::before {
		height: 30px;
		width: 30px;
	}

    /* Shop */
    .shop-section,
	.cart-section,
    .shop-product-section {
        padding: 30px 0;
    }

    .row.products {
        padding-left: 0;
    }

    .form_box {
        padding: 35px 0 25px;
    }

    p.form-text {
        margin-bottom: 15px;
    }

    .form_box select {
        width: 100%;
    }

    .upper.widget_search input {
        width: 100%;
    }

    /* Shops Section Two*/ 
    .shops-section,
    .shop-detials {
        padding: 30px 0 0;
    }

    .widget select {
        display: none;
    }

    .single-products-box2 .product-title h2 {
        margin-top: 15px;
    }

    .single-products-box2 {
        flex-wrap: wrap;
        justify-content: inherit;
    }

    .single-products-box2 .products-thumb img {
        margin-right: 0;
    }

    /* Shop Details */
    .shop-dtls-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .category-count-button {
        display: inline-block;
    }

    .category-button {
        padding-left: 0;
        margin-top: 25px;
    }

    

    /* Appoinment Tab */
    .appoinment-tab .tab {
        padding: 0;
        margin: 0;
    }

    table.category-table td.table-text {
        font-size: 14px;
    }

    h4.post-title span {
        padding-left: 26px;
        font-size: 14px;
    }

    .appoinment-tab .tabs li a {
        font-size: 14px;
        padding: 9px 21px;
    }

    .appoinment-tab .tabs li:nth-child(2) a {
        margin-right: 0;
    }

    .appoinment-tab .tabs_item {
        padding: 0;
    }

    table.tab-items-table tr {
        padding: 10px 0 80px 15px;
    }

    table.tab-items-table tr td {
        padding-right: 3px;
    }

    

    table.tab-items-table td.table-title {
        font-size: 14px;
    }

    table.tab-items-table td.table-text {
        font-size: 11px;
        font-weight: 500;
        display: flex;
    }

	/* Cart */
	.cart-totals {
		margin-left: 0;
	}

	.btn {
		padding: 18px 14px;
	}

	.cart-product-mobile-content {
		width: 50%;
	}

	.product-quantity-count input {
		width: 135px;
	}

	.alert-box {
		padding: 30px 0px;
	}

}
@media only screen and (max-width: 767px){
	.header-style-one,
	.header-style-two{
		/*position: relative;*/
		background: #fff;
	}

  .header-style-one .logo-desktop{
		display: none;
	}
  .header-style-one .header-upper .logo-box{
		display: block;
	}

	.header-style-one .header-upper {
    background: #ffffff;
  }

	.header-style-one .other-links .book-btn,
	.header-style-three .header-upper .link-box{
		display: none;
	}

  .header-top-two .my-account, .main-header .header-top .top-right {
    position: relative;
    width: 100%;
}

.header-top-two .inner {
  height: auto;
  padding: 0px  0px;
}

.header-style-two .logo-desktop {
  display: none;
}

.header-style-two .header-upper .logo-box {
  display: block;
}

.header-style-two .other-links .booking-link a.btn-style-one {
  display: none;
}

}
@media only screen and (max-width: 599px){
  .header-top-one {
    background: var(--primary-color);
  }
	
  .header-top-one .inner {
    margin-left: 0;
    padding: 10px;
    line-height: 0;
}

	.header-style-one .header-upper .inner{
		padding-left: 0;
	}

	.header-style-one .header-upper .logo-box{
		position: relative;
		float: left;
		left: 0;
		top: 0;
		height: auto;
		padding: 0;
	}

	.header-style-one .header-upper .nav-content{
		float: right;
		padding-top: 10px;
	}

  .header-top-one .my-account {
    width: 100%;
    margin: 0;
    text-align: center;
}

.header-top-one .my-account ul{
  display: inline-block;
}

.header-top-one .my-account li a {
  color: #fff;
}

.header-top-one .my-account li a:hover {
  color: #fff;
  text-decoration: underline;
}

}
@media only screen and (max-width: 479px) {
	.header-style-one .other-links .max-nav-toggler,
	.header-style-two .language{
		display: none;
	}

  .header-style-one .language {
    display: none;
}


  .breadcumb-section {
    height: 150px;
}

  .breadcumb-content h1 {
    font-size: 35px;
}

}
/*=======================================
    video-section
=======================================*/
.skill-section{
	background-image: url(../image/video-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.skill-section .skill-column{
	position:relative;
}

.skill-section .skill-column .inner-column{
	position:relative;
}

/*Skills Section*/

.skills{
	position: relative;
}

.skills .skill-item{
	position:relative;
}


.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:3px;
	background:none;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:3px;
	width:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
	background:-webkit-linear-gradient(left, #ffffff, #df6614);
	background:-ms-linear-gradient(left, #ffffff, #df6614);
	background:-o-linear-gradient(left, #ffffff, #df6614);
	background:-moz-linear-gradient(left, #ffffff, #df6614);
}

.skill-section .video-column{
	position:relative;
}

.skill-section .video-column .inner-column{
	position:relative;
	padding:120px 0;
}

.skill-section .video-column .inner-column .video-link-box{
	position:relative;
	text-align:center;
}
  .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    z-index: 99999;
  }
  .video-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 100000;
  }
  .video-modal .video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal iframe {
    width: 90%;
    height: 85%;
    border: none;
  }

/* Play Box */

.video-link-box .play-box{
	position:relative;
	display:block;
	text-align:center;
	width:80px;
	height:80px;
	margin:0 auto;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-link-box .play-box .icon{
	position: relative;
	width:80px;
	height: 80px;
	z-index:99;
	display:inline-block;
	color: #df6512;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:80px;
	background-color: #ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.video-link-box .play-box .icon-outer{
	position:relative;
	display:block;
	width:80px;
	height:80px;
	margin:0 auto;
}

.video-link-box .play-box .icon-outer:before{
	content:'';
	position:absolute;
	left:-15px;
	top:-15px;
	width:110px;
	height:110px;
	background:rgba(255,255,255,0.30);
	border-radius:50%;	
}

.video-link-box .play-box .icon:after{
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	bottom:-5px;
	right:-5px;
	background:rgba(255,255,255,0.30);
	border-radius:50%;	
}

.video-link-box .ripple,
.video-link-box .ripple:before,
.video-link-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-link-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-link-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.video-link-box .video-title{
	position:relative;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	display:block;
	margin-top:25px;
}

.counter-section {
  background-color: #0a4184;
  padding: 55px 0 25px;
}

.counter-single-box {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0 10px;
  border-right: 1px solid rgb(255, 255, 255, 0.2);
}

.counter-single-box.upper {
  border: 0;
}

.counter-single-box p {
  opacity: 0.8;
  font-size: 17px;
  color: var(--white);
  margin: 0;
}

.counter-single-box h2 {
  font-size: 50px;
  color: var(--white);
   
  margin-top: 0;
}

