@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("../css/animate.min.css");

*, *::after, *::before {
  box-sizing: border-box;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Poppins", sans-serif;
  color: #222;
  position: relative;
}
body[data-rtl="rtl"] {
  direction: rtl;
  text-align: right;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #fbd232;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fbd232;
}

button, input[type="submit"] {
  cursor: pointer;
}

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

img {
  max-width: 100%;
}
.logo img {margin-top: 0;}
button {
  margin: 20px;
  outline: none;
}

.custom-btn {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}


#scrollUp {
  background: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  bottom: 25px;
  right: 25px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#scrollUp:hover {
  background: #fbd232;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.overlay {
  position: relative;
  z-index: 9;
  background-position: 50% 50%;
}
.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

.bg-gray-two {
  background-color: #eeeeee !important;
}

.bg-black {
  background-color: #111111;
  opacity: .95;
}

.bg-dark {
  background-color: #222 !important;
}

.bg-dark-two {
  background-color: #1c2535 !important;
}

.bg-dark-three {
  background-color: #1d2736 !important;
}

.bg-dark-four {
  background-color: #1d2634 !important;
}

.bg-skyblue {
  background-color: #dfecf7 !important;
}

.bg-theme {
  background-color: #fbd232 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.section-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 24px;
  }
}
.section-title h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.section-title p {
  margin-top: 15px;
  line-height: 22px;
}
.section-title.full-width p {
  margin-bottom: 35px;
  max-width: 100%;
}
.section-title.text-center {
  text-align: center;
  background-position: top center;
}
.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-left {
  text-align: left;
  background-position: top left;
}
.section-title.text-left p {
  margin-left: 0;
  margin-right: auto;
}
.section-title.text-right {
  text-align: right;
  background-position: top right;
}
.section-title.text-right p {
  margin-left: auto;
  margin-right: 0;
}
.section-title.color-white h1 {
  color: #ffffff;
}
.section-title.color-white p {
  color: #d2d2d2;
}

.section-title-two h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-two h1 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title-two h1 {
    font-size: 21px;
  }
}
.section-title-two h1 span {
  color: #fbd232;
}

.section-title-three h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-title-three h1 {
    font-size: 22px;
  }
}
.section-title-three h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  color: #fbd232;
}
@media only screen and (max-width: 767px) {
  .section-title-three h2 {
    font-size: 22px;
  }
}
.section-title-three p {
  margin-top: 15px;
  line-height: 22px;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0px;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn i {
  margin-left: 5px;
  font-size: 14px;
}
.btn:hover {
  border: none;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 15px;
  }
  .btn:hover::before {
    left: 6px;
    top: 6px;
  }
  .btn:hover::after {
    left: -6px;
    top: -6px;
  }
}

.btn-primary {
  background: #fbd232;
  border-color: #fbd232;
  color: #222;
}

.breadcrumb-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-title h2 {
    font-size: 24px;
  }
}

.breadcrumb-title-two {
  text-align: center;
}
.breadcrumb-title-two h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title-two h2 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title-two h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-title-two h2 {
    font-size: 36px;
  }
}
.breadcrumb-title-two p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.top-bar {
  background: #0357a6;
  padding: 5px 0px 8px;
}
.top-bar p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}

.social-link {
  padding-top: 0px;
}
.social-link a {
  color: #ffffff !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
.social-link a.facebook {
  background-color: #3a6bb1;
}
.social-link a.twitter {
  background-color: #0ec8f5;
}
.social-link a.google-plus {
  background-color: #f2623b;
}
.social-link a.linkedin {
  background-color: #0094d3;
}
.social-link a:after {
  content: '';
  position: absolute;
  background-color: #fdfdfdcf;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-link a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}

#soci ul {
  text-align: center;
}
#soci ul.footer-social li {
  display: inline-block;
  margin: 4px 3px 0px 3px;
  text-align: center;
  color: #fafafa;
}
#soci i.fa {
  height: 30px;
  width: 30px;
  border: 2px solid #fafafa;
  font-size: 14px;
  padding: 6px 5px;
  border-radius: 50%;
  color: #fafafa;
  transition: all 0.5s;
}
#soci i.fa:hover {
  background: #fbd232;
  border-color: #fbd232;
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

