html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Oxygen', sans-serif;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  cursor: pointer !important;
}

button, .btn {
  cursor: pointer !important;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Oxygen', sans-serif;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
  font-family: 'Oxygen', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Fira Sans', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Oxygen', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  display: inline-block;
}

.txt-right { text-align: right; }
.txt-center { text-align: center; }
.txt-left { text-align: left; }

/*-- //Reset-Code --*/

.title {
  font-size: 44px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: capitalize;
}

.title-wls-text p {
  font-size: 20px;
  color: #888;
  letter-spacing: 1px;
  padding: 0em 12em;
}

.about-grid-title h4,
.ser-sevice-grid h4,
.blog-wthree-sub h4 a,
.team-grid h4,
.footer-info-bottom h4,
.abut-inner-wls-head h4,
.table-sub-title h4,
.contact-list-grid h4 {
  font-size: 22px;
  color: #ff0050;
  text-transform: capitalize;
  font-weight: 400;
}

.about-grid-title p,
.about-para-txt p,
.ser-sevice-grid p,
.blog-wthree-sub p,
.blog-left-sub p,
.abut-inner-wls-head p,
.table-sub-title p,
.table-list-txt ul li p,
.contact-list-grid p,
.contact-list-grid p a,
.team-grid p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 25px;
}

.wthree-about-txt h5,
.info-matter h5,
.blog-left-sub h4 a {
  font-size: 34px;
  color: #ff0050;
}

/* ===== Top Banner Image ===== */
.top-banner-img {
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  padding: 0;
}

.top-banner-img img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

/* ===== Footer Banner Image ===== */
.footer-banner-img {
  width: 100%;
  text-align: center;
  background: #1a1b1d;
  padding: 0;
}

.footer-banner-img img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

/* ===== Logo Styles ===== */
#logo a {
  float: left;
  display: initial;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0;
  line-height: 1.4;
  max-width: 55%;
}

/* ===== Navigation ===== */
.toggle-2,
.toggle,
[id^=drop] {
  display: none;
}

