
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../font/Montserrat-Bold.eot) format('eot'), url(../font/Montserrat-Bold.woff) format('woff'), url(../font/../font/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Hairline';
  src: url(../font/Montserrat-Hairline.ttf) format('truetype'), url(../font/Montserrat-Hairline.eot) format('eot'), url(../font/Montserrat-Hairline.woff) format('woff'), url(../font/../font/Montserrat-Hairline.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../font/Montserrat-Light.ttf) format('truetype'), url(../font/Montserrat-Light.eot) format('eot'), url(../font/Montserrat-Light.woff) format('woff'), url(../font/../font/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.ttf) format('truetype'), url(../font/Montserrat-Regular.eot) format('eot'), url(../font/Montserrat-Regular.woff) format('woff'), url(../font/../font/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  src: url(../font/Montserrat-Regular.ttf) format('truetype'), url(../font/Montserrat-Regular.eot) format('eot'), url(../font/Montserrat-Regular.woff) format('woff'), url(../font/../font/Montserrat-Regular.woff2) format('woff2');
}


@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../font/Montserrat-SemiBold.ttf) format('truetype'), url(../font/Montserrat-SemiBold.eot) format('eot'), url(../font/Montserrat-SemiBold.woff) format('woff'), url(../font/../font/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
body {
  line-height: 28px;
  font-size: 16px;
  font-family:"Montserrat","Microsoft YaHei", "Arial";
  font-weight: 400;
  color: #666565;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f172b;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 0;font-family:"Montserrat-Bold";
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

p {
  margin: 0;
}

.bg-img-center {
  background-color: #0f172b;
  background-position: center;
  background-size: cover;
}

.container-fluid {
  padding-right: 70px;
  padding-left: 70px;
}

.mb-55 {
  margin-bottom: 55px;
}

.btn:focus,
input:focus,
select,
.nice-select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
select,
textarea,
.nice-select {
  background-color: #fff;
  border: 2px solid #dfe9f4;
  height: 80px;
  font-weight: 600;
  color: #0f172b;
  font-size: 14px;
  padding: 0 45px 0 30px;
  border-radius: 5px;
  width: 100%;
  line-height: 80px;
}

textarea {
  height: 140px;
  line-height: 28px;
  padding-top: 15px;
}

.nice-select:after {
  border-bottom: 0;
  border-right: 0;
  content: '\f107';
  display: block;
  height: 0;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'FontAwesome';
  height: 100%;
  color: #009ddf;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #dfe9f4;
}

.nice-select .list {
  width: 100%;
}

.nice-select.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 0;
}

.input-wrap {
  position: relative;
}

.input-wrap i {
  position: absolute;
  color: #009ddf;
  background: transparent;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-wrap::after {
  display: block;
  clear: both;
  content: '';
}

.input-wrap.text-area i {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 15px;
}

::-webkit-input-placeholder {
  font-weight: 600;
  color: #0f172b;
  font-size: 18px;
}

:-ms-input-placeholder {
  font-weight: 600;
  color: #0f172b;
  font-size: 18px;
}

::-ms-input-placeholder {
  font-weight: 600;
  color: #0f172b;
  font-size: 18px;
}

::placeholder {
  font-weight: 600;
  color: #0f172b;
  font-size: 18px;
}

.btn {
 background-color: #009ddf;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.btn i {
  margin-left: 6px;
}

.btn.filled-btn:hover {
 background-color: #0f172b;
  color:#009ddf;
}

.btn.btn-black {
  background-color: #0f172b;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #009ddf;
}

.section-padding {
  padding: 3% 0;
}

.section-title h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 3%;
}

.section-title h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}