header {
  background: #FFF;
  padding: 0;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.media {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  margin-left: 10px;
  width: 50%;
}
.media .media-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.media .media-icon i {
  color: #27b376;
  font-size: 22px;
}
.media .media-body {
  display: inline-block;
}
.media .media-body h6 {
  font-size: 18px;
  color: #1374cd;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .media .media-body h6 {
    font-size: 4vw;
  }
}
.media .media-body p {
  font-size: 16px;
  margin-left: 0px; vertical-align: middle
}
.media .media-body p a {
  color: #111;
}
.media .media-body p a:hover {
  color: #1175d1;
}
@media only screen and (max-width: 479px) {
  .media .media-body p {
    font-size: 2.5vw;
    margin-left: 0px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 980px) {
  .media {
     padding-top: 5px;}
     
     .header {padding: 5px 0px;}
}

.menu {
  background-color: #cad2da;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.menu.is-sticky {
  position: fixed;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideInDown;
  animation-duration: 0.5s;
}
.menu.is-sticky .header-top {
  display: none;
}
.menu.is-sticky .header-middle {
  display: none;
}
.menu.is-sticky .main-menu.main-menu-two {
  position: static;
  margin-bottom: 0;
}

.header-bottom.menu-right > .container > .row {
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.menu-right > .container > .row {
    align-items: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom.menu-right > .container > .row {
    align-items: inherit;
  }
}
.header-bottom.menu-right > .container > .row > .col {
  flex-grow: 0;
  position: static;
}
.header-bottom.menu-right > .container > .row > .col:first-child {
  flex-grow: 1;
}

/*-- Main Menu --*/
.main-menu.main-menu-two {
  position: relative;
  margin-bottom: -32px;
  background-color: #fff;
  z-index: 9;
}
.main-menu.main-menu-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: -62%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.main-menu.main-menu-two > ul > li {
  border-bottom: 0;
}
.main-menu.main-menu-two > ul > li::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent;
  border-left-color: white;
  z-index: 2;
}
.main-menu.main-menu-two > ul > li a::after {
  display: none;
}
.main-menu.main-menu-three > ul > li {
  border-bottom: 0;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-three > ul > li > a {
    padding-left: 15px;
    padding-right: 12px;
    font-size: 13px;
  }
}
.main-menu.main-menu-three > ul > li > a::after {
  display: none;
}
.main-menu.main-menu-three > ul > li > a::before {
  content: '';
  width: 0;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #0357a6;
  transform: translate(-50%, 0);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-menu.main-menu-three > ul > li > a i {
  font-size: 16px;
  margin-left: 5px;
  color: #fbd232;
}
.main-menu.main-menu-three > ul > li.active > a::before, .main-menu.main-menu-three > ul > li:hover > a::before {
  width: 100%;
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li {
  position: relative;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.main-menu > ul > li > a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color:#032341;
}
.main-menu > ul > li > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 3px;
  border-color: transparent;
  border-bottom-color: #0357a6;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, 0);
}
.main-menu > ul > li.has-dropdown > a::after {
  content: "\f107";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}
.main-menu > ul > li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  border-top-color: #0357a6;
  z-index: 99;
}
.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.main-menu > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.main-menu > ul > li.active, .main-menu > ul > li:hover {
  border-bottom-color: #0357a6;
}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
  color: #222;
}
.main-menu > ul > li.active > a::after, .main-menu > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  background-color: #ffffff;
  border-top: 3px solid transparent;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  width: 300px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.sub-menu > li {
  position: relative;
  background-color: #ffffff;
}
.sub-menu > li.tag-new::before {
  content: 'NEW';
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px;
  color: #fff;
  background-color: #d81313;
  transform: translateY(-50%);
}
.sub-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-menu > li.has-dropdown > a::after {
  content: "\f105";
  font-family: Fontawesome;
  line-height: 14px;
  float: right;
}
.sub-menu > li.active > a {
  color: #fbd232;
}
.sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
  border-top: 3px solid #fbd232;
}
.sub-menu > li:hover {
  background-color: #fbd232;
}
.sub-menu > li:hover > a {
  color: #222;
}
.sub-menu > li:hover > .sub-menu {
  margin-top: -3px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.sub-menu > li .sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}
.sub-menu > li .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.sub-menu > li .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-three .sub-menu .has-dropdown .sub-menu {
    left: auto;
    right: 100%;
  }
}

/*-- Mobile Menu --*/
.mobile-header-area {
  background-color: #fff;
}

.mobile-cart a {
  font-size: 20px;
  margin-right: 30px;
  color: #fbd232;
}

.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: left;
}
.mobile-navigation-icon:hover i {
  background-color: #fbd232;
}
.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #fbd232;
}
.mobile-navigation-icon:hover i:after {
  background-color: #fbd232;
  width: 60%;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fbd232;
  transition: all 0.3s ease-in-out;
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbd232;
  content: "";
  transition: all 0.3s ease-in-out;
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fbd232;
  content: "";
  transition: all 0.3s ease-in-out;
}

/* offcanvas mobile menu */
.header-mobile-navigation {
  padding: 20px 0;
}
.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
  left: 50%;
}

.offcanvas-widget-area {
  margin-bottom: 35px;
  margin-top: auto;
}
@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}
.off-canvas-contact-widget .header-contact-info {
  flex-basis: 33.33%;
}
.off-canvas-contact-widget .header-contact-info__list li {
  display: inline-block;
  margin-right: 25px;
}
.off-canvas-contact-widget .header-contact-info__list li i {
  font-size: 14px;
  margin-right: 5px;
}
.off-canvas-contact-widget .header-contact-info__list li a {
  color: #666;
  font-weight: 400;
  line-height: 1.5;
}
.off-canvas-contact-widget .header-contact-info__list li a:hover {
  color: #fbd232;
}
.off-canvas-contact-widget .header-contact-info__list li:last-child {
  margin-right: 0;
}

.offcanvas-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  padding-left: 60px;
  transition: 0.6s;
}
.offcanvas-mobile-menu.active {
  transform: translateX(0);
}
.offcanvas-mobile-menu.inactive {
  transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  background: #343538;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
@media only screen and (max-width: 479px) {
  .offcanvas-menu-close {
    width: 50px;
    height: 50px;
    line-height: 45px;
    left: 10px;
    font-size: 25px;
  }
}
.offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
  color: #ffffff;
}
.offcanvas-menu-close i {
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.offcanvas-mobile-search-area {
  background-color: #e6e6e6;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}
.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  padding-right: 45px;
  color: #222;
  background: #e6e6e6;
  border: none;
}
@media only screen and (max-width: 479px) {
  .offcanvas-mobile-search-area input {
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 45px;
  }
}
.offcanvas-mobile-search-area button {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  padding: 0;
}
.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
@media only screen and (max-width: 479px) {
  .offcanvas-inner-content {
    padding: 70px 25px 0;
  }
}

.offcanvas-navigation {
  margin-bottom: 50px;
}
.offcanvas-navigation > ul > li {
  margin: 0 -35px;
  padding: 0 35px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .offcanvas-navigation > ul > li {
    margin: 0 -25px;
    padding: 0 25px;
  }
}
.offcanvas-navigation > ul > li > a {
  font-size: 16px;
  color: #032341;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}
.offcanvas-navigation > ul > li > a:hover {
  color: #1a79d2;
}
@media only screen and (max-width: 479px) {
  .offcanvas-navigation > ul > li > a {
    font-size: 14px;
    line-height: 20px;
  }
}
.offcanvas-navigation ul.submenu2 {
  margin-left: 25px;
}
.offcanvas-navigation ul.submenu2 > li > a {
  font-size: 13px;
  color: #111;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
}
.offcanvas-navigation ul.submenu2 > li > a:hover {
  color: #fbd232;
}
@media only screen and (max-width: 479px) {
  .offcanvas-navigation ul.submenu2 > li > a {
    font-size: 13px;
    line-height: 18px;
  }
}
.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}
.offcanvas-navigation ul li.menu-item-has-children a {
  display: block;
}
.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 90%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  transition: all 250ms ease-out;
}
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.off-canvas-widget-social a {
  margin: 0 10px;
  font-size: 14px;
}
.off-canvas-widget-social a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  .off-canvas-widget-social a {
    margin: 0 10px;
  }
}
.off-canvas-widget-social a:hover {
  color: #fbd232;
}