nav {
  margin: 0;
  padding: 0;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

nav ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  background: transparent;
  padding: 7px 14px;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

nav ul li ul li:hover {
  background: #f8f9fa;
}

.menu li .drop-text:hover {
  color: #000;
  border: none;
}

.menu li a:hover {
  opacity: 0.8;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 33px;
  background: #000;
  padding: 10px;
  border-radius: 4px;
  box-shadow: -1px 1px 5px black;
}

nav ul li:hover>ul {
  display: inherit;
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  background: transparent;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li>a:after {
  content: '';
}

/* ===== Banner ===== */
.main-top {
  background: url(../images/b3.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 700px;
}

.headder-top {
  position: absolute;
  width: 100%;
  padding: 1.5em 3em;
  z-index: 10;
}

.style-banner {
  padding-top: 18em;
}

.style-banner h5 {
  font-size: 46px;
  color: #ff0050;
}

.two-demo-button p,
.info-matter p {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.main-banner h4 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 600;
  text-shadow: 2px -1px 4px #000;
}

.view-buttn a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  border-radius: 0px;
  background-color: #ff0050;
  padding: 8px 18px;
  border: 1px solid rgba(208, 208, 208, 0);
}

.view-buttn a:hover,
.view-price a:hover,
button.btn1:hover,
.sent-butnn:hover {
  opacity: 0.9;
}

/* ===== About ===== */
.about-oil-w3layouts {
  padding: 3em 1em;
  color: #000;
  background: #efefef;
  box-shadow: 0px 0px 10px #cecece;
}

.about-icon span {
  font-size: 40px;
  color: #272727;
}

/* ===== Service ===== */
.service,
.team {
  background: #f5f5f5;
}

.color-img-five {
  background: url(../images/sr1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 616px;
  box-shadow: 0px 0px 10px #cecece;
}

/* ===== Info ===== */
.info {
  background: url(../images/b3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

/* ===== Blog ===== */
.news-date ul li,
.blog-date-time ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.blog-date-time ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.blog-date-time ul li span {
  color: #000000;
  font-size: 14px;
  padding-right: 15px;
}

.blog-wthree-sub {
  padding: 1em 1em;
}

.blog-images-us {
  box-shadow: 0px 0px 10px #cecece;
  position: relative;
}

.news-date {
  position: absolute;
  background: #ff0050;
  width: 21%;
  height: 18%;
  text-align: center;
  line-height: 72px;
  border-radius: 49%;
  top: 138px;
  color: #fff;
  right: 20px;
  box-shadow: 1px 1px 5px #c7c7c7;
}

.news-date a {
  font-size: 14px;
  color: #000;
}

.news-date a span {
  font-size: 20px;
  color: #fff;
}

.blog-left-sub {
  padding: 5em 2em 0em;
}

/* ===== Inner Page Banner ===== */
.inner_page-banner {
  text-align: center;
  background: url(../images/b3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

.using-border {
  width: 100%;
  border: none;
  background: #ff0050;
  text-align: center;
}

ul.short_ls li a {
  color: #ffffff;
  text-decoration: none;
}

ul.short_ls li {
  list-style: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
}

/* ===== Stats ===== */
.stats {
  background: url(../images/b5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 260px;
}

.counter-number {
  background: #113c69;
  padding: 7em 2em;
}

.number-w3three-info h5 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
}

.number-w3three-info h6 {
  font-size: 16px;
  color: #ff0050;
}

/* ===== Gallery ===== */
.gallery,
.booking {
  background: #f1f1f1;
}

.popup-effect {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.popup-effect:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 4px;
  max-width: 430px;
  position: relative;
  margin: 3em auto;
  padding: 3em 2em;
  z-index: 999;
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #686de0;
}

/* ===== Team ===== */
.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.team-image img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-image .social-icons {
  position: absolute;
  bottom: -32%;
  width: 100%;
  text-align: center;
  background: #113c69;
  padding: 26px 0px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.team-image:hover .social-icons {
  bottom: -1px;
}

.team-image:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons a span,
.icons a span {
  margin-right: 0.7em;
  font-size: 15px;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.icons ul li a span:hover,
.team-image .social-icons a span:hover {
  color: #ff0050;
}

/* ===== Contact ===== */
.address_mail_footer_grids iframe {
  width: 100%;
  height: 20em;
  border: none;
}

.contact-forms input,
.contact-forms textarea,
.contact-forms select {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: .8em .7em;
  outline: none;
  border: 1px solid #000;
  border-radius: 0px;
}

.contact-forms textarea {
  resize: none;
  height: 10em;
}

.sent-butnn {
  font-size: 16px;
  padding: 6px 26px;
  color: #fff;
  background: #0a63bd;
}

/* ===== Footer ===== */
footer {
  background: #2a2b2d;
}

.footer-w3layouts-head h2 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.footer-address ul li h4 {
  font-size: 17px;
  color: #ff0050;
}

.footer-address ul li p,
.footer-address ul li p a,
.footer-office-hour p {
  font-size: 13px;
  color: #fff;
  line-height: 28px;
}

.newsletter input[type="email"] {
  outline: none;
  padding: 13px 15px;
  color: #000;
  font-size: 14px;
  width: 80%;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  border: 1px solid #fff;
}

button.btn1 {
  width: 20%;
  color: #fff;
  border: 1px solid #fff;
  padding: 11.5px 0;
  font-size: 16px;
  background: #ff0050;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.bottem-wthree-footer p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.8em;
}

.bottem-wthree-footer p a {
  color: #ff0050;
}

a.move-top {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat 0px 0px;
  display: inline-block;
}

footer p a:hover {
  color: #fff;
}

/* ===== FAQ Section ===== */
.faq-section {
  background: #fafafa;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 1.5em 2em;
  margin-bottom: 1em;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.faq-item h4 {
  font-size: 18px;
  color: #ff0050;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.faq-item p {
  font-size: 14px;
  color: #555;
  line-height: 26px;
}

/* ===== Business Card Section ===== */
.business-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 2em;
  margin-bottom: 1.5em;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: 0.3s all;
}

.business-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.business-card h4 {
  font-size: 22px;
  color: #ff0050;
  margin-bottom: 0.5em;
}

.business-card p {
  font-size: 14px;
  color: #555;
  line-height: 26px;
}

/* ===== Content Section ===== */
.content-section p {
  font-size: 15px;
  color: #4c4c4c;
  line-height: 28px;
  margin-bottom: 1em;
}

.content-section h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.content-section h5 {
  font-size: 20px;
  color: #ff0050;
  margin-bottom: 0.5em;
  font-weight: 500;
}

/* ===== Product Grid ===== */
.product-grid {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 1.5em;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1.5em;
}

.product-grid h5 {
  font-size: 18px;
  color: #ff0050;
  margin-bottom: 0.5em;
}

.product-grid p {
  font-size: 13px;
  color: #666;
  line-height: 22px;
}

/* ===== Highlight Box ===== */
.highlight-box {
  background: linear-gradient(135deg, #ff0050 0%, #ff4081 100%);
  color: #fff;
  padding: 2em;
  border-radius: 4px;
  margin-bottom: 1.5em;
}

.highlight-box h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.highlight-box p {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 26px;
}

/* ===== Responsive ===== */
@media(max-width:1440px) {
  .main-top { min-height: 620px; }
  .style-banner { padding-top: 14em; }
  .title { font-size: 42px; }
  .inner_page-banner { min-height: 270px; }
}

@media(max-width:1366px) {
  .style-banner h5 { font-size: 43px; }
  .main-banner h4 { font-size: 2.3em; }
  .headder-top { padding: 1.5em 3em; }
  #logo a { font-size: 18px; }
  nav ul li a { padding: 5px 12px; }
  .title-wls-text p { font-size: 18px; }
}

@media(max-width:1280px) {
  .main-top { min-height: 580px; }
  .style-banner { padding-top: 12em; }
  .title { font-size: 40px; }
}

@media(max-width:1080px) {
  nav ul li a { padding: 5px 8px; }
  .main-banner h4 { font-size: 2.1em !important; }
  .style-banner h5 { font-size: 38px !important; }
  .title-wls-text p { padding: 0em 6em; }
  .inner_page-banner { min-height: 240px; }
  #logo a { font-size: 16px; }
}

@media(max-width:991px) {
  .main-top { min-height: 520px; }
  .style-banner h5 { font-size: 35px !important; }
  .main-banner h4 { font-size: 1.9em !important; }
  .title-wls-text p { padding: 0em 3em; }
  .color-img-five { height: 450px; margin-top: 2em; }
  .inner_page-banner { min-height: 210px; }
}

@media(max-width:800px) {
  .main-top { min-height: 460px; }
  .style-banner { padding-top: 10em; }
  .style-banner h5 { font-size: 32px !important; }
  .main-banner h4 { font-size: 1.8em !important; }
  #logo a { font-size: 15px !important; }
  .inner_page-banner { min-height: 190px; }
}

@media(max-width:767px) {
  .headder-top { padding: 1em 1.5em; }
  .about-two-grids { margin-top: 20px; }
  .title { font-size: 34px !important; letter-spacing: 1px; }
  .color-img-five { height: 380px; margin-top: 35px; }
  .title-wls-text p { padding: 0em .5em; }
  .footer-info-bottom { margin-top: 20px; }
  #logo a { max-width: 100%; float: none; text-align: center; display: block; font-size: 16px; }
}

@media(max-width:736px) {
  .main-top { min-height: 420px; }
  .style-banner { padding-top: 8em; }
  .main-banner h4 { font-size: 1.6em !important; }
  .style-banner h5 { font-size: 30px !important; }
  .inner_page-banner { min-height: 180px; }
}

@media(max-width:667px) {
  .title-wls-text p { font-size: 15px !important; }
}

@media(max-width:640px) {
  .style-banner h5 { font-size: 28px !important; }
  .inner_page-banner { min-height: 165px; }
}

@media(max-width:600px) {
  .main-top { min-height: 380px; }
  .style-banner { padding-top: 7em; }
  .title { font-size: 32px !important; }
}

@media(max-width:568px) {
  .style-banner h5 { font-size: 24px !important; }
  .wthree-about-txt h5,
  .info-matter h5,
  .blog-left-sub h4 a { font-size: 22px !important; }
}

@media(max-width:480px) {
  .main-top { min-height: 360px; }
  .bottem-wthree-footer p { letter-spacing: 1px; }
}

@media(max-width:440px) {
  .headder-top { padding: 1em .5em; }
  .title-wls-text p { font-size: 14px !important; }
  .color-img-five { height: 320px; }
}

@media(max-width:414px) {
  .style-banner { padding-top: 6em; }
  .main-banner h4 { font-size: 1.4em !important; }
  #logo a { font-size: 14px !important; }
  .inner_page-banner { min-height: 150px; }
}

@media(max-width:384px) {
  .main-top { min-height: 340px; }
  .inner_page-banner { min-height: 140px; }
}

@media(max-width:375px) {
  .color-img-five { height: 280px; }
  .main-banner h4 { font-size: 1.3em !important; }
  .style-banner h5 { font-size: 22px !important; }
}

@media(max-width:320px) {
  .main-top { min-height: 320px; }
  .style-banner h5 { font-size: 20px !important; }
  .inner_page-banner { min-height: 130px; }
}

@media all and (max-width: 767px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  nav { margin: 0; }
  .toggle+a,
  .menu { display: none; }
  .toggle {
    display: block;
    padding: 6px 17px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    cursor: pointer;
  }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    max-width: 138px;
    padding: 10px 18px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
  }
  label.toggle.toogle-2 {
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
  }
  [id^=drop]:checked+ul {
    display: block;
    background: #656565;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  nav ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  nav ul ul .toggle,
  nav ul ul a { padding: 0 40px; }
  nav ul ul ul a { padding: 0 80px; }
  nav a:hover,
  nav ul ul ul a { background-color: transparent; }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #FFF;
    font-size: 15px;
  }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  nav ul ul li:hover>ul,
  nav ul li:hover>ul { display: none; }
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  nav ul ul ul li { position: static; }
  nav a { color: #000; font-size: 15px; }
  .menu li.active a,
  .menu li a:hover { background: transparent; }
}

@media(max-width:800px) {
  nav a { font-size: 13px; }
}

@media(max-width:568px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a { font-size: 14px; }
}

@media(max-width:320px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a { font-size: 13px; }
}