.section-title span.title-top {
  color: #009ddf;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.section-title span.title-top.with-border::before {
  width: 40px;
  height: 4px;
  background: #009ddf;
  position: absolute;
  content: '';
  left: -58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
@media(max-width:1400px){
	.section-title span.title-top{ font-size:18px;}
	.section-title h2{ font-size:26px;line-height:30px;}.section-title h1{ font-size:26px;line-height:30px;}}

.section-bg {
  background-color: #f1f8ff;
}

.primary-bg {
  background-color: #009ddf;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide:focus {
  outline: none;
}

ul.list-inline li {
  display: inline-block;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #0f172b;
}

.loader > span {
  background: #009ddf;
  border-radius: 50%;
  margin: 5rem 0.5rem;
  -webkit-animation: bouncingLoader 0.6s infinite alternate;
          animation: bouncingLoader 0.6s infinite alternate;
}

.loader > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader > span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* Animation keyfranes */
@-webkit-keyframes bouncingLoader {
  from {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
  }
  to {
    width: 1rem;
    height: 1rem;
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
  }
}
@keyframes bouncingLoader {
  from {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
  }
  to {
    width: 1rem;
    height: 1rem;
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
  }
}

@-webkit-keyframes twirlAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(16px, -1px) rotate(36deg);
            transform: translate(16px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(40px, 15px) rotate(72deg);
            transform: translate(40px, 15px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(40px, 30px) rotate(108deg);
            transform: translate(40px, 30px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-30px, 15px) rotate(144deg);
            transform: translate(-30px, 15px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes twirlAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(16px, -1px) rotate(36deg);
            transform: translate(16px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(40px, 15px) rotate(72deg);
            transform: translate(40px, 15px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(40px, 30px) rotate(108deg);
            transform: translate(40px, 30px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-30px, 15px) rotate(144deg);
            transform: translate(-30px, 15px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatey {
  0% {
    -webkit-transform: rotateY(-360deg) rotateX(-90deg);
            transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateX(90deg);
            transform: rotateY(360deg) rotateX(90deg);
  }
}

@keyframes rotatey {
  0% {
    -webkit-transform: rotateY(-360deg) rotateX(-90deg);
            transform: rotateY(-360deg) rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateX(90deg);
            transform: rotateY(360deg) rotateX(90deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes ripple-white {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

/* End Global Css
============================================================================================ */
/*============== Header Start =============== */
.header-top-area {
  padding: 20px 0;
}

.header-top-area a {
  color: #666565;
}

.header-top-area a:hover {
  color: #009ddf;
}

.header-top-area .top-contact-info li {
  margin-right: 30px;
}

.header-top-area .top-contact-info i {
  font-size: 20px;
  color: #009ddf;
  margin-right: 10px;
}

.header-top-area .top-social-icon {
  margin-left: 40px;
}

.header-top-area .top-social-icon li,
.header-top-area .top-menu li {
  margin-left: 18px;
}
.sub-title{font-size: 24px; text-transform: uppercase;font-weight: 600; line-height: 2; margin-bottom: 20px;}
.title{margin-bottom: 20px;}
.abmr .more{ margin-top: 25px;display: block; width: 200px; line-height: 60px; background: #009ddf; color: #fff; text-align: center;border-radius: 10px;}
.abmr .more:hover{background: #222; color: #fff;}
.blog .blog-col{padding: 0 0;}
.about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between; margin: 15px 0; position: relative;}
.about-wrap div{width: 49%;}
.abmr{ padding: 0 15px; position: absolute; right: 0; top: 50%;  transform: translate(0,-50%);}
.about-wrap div img{border-radius: 30px;}
#heroSlideActive .slick-list{border-radius: 30px;}
.tle h2{ font-size: 40px; text-align: center; margin-top: 30px;}
.tle p{text-align: center; margin-bottom: 60px;}
.brand-single_item{ position: relative; padding-bottom: 15px; box-sizing: content-box;}
.brand-single_item h3{position: absolute; width: 100%; text-align: center; bottom: 15px; font-size: 16px; font-weight: normal; text-transform: none; color: #333;}
.abmr .nrtext{width: 100%;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;}
@media screen and (max-width: 1800px){
.title{ font-size: 30px; }
	.container-fluid{padding-right: 30px;
  padding-left: 30px;}
	}
.header-menu-area .logo {
  
  position: relative;
  
}

.header-menu-area.sticky {
  position: fixed; background: #fff;
  top: 0; left: 0;
  width: 100%;
  z-index: 99;box-shadow:0 5px 15px rgb(0 0 0 / 10%);
}

.header-menu-area.sticky .logo {
  margin-top: 0;
}

.header-menu-area .logo img {
  max-width: 250px;
}

.menu-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.menu-right-area a {
  color: #000;
}

.menu-right-area a:hover {
  color: #009ddf;
}

.menu-right-area .main-menu li {
  position: relative;
}

.menu-right-area .main-menu li.have-submenu {
  padding-right: 15px;
}

.menu-right-area .main-menu li.have-submenu::after {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
  font-weight: 400;
  content: '\f107';
  font-size: 15px;
  color: #000;
  line-height: 85px;
}

.menu-right-area .main-menu li.active-page > a, .menu-right-area .main-menu li.active-page.have-submenu::after, .menu-right-area .main-menu li.have-submenu:hover::after {
  color: #009ddf;
}

.menu-right-area .main-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-left:30px; color: #000;
  line-height: 88px;
}
.header-menu-area.sticky .main-menu li a{color: #000;}
.header-menu-area.sticky .main-menu li.have-submenu::after{color: #000;}

@media(max-width:1620px){.menu-right-area .main-menu li a{margin-left: 12px;}}


.menu-right-area .main-menu li .submenu {
  position: absolute;
  left: 0;
  top: 115%;
  width: 280px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.menu-right-area .main-menu li .submenu li {
  display: block;
  text-align: left;
  position: relative;
}

.menu-right-area .main-menu li .submenu li a {
  color: #666565;
  padding: 8px 18px;
  line-height: 30px;
  margin: 0;
  display: block;
}

.menu-right-area .main-menu li .submenu li a:hover {
  background-color: #0f172b;
  color: #fff;
}

.menu-right-area .main-menu li .submenu li.have-submenu {
  padding-right: 0;
}

.menu-right-area .main-menu li .submenu li.have-submenu::after {
  color: #666565;
  content: '\f105';
  right: 15px;
  top: -20px;
}

.menu-right-area .main-menu li .submenu li.have-submenu:hover::after {
  color: #fff;
}

.menu-right-area .main-menu li .submenu li .submenu {
  left: auto;
  right: -280px;
  top: 100%;
}

.menu-right-area .main-menu li .submenu li:hover .submenu {
  top: 0;
}

.menu-right-area .main-menu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.menu-right-area .btn {
  height: 90px;
  line-height: 90px;
  padding: 0 70px; background: none;
}
.menu-right-area .btn:hover{background: none;}




.menu-right-area .search-wrap {
  position: relative;
}

.menu-right-area .search-wrap .search-icon {
  height: 90px;
  line-height: 87px;
  padding: 0 40px; padding-right: 20px; color: #000;
  display: inline-block;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.header-menu-area.sticky .search-wrap .search-icon{ color: #000;}
.menu-right-area .search-wrap .search-icon.icon-close {
  display: none;
}

.menu-right-area .search-wrap .search-form {
  position: absolute;
  height: 100%;
  width: 500px;
  z-index: 2;
  right: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.menu-right-area .search-wrap .search-form input,
.menu-right-area .search-wrap .search-form form {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.menu-right-area .search-wrap.search-active .search-icon {
  display: none;
}

.menu-right-area .search-wrap.search-active .search-icon.icon-close {
  display: inline-block;
}

.menu-right-area .search-wrap.search-active .search-form {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.menu-right-area .quote-btn {
   position:relative;
}

.menu-right-area .lag-select .nice-select {
  border: none;
  background: none;
  color: #fff;
  width: auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 15px;
}

.menu-right-area .lag-select .nice-select::after {
  right: 0;
  color: #fff;
}

.menu-right-area .lag-select .nice-select .list {
  color: #666565;
  background-color: #fff;
  width: 200px;
  border-radius: 0;left: -100%;
}

.menu-right-area .lag-select .nice-select .list li:hover {
  color: #fff;
  background-color: #0f172b;
}

.menu-right-area .lag-select .lag-img {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); font-size:14px;line-height: 20px;color:#000;
}



.menu-right-area .lag-select .lag-img i{ font-size:20px; color:#000;float:left;padding-right:5px;}
.menu-right-area .lag-select .lag-option {
position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;color: #666565;
  background-color: #fff;
  width: 200px;
  border-radius: 0; visibility:hidden;box-shadow: 0 0 0 1px rgba(68,68,68,.11); opacity:0;
}
.lag-option li{line-height:30px; text-align:left;}.lag-option li span{ font-size:12px;}
.menu-right-area .lag-select .lag-option.on{ visibility:visible;opacity:1;}
.header-menu-area.sticky .menu-right-area .lag-select .lag-img i{color: #000;}
.header-menu-area.sticky .menu-right-area .lag-select .lag-img{color: #000;}
.header-menu-area .menu-right-area a:hover {
  color: #009ddf;
}
.header-menu-area.sticky .menu-right-area a:hover {
  color: #009ddf;
}
.header-menu-area .menu-right-area .main-menu li.have-submenu:hover::after{ color: #009ddf;}
.header-menu-area.sticky .menu-right-area .main-menu li.have-submenu:hover::after{ color: #009ddf;}
.logo1{ display: block;}
.logo2{ display: none;}
.header-menu-area.sticky .logo1{ display: none;}
.header-menu-area.sticky .logo2{ display: block;}
.header-two .menu-right-area a, .header-two .menu-right-area,
.header-two .menu-right-area .main-menu li.have-submenu::after {
  color: #0f172b;
}

.header-two .menu-right-area .main-menu li.have-submenu::after,
.header-two .menu-right-area .main-menu li a {
  line-height: 98px;
}

.header-two .menu-right-area .btn {
  color: #fff;
  height: 100px;
  line-height: 100px;
}

.header-two .menu-right-area .search-wrap a {
  line-height: 97px;
}

.header-two .phone-num i {
  color: #009ddf;
  font-size: 20px;
  margin-right: 8px;
}

.header-two.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #009ddf;
}

/*============== Header End =============== */
/* Hero Area css
============================================================================================ */
.single-hero-slide {
  height: auto;
  line-height: 38px;
  position: relative;
  z-index: 1;
}
.single-hero-slide a{}
.bann-text{ position:absolute;top:30%;margin: auto;
  left: 0;
  right: 0;  z-index:2;}
  
 .bann-text .slider-text{ text-align: left;}


.single-hero-slide .small-text {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
  display: block;text-shadow:0 5px 15px rgb(0 0 0 / 50%);
}

.single-hero-slide p {
  font-size: 80px; 
  color: #fff;text-shadow:0 5px 15px rgb(0 0 0 / 50%);
 
  line-height: 1.2;font-family: "Montserrat-Bold";
}

.single-hero-slide .btn.filled-btn {
  font-size: 15px;
  border-radius: 36px;
  width: 220px;
  height: 70px;
  line-height: 70px; background: #fff;
}

h1.big-text {
  position: absolute;
  left: 50%;
  top: 39%;
  font-size: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 60px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 0.11;
  z-index: -1;
}

.slider-two .single-hero-slide {
  height: 848px;
}

.slider-two .single-hero-slide .slider-text {
  color: #fff;
}

.slider-two .single-hero-slide .slider-text h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
}

.slider-two .single-hero-slide .slider-text .btn {
  margin-top: 40px;
}

.hero-section .slick-arrow {
  position: absolute;
  height: 80px;
  width: 80px;
  font-size: 20px;
  text-align: center;
  z-index: 5;
  line-height: 80px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;

  color: #fff;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  visibility: hidden;
  opacity: 0;
}


.hero-section:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  left: 2%;
}

.hero-section:hover .slick-arrow.next {
  left: auto;
  right: 2%;
}

.hero-section.slider-two .slick-arrow {
  left: auto;
  right: 19.2%;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-133%);
          transform: translateY(-133%);
}

.hero-section.slider-two .slick-arrow.next {
  top: calc(50% + 90px);
  right: 19.2%;
}

.hero-section.slider-two .slick-arrow:hover {
  color: #009ddf;
}

.hero-section.slider-two ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-section.slider-two ul.slick-dots li {
  display: inline-block;
}

.hero-section.slider-two ul.slick-dots li button {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.hero-section.slider-two ul.slick-dots li button::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background-color: #009ddf;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-section.slider-two ul.slick-dots li.slick-active button {
  border-color: #009ddf;
}

/* hero area end
============================================================================================ */
/* Booking Form
============================================================================================ */
.booking-section {
  margin-top: -70px;
  z-index: 2;
  position: relative;
}

.booking-section .booking-form-wrap {
  margin-left: -115px;
  margin-right: -115px;
  padding: 80px 115px 60px 115px;
  position: relative;
  z-index: 1;background-color:#0f172b;
}

.booking-section .booking-form-wrap .btn.filled-btn {
  border-radius: 5px;
  height: 80px;
}

.booking-section .booking-form-wrap .btn.filled-btn i {
  position: unset;
  -webkit-transform: translate(0);
          transform: translate(0);
  color: #fff;
}

.booking-section .booking-form-wrap .input-wrap {
  margin-bottom: 20px;
}

.booking-section .booking-form-wrap .booking-shape-1 {
  position: absolute;
  left: 80px;
  bottom: 30px;
  z-index: -1;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-animation: rotated linear 30s infinite;
          animation: rotated linear 30s infinite;
}

.booking-section .booking-form-wrap .booking-shape-2 {
  position: absolute;
  left: 35px;
  top: 45px;
  z-index: -1;
  -webkit-animation: twirlAnimation linear 15s infinite;
          animation: twirlAnimation linear 15s infinite;
}

.booking-section .booking-form-wrap .booking-shape-3 {
  position: absolute;
  right: 35px;
  top: 50px;
  z-index: -1;
  -webkit-animation: rotatey linear 15s infinite;
          animation: rotatey linear 15s infinite;
}

.booking-section.style-two {
  margin-top: 0;
}

.booking-section.style-two .input-wrap {
  margin-bottom: 0;
}

.booking-section.style-two .booking-form-wrap {
  margin: 0;
  padding: 120px 0;
}

.booking-section.style-two .bookIng-inner-wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

/* End OF booking form
============================================================================================ */
/* Tile Gallery
============================================================================================ */
.tile-gallery {
  padding-bottom: 30px;
  padding-right: 30px;
  position: relative;
}

.tile-gallery .tile-gallery-content {
  background-color: #009ddf;
  padding: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  width: 370px;
  height: 307px;
  right: 0;
  bottom: 0;
}

.tile-gallery .tile-gallery-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.tile-gallery .tile-gallery-content p{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.tile-gallery .tile-gallery-content .tile-icon {
  max-width: 50px;
  margin-bottom: 35px;
}
@media(max-width:1400px){.tile-gallery .tile-gallery-content h3{ font-size:26px;}}


/* End Tile Gallery
============================================================================================ */
/* Counter Css Start
============================================================================================ */
.counter {
  margin-top: 50px;
}

.counter img {
  max-width: 70px;
  max-height: 70px;
}

.counter .counter-box {
  font-size: 14px;
}

span.counter-number, .fact-num {
  display: block;
  color: #0f172b;
  font-size: 55px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 85px;
}

.counter-box.style-two {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #0f172b;
}

.counter-box.style-two span.counter-number, .counter-box.style-two .fact-num {
  display: inline-block;
}

.counter-box.style-two .fact-icon {
  margin-bottom: 20px;
}

.counter-up {
  padding: 100px 0;
  position: relative;
}

/* Counter CSs End
============================================================================================ */
/* Room Css Start
============================================================================================ */
.latest-room {
  position: relative;
  z-index: 1;
}

.latest-room .section-title {
  padding-left: 20px;
  color: #fff;
}

.latest-room .section-title h2 {
  color: #fff;
}
.latest-room .section-title h1 {
  color: #fff;
}

.latest-room::after {
  position: absolute;
  background-color: #0f172b; background: url(../images/bj02.jpg) no-repeat; background-size: cover;
  left: 0;
  width: 37.5%;
  top: 0;
  content: '';
  height: 100%;
  z-index: -1;
}

.single-room {
  background-color: #fff;
  color: #666565;
}

.single-room .room-desc {
  padding: 50px 22px 50px 40px;
  position: relative;
}

.single-room .room-desc h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

@media(max-width:1400px){.single-room .room-desc h3 { font-size:20px;}}

.single-room .room-desc h3 a {
  color: #0f172b;
}

.single-room .room-desc .room-cat,
.single-room .room-desc .room-price {
  padding: 8px 15px;
  background-color: #009ddf;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
.single-room .room-desc .room-price a{color: #fff;}
.single-room .room-desc .room-cat {
  font-size: 14px;
  margin-top: 0;
  position: absolute;
  left: 45px;
  top: -20px;
}

.single-room .room-desc .room-info {
  margin-top: 30px;
}

.single-room .room-desc .room-info i {
  color: #009ddf;
  margin-right: 10px;
  font-size: 15px;
}

.single-room .room-desc .room-info li {
  margin-right: 30px;
}

.single-room .room-desc .room-info li:last-child {
  margin-right: 0;
}

.single-room.list-style .room-desc {
  padding: 42px 60px;
}

.single-room.list-style .room-desc .room-cat {
  font-size: 14px;
  margin-top: 0;
  left: auto;
  top: auto;
  position: unset;
  margin-bottom: 30px;
}

.single-room .room-thumb {
  overflow: hidden;
}

.single-room:hover .room-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rooms-warp .single-room {
  margin-bottom: 30px;
}

.room-arrows {
  margin-top: 75px;
}

.room-arrows span.slick-arrow {
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.room-arrows span.slick-arrow.next {
  margin-left: 10px;
}

.room-arrows span.slick-arrow:hover {
  background-color: #009ddf;
  border-color: transparent;
}

.latest-room-slider .slick-dots {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.pagingInfo {
  font-size: 24px;
  margin-top: 50px;
}

.pagingInfo .big-num {
  font-size: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 50px;
  min-height: 50px;
}

.pagingInfo .big-num:before {
  position: absolute;
  right: 35px;
  width: 4px;
  content: '';
  background: #fff;
  height: 50px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.pagingInfo .big-num .small {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: #fff;
}

.pagination-wrap {
  text-align: center;
  margin-top: 30px;
}

.pagination-wrap li a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #0f172b;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.pagination-wrap li a:hover {
  background-color: #009ddf;
}

.pagination-wrap li.active a {
  background-color: #009ddf;
}

/* Room Css End
============================================================================================ */
/* Service Start
============================================================================================ */
.single-service-box {
  position: relative;
  border: 2px solid #dfe9f4;
  padding: 50px 30px;
  margin-TOP: 55px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.single-service-box .service-icon {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  height: 70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.single-service-box .service-icon img {
  width: 70px;
  height: 70px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.single-service-box .service-icon .first-icon {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.single-service-box .service-icon .second-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.single-service-box h4 {
  font-size: 24px;
  line-height: 50px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

@media(max-width:1400px){.single-service-box h4 { font-size:20px;}}

.single-service-box .service-counter {
  position: absolute;
  top: -25px;
  right: 40px;
  height: 50px;
  width: 50px;
  border: 2px solid #dfe9f4;
  background-color: #fff;
  z-index: 2;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.single-service-box a.read-more {
  display: inline-block;
  font-weight: 700;
  color: #666565;
  margin-top: 20px;
  text-transform: uppercase;
}

.single-service-box a.read-more i {
  margin-left: 6px;
}

.single-service-box:hover {
  background-color: #009ddf;
  border-color: #009ddf;
  color: #fff;
}

.single-service-box:hover h4,
.single-service-box:hover a.read-more {
  color: #fff;
}

.single-service-box:hover .service-counter {
  color: #009ddf;
}

.single-service-box:hover .first-icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.single-service-box:hover .second-icon {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.single-service-box.service-white-bg {
  background-color: #fff;
}

.single-service-box.service-white-bg:hover {
  background-color: #009ddf;
  border-color: #009ddf;
  color: #fff;
}

.single-service-box.service-white-bg:hover h4,
.single-service-box.service-white-bg:hover a.read-more {
  color: #fff;
}

.single-service-box.service-white-bg:hover .service-counter {
  color: #009ddf;
  border-color: #fff;
}

.single-service-box.service-white-bg:hover .first-icon {
  opacity: 0;
  display: none;
}

.single-service-box.service-white-bg:hover .second-icon {
  opacity: 1;
  display: inline-block;
}

.service-section .section-title h1 {
}

.service-section.section-padding {
  padding-bottom: 75px;
}

/* End of Service
============================================================================================ */
/* Start Global css
============================================================================================ */
.cta-section {
  position: relative;
  z-index: 1;
  padding: 145px 0;
}

.cta-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  opacity: 0.83;
  background-color: #0f172b;
}

.cta-section .cta-left-content {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.cta-section .cta-left-content .btn.filled-btn {
  font-size: 15px;
  border-radius: 35px;
  padding: 24px 50px;
}

.cta-section .cta-left-content h2 {
  color: #fff;
  font-size: 130px;
  margin-top: 35px;
  margin-bottom: 50px;
  line-height: 140px;
}

@media(max-width:1400px){.cta-section .cta-left-content h2{ font-size:80px;}}
.cta-section .video-icon a {
  height: 100px;
  width: 100px;
  background-color: #fff;
  color: #009ddf;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  position: relative;
}

.cta-section .video-icon a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  border-radius: 50%;
}

.cta-section .video-icon a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  -webkit-animation: ripple-white 1.5s linear infinite;
          animation: ripple-white 1.5s linear infinite;
  border-radius: 50%;
}

.cta-section h1.big-text {
  margin: 0;
  color: transparent;
  font-size: 250px;
  left: 15px;
  top: 45px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* End call to action Css
============================================================================================ */
/* Massonary Gallery Start
============================================================================================ */
.gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 304px;
  z-index: 1;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  border-width: 0px;
}

.gallery-box::after {
  position: absolute;
  z-index: -2;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0f172b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.gallery-box::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 20px solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.gallery-box .gallery-box-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.gallery-box .gallery-box-content .view-more {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  display: inline-block;
}

.gallery-box .gallery-box-content,
.gallery-box .gallery-box-content h3 {
  color: #fff;
}

.gallery-box .gallery-box-content h3 {
  font-size: 24px;
  line-height: 25px;
}

.gallery-box:hover::after, .gallery-box:hover::before,
.gallery-box:hover .gallery-box-content {
  visibility: visible;
  opacity: 1;
}

.gallery-box:hover::after {
  opacity: 0.73;
}

.gallery-box:hover::before {
  border-color: #009ddf;
}

.gallery-box.big {
  height: 638px;
}

.gallery-box.big .gallery-box-content {
  line-height: 50px;
  font-size: 28px;
}

.gallery-box.big .gallery-box-content .view-more {
  font-size: 50px;
  margin-bottom: 30px;
}

.gallery-box.big .gallery-box-content h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.gallery-box.big:hover::before {
  border-width: 30px;
}

.gallery-box.semi-big, .gallery-box.small {
  margin-bottom: 30px;
}

.gallery-box.small .gallery-box-content {
  font-size: 14px;
}

.gallery-box.small .gallery-box-content h3 {
  font-size: 18px;
}

.gallery-box.small:hover::before {
  border-width: 8px;
}

.ma-gallery-section .section-title h2 {
  margin-bottom: 3%;
}
.ma-gallery-section .section-title h1 {
  margin-bottom: 3%;
}

.gallery-items .gallery-item {
  height: 370px;
  background-size: cover;
  position: relative;
  background-position: center;
  margin-bottom: 30px;
  z-index: 1;
}

.gallery-items .gallery-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-color: #0f172b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.gallery-items .gallery-item .gallery-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  z-index: 1;
}

.gallery-items .gallery-item .gallery-content h3 a {
  color: #fff;
}

.gallery-items .gallery-item .gallery-content .view-gallery {
  position: absolute;
  right: 40px;
  bottom: 30px;
  left: auto;
  top: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #009ddf;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.gallery-items .gallery-item:hover::before,
.gallery-items .gallery-item:hover .gallery-content {
  opacity: 0.6;
  visibility: visible;
}

.gallery-items .gallery-item:hover .gallery-content {
  opacity: 1;
}

.gallery-warp .pagination-wrap {
  margin-top: 50px;
}

.gallery-filter {
  margin-bottom: 60px;
}

.gallery-filter li {
  font-size: 20px;
  color: #0f172b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 30px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  position: relative;
  cursor: pointer;
}

.gallery-filter li:before {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 24px;
  left: 0;
  position: absolute;
  color: #009ddf;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.gallery-filter li:hover, .gallery-filter li.active {
  padding-left: 45px;
  color: #009ddf;
}

.gallery-filter li:hover::before, .gallery-filter li.active::before {
  opacity: 1;
  visibility: visible;
}

.gallery-page .breadcrumb-area h1.big-text {
  top: 38%;
}



a.read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  color: #666565;
  text-transform: uppercase;
  display: inline-block;
}

a.read-more i {
  margin-left: 10px;
}

a.read-more:hover {
  color: #009ddf;
}




/* Feature section End
============================================================================================ */
/* Feed Back Area
============================================================================================ */
.feedback-section {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.feedback-section .section-title h1 {
  color: #fff;
  margin-bottom: 3%;
}

.feedback-section .section-title h2 {
  color: #0f172b;
  margin-bottom: 3%;
}

.feedback-section .feadback-slide {
  margin-bottom: 100px;
}

.feedback-section .feadback-slide .single-feedback-box {
  background-color: #fff; 
  padding: 20px 20px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
#feedbackSlideActive .col-lg-6{-ms-flex: 0 0 inherit;
    flex: 0 0 inherit;
    max-width: inherit;}

.feedback-section .feadback-slide .single-feedback-box span{ font-size:18px;line-height:25px; color:#0f172b; display: block; margin: 15px 0;}
.feedback-section .feadback-slide .single-feedback-box p{ font-size:16px;line-height:25px;}
.feedback-section .feadback-slide .single-feedback-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: transparent;
  z-index: -1;
  border: 10px solid transparent;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}



.feedback-section .feadback-slide .single-feedback-box:hover::before {
  border-color: #009ddf;
}

.feedback-section .feadback-slide .single-feedback-box:hover::after {
  bottom: 10px;
}

.feedback-section .feadback-slide .single-feedback-box .feedback-author {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 0;

}

.feedback-section .feadback-slide .single-feedback-box .feedback-author::before {
  position: absolute;
  left: 0;
  top: 45%;
  height: 4px;
  width: 40px;
  content: '';
  background-color: #009ddf;
  border-radius: 2px;
}

.feedback-section .feadback-slide ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feedback-section .feadback-slide ul.slick-dots li {
  display: inline-block;
}

.feedback-section .feadback-slide ul.slick-dots li button {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feedback-section .feadback-slide ul.slick-dots li button::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background-color: #009ddf;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.feedback-section .feadback-slide ul.slick-dots li.slick-active button {
  border-color: #009ddf;
}

.feedback-section .feadback-slide span.slick-arrow {
  position: absolute;
  left: -10%;
  top: 50%;
  height: 80px;
  width: 80px;
  background: #009ddf;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 80px;
  margin-top: -40px;
  font-size: 20px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.feedback-section .feadback-slide span.slick-arrow.next {
  left: auto;
  right: -10%;
}

.feedback-section:hover span.slick-arrow {
  opacity: 1;
  visibility: visible;
  left: -8%;
}

.feedback-section:hover span.slick-arrow.next {
  left: auto;
  right: -8%;
}


.feedback-slider-two .client-img img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}



.feedback-slider-two .client-name h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}

@media(max-width:1400px){.feedback-slider-two .client-name h3{ font-size:20px;}
.feedback-slider-two .feedback-desc p{ font-size:16px;line-height:30px;}}

.feedback-slider-two .client-name .client-job {
  font-size: 16px;
  color: #009ddf;
  font-weight: 700;
  margin-top: -10px;
  display: inline-block;
}

.feedback-slider-two .feedback-client-desc {
  margin-bottom: 35px;
}

.feedback-slider-two .feedback-desc {
  font-size: 20px;
  line-height: 35px;
  padding-top: 30px; background: rgba(255,255,255,0.5); padding: 20px;
}

.feedback-slider-two .feedback-desc p {
  margin-bottom: 40px;
}

.feedback-slider-two ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feedback-slider-two ul.slick-dots li {
  display: inline-block;
}

.feedback-slider-two ul.slick-dots li button {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feedback-slider-two ul.slick-dots li button::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background-color: #009ddf;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.feedback-slider-two ul.slick-dots li.slick-active button {
  border-color: #009ddf;
}

.feedback-slider-two span.slick-arrow {
  position: absolute;
  left: -8%;
  top: 50%;
  height: 80px;
  width: 80px;
  background: transparent;
  border: 3px solid #798299;
  border-radius: 50%;
  text-align: center;
  color: #798299;
  line-height: 80px;
  margin-top: -40px;
  font-size: 20px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  cursor: pointer;opacity: 0;
  visibility: hidden;
}

.feedback-slider-two span.slick-arrow.next {
  left: auto;
  right: -8%;
}

.feedback-slider-two span.slick-arrow:hover {
  background: #009ddf;
  color: #fff;
  border-color: #009ddf;
}

.feedback-slider-two .client-big-img {
  position: relative;
}

.feedback-slider-two:hover span.slick-arrow {
  opacity: 1;
  visibility: visible;
  left: -8%;
}

.feedback-slider-two:hover span.slick-arrow.next {
  left: auto;
  right: -8%;
}



#onlineService {
	z-index: 100998;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998;
}


@media(max-width:768px){
	.footer-widget h4 i{display:block;}
	.list-area {
	display: none !important;
}
.active .list-area li {
	line-height: 30px;
}
.active .social-icons a {
	float: left;
	margin-right: 5px;
}
.active h4 i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.active .list-area {
	display: block !important;
}
#onlineService {
	display: block;
}
#onlineService {
	overflow: visible;
}
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background:#009ddf !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}
footer .footer-bottom{padding-bottom:70px;}
}

.header-menu-area.sticky .mean-container a.meanmenu-reveal{ color: #000;}


#heroSlideActive ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#heroSlideActive ul.slick-dots li {
  display: inline-block; margin: 5px;
}

#heroSlideActive ul.slick-dots li button {
 height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}





#heroSlideActive ul.slick-dots li button::before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background-color: #FFFFFF;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#heroSlideActive ul.slick-dots li.slick-active button {
  border-color: #fff;
}
.feedback-section-two{background: url(../images/bj01.jpg) no-repeat; }
.appcationbox{margin: 60px 0;}
.fouth { display:flex;flex-wrap:wrap;}
.fouth div{ width:25%;  position: relative; border: 1px solid #fff; background: rgba(0,0,0,1);}
.fouth div img{ opacity: 0.6;}
.fouth div p{ position: absolute; width: 100%; color: #fff; text-align: center; top: 50%;-webkit-transform: translateY(-50%);
  transform: translateY(-50%); z-index: 9; font-size: 18px; font-weight: bold;}
.fouth div:hover{cursor: pointer;}
.fouth div:hover img{opacity: 0.8;}
.single-feedback-box h5 a{font-size: 18px;}



.title-area{color: #fff; position: absolute; top: 25vh; left: 15vw;text-shadow: #000 0 0 10px;width: 45vw;height: 27vh;display: flex;flex-direction: column;justify-content: center;}
.title-area h2.main-tit{font-size: 3.2vw; margin-bottom: .3em; color:#fff;text-align: left;}
.title-area p.sub-tit{font-size: 1.2vw;  line-height:1.4583vw;letter-spacing:0; text-align: left;}
.title-area .arrow-container{display: block; width: 100%; height: 100%; cursor: pointer; position:absolute; top: 0;}
.title-area .arrow-container .slide-arrow{ width: 100%; height: 18px; background-repeat: no-repeat;background-position: 96% bottom; position: absolute;bottom: 0;}
.b_btn {
    margin-top: 35px; text-align: left;
}
.b_btn a {
    display: inline-block;
    border-radius: 0px 15px 0px 15px;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;text-shadow:none;
    color: #FFF;
    background-color: #1667b4;
}
.b_btn a:hover{
    background-color: #1667b4;
    color: #FFF;
}
.b_btn a i {
    font-size: 18px;
    margin-left: 10px;
    color: #FFF;
}
.b_btn a.active{
    background-color: #FFF;
    color: #222;
    display: inline-block;
}
.b_btn a.active:hover{
    background-color:#1667b4;
    color: #FFF;
}
.home-logo{background: #f5f5f5;}
.l-wrap {
  width: 100%;
  max-width: 1680px;
  padding: 0px 70px;
  margin: 0px auto;
}
#logoswiper{overflow: hidden; padding: 60px;}
#logoswiper .swiper-wrapper{transition-timing-function:linear!important;margin:0px auto;align-items:center}
#logoswiper .logoswiper-pagination{text-align:center;margin-top:30px;display:none}
#logoswiper .logoswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
#logoswiper .logoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color)}

footer{clear: both;}
.social-icons{margin-top: 40px;}
.social-icons .link-icon{ display: inline-block; margin: 10px; background: #666; width: 60px; height: 60px; border-radius: 60px; text-align: center; line-height: 60px; font-size: 30px;}
.social-icons .link-icon:hover{background: #009ddf;}
@media screen and (max-width: 1450px){
	.title-area{top:12vh;}
	.single-hero-slide p{margin-bottom:0px;}
	}
@media screen and (max-width: 991px){
	.title-area{top:5vh;}
	.b_btn a{ padding: 5px 25px; font-size: 14px;}
	.about-wrap div{width:100%; position: static;transform: none;}
}
@media screen and (max-width: 768px){
	footer .text-lg-end{text-align: left !important;}
	.title-area{top:5vh; height: auto; left: 8vw;}
	.title-area .sub-tit{margin-bottom: 0;}
	.b_btn{  margin-top: 10px;}
	.title-area p.sub-tit{font-size: 1.2vw;}
	.b_btn a{ padding: 0px 25px; font-size: 1.5vw;}
	#heroSlideActive ul.slick-dots{bottom:10px;}
	.brand-single_item h3{font-size: 14px;}
	footer .mt-70{margin-top: 30px;}
	footer .mt-115{margin-top: 30px;}
}