/* offcanvas settings */
.offcanvas-settings .offcanvas-navigation > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0;
}
.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
  height: 30px;
  margin-top: 0;
}
.offcanvas-settings .offcanvas-navigation ul.submenu2 > li > a {
  padding: 5px 0;
}

.slick-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
.slick-slider .slick-dots li {
  margin: 0 5px;
}
.slick-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 30px;
  height: 5px;
  border: none;
  background-color: #fbd232;
  text-indent: -9999px;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*-- Hero Slider --*/
.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: white;
  color: #222;
  padding: 3px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-align: center;
  opacity: 0;
}
.hero-slider .slick-arrow i {
  font-size: 34px;
  line-height: 34px;
  display: block;
}
.hero-slider .slick-arrow.slick-prev {
  left: 40px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
  .col-md-offset-3 {
    margin-left: 25%;
	}
	.show-desktop{display: block;}
	.show-mobile{display: none !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
  .show-desktop{display: block;}
  .show-mobile{display: none !important;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }

}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-arrow.slick-prev {
    left: 8px;
  }
}
.hero-slider .slick-arrow.slick-next {
  right: 40px;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-arrow.slick-next {
    right: 8px;
  }
}
.hero-slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #222;
}
.hero-slider:hover .slick-arrow {
  opacity: 1;
}
.hero-slider:hover .slick-arrow.slick-prev {
  margin-left: 0;
}
.hero-slider:hover .slick-arrow.slick-next {
  margin-right: 0;
}
.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slider .slick-dots {
    bottom: 15px;
  }
}
.hero-slider .slick-dots li {
  margin: 0 -15px;
}
.hero-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 30px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
}
.hero-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: #ffffff;
}

/*-- Hero Item --*/
.hero-item {
  width: 100%;
  height: 750px;
  align-items: center;
  display: flex !important;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.hero-item.hero-item-two {
  height: 510px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.hero-item-two {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.hero-item-two {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item.hero-item-two {
    height: 350px;
  }
}
.hero-item.hero-item-three {
  height: 700px;
}
@media only screen and (min-width: 1200px) {
  .hero-item.hero-item-three {
    height: 575px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.hero-item-three {
    height: 575px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.hero-item-three {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item.hero-item-three {
    height: 335px;
  }
}
@media only screen and (max-width: 380px) {
  .hero-item.hero-item-three {
    height: 335px;
  }
}
@media only screen and (max-width: 360px) {
  .hero-item.hero-item-three {
    height: 335px;
  }
}
.hero-item.hero-item-four {
  height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.hero-item-four {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.hero-item-four {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item.hero-item-four {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-item {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-item {
    height: 350px;
  }
}

/*-- Hero Content For Background Video --*/
.hero-content {
  text-align: center;
}
.hero-content h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content h2 {
    font-size: 18px;
  }
}
.hero-content h1 {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content h1 {
    font-size: 44px;
  }
}
.hero-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content h3 {
    font-size: 14px;
  }
}

/*-- Hero Content Two For Hero Slider --*/
.slider-font-image {
  position: relative;
  bottom: -30px;
}

.hero-content-2.left {
  text-align: left !important;
}
.hero-content-2.center {
  text-align: center !important;
}
.hero-content-2.right {
  text-align: right !important;
}
.hero-content-2 > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.hero-content-2 .slide-obj img {
  margin: 0 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .slide-obj img {
    margin: 0 20px;
    margin-bottom: 15px;
  }
}
.hero-content-2 img {
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 img {
    margin-bottom: 15px;
  }
}
.hero-content-2 .left-img {
  margin: 0;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .left-img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: 120px;
  }
}
.hero-content-2 .mid-size {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 .mid-size {
    font-size: 44px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .mid-size {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.hero-content-2 .mid-size-white {
  font-size: 48px;
  line-height: 54px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 .mid-size-white {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .mid-size-white {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.hero-content-2 .sm-size {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fbd232;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 .sm-size {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .sm-size {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
}
.hero-content-2 .sm-size i {
  color: #fbd232;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .sm-size i {
    margin: 0 5px;
  }
}
.hero-content-2 .big-font {
  font-size: 80px;
  line-height: 55px;
  font-weight: 700;
  color: #fbd232;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 .big-font {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 .big-font {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .big-font {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.hero-content-2 .white {
  color: #ffffff;
}
.hero-content-2 .size-white {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 .size-white {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .size-white {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.hero-content-2 .normal-size {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 .normal-size {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .normal-size {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.hero-content-2 .normal-size span {
  color: #fbd232;
}
.hero-content-2 .color-balck {
  color: #222;
}
.hero-content-2 .color-white {
  color: #ffffff;
}
.hero-content-2 h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content-2 h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content-2 h2 {
    font-size: 20px;
  }
}
.hero-content-2 h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content-2 h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content-2 h1 {
    font-size: 36px;
  }
}
.hero-content-2 p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/*-- Slide Content In Animation --*/
.slick-active {
  /*-- Hero Content Two For Hero Slider --*/
}
.slick-active .hero-content-2 > * {
  animation-name: fadeInUp;
}
.slick-active .hero-content-2 > *:nth-child(1) {
  animation-delay: 0.5s;
}
.slick-active .hero-content-2 > *:nth-child(2) {
  animation-delay: 1s;
}
.slick-active .hero-content-2 > *:nth-child(3) {
  animation-delay: 1.5s;
}
.slick-active .hero-content-2 > *:nth-child(4) {
  animation-delay: 2s;
}
.slick-active .hero-content-2 > *:nth-child(5) {
  animation-delay: 2.5s;
}
.slick-active .hero-content-2 > *:nth-child(6) {
  animation-delay: 3s;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Equal height */
.as {
  background: #ccc;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  /* float: left;
  width: 23%;
  
  margin: 10px 1%;
  padding: 1%; */
}

@media all and (max-width: 900px) {
  .as {
    width: 48%;
  }
}

/*banner tag */

.banner_tag{width: 250px;
    height: auto;
    background: #000000a6;
    position: absolute;
    top: 15px;
    left: 70px;
    text-align: center;
    padding: 25px 20px;}

.banner_tag h4 {margin:0px; color:#54a8ff; font-size:16px; font-weight:600;margin-top: 5px;}
.banner_tag h2 {margin:0px; color:#fbd232; font-size:52px; font-weight:700;}
.banner_tag h2 sup{font-size:22px;top: -25px;}
.banner_tag h3 {margin:0px; color:#fbd232; font-size:24px; font-weight:600;  border-top:1px solid #9fc1e2;  border-bottom:1px solid #9fc1e2; padding:6px 0px}

.banner_tag h5 {color: #000;
    font-size: 20px;
    font-weight: 600;
    background: #e9cf24;
    display: inline-block;
    padding: 3px 5px;
    margin: 10px 0 5px 0;
    letter-spacing: 1px;}

/*banner tag 2 */

.banner_tag2{
	width: 300px;
    height: auto;
    background: #000000a6;
    position: absolute;
    bottom: 130px;
    left: 50px;
    text-align: center;
    padding: 15px 20px;
}

.banner_tag2 h4 {margin:0px; color:#54a8ff; font-size:18px; font-weight:600;margin-top: 5px;}
.banner_tag2 h2 {margin:0px; color:#fbd232; font-size:38px; font-weight:700;}
.banner_tag2 h2 sup{font-size:22px;top: -25px;}
.banner_tag2 h3 {    margin: 0px;
    color: #fbd232;
    font-size: 30px;
    font-weight: 600;
    border-top: 1px solid #9fc1e2;
    border-bottom: 1px solid #9fc1e2;
    padding: 6px 0px;}

.banner_tag2 h5 {color: #000;
    font-size: 21px;
    font-weight: 600;
    background: #e9cf24;
    display: inline-block;
    padding: 3px 15px;
    margin: 10px 0 5px 0;
    letter-spacing: 1px;}

@media all and (max-width: 768px) {
  .banner_tag{    width: 160px;
    height: auto;
    left: 15px;
    padding: 5px 5px;
    top: 15px;}
  .banner_tag h4 {font-size:14px;}
  .banner_tag h2 {font-size: 18px; padding: 3px 0px; color: #fbd232;}
  .banner_tag h2 sup{font-size:22px;top: -10px;}
  .banner_tag h3 { font-size:18px;padding:3px 0px; margin: 3px 0;}
  .banner_tag h5 {font-size: 15px; padding: 3px 14px; margin-top:4px;}
}
.flat_tag_section{ background: transparent;
    height: auto;
    position: absolute;
    bottom: 65px;
    left: 130px;
    z-index: 999;}
.flat_tag_section .flat_tag{padding:10px 10px; text-align: center; display: inline-block;}
.flat_tag_section .flat_tag h4 {margin:0px; color:#01539F; font-size:19px; font-weight:500;}
.flat_tag_section .flat_tag h4 span {margin:0px; color:#01539F; font-size:14px; font-weight:600; display:block;}
.flat_tag_section .flat_tag h2 {color: #01539F;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 10px 15px 10px;}
.flat_tag_section .flat_tag h5 {margin:0px; color:#111; font-size:12px; font-weight:600; margin-top:0px; letter-spacing:2px;}
/*.flat_tag_section .flat_tag:first-child{border-right:1px solid #b8b8b8;} */

.flat_sec_company{    background: #29b875;
    display: block;
    padding: 5px 0px;
    color: #FFF;
    text-align: center;font-weight: 700;cursor: pointer;
	font-size: 17px;
	letter-spacing: 2px;
}

@media all and (max-width: 768px) {
  .flat_tag_section{display: none; right: 5px; bottom: 30px;}
}

.search-section {position: relative; margin-top:10px; background:#29b875 url(../images/search_bg.png) no-repeat center right; padding:20px 30px; outline:10px solid #29b875; border:1px dashed #FFF; box-sizing: border-box;}
.search-section h3 {color:#FFF; font-size:22px; font-weight:600;}
.search-section .newsletter-form .form-control {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 7px 10px 17px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(1, 83, 159, 0.23);
  width: 100%;
  border: none;
  overflow: hidden; margin:0px;
}

.submit-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #0a0a0a;
  z-index: 1;
  border-radius: 3px;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  margin: 0;
}
.submit-btn input[type="submit"] {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #0A0A0A;
  padding: 10px 30px;
  outline: none;
  transition: all .5s ease;
  background: #29b875;
  border: none;
}
.submit-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.submit-btn:hover {
  opacity: 0.99;
}
.submit-btn:hover input[type="submit"]:hover {
  color: #0A0A0A !important;
  opacity: .9;
}
.submit-btn:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: .25;
}
.submit-btn.submit-btn2 {
  font-size: 16px;
  font-weight: 600;
  background-color: #01539F;
  border-radius: unset;
}
.submit-btn.submit-btn2 > span.arrow-btn {
  position: relative;
  z-index: 3;
}
.submit-btn.submit-btn2 input[type="submit"] {
  color: #FFF;
  border-radius: unset;
}
.submit-btn.submit-btn2:before {
  display: none;
}
.submit-btn.submit-btn2:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  transition: .4s;
  z-index: 3;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: #29b875;
  border-radius: 20px 0 0; color: #000;
}
.submit-btn.submit-btn2:hover input {
  background: transparent !important;color: #000;
}
.submit-btn.submit-btn2:hover input[type="submit"]:hover {
  color: #FFF !important;
  opacity: .9;
}
.submit-btn.submit-btn2:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
}
.submit-btn.submit-btn2:hover > span.arrow-btn {
  position: relative;
  z-index: 99;
}
.submit-btn.submit-btn2.form {
  background: #01539f;
  width: 100%;
}
.submit-btn.submit-btn2.form input[type="submit"] {
  background: #01539f;
  font-size: 16px;
  font-weight: 600;
}
.submit-btn.submit-btn2.form:after {
  background: #ffffff;
}
.submit-btn.submit-btn2.form:hover input[type="submit"]:hover {
  color: #0A0A0A !important;
}
.submit-btn.submit-btn2.details input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 25px;
}
.submit-btn.submit-btn2.faq-btn {
  background-color: #29b875;
  border-radius: 3px;
}
.submit-btn.submit-btn2.faq-btn input[type="submit"] {
  color: #0a0a0a;
  border-radius: 3px;
}
.submit-btn.submit-btn3 {
  margin: 0;
}
.submit-btn.submit-btn3 input[type="submit"] {
  padding: 5px 15px 5px 15px;
  color: #333333;
	
}
.submit-btn.submit-btn3:hover {
  opacity: .99;
}
.submit-btn.submit-btn3:hover input[type="submit"]:hover {
  color: #fff !important;
  background: #01539f;
  opacity: .9;
}
.submit-btn.submit-btn4 {
  margin: 0;
}
.submit-btn.submit-btn4 input[type="submit"] {
  color: #ffffff;
  background: #ff7033;
}
.submit-btn.submit-btn4:hover {
  background: #1c6c28;
  color: #29b875;
  opacity: .99;
}
.submit-btn.submit-btn4:hover input[type="submit"]:hover {
  color: #fff !important;
  background: #01539f;
  opacity: .9;
}
.submit-orange-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #0a0a0a;
  background-color: #FF7033;
  z-index: 1;
  border-radius: 4px;
  transition: all .5s ease;
  overflow: hidden;
  width: 100%;
}
.submit-orange-btn input[type="submit"] {
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #FF7033 !important;
  padding: 16px 30px 16px 30px !important;
  box-shadow: 0px 0px 40px 0px rgba(1, 83, 159, 0.23);
  font-size: 16px !important;
  font-weight: 600 !important;
  transition: all .5s ease;
}
.submit-orange-btn input[type="submit"]:hover {
  background-color: #F98C5E !important;
}
.title_sec{display: flex; flex-direction: row; }
.main_title{ border-right:1px solid rgb(193 193 193 / 65%); padding-right: 30px;padding-bottom: 20px; min-width:28%}
.title_desc { padding-left: 30px;}
    
.sub-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #f37027;
    text-transform: uppercase;
    display: block;
}
.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: #101010;
    margin: 0;
    text-transform: uppercase;
}
.form-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #101010;
    margin: 0;
    word-spacing: 1px;
}
.desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #111;
    margin: 6px 0 0px;
	text-align:left;
	padding-bottom: 15px;
}
@media all and (max-width: 800px) {
    .title {
    line-height: 25px; }
	.title_sec{flex-direction: column; }
	.main_title{ border-bottom:1px solid rgb(193 193 193 / 65%); border-right:0px; padding-right: 0px;    padding-bottom: 10px; width:100%}
	.title_desc { padding-left: 0px; }
	.overslide-padding {padding: 0px 0px!important;}
	
}
.overview_bg{background: url(../images/bg2.jpg) no-repeat bottom center; padding:30px 0px;}

.overslide-padding {
  padding: 20px 20px;
  position: relative;
}

.overslider-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  transition: ease all 0.5s;
  border: 10px solid #29b875;
  box-shadow: 10px 10px 25px 2px #b9b9b9;
}

.overslider-wrap .itemimg {
  width: 100%;
	height: 260px;
  transition: ease all 0.5s;	
}

.overslider-wrap .shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 33%;
  transition: ease all 0.5s;
}

.overslider-wrap .overview-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  transition: ease all 0.5s;
}

.overslider-wrap .overview-content h2 {
  color: #26ffdf !important;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: ease all 0.5s;
  font-weight: 600;
}

.overslider-wrap .overview-content p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.overslider-wrap:hover .itemimg {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.overslider-wrap:hover .shadow {
  height: 120%;
  transition: ease all 0.5s;
}

.overslider-wrap:hover .overview-content {
  bottom: 16%;
  transition: ease all 0.5s;
}

@media all and (max-width: 800px) {
    
    .logo img {    height: 40px;margin-top: 5px;}
	.overview_bg {padding: 20px 0px;}
	
}

.overslider-wrap:hover .overview-content h2 {
  font-size: 22px;
  transition: ease all 0.5s;
}


.configure_bg{background: #f5f5f5; padding:30px 0px 70px;}
.single-price {
	text-align: center;
    margin-top: 20px;
    border: 2px solid #29b875;
    transition: ease all 0.5s;
}
.single-price h3 {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: -80px;
  font-family: poppins;
  color: #fff;
}
.single-price h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.single-price h4 span.sup {
  vertical-align: text-top;
  font-size: 25px;
}
.deal-top {
    position: relative;
    background: #29b875;
    font-size: 16px;
    padding: 110px 24px 0;
    box-shadow: 0 7px 7px -1px rgb(0 0 0 / 20%);
    outline: 2px solid #ffffff;
    outline-offset: -15px;
}
.text-right {
    text-align: right;
}
.deal-top::after {
  content: "";
	background: linear-gradient(to top right, #29b875 50%, #0000 50%);
	width: 30px;
	height: 30px;
	box-shadow: -5px 5px 7px rgb(0 0 0 / 20%);
	transform: translateX(-50%) rotate(-45deg);
	position: absolute;
	bottom: -15px;
	left: 50%;
}
.deal-bottom {
  padding: 25px 15px 15px;
}
.deal-bottom ul {
  margin: 0;
  padding: 0;
}
.deal-bottom  ul li {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
}
.deal-bottom .seperator {
    display: block;
    height: 2px;
    background: #29b875;
    width: 60px;
    margin: 14px auto;
}
.btn-area a {
  display: inline-block;
    font-size: 18px;
    color: #FFF;
    background: #29b875;
    padding: 8px 0px;
    width: calc(100% - 30px);
    margin-top: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}



@media all and (max-width: 800px) {
	.configure_bg {
		padding: 20px 0px;
	}
	.deal-bottom {
		padding: 3px 16px 0;
	}
	.deal-top {
		font-size: 14px;
		padding: 95px 27px 0;
	}
  .deal-top::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -50px;
	  width: 0;
	  height: 0;
	  border-top: 0px solid #0359a9;
	  border-left: 0px solid transparent;
	  border-right: 0px solid transparent;
	}
	.btn-area a {
	  font-size: 14px;
	  margin-top: 12px;	
	  margin-bottom: 10px;
	  width: calc(100% - 0px);
	}
	.single-price h3 {
       font-size: 17px;
    margin-top: -72px;
	}
	.single-price h4 {
	  font-size: 12px;
	}
	.deal-bottom ul li {
		font-size: 18px;
		margin-top: 7px;
		padding-top: 7px;
	}
	.animated-button6 {padding: 7px 7px!important;font-size:15px!important;}
	
}



.amenites_bg{background: #EAFAF1; padding:40px 0px;}
.amenites-padding {
  padding: 0px 0px;
  position: relative;
}

.amenites-wrap {
   position: relative;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  transition: ease all 0.5s;
  box-shadow: 0px 2px 10px 0px #b9b9b9; border:3px solid rgb(7 34 72 / 69%)
}

.amenites-wrap .itemimg {
  width: 100%; height:100%;
  transition: ease all 0.5s; transform: scale(1.1);
}
a.asd {
	margin:0px !important; padding:0px!important; bottom:0px!important;
}

.amenites-wrap .amenites-content {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 0px 0;
  transition: ease all 0.5s; 
}

.amenites-wrap .amenites-content p {
	font-size:16px;
  color: #fff;
  font-weight: 500;
  transition: ease all 0.5s;background:#000; display: inline-block; padding:0px 10px;
}

.amenites-wrap:hover .itemimg {
  transform: scale(1.2);
  transition: ease all 0.5s;
}


@media all and (max-width: 800px) {
	.amenites_bg{padding:20px 0px;}
}



.plane {background:#062469 url(../images/slider-2.jpg) no-repeat fixed center center/cover; padding:60px 0px 60px; position: relative;z-index:1}
.plane:after {display: block; content:''; background:#000000bf; position: absolute; top:0px; left: 0px; right:0px; bottom:0px;z-index:-1}

.plane .sec-title2 .sub-text{color:#1d7dd6;}
.plane .sec-title2 .title{color:#FFF}
.floor .nav-tabs {border-bottom:none; width:100%; z-index:9999;    margin-bottom: 15px;}
.floor nav{z-index:9999; position: relative;}
.floor .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #FFF;
    background-color: transparent;
    border: none;
	outline:0px;z-index:9999; margin:0px 2px; border-radius:0px; font-weight:600;
}
.floor .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #FFF;
    background-color: #29b875;
    border: none;
	outline:0px;
}
.floor .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #29b875;
    border: none;
	outline:0px;z-index:9999;
}
.news {background:#FFF; box-shadow: inset 0px 0px 10px #eaeaea; padding:10px; margin:20px 0px; position: relative;
  border-radius: 0;
  overflow: hidden; border:3px solid rgb(3 91 24 / 69%)}
.news h2 {font-size:20px; color:#93c83f;}
.news h2 a{color:#93c83f; text-decoration: none;}
.news p {font-size:14px; color:#000030; text-align: left; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; }
.news p a { text-decoration: none;color:#000030;}

.news-mg {width:100%; height:auto; position: relative;transition: ease all 0.5s; transform: scale(1.1);}
.news-mg:hover img {
  transform: scale(1.2);
  transition: ease all 0.5s;
}
.news-mg img{width:100%; height:auto;}
.news-mg span{position: absolute; z-index:99; left:10px; top:60px; background: #29b875; color:#FFF; font-size:17px; padding:3px 10px; display: none;}

.news-mg span:after{width:28px; height:28px;background: #29b875; display: inline-block; content:'';transform: rotate(45deg); position: absolute; z-index:-1; }
@media all and (max-width: 800px) {
    
    .form-title {font-size: 18px;}
	.plane{padding:30px 0px 20px;}
	.floor .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
		color: #FFF;
		font-size: 15px;
	}
	.news{margin:10px 0px}
}


.location {
    background: #eaecef;padding:30px 0px;
}
.content-design1 {
  position: relative;
}
.content-design1 .cover-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content-design1 .cover-image.cover-left {
  width: 50%;
}
.content-design1 .cover-image.cover-right {
  left: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .content-design1 .cover-image {
    display: none;
  }
}
.content-design1 .left-content {
  padding: 0px 0px 0px 30px;
}
.content-design1 .left-content h3 {
  color: #222;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .content-design1 .left-content {
    padding: 30px 0px 30px 0px;
  }
}
.content-design1 .right-content {
  padding: 10px 30px 10px 0px;
}
.content-design1 .right-content h3 {
  color: #fbd232;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .content-design1 .right-content {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .content-design1 {
    padding:20px 0px;
  }
}

.animate-border .popup-border {
  background: #29b875;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 67%;
  top:40%;
  transform: translateX(-50%);z-index: 1;
}
.animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #FFF;
}
.animate-border .popup-border:before {
  content: "";
  border: 2px solid #29b875;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.animate-border .popup-border:after {
  content: "";
  border: 2px solid #29b875;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.animate-border.main-home .popup-border {
  left: 8%;
}
.animate-border.main-home.style2 .popup-border {
  left: 50%;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.rs-faq.faq-style1 {
  position: relative;
}
.rs-faq.faq-style1 .faq-content .accordion {
  border-width: 12px;
}
.rs-faq.faq-style1 .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #F1F6FC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
}
.rs-faq.faq-style1 .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background: #fff;
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 60px;
  height: 62px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 600;
  background-color: #F1F6FC;
  border-radius: 5px 5px 5px 5px;
  color: #01539f;
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #01539f;
  text-align: center;
  left: 18px;
  margin-top: -2px;
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
  color: #101010;
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq.faq-style1 .faq-content .accordion .card .card-body {
  color: #454545;
  font-size: 15px;
  width: 100%;
  background-color: #F1F6FC;
  padding: 8px 25px 30px 25px !important;
  border-radius: 5px 5px 5px 5px;
}
.rs-faq.faq-style1 .faq-animate .animate-style {
  position: absolute;
  left: -12%;
  bottom: 8px;
}
.rs-faq.faq-style1 .faq-animate .animate-style img {
  max-width: 500px;
}
.rs-faq.faq-style2 {
  position: relative;
}
.rs-faq.faq-style2 .faq-content .accordion {
  border-width: 12px;
}
.rs-faq.faq-style2 .faq-content .accordion .card {
  margin-bottom: 30px;
  border: none;
  background-color: #F1F6FC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
}
.rs-faq.faq-style2 .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background: #fff;
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  line-height: 29px;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 25px 17px 40px;
  background-color: #00483A;
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
  text-align: right;
  right: 35px;
  margin-top: -2px;
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link.collapsed {
  background-color: #FFFFFF;
  color: #032e42;
  padding: 17px 25px 17px 25px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #0a0a0a;
  content: "\f067";
}
.rs-faq.faq-style2 .faq-content .accordion .card .card-body {
  background-color: #fff;
  color: #454545;
  font-size: 16px;
  width: 100%;
  padding: 30px 25px 30px 25px !important;
}



@media all and (max-width: 800px) {
	.location{padding:20px 0px;}
	.animate-border .popup-border {left:50%; top:20%}
}


.contact {background: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
	padding:50px 0px 30px;
}
.contact .contact-section {
    background-color: rgb(247 251 255 / 66%);
    padding: 30px 70px 30px 70px;
}

.contact .contact-section .from-control, .contact .contact-section select {
    padding: 12px 20px 12px 20px;
    color: #7A7A7A;
    border:1px solid #e0e0e0;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    width: 100%;
    opacity: 1;
}

.contact .contact-info-box {
    position: relative;
    padding: 40px 40px 30px 40px;
    background-color: #01539F;
    z-index: 11;
}
.contact .contact-info-box:after {
    border-color: #29b875;
    position: absolute;
    height: 280px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 29% 59%, 0 33%);
    left: -1px;
    background-color: #29b875;
    top: -1px;
    content: "";
}
.contact .contact-info-box .sec-title .title {
    position: relative;
    color: #FFF;
    z-index: 33; margin-bottom:125px;
}

.contact .contact-info-box .address-item {
    display: flex;
}
.contact .contact-info-box .address-item .address-icon {
  margin-right: 15px;
}
.contact .contact-info-box .address-item .address-icon i {
  font-size: 30px;
  color: #29b875;
}
.contact .contact-info-box .address-item .address-text {
  margin-top: -5px;cursor: pointer;
}
.contact .contact-info-box .address-item .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin: 0px 0px px 0px;
}
.contact .contact-info-box .address-item .address-text .des, .contact .contact-info-box .address-item .address-text .des a {
    color: #ffffff; line-height: 18px;
}

@media all and (max-width: 800px) {

	.contact{padding:20px 0px;}
	.contact .contact-section {
		padding: 0px 0px 12px 0px;
	}
	.contact .contact-info-box .sec-title .title {
		font-size:22px;
	}
}


footer {
    background: #060f23 url(../images/footer_bg.png) no-repeat bottom left; padding: 50px 0px;
}
footer p{
    color:rgb(255 255 255 / 61%); font-size:13px; text-align:center; line-height:normal; font-weight:400;
}
footer p span{
    color:rgb(255 255 255 / 95%); font-size:14px; font-weight:600;
}
footer p a{
    color:#25a844;
}

footer p a:hover{
    color:#FFF;
}
footer .footer-logo{ width:70px; height: auto; margin:20px auto;}
footer .footer-logo img{ width:100%; height: auto;}

@media all and (max-width: 800px) {
	footer{padding:20px 0px;}
}

.modal{top:15%!important; bottom:50% !important;}
.modal-box-wrap1{background: #f1faff;
    outline: 15px solid #f1faff;
    border: 1px dashed #009ef7;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: 10px;
    
}
.modal-box-wrap1 .from-control {width: 100%;
    padding: 6px 10px 6px 10px;
    color: #7A7A7A;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.22);
    background-color: #FFFFFF;
    max-width: 100%;
    border: 1px solid #d1e7f4;
    opacity: 1;}
.modal-box-wrap1 .btn-close {float: right; margin-top:-10px; margin-right:-10px; border:1px solid #000;}


.enrole {
    position: fixed;
    bottom: 15px;
    right: 0;
    transition: 0.4s ease-in;
    z-index: 999;
    background-image: linear-gradient( to right, #f37027, #f37027, #d490a0, #f37027, #f37027 );
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px 0px;
    letter-spacing: 1px;
    padding: 10px 10px 10px;
}
.boucher {
    position: fixed;
    bottom: 15px;
    left: 0;
    transition: 0.4s ease-in;
    z-index: 999;
    background-image: linear-gradient( to right, #f37027, #f37027, #d490a0, #f37027, #f37027 );
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 20px 0px;
    letter-spacing: 1px;
    padding: 10px 10px 10px;
}
.whatsapp{position: fixed;
    bottom: 205px;
    right: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    background:#19ab4d;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-top: 0px;
	width:45px;
	height:45px; text-align: center;
}
.calling{position: fixed;
    position: fixed;
    bottom: 100px;
    right: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    padding-top: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
}

@media all and (max-width: 800px) {
    .show-mobile{display:block;}
    .show-desktop{display:none;}
	.enrole {
		font-size: 12px;
		padding: 3px 5px;
	}
	.whatsapp{position: fixed;
		bottom: 146px;
		
	}
	.calling{position: fixed;
		bottom: 75px;
		width: 60px;
        height: 60px;
	}
	.deal-bottom .seperator { margin: 7px auto;}
	.title {font-size: 20px;}
	.flat_tag_section .flat_tag h2 {font-size: 17px;}
	.flat_tag_section .flat_tag h4 span {font-size: 11px;}
	.boucher {font-size: 12px;padding: 3px 5px;}
	
}

.wpcf7 form .wpcf7-response-output {
    margin: -15px 0.5em 0em !important;}
    
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.from-control {
    height: 100px;
}
.thank-part2 {
    margin: 20px 0px; background: #eee;
}
.thank-part2 img {
    width: 10%;
}




.animated-button6 {
  background: linear-gradient(-30deg, #ff7807 50%, #ff9716 50%);
    padding: 8px 30px;
    margin: 0px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7e6;
    font-size: 22px;
    letter-spacing: normal;
    text-align: center;
    text-transform: normal;
    text-decoration: none;
    bottom: 8px;
}
a.animated-button6:visite {color:#FFF}
a.animated-button6:link {color:#FFF}
a.animated-button6:hover {color:#FFF}
.animated-button6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad99;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}


.animated-button6:hover::before {
  opacity: 0.2;color:#FFF;
}

.animated-button7 {
   background: linear-gradient(-30deg, #11aa00 50%, #13bf00 50%);
    padding: 5px 12px;
    margin: 0px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
    text-transform: normal;
    text-decoration: none;
	font-weight: 600;
}
.animated-button6 span {
  position: absolute;
}

.animated-button6 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button6 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button6 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

p.form-foot {margin-top: 10px;line-height: 20px;}
.facility{text-align:center; margin-top: 10px;}
.facility h3{margin:0px; padding:0px; font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    text-transform: normal;
	margin-bottom:10px;
    display: block}
.facility ul {margin:0px; padding:0px; list-style: none;}
.facility li {font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #16A086; margin-bottom:13px;}
.facility span{display:block; width:40px; height:40px; margin:auto;}
.facility span img {width:100%; height:auto;}

@media all and (max-width: 800px) {
	.facility li {display: inline-block; font-size: 13px; margin:5px 5px;}
	.facility span{display:block; width:30px; height:30px; margin:auto;}
}

.wpcf7-spinner {position: absolute !important;margin: 10px 10px !important;}
.wpcf7-not-valid-tip {font-size: 12px!important; line-height: 15px;}


@keyframes rocking {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.effetMoveGradient {
  text-shadow: 0 3px 3px rgb(20 151 126 / 66%)!important;
  background-color: #16A086 !important;
  -webkit-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  -moz-animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  /* animation-delay: 2s; */
  color: #FFF!important;
  border: none; margin:0px; font-weight:500;
}
.effetMoveGradient:hover{background-color: #0f7c68!important; color:#FFF!important;}


.butt [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-color: #47a747;
    outline: none;
    border: none;
    color: #FFF;
}

.zoom-in-out-box{
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.capt {
    width: 65%;
    float: left;
}
.sm-btn {
    float: right;
    width: 100%;
}

element.style {
}
.wpcf7-text {
}
.form-control {
    margin: 10px 0;}
    
textarea#message {
    height: 80px;
}