
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&amp;display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: black;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;

  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*others common css here*/
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f47b00;
  padding: 0 43px;
  font-size: 15px;
  line-height: 50px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #f47b00;
}

/* .main-btn:hover {
  background-color: orange;
  color: #fff;
  border-color: orange;
} */

.main-btn.main-btn-2 {
  background-color: orange;
  color: #fff;
  border-color: orange;
}

.main-btn.main-btn-2:hover {
  background-color: #f47b00;
  border-color: #f47b00;
  color: #222;
}
.main-btn.main-btn:hover {
  color: #222;
}

.main-btn.main-btn-3 {
  background-color: #fff;
  color: black;
  border-color: #fff;
}

.main-btn.main-btn-3:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}

.main-btn.play-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  position: relative;
  padding-left: 70px;
}

.main-btn.play-btn i {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.section-title img {
  padding-bottom: 25px;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: orange;
  padding-top: 15px;
  padding-bottom: 47px;
}

.section-title.section-title-2 span {
  padding-top: 0;
  padding-bottom: 15px;
}

.section-title.section-title-2 .title {
  padding-bottom: 49px;
}

/*===========================
    HEADER css 
===========================*/
.header-area .header-top {
  border-bottom: 1px solid #e1e3e6;
  height: 80px;
}

.header-area .header-top .header-top-item .header-info ul li {
  display: inline-block;
  position: relative;
}

.header-area .header-top .header-top-item .header-info ul li span {
  font-size: 15px;
  color: #83868c;
}

.header-area .header-top .header-top-item .header-info ul li span span {
  font-size: 16px;
}

.header-area .header-top .header-top-item .header-info ul li i {
  position: absolute;
  left: -40px;
  top: 0;
  font-size: 24px;
  color: orange;
}

.header-area .header-top .header-top-item .header-info ul li:last-child {
  margin-left: 100px;
}

.header-nav {
  position: absolute;
  /*top: 80px;*/
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
  }
}

.header-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}

.header-nav.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

@media (max-width: 767px) {
  .header-nav.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px !important;
  }
}

.header-nav.sticky .navbar .navbar-nav .nav-item .sub-menu li a {
  line-height: 30px !important;
}

.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
}

.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
  border: 0;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background-color: orange;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background-color: orange;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0 12px;
  line-height: 90px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    color: #fff;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a > i {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a > i {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
  color: black;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: black;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  right: auto;
  left: 86%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
  color: #fff;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  background-color: orange;
  color: #fff !important;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

header .header-social ul li {
  display: inline-block;
}

header .header-social ul li a {
  height: 40px;
  width: 40px;
  background: #eaebee;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: black;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

header .header-social ul li a:hover {
  background: orange;
  color: #fff;
}

.header-area.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li {
  padding-left: 40px;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li span {
  color: #fff;
}

.header-area.header-absolute .header-top .header-top-item .header-info ul li i {
  left: 0;
  color: #fff;
}

.header-area.header-absolute .header-top .header-top-item .header-contact-info p {
  color: #fff;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-top .header-top-item .header-contact-info p {
    display: none;
  }
}

.header-area.header-absolute .header-nav {
  background-color: transparent;
  position: unset;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-nav .navigation .navbar {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .header-area.header-absolute .header-nav .navigation .navbar {
    padding-right: 60px;
  }
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
  color: black;
}



.header-area.header-absolute .header-nav .navigation .navbar .navbar-nav .nav-item a {
  color: #fff;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a {
  background-color: orange;
  color: #fff;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li a:hover {
  background-color: orange;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-social ul li:last-child a {
  margin-right: 0;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler {
  position: absolute;
  right: 0;
}

.header-area.header-absolute .header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse {
    background-color: black;
  }
}

@media (max-width: 767px) {
  .header-area.header-absolute .header-nav .navigation .navbar .navbar-collapse {
    background-color: black;
  }
}

.header-area.header-absolute .header-nav.sticky {
  position: fixed;
  background-color: black;
}

.header-area.header-absolute .header-top {
  border-color: #525e95;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

/*===========================
    BANNER css 
===========================*/
.banner-area {
  height: 850px;
  margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .banner-area {
    height: 600px;
  }
}

.banner-area .banner-content span {
  font-size: 18px;
  font-weight: 600;
  color: #f47b00;
}

.banner-area .banner-content span img {
  padding-right: 19px;
}

.banner-area .banner-content .title {
  font-size: 51px;
  font-weight: 700;
  color: #fff;
  line-height: 85px;
  padding-top: 17px;
  padding-bottom: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 33px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}

.banner-area .banner-content p {
  color: #fff;
  line-height: 28px;
  padding-right: 42px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content p {
    padding-right: 0;
  }
}

.banner-area .banner-content ul li {
  display: inline-block;
}

.banner-area .banner-content ul li:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .banner-area .banner-content ul li a {
    padding: 0 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content ul li a {
    padding: 0 43px;
    font-size: 15px;
  }
}

.banner-area.banner-two {
  height: 960px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two {
    height: 850px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two {
    height: 1300px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two {
    height: 1130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-two {
    height: 1150px;
  }
}

.banner-area.banner-two::before, .banner-area.banner-two::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  /*opacity: 0.85;*/
  /*border-bottom-left-radius: 150px;*/
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);*/
  /*        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 101%);*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two.banner_marble::before, .banner-area.banner-two.banner_marble::after {
    border-bottom-left-radius: 65px;
    background:#fff;
  }
}
.banner-area.banner-two::before, .banner-area.banner-two::after

.banner-area.banner-two.banner_marble::after {
  background: #fff!important;
  background-size: cover;
  background-position: center;
  z-index: -3;
}
.banner-area.banner-two::after {
  background: #000;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.banner-area.banner-two .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url(../images/shape/banner-shape.jpg);
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-area.banner-two .banner-content {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two .banner-content {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-content {
    padding-bottom: 70px;
  }
  .banner-area.banner-two .banner-content ul li a.play-btn {
    padding-left: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-two .banner-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

.banner-area.banner-two .banner-form {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-form {
    padding-left: 0;
  }
}

.banner-area.banner-two .banner-form .banner-form-inner {
  padding: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
}

@media (max-width: 767px) {
  .banner-area.banner-two .banner-form .banner-form-inner {
    padding: 30px;
  }
}

.banner-area.banner-two .banner-form .banner-form-inner .title {
  font-size: 30px;
  color: black;
  margin-bottom: 20px;
}

.banner-area.banner-two .banner-form .banner-form-inner input,
.banner-area.banner-two .banner-form .banner-form-inner select,
.banner-area.banner-two .banner-form .banner-form-inner .nice-select,
.banner-area.banner-two .banner-form .banner-form-inner textarea {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background-color: #eeeff2;
  border: none;
  line-height: 55px;
  padding-left: 20px;
}

.banner-area.banner-two .banner-form .banner-form-inner textarea {
  height: 120px;
}

.banner-area.banner-two .banner-form .banner-form-inner button {
  width: 100%;
  background-color: orange;
  color: #fff;
  border: none;
  height: 55px;
  border-radius: 3px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-area.banner-two .banner-form .banner-form-inner button:hover {
  background-color: black;
}

/*===========================
    FEATURE css 
===========================*/
.feature-area {
  position: relative;
}

.feature-area .feature-item {
  border: 1px solid #dcdfe2;
  padding-top: 60px;
  padding-bottom: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: orange;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item i span {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #eeeff2;
  border-radius: 5px;
  z-index: -2;
  height: 70px;
  width: 70px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item .title {
  font-size: 22px;
  color: black;
  padding-top: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feature-area .feature-item p {
  font-size: 15px;
  color: #83868c;
  padding: 23px 35px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-area .feature-item p {
    padding: 23px 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .feature-item p {
    padding: 23px 45px 0;
  }
}

@media (max-width: 767px) {
  .feature-area .feature-item p {
    padding: 23px 12px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-area .feature-item p {
    padding: 23px 35px 0;
  }
}

.feature-area .feature-item.active {
  background: black;
  border-color: black;
}

.feature-area .feature-item.active i {
  color: orange;
}

.feature-area .feature-item.active i::after {
  background: #fff;
}

.feature-area .feature-item.active i span {
  background: orange;
}

.feature-area .feature-item.active .title {
  color: #fff;
}

.feature-area .feature-item.active p {
  color: #fff;
}

.feature-area .feature-item.style-two {
  padding: 0;
  padding-right: 70px;
  border: none;
}

.feature-area .feature-item.style-two i {
  margin-left: 10px;
}

.feature-area .feature-item.style-two p {
  padding: 0;
  padding-top: 20px;
}

.feature-area .feature-item.style-three {
  padding: 0 20px;
  border: none;
}

.feature-area .feature-item.style-three p {
  padding: 0;
  padding-top: 20px;
}

.feature-area .shape-1 {
  position: absolute;
  top: 180px;
  left: 40px;
}

.feature-area .shape-2 {
  position: absolute;
  top: 180px;
  right: 40px;
}

.feature-area .shape-3 {
  position: absolute;
  bottom: 180px;
  left: 40px;
}

.feature-area .shape-4 {
  position: absolute;
  bottom: 180px;
  right: 40px;
}

/*===========================
   ABOUT css 
===========================*/
.about-area {
  background: #eff2f7;
  position: relative;
}

@media (max-width: 767px) {
  .about-area {
    padding-top: 650px;
  }
}

.about-area::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  background-image: url('../../new_assets/images/home_banner.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area::before {
    width: 37%;
  }
}

@media (max-width: 767px) {
  .about-area::before {
    width: 100%;
    height: 600px;
  }
}

.about-area .about-content span {
  color: orange;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.about-area .about-content .title {
  font-size: 37px;
  line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-area .about-content p {
  font-size: 1rem;
  line-height: 27px;
  padding-top: 27px;
  padding-bottom: 29px;
}

.about-area .about-experience .about-item p {
  font-size: 15px;
  line-height: 27px;
  margin-left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item p {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item p {
    margin-left: 0;
  }
}

.about-area .about-experience .about-item .title {
  font-size: 36px;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-experience .about-item .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item .title {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item .title {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }
}

.about-area .about-experience .about-item .title span {
  font-size: 80px;
  color: orange;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-experience .about-item .title span {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-area .about-experience .about-item .title span {
    padding-bottom: 25px;
  }
}

.about-area.design-two {
  background: transparent;
}

@media (max-width: 767px) {
  .about-area.design-two {
    padding-top: 124px;
  }
}

.about-area.design-two::before {
  display: none;
}

.about-area.design-two .about-img {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.design-two .about-img {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-area.design-two .about-img {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about-area.design-two .about-img .about-shape {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
  height: 100%;
}

@media (max-width: 767px) {
  .about-area.design-two .about-img .about-shape {
    right: 0;
  }
}

/*===========================
    SERVICE css 
===========================*/
.services-area {
  padding-top: 127px;
}

.services-area .services-item .services-thumb img {
  width: 100%;
}

.services-area .services-item .services-content {
  border: 1px solid #dcdfe2;
  padding: 35px 30px 40px;
}

.services-area .services-item .services-content .title {
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area .services-item .services-content p {
  font-size: 15px;
  line-height: 27px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.services-area .services-item .services-content a {
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
}

.services-area .services-item .services-content a i {
  height: 45px;
  width: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  color: black;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area .services-item:hover .services-content .title {
  color: orange;
}

.services-area .services-item:hover .services-content a i {
  background: orange;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
}

.services-area.services-area-two {
  padding-top: 130px;
  background-color: #eff2f7;
  background-image: url(../images/service-bg.jpg);
  background-position: center;
  background-size: cover;
}

.services-area.services-area-two .services-item-2 {
  background-color: transparent;
  border: 1px solid #dcdfe2;
  border-radius: 5px;
  padding: 30px 55px 55px 55px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area.services-area-two .services-item-2 {
    padding: 25px;
  }
}

.services-area.services-area-two .services-item-2 .services-thumb {
  font-size: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: orange;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2 .services-thumb .icon-shape {
  position: absolute;
  left: 50px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2 .services-content {
  padding: 0;
  border: none;
}

.services-area.services-area-two .services-item-2 .services-content i {
  background: transparent;
}

.services-area.services-area-two .services-item-2 .services-content,
.services-area.services-area-two .services-item-2 .services-content .title,
.services-area.services-area-two .services-item-2 .services-content p,
.services-area.services-area-two .services-item-2 .services-content i,
.services-area.services-area-two .services-item-2 .services-content a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-area.services-area-two .services-item-2.active {
  background-color: orange;
}

.services-area.services-area-two .services-item-2.active .services-thumb {
  color: #fff;
}

.services-area.services-area-two .services-item-2.active .services-thumb .icon-shape {
  opacity: 0.15;
}

.services-area.services-area-two .services-item-2.active .services-content .title,
.services-area.services-area-two .services-item-2.active .services-content a,
.services-area.services-area-two .services-item-2.active .services-content p {
  color: #fff;
}

.services-area.services-area-two .services-item-2.active .services-content i {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

/*===========================
    COUNTER css 
===========================*/
.counter-area {
  padding-bottom: 88px;
}

.counter-area .counter-item i {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  border: 2px dashed #fff;
  color: #fff;
  font-size: 55px;
}

.counter-area .counter-item .title {
  color: #fff;
  font-weight: 700;
  color: #fff;
  font-size: 56px;
  padding-top: 21px;
  padding-bottom: 5px;
}

.counter-area .counter-item span {
  font-size: 15px;
  color: #fff;
}

/*===========================
    PLAY css 
===========================*/
.play-area {
  z-index: 11;
  position: relative;
}

.play-area .play-thumb {
  position: relative;
  width: 100%;
  height: 557px;
  background-position: center;
  background-size: cover;
}

.play-area .play-thumb .play-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 158, 100, 0.5);
}

.play-area .play-thumb .play-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  background-color: rgba(253, 253, 253, 0.7);
  border-radius: 50%;
  font-size: 18px;
  color: orange;
}

.play-area .play-quote {
  background: black;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.play-area .play-quote form {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-quote {
    padding: 37px 20px 44px;
  }
}

@media (max-width: 767px) {
  .play-area .play-quote {
    padding: 37px 20px 52px;
  }
}

.play-area .play-quote .quote-title .title {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play-area .play-quote .quote-title .title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-quote .quote-title .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .play-area .play-quote .quote-title .title {
    font-size: 26px;
  }
}

.play-area .play-quote .play-input .input-box input {
  width: 100%;
  background: #fff;
  line-height: 55px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
}

.play-area .play-quote .play-input .input-box input::-webkit-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input:-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input::-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box input::placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea {
  width: 100%;
  height: 105px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 14px;
  color: #83868c;
}

.play-area .play-quote .play-input .input-box textarea::-webkit-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea:-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea::-ms-input-placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box textarea::placeholder {
  opacity: 1;
}

.play-area .play-quote .play-input .input-box button {
  width: 100%;
  background: #f47b00;
  border: 0;
  border-radius: 5px;
  line-height: 55px;
  color: #83868c;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222;
}

.play-area .play-quote .play-input .input-box .nice-select {
  width: 100%;
  margin-bottom: 20px;
  line-height: 55px;
  height: 55px;
  border: 0;
}

.play-area .play-quote .play-input .input-box .nice-select .list {
  margin-top: 0;
  width: 100%;
}

/*===========================
   CHOOSE css 
===========================*/
/* .choose-us-area {
  margin-top: -190px;
  padding-top: 313px;
  padding-bottom: 123px;
  position: relative;
  z-index: 10;
} */
section.brand-area.pb-130 {
  position: relative;
  top: 20px;
  margin-bottom: 28px;
}

.choose-us-area .choose-us-content .choose-us-content-item span {
  font-size: 16px;
  color: orange;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}

.choose-us-area .choose-us-content .choose-us-content-item .title {
  font-size: 37px;
  line-height: 60px;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-us-area .choose-us-content .choose-us-content-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.choose-us-area .choose-us-content .choose-us-content-item p {
  padding-bottom: 50px;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 {
  width: 50%;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: #b7e3ce;
  border-radius: 50%;
  font-size: 38px;
  color: black;
  margin-bottom: 25px;
}

.choose-us-area .choose-us-content .choose-item .choose-item-1 p {
  padding-right: 20px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-us-content .choose-item .choose-item-1 p {
    padding-right: 100px;
  }
}

.choose-us-area .choose-us-content .choose-item .choose-item-1.choose-item-2 i {
  background: #ede0b3;
}

.choose-us-area .choose-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-us-area .choose-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .choose-us-area .choose-thumb {
    display: none;
  }
}

.choose-us-area .choose-thumb img {
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-area .choose-thumb img {
    width: 60%;
  }
}

/*===========================
    PROJECT css 
===========================*/
.finished-Poject-area {
  padding-top: 123px;
}

.finished-Poject-area .project-menu ul li {
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  color: black;
  border: 1px solid #dcdfe2;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 0 38px;
  margin-right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 28px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 12px;
    font-size: 13px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .finished-Poject-area .project-menu ul li {
    padding: 0 26px;
  }
}

.finished-Poject-area .project-menu ul li.active {
  background: orange;
  color: #fff;
  border-color: orange;
}

.finished-Poject-thumb {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.finished-Poject-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.finished-Poject-thumb::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(19, 40, 125, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
  opacity: 0;
}

.finished-Poject-thumb .hover-action {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 6;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.finished-Poject-thumb .hover-action a {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 18px;
  margin: 0 4px;
}

.finished-Poject-thumb .hover-action a:hover {
  background-color: orange;
  border-color: orange;
}

.finished-Poject-thumb:hover .hover-action {
  visibility: visible;
  opacity: 1;
}

.finished-Poject-thumb .finished-Poject-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 6;
  opacity: 0;
}

.finished-Poject-thumb .finished-Poject-content .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finished-Poject-thumb .finished-Poject-content .title {
    font-size: 18px;
  }
}

.finished-Poject-thumb .finished-Poject-content a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .finished-Poject-thumb .finished-Poject-content a {
    margin-top: 10px;
  }
}

.finished-Poject-thumb .finished-Poject-content a i {
  margin-left: 13px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.finished-Poject-thumb .finished-Poject-content a:hover i {
  background: orange;
}

.finished-Poject-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.finished-Poject-thumb:hover::before {
  opacity: 1;
}

.finished-Poject-thumb:hover .finished-Poject-content {
  opacity: 1;
}

.finished-Poject-content.no-hover {
  margin-top: 20px;
}

.finished-Poject-content.no-hover span.project-date {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

/*===========================
    EXPERTISE css 
===========================*/
.expertise-area .expertise-thumb {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .expertise-area .expertise-thumb {
    margin-right: 0;
  }
}

.expertise-area .expertise-thumb img {
  width: 100%;
}

.expertise-area .expertise-thumb .expertise-item {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f47b00;
  padding: 0 56px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item {
    padding: 0 30px;
  }
}

.expertise-area .expertise-thumb .expertise-item .title {
  color: #fff;
  font-size: 45px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item .title {
    padding-top: 10px;
    font-size: 36px;
  }
}

.expertise-area .expertise-thumb .expertise-item span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-thumb .expertise-item span {
    padding-bottom: 15px;
  }
}

.expertise-area .expertise-content span {
  color: orange;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .expertise-area .expertise-content span {
    margin-top: 40px;
  }
}

.expertise-area .expertise-content .title {
  font-size: 48px;
  line-height: 60px;
  padding-top: 16px;
  padding-bottom: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expertise-area .expertise-content .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area .expertise-content .title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .expertise-area .expertise-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .expertise-area .expertise-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.expertise-area.service-page {
  background-color: #eff2f7;
  position: relative;
}

.expertise-area.service-page .expertise-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expertise-area.service-page .expertise-thumb {
    position: unset;
    margin-bottom: 55px;
    width: 100%;
    height: 500px;
    margin-top: -130px;
  }
}

@media (max-width: 767px) {
  .expertise-area.service-page .expertise-thumb {
    position: unset;
    margin-bottom: 55px;
    width: 100%;
    height: 500px;
    margin-top: -130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.expertise-area.service-page .expertise-thumb .expertise-item {
  background-color: orange;
  position: unset;
  display: inline-block;
  padding: 40px 30px;
}

.expertise-area.service-page .expertise-thumb .expertise-item h3 {
  font-size: 27px;
  line-height: 36px;
  padding: 0;
}

.expertise-area.service-page .expertise-thumb .expertise-item h3 span {
  display: inline-block;
  padding: 0;
  font-size: 60px;
}

.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 46px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: black;
 
  padding-bottom: 10px;
}

.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5e14;
}

.skills .skill-item .skill-header .skill-percentage .count-box {
  font-weight: 500;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  color: black;
}

.skills .skill-item .skill-header .skill-percentage .count-box span {
  font-weight: 500;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  color: black;
}

.skills .skill-item:last-child {
  margin-bottom: 0;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 15px solid #eeeff2;
  border-bottom: 15px solid #eeeff2;
  border-radius: 0px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -12px;
  width: 0;
  height: 30px;
  background: orange;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 0px;
  margin-top: -3px;
}

.skills .skill-item.item-2 .skill-bar .bar-inner .bar {
  background: #f47b00;
}

.skills .skill-item.item-3 .skill-bar .bar-inner .bar {
  background: black;
}

/*===========================
    FEEDBACK css 
===========================*/
.feedback-area {
  padding-top: 123px;
}

.feedback-area .section-title .title {
  font-size: 40px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .feedback-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.feedback-area .feedback-item .feedback-content {
  padding: 26px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item .feedback-content {
    padding: 26px 28px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-item .feedback-content {
    padding: 26px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item .feedback-content p {
    font-size: 16px;
  }
}

.feedback-area .feedback-item i {
  font-size: 44px;
  color: #e3e5e6;
}

.feedback-area .feedback-info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dcdfe2;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .feedback-area .feedback-info {
    padding-left: 100px;
  }
}

.feedback-area .feedback-info img {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .feedback-area .feedback-info img {
    left: 20px;
  }
}

.feedback-area .feedback-active .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  background: #fff;
  top: -160px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feedback-area .feedback-active .slick-arrow:hover {
  background: orange;
  color: #fff;
}

.feedback-area .feedback-active .slick-arrow.prev {
  right: 70px;
}

.feedback-area .feedback-active.about-page .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 15, 56, 0.1);
  color: black;
}

.feedback-area .feedback-active.about-page .slick-arrow:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-active.about-page .slick-arrow {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-active.about-page .slick-arrow {
    right: -15px;
  }
}

.feedback-area .feedback-active.about-page .slick-arrow.prev {
  right: auto;
  left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-active.about-page .slick-arrow.prev {
    left: -15px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-active.about-page .slick-arrow.prev {
    left: -15px;
    right: auto;
  }
}

.feedback-area.feedback-area-two .section-title span,
.feedback-area.feedback-area-two .section-title .title {
  color: #fff;
}

.feedback-area.feedback-area-two .feedback-item {
  position: relative;
  min-height: 380px;
  border-radius: 3px;
  padding: 40px 292px 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area.feedback-area-two .feedback-item {
    padding: 40px 190px 40px 40px;
  }
}

@media (max-width: 767px) {
  .feedback-area.feedback-area-two .feedback-item {
    padding: 40px;
  }
}

.feedback-area.feedback-area-two .feedback-item .feedback-content,
.feedback-area.feedback-area-two .feedback-item .feedback-info {
  padding: 0;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info {
  margin-top: 35px;
  border: none;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feedback-area.feedback-area-two .feedback-item .feedback-info span {
  font-size: 15px;
}

.feedback-area.feedback-area-two .feedback-item .feedback-img {
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area.feedback-area-two .feedback-item .feedback-img {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .feedback-area.feedback-area-two .feedback-item .feedback-img {
    display: none;
  }
}

/*===========================
    BLOG css 
===========================*/
.blog-area .section-title .title {
  font-size: 38px;
  line-height: 37px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .blog-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.blog-area .blog-item .blog-thumb img {
  width: 100%;
}

.blog-area .blog-item .blog-content {
  border: 1px solid #dcdfe2;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-item .blog-content {
    padding: 30px 20px;
  }
}

.blog-area .blog-item .blog-content span {
  color: #83868c;
  font-size: 14px;
  font-weight: 500;
}

.blog-area .blog-item .blog-content span span {
  color: black;
}

.blog-area .blog-item .blog-content .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  padding-top: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-area .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.blog-area .blog-item .blog-content a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: black;
  margin-top: 30px;
}

.blog-area .blog-item .blog-content a i {
  padding-left: 35px;
}

.blog-area .blog-item.blog-item-two .title {
  margin-bottom: 20px;
}

.blog-area .blog-item.blog-item-two .blog-thumb {
  position: relative;
}

.blog-area .blog-item.blog-item-two .blog-thumb .blog-cat {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
  background-color: orange;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 30px;
}

.brand-area .brand-item {
  text-align: center;
}

.brand-area .brand-item img {
  display: inline-block;
}

.blog-loop .single-blog {
  margin-bottom: 50px;
}

.blog-loop .single-blog .blog-thumb {
  position: relative;
}

.blog-loop .single-blog .blog-thumb .blog-cat {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  background-color: orange;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
}

.blog-loop .single-blog .blog-meta li {
  display: inline-block;
  font-weight: 500;
}

.blog-loop .single-blog .blog-meta li.blog-tags a {
  color: black;
}

.blog-loop .single-blog .blog-meta li a, .blog-loop .single-blog .blog-meta li {
  color: #83868c;
}

.blog-loop .single-blog .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

.blog-loop .single-blog .title a {
  color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-loop .single-blog .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .blog-loop .single-blog .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.blog-loop .single-blog .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: black;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-loop .single-blog .read-more i {
  margin-left: 40px;
  height: 46px;
  width: 46px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 46px;
}

.blog-loop .single-blog .read-more:hover i {
  background-color: orange;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
}

.blog-loop .single-blog.video-post .video-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 96px;
  background-color: #fff;
  color: orange;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-loop .single-blog.no-thumb {
  background-color: #eeeff2;
  padding: 40px 25px;
}

.blog-loop .single-blog.no-thumb .blog-thumb .blog-cat {
  position: unset;
}

/*===========================
    Feature List css
===========================*/
.feature-list-area .feature-content {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .feature-list-area .feature-content {
    margin-bottom: 50px;
  }
}

.feature-list-area .feature-content span {
  color: orange;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}

.feature-list-area .feature-content .title {
  font-size: 37px;
  line-height: 60px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-list-area .feature-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .feature-list-area .feature-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-list-area .feature-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.feature-list-area .feature-content a.main-btn {
  margin-top: 50px;
}

.feature-list-area .feature-list-wrap {
  position: relative;
  padding-left: 450px;
}

@media (max-width: 767px) {
  .feature-list-area .feature-list-wrap {
    padding-left: 0;
  }
}

.feature-list-area .feature-list-wrap .feature-list-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .feature-list-area .feature-list-wrap .feature-list-img {
    position: unset;
    margin-bottom: 40px;
  }
}

.feature-list-area .feature-list-wrap .feature-list li {
  margin-bottom: 20px;
}

.feature-list-area .feature-list-wrap .feature-list li i {
  color: orange;
  font-size: 40px;
  margin-bottom: 10px;
}

.feature-list-area .feature-list-wrap .feature-list li h4 {
  color: black;
  margin-bottom: 20px;
}

/*===========================
    EXPERT CSS
===========================*/
.expert-items {
  position: relative;
}

.expert-items img {
  width: 100%;
}

.expert-items .expert-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 100%;
}

.expert-items .expert-content h4 {
  color: black;
  line-height: 32px;
  margin-bottom: 20px;
}

.expert-items .expert-content .expert-position {
  font-size: 15px;
}

.expert-items .expert-content .expert-social {
  margin-bottom: 40px;
  margin-top: 30px;
}

.expert-items .expert-content .expert-social li {
  display: inline-block;
  margin: 0px 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .expert-items .expert-content .expert-social li {
    margin: 0;
  }
}

.expert-items .expert-content .expert-social li a {
  height: 40px;
  width: 40px;
  border: 1px solid orange;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 40px;
  font-size: 14px;
  color: orange;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.expert-items .expert-content .expert-social li a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: orange;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.expert-items .expert-content .expert-social li a:hover {
  color: #fff;
}

.expert-items .expert-content .expert-social li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.expert-items::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  content: '';
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
}

.expert-items:hover::before {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  opacity: 0.9;
  visibility: visible;
}

.expert-items:hover .expert-content {
  opacity: 1;
  visibility: visible;
}

.our-expert-area .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .our-expert-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*===========================
    FAQ CSS
===========================*/
.faq-area {
  position: relative;
  min-height: 1015px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .faq-area {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area {
    max-height: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 80px;
    min-height: 1450px;
  }
}

.faq-area .faq-img {
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-area .faq-img {
    max-width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area .faq-img {
    max-width: 32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-img {
    left: 50%;
    top: 130px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .faq-area .faq-img {
    display: none;
  }
}

.faq-wrap {
  position: relative;
}

.faq-wrap .faq-title span {
  color: orange;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.faq-wrap .faq-title .title {
  font-size: 48px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .faq-wrap .faq-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-wrap .faq-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.faq-wrap .faq-accordion .card {
  border: none;
  border-bottom: 1px solid #dcdfe2 !important;
}

.faq-wrap .faq-accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding: 40px 0;
  position: relative;
}

.faq-wrap .faq-accordion .card .card-header button {
  font-size: 22px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
}

.faq-wrap .faq-accordion .card .card-header button .open-icon,
.faq-wrap .faq-accordion .card .card-header button .close-icon {
  position: absolute;
  height: 45px;
  width: 45px;
  right: 0;
  top: 50%;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-wrap .faq-accordion .card .card-header button .close-icon {
  display: none;
}

.faq-wrap .faq-accordion .card .card-header button .open-icon {
  display: block;
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
  display: block;
}

.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon {
  display: none;
}

@media (max-width: 767px) {
  .faq-wrap .faq-accordion .card .card-header button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-wrap .faq-accordion .card .card-header button {
    font-size: 22px;
  }
}

.faq-wrap .faq-accordion .card .card-header:hover .open-icon,
.faq-wrap .faq-accordion .card .card-header:hover .close-icon,
.faq-wrap .faq-accordion .card .card-header button.active-accordion .open-icon,
.faq-wrap .faq-accordion .card .card-header button.active-accordion .close-icon {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
          box-shadow: 0px 10px 30px 0px rgba(39, 158, 100, 0.5);
  background-color: orange;
  color: #fff;
}

.faq-wrap .faq-accordion .card .card-body {
  padding: 0 0 40px 0;
}

.faq-wrap .faq-accordion .card:last-child {
  border: none !important;
}

/*===========================
   Pricing
===========================*/
.single-pricing-box {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #eff2f7;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing-box {
    padding: 40px 30px;
  }
}

.single-pricing-box .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.single-pricing-box .main-btn {
  border: 1px solid #dcdfe2;
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 40px;
}

.single-pricing-box .pricing-icon {
  font-size: 75px;
  color: orange;
}

.single-pricing-box p {
  font-family: "Rubik", sans-serif;
}

.single-pricing-box .price-tag {
  font-size: 48px;
  line-height: 60px;
  display: block;
  color: black;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
}

.single-pricing-box:hover .main-btn {
  background-color: orange;
  color: #fff;
  border-color: orange;
}

.single-pricing-box.bg-white .main-btn {
  background-color: #eff2f7;
  color: black;
}

.single-pricing-box.bg-white:hover .main-btn {
  background-color: orange;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-tab-btn {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .pricing-tab-btn {
    margin-bottom: 45px;
  }
}

.pricing-tab-btn span {
  color: orange;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
}

.pricing-tab-btn .title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-tab-btn .title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .pricing-tab-btn .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-tab-btn .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.pricing-tab-btn ul {
  margin-top: 55px;
}

.pricing-tab-btn ul .main-btn {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-tab-btn ul .main-btn {
    padding: 0 35px;
  }
}

.pricing-tab-btn ul .main-btn.active, .pricing-tab-btn ul {
  background-color: black;
  border-color: black;
  color: #fff;
}

/*===========================
    Breadcrumb css
===========================*/
.breadcrumbs-section {
  position: relative;
  z-index: 1;
  /* background: black; */
}

.breadcrumbs-section .breadcrumbs-text {
  text-align: center;
}

.breadcrumbs-section .breadcrumbs-text,
.breadcrumbs-section .breadcrumbs-text a,
.breadcrumbs-section .breadcrumbs-text h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.breadcrumbs-section .breadcrumbs-text h1 {
  font-size: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.breadcrumbs-section .breadcrumbs-text h1::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  height: 2px;
  width: 80px;
  content: '';
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.breadcrumbs-section .breadcrumbs-text ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-right: 6px;
  padding-right: 5px;
}

.breadcrumbs-section .breadcrumbs-text ul li::after {
  position: absolute;
  right: -5px;
  top: 50%;
  content: '/';
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs-section .breadcrumbs-text ul li:last-child::after {
  display: none;
}

.breadcrumbs-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: black;
  z-index: -1;
  opacity: 0.6;
}

/*===========================
    Inner Pages
===========================*/
.about-page-content .about-title span,
.about-page-content .about-title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.about-page-content .about-title span {
  font-size: 16px;
  color: orange;
  padding-bottom: 25px;
}

.about-page-content .about-title h2 {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-content .about-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .about-page-content .about-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-page-content .about-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-page-content .about-list {
    margin-top: 40px;
  }
}

.about-page-content .about-list ul li {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}

.about-page-content .about-list ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: orange;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
}

.about-page-content .about-video {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-page-content .about-video {
    height: 400px;
  }
}

.about-page-content .about-video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  z-index: -1;
  opacity: 0.6;
}

.about-page-content .about-video a {
  height: 96px;
  width: 96px;
  line-height: 96px;
  border-radius: 50%;
  background-color: #fff;
  color: orange;
  text-align: center;
}

.cta-section {
  background-color: orange;
  padding: 80px 0;
}

.cta-section a,
.cta-section h2,
.cta-section p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.cta-section .cta-text h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-text h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-text h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section .cta-text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.cta-section .cta-text p {
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-text p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-text p {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-links {
    text-align: center !important;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .cta-section .cta-links {
    text-align: center !important;
    margin-top: 45px;
  }
}

.cta-section .cta-links a {
  padding: 0 38px;
  margin-bottom: 10px;
}

.cta-section .cta-links a.main-btn {
  color: #111111;
  margin-bottom: 0;
}

/*===========================
   Shop
===========================*/
.shop-wrapper-top select,
.shop-wrapper-top .nice-select,
.shop-wrapper-top input {
  border: 1px solid #dcdfe2;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.shop-wrapper-top ::-webkit-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top :-ms-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top ::-ms-input-placeholder {
  font-size: 14px;
}

.shop-wrapper-top ::placeholder {
  font-size: 14px;
}

.shop-wrapper-top .nice-select ul.list {
  width: 100%;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-sorting {
    width: 50%;
  }
}

.shop-wrapper-top .product-sorting select,
.shop-wrapper-top .product-sorting .nice-select {
  width: 218px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-sorting select,
  .shop-wrapper-top .product-sorting .nice-select {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-wrapper-top .product-sorting select,
  .shop-wrapper-top .product-sorting .nice-select {
    width: 150px;
  }
}

.shop-wrapper-top .product-showing {
  float: left;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-showing {
    width: calc(50% - 20px);
  }
}

.shop-wrapper-top .product-showing select,
.shop-wrapper-top .product-showing .nice-select {
  width: 140px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-showing select,
  .shop-wrapper-top .product-showing .nice-select {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-wrapper-top .product-showing select,
  .shop-wrapper-top .product-showing .nice-select {
    width: 105px;
  }
}

.shop-wrapper-top .product-search {
  position: relative;
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-search {
    width: 100%;
    margin-top: 20px;
  }
}

.shop-wrapper-top .product-search input {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .shop-wrapper-top .product-search input {
    width: 100%;
  }
}

.shop-wrapper-top .product-search button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  z-index: 2;
  line-height: 50px;
  background: none;
  border: none;
  color: #83868c;
}

.product-items {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.product-items .product-img {
  margin-bottom: 20px;
  position: relative;
}

.product-items .product-img .product-action {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
}

.product-items .product-img .product-action ul li {
  display: inline-block;
  margin: 0 5px;
}

.product-items .product-img .product-action ul li a {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(26, 32, 43, 0.1);
  color: black;
  height: 42px;
  width: 42px;
  text-align: center;
  font-size: 15px;
  line-height: 42px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.product-items .product-img .product-action ul li a:hover {
  color: #fff!important;
  background-color: orange;
}

.product-items h6 {
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-items h6 a {
  color: black;
}

.product-items .price-tag {
  font-weight: 500;
}

.product-items:hover .product-img .product-action {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.product-items .sale-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  text-transform: uppercase;
  padding: 8px 12px;
  background-color: orange;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

.product-items .sale-tag.hot {
  background-color: #f45460;
}

.product-items .sale-tag.new {
  background-color: #f47b00;
  color: #111111;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a {
  font-size: 16px;
  color: black;
  border: 1px solid #dcdfe2;
  border-radius: 50%;
  background-color: rgba(39, 158, 100, 0);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
  color: #fff;
  background-color: orange;
  border-color: orange;
}

/*===========================
    Product Details
===========================*/
.single-product-wrapper h3.single-page-title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-product-wrapper h3.single-page-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.single-product-wrapper .short-desc-wrap h4.title {
  margin-bottom: 20px;
  line-height: 30px;
}

.single-product-wrapper .short-desc-wrap .price-tag {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: orange;
  margin-bottom: 15px;
}

.single-product-wrapper .short-desc-wrap .price-tag del {
  font-weight: 400;
  color: #83868c;
  padding-left: 18px;
}

.single-product-wrapper .short-desc-wrap .rating {
  margin-bottom: 20px;
}

.single-product-wrapper .short-desc-wrap .rating li {
  display: inline-block;
  font-size: 12px;
  color: #b0b5bb;
  margin-right: 2px;
}

.single-product-wrapper .short-desc-wrap .rating li.fill {
  color: #fe4c4c;
}

.single-product-wrapper .short-desc-wrap .rating li.review-count {
  color: #83868c;
  font-size: 15px;
  margin-left: 25px;
}

.single-product-wrapper .short-desc-wrap .divider {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  width: 100%;
  background-color: #e1e3e6;
}

@media (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    position: relative;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product-wrapper .short-desc-wrap .quantity-area {
    position: relative;
    padding-bottom: 20px;
  }
}

.single-product-wrapper .short-desc-wrap .quantity-area label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  margin-bottom: 0;
}

.single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
  color: orange;
  font-size: 12px;
}

@media (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-product-wrapper .short-desc-wrap .quantity-area .stock-availity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input {
  margin-right: 10px;
  margin-left: 20px;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input div,
.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e1e3e6;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input {
  color: black;
  margin: 0 8px;
}

.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-outer-spin-button,
.single-product-wrapper .short-desc-wrap .quantity-area .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li {
  margin-bottom: 15px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li span.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  margin-right: 10px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li:last-child {
  margin-bottom: 0;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-1,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-2,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3,
.single-product-wrapper .short-desc-wrap .product-meta ul li .color-4 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: orange;
  display: inline-block;
  margin-right: 10px;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-2 {
  background-color: #f3b701;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 {
  background-color: #25baff;
}

.single-product-wrapper .short-desc-wrap .product-meta ul li .color-3 {
  background-color: #fe5970;
}

.single-product-wrapper .short-desc-wrap .product-btn .main-btn {
  padding: 0 36px;
  margin-right: 12px;
}

.single-product-wrapper .short-desc-wrap .product-btn .add-wishlist,
.single-product-wrapper .short-desc-wrap .product-btn .pro-share {
  height: 50px;
  width: 50px;
  text-align: center;
  color: orange;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e1e3e6;
  margin: 0 4px;
}

.single-product-wrapper .gallery-slide-wrap {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-wrapper .gallery-slide-wrap {
    margin-bottom: 40px;
  }
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  border: none;
  margin-top: -25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: orange;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow.next-arrow {
  left: auto;
  right: 0;
}

.single-product-wrapper .gallery-slide-wrap .gallery-arrows .slick-arrow:hover {
  background-color: black;
}

.single-product-wrapper .gallery-slide-wrap:hover .gallery-arrows .slick-arrow {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 767px) {
  .single-product-wrapper .gallery-dots ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.single-product-wrapper .gallery-dots ul li {
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .single-product-wrapper .gallery-dots ul li {
    display: inline-block;
    margin-bottom: 0;
    max-width: 33.33%;
  }
}

.single-product-wrapper .products-tabs .nav {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-product-wrapper .products-tabs .nav .nav-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}

.single-product-wrapper .products-tabs .nav .nav-item .nav-link {
  border: 1px solid #dcdfe2;
  border-radius: 30px;
  padding: 15px 40px;
  color: #83868c;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-product-wrapper .products-tabs .nav .nav-item .nav-link:hover, .single-product-wrapper .products-tabs .nav .nav-item .nav-link.active {
  background-color: orange;
  color: #fff;
  border-color: orange;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-product-wrapper .products-tabs .nav .nav-item .nav-link {
    padding: 15px 38px;
    margin-right: 10px;
  }
}

/*===========================
    Contact
===========================*/
.contact-page-wrap .contact-maps {
  width: 100%;
  height: 650px;
  margin-top: 130px;
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-maps {
    margin-top: 100px;
    height: 500px;
  }
}

.contact-page-wrap .contact-maps iframe {
  width: 100%;
  height: 100%;
}

.contact-page-wrap .contact-information span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: orange;
  padding-bottom: 17px;
}

.contact-page-wrap .contact-information h2.title {
  font-size: 48px;
  line-height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information h2.title {
    font-size: 32px;
    line-height: 40px;
  }
}

.contact-page-wrap .contact-information ul li {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-wrap .contact-information ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-information ul li {
    font-size: 16px;
  }
}

.contact-page-wrap .contact-information ul li i {
  font-size: 24px;
  color: orange;
  margin-right: 15px;
}

.contact-page-wrap .contact-form {
  padding-top: 40px;
}

.contact-page-wrap .contact-form .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .contact-page-wrap .contact-form .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::-webkit-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form :-ms-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::-ms-input-placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea,
.contact-page-wrap .contact-form ::placeholder {
  font-size: 14px;
  color: #83868c;
}

.contact-page-wrap .contact-form input,
.contact-page-wrap .contact-form textarea {
  width: 100%;
  padding-left: 20px;
  border: 1px solid #dcdfe2;
  height: 60px;
}

.contact-page-wrap .contact-form textarea {
  padding-top: 20px;
  height: 190px;
}

/*===========================
    Single Pages
===========================*/
.service-details .title,
.project-details .title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-details .title,
  .project-details .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.service-details p,
.project-details p {
  margin-bottom: 30px;
}

.service-details p:last-child,
.project-details p:last-child {
  margin-bottom: 0;
}

.service-details h3,
.project-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service-details h3,
  .project-details h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.service-details .service-quote,
.project-details .service-quote {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.service-details .service-list-icon li,
.project-details .service-list-icon li {
  margin-bottom: 20px;
}

.service-details .service-list-icon li:last-child,
.project-details .service-list-icon li:last-child {
  margin-bottom: 0;
}

.service-details .service-list-icon i,
.project-details .service-list-icon i {
  color: orange;
  font-size: 55px;
  margin-bottom: 10px;
}

.service-details .service-list-icon h4,
.project-details .service-list-icon h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service-details .service-list-icon p,
.project-details .service-list-icon p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .service-details .service-list-icon img,
  .project-details .service-list-icon img {
    margin-bottom: 50px;
  }
}

.service-details .service-list li,
.project-details .service-list li {
  margin-bottom: 20px;
}

.service-details .service-list li:last-child,
.project-details .service-list li:last-child {
  margin-bottom: 0;
}

.service-details .service-list li i,
.project-details .service-list li i {
  height: 25px;
  width: 25px;
  background-color: orange;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  margin-right: 12px;
}

.project-details .project-list-info li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 75px;
}

.project-details .project-list-info li p {
  margin-bottom: 0;
}

.project-details .project-list-info li h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.project-details .project-list-info li span {
  position: absolute;
  left: 0;
  top: 8px;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  background-color: orange;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
}

.project-details .video-wrap {
  height: 470px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.project-details .video-wrap a {
  height: 96px;
  width: 96px;
  text-align: center;
  line-height: 96px;
  background-color: #fff;
  color: orange;
  border-radius: 50%;
  font-size: 18px;
}

.project-details .video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  opacity: 0.6;
  content: '';
  z-index: -1;
}

.related-project h3 {
  font-size: 30px;
  margin-top: 35px;
}

.blog-details p {
  margin-bottom: 35px;
}

.blog-details p:last-child {
  margin-bottom: 0;
}

.blog-details .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-details .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog-details .blog-meta {
  margin-top: 40px;
  margin-bottom: 30px;
}

.blog-details .blog-meta li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .blog-details .blog-meta li {
    margin-right: 20px;
  }
}

.blog-details .blog-meta li:last-child {
  margin-bottom: 0;
}

.blog-details .blog-meta li a {
  font-size: 14px;
  color: #83868c;
  font-weight: 500;
}

.blog-details .blog-meta li a i {
  margin-right: 10px;
}

.blog-details .blog-meta li::before {
  display: none;
}

.blog-details blockquote {
  padding-left: 65px;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  color: black;
}

.blog-details blockquote::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Flaticon';
  content: '\f10c';
  color: #f47b00;
  font-size: 40px;
}

@media (max-width: 767px) {
  .blog-details blockquote {
    padding-left: 0;
    padding-top: 60px;
    font-size: 18px;
  }
}

.blog-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}

.blog-details ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #bfc2c3;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.blog-details h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-details h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.blog-footer {
  margin-top: 45px;
}

.blog-footer .blog-tag a {
  border: 1px solid #dcdfe2;
  padding: 10px 30px;
  display: inline-block;
  color: #83868c;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-footer .blog-tag a {
    padding: 10px 25px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .blog-footer .social-share {
    margin-top: 30px;
  }
}

.blog-footer .social-share a {
  background-color: #eaebee;
  height: 40px;
  width: 40px;
  text-align: center;
  color: black;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 10px;
}

.blog-footer .social-share a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: orange;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-footer .social-share a:hover {
  color: #fff;
  background-color: transparent;
}

.blog-footer .social-share a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.blog-author {
  background-color: #eeeff2;
  padding: 40px 40px 40px 165px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blog-author {
    padding: 40px;
  }
}

.blog-author .author-img {
  position: absolute;
  top: 40px;
  left: 30px;
}

.blog-author .author-img img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-author .author-img {
    position: unset;
    margin-bottom: 20px;
  }
}

.blog-author .author-content h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-author .author-content .social-links {
  margin-top: 20px;
}

.blog-author .author-content .social-links a {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 10px;
}

.blog-author .author-content .social-links a:hover {
  color: orange;
}

.blog-author .author-content .social-links a:last-child {
  margin: 0;
}

.comments-area {
  margin-top: 60px;
}

.comments-area .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.comments-area .comments-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.comments-area .comments-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comments-list li .comment-img img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.comments-area .comments-list li .comments-content {
  padding-left: 30px;
}

.comments-area .comments-list li .comments-content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.comments-area .comments-list li .comments-content .date {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}

.comments-area .comments-list li .comments-content .reply {
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: black;
}

.comments-form {
  margin-top: 60px;
}

.comments-form .title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.comments-form input,
.comments-form textarea {
  margin-bottom: 30px;
  border: 1px solid #dcdfe2;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}

.comments-form textarea {
  padding-top: 20px;
  height: 200px;
}

.comments-form .main-btn {
  padding: 0 35px;
  line-height: 60px;
}

/*===========================
    Sidebar
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar .widgets {
  margin-bottom: 30px;
}

.sidebar .widgets .widget-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.sidebar .widgets.service-cat .service-cat-list li {
  margin-bottom: 20px;
}

.sidebar .widgets.service-cat .service-cat-list li a {
  display: block;
  border: 1px solid #dcdfe2;
  padding: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  color: #83868c;
  position: relative;
}

.sidebar .widgets.service-cat .service-cat-list li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar .widgets.service-cat .service-cat-list li:last-child {
  margin-bottom: 0;
}

.sidebar .widgets.service-cat .service-cat-list li.active a,
.sidebar .widgets.service-cat .service-cat-list li a:hover {
  color: #fff;
  background-color: orange;
  border-color: orange;
}

.sidebar .widgets.contact-form input,
.sidebar .widgets.contact-form textarea {
  width: 100%;
  border: 1px solid #dcdfe2;
  height: 60px;
  font-size: 15px;
  padding: 0 20px;
}

.sidebar .widgets.contact-form ::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form :-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form ::-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form ::placeholder {
  color: #999999;
  font-size: 15px;
}

.sidebar .widgets.contact-form textarea {
  height: 110px;
  padding-top: 20px;
}

.sidebar .widgets.contact-form.with-bg input,
.sidebar .widgets.contact-form.with-bg textarea {
  background-color: #eeeff2;
  border-color: #eeeff2;
}

.sidebar .widgets.project-information ul {
  padding: 40px 30px;
  background-color: #eeeff2;
}

.sidebar .widgets.project-information ul li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdfe2;
}

.sidebar .widgets.project-information ul li span {
  font-weight: 500;
  margin-right: 12px;
}

.sidebar .widgets.project-information ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.sidebar .widgets.poster-widget img {
  width: 100%;
}

.sidebar.blog-sidebar .widgets {
  background-color: #eeeff2;
  padding: 50px 30px;
}

.sidebar.blog-sidebar .widgets .widget-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sidebar.blog-sidebar .widgets .widget-title::before, .sidebar.blog-sidebar .widgets .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: orange;
  width: 20px;
  height: 3px;
  content: '';
}

.sidebar.blog-sidebar .widgets .widget-title::after {
  left: 30px;
  width: 30px;
}

.sidebar.blog-sidebar .widgets.search-widget form {
  position: relative;
}

.sidebar.blog-sidebar .widgets.search-widget input {
  width: 100%;
  border: 1px solid #dcdfe2;
  background-color: #fff;
  height: 60px;
  padding-left: 20px;
  padding-right: 55px;
}

.sidebar.blog-sidebar .widgets.search-widget button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: orange;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  border: none;
}

.sidebar.blog-sidebar .widgets.search-widget ::-webkit-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget :-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget ::-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.search-widget ::placeholder,
.sidebar.blog-sidebar .widgets.search-widget input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.poster-widget {
  padding: 0;
}

.sidebar.blog-sidebar .widgets.category-widget ul li {
  margin-bottom: 15px;
}

.sidebar.blog-sidebar .widgets.category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a {
  background-color: #fff;
  padding: 22px 20px;
  display: block;
  color: #83868c;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a .cat-count {
  float: right;
}

.sidebar.blog-sidebar .widgets.category-widget ul li a:hover {
  background-color: orange;
  color: #fff;
}

.sidebar.blog-sidebar .widgets.popular-post ul li {
  margin-bottom: 30px;
}

.sidebar.blog-sidebar .widgets.popular-post ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sidebar.blog-sidebar .widgets.popular-post ul li img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li img {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar.blog-sidebar .widgets.popular-post ul li img {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.sidebar.blog-sidebar .widgets.popular-post ul li h6 {
  font-size: 16px;
  line-height: 28px;
}

.sidebar.blog-sidebar .widgets.popular-post ul li h6 a {
  color: black;
}

.sidebar.blog-sidebar .widgets.popular-tags {
  padding-bottom: 40px;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li {
  display: inline-block;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li a {
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #83868c;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
}

.sidebar.blog-sidebar .widgets.popular-tags ul li a:hover {
  color: #fff;
  background-color: orange;
}

.sidebar.blog-sidebar .widgets.newsletter input,
.sidebar.blog-sidebar .widgets.newsletter button {
  width: 100%;
  border: 1px solid #dcdfe2;
  background-color: #fff;
  height: 60px;
  padding-left: 20px;
}

.sidebar.blog-sidebar .widgets.newsletter ::-webkit-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter :-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter ::-ms-input-placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter ::placeholder,
.sidebar.blog-sidebar .widgets.newsletter input {
  font-size: 14px;
  color: #999999;
}

.sidebar.blog-sidebar .widgets.newsletter button {
  width: 100%;
  height: 60px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  background-color: orange;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar.blog-sidebar .widgets.newsletter button:hover {
  background-color: black;
}

/*===========================
    FOOTER css 
===========================*/
footer .footer-top-area {
  background-color: #0a1126;
}

footer .footer-top-area .footer-nav {
  padding-bottom: 50px;
  border-bottom: 1px solid #2c3242;
  margin-bottom: 50px;
}

footer .footer-top-area .footer-nav .footer-menu {
  text-align: center;
}

footer .footer-top-area .footer-nav .footer-menu ul li {
  display: inline-block;
}

footer .footer-top-area .footer-nav .footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-nav .footer-menu ul li a {
    font-size: 15px;
    padding: 0 15px;
  }
}

footer .footer-top-area .footer-nav .footer-social {
  text-align: right;
}

footer .footer-top-area .footer-nav .footer-social ul li {
  display: inline-block;
}

footer .footer-top-area .footer-nav .footer-social ul li a {
  color: #fff;
  margin-left: 23px;
  position: relative;
}

footer .footer-top-area .footer-widgets .widget {
  margin-bottom: 30px;
}

footer .footer-top-area .footer-widgets .widget .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

footer .footer-top-area .footer-widgets .widget.footer-about-widget p {
  font-size: 15px;
  color: #83868c;
  padding-top: 25px;
}

footer .footer-top-area .footer-widgets .widget.footer-about-widget span {
  font-size: 15px;
  font-weight: 500;
  padding-top: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-about-widget span {
    font-size: 13px;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-about-widget span span {
  color: orange;
  padding-right: 5px;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top-area .footer-widgets .widget.footer-menu-widget {
    padding-left: 0;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a {
  color: #83868c;
  font-size: 15px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a i {
  padding-right: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover {
  color: orange;
}

footer .footer-top-area .footer-widgets .widget.footer-menu-widget ul li a:hover i {
  padding-right: 12px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top-area .footer-widgets .widget.footer-contact-info {
    padding-left: 0;
  }
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul {
  padding-top: 12px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li {
  line-height: 40px;
  font-size: 15px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info ul li i {
  color: orange;
  padding-right: 8px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box {
  margin-top: 20px;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
  margin-bottom: 20px;
  border: 0;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-contact-info form .input-box input::placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box {
  margin-top: 20px;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  font-size: 14px;
  color: #83868c;
  margin-bottom: 20px;
  border: 0;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input:-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::-ms-input-placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-top-area .footer-widgets .widget.footer-newsletters-widget form .input-box input::placeholder {
  opacity: 1;
  color: #83868c;
}

footer .footer-copyright-area {
  background: #141928;
  padding: 20px 0;
}

footer .footer-copyright-area .footer-copyright ul li {
  display: inline-block;
  margin-left: 8px;
}

footer .footer-copyright-area .footer-copyright p.copyright-text {
  color: #83868c;
  font-size: 15px;
}

@media (max-width: 767px) {
  footer .footer-copyright-area .footer-copyright p.copyright-text {
    font-size: 14px;
  }
}

footer .footer-copyright-area .footer-copyright p.copyright-text a {
  color: orange;
}

footer.footer-two .footer-top-area {
  background-color: #eff2f7;
}

footer.footer-two .footer-top-area .footer-widgets .title {
  color: black;
}

footer.footer-two .footer-top-area .brand-area .brand-inner-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 0;
  overflow: hidden;
}

footer.footer-two .footer-copyright-area {
  padding: 30px 0;
  background-color: #eff2f7;
  border: 1px solid #d9dade;
}

footer.footer-two .footer-copyright-area p.copyright-text a {
  color: orange;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer-two .footer-copyright-area p.copyright-text a {
    margin-top: 30px;
  }
}

footer.footer-two .footer-copyright-area .footer-social li {
  display: inline-block;
  margin: 0px 4px;
}

footer.footer-two .footer-copyright-area .footer-social li a {
  height: 40px;
  width: 40px;
  border: 1px solid #83868c;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 40px;
  font-size: 14px;
  color: #83868c;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

footer.footer-two .footer-copyright-area .footer-social li a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: orange;
  z-index: -1;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer.footer-two .footer-copyright-area .footer-social li a:hover {
  color: #fff;
}

footer.footer-two .footer-copyright-area .footer-social li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer-two .footer-copyright-area .footer-social {
    text-align: right;
  }
}

@media (max-width: 767px) {
  footer.footer-two .footer-copyright-area .footer-logo,
  footer.footer-two .footer-copyright-area .footer-social {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: orange;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: orange;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: orange;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: orange;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/*# sourceMappingURL=style.css.map */

h2.title.res {
  font-size: 16px !important;
  color: black !important;
}
.Residential.counter-item i {

  border: 2px dashed black!important;
  color: black!important;
  font-size: 55px;
}

.Residential .counter-item i {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  border: 2px solid black;
  color: black;
  font-size: 55px;
}
.counter-item.text-center.mt-30 img {
  border: 1px solid black;
  padding: 25px;
  border-radius: 50%;
  width: 120px;
}
.counter-item.text-center.mt-30 img:hover {
  background-color: #f47b00 !important;
}
@media (max-width: 767px) {
    .banner-area.banner-two .banner-content {
position:relative;
        top: 182px;
    }
}



@media (max-width: 600px) {
    .banner-area.banner-two .banner-content {
position:relative;
        top: 172px;
    }
}
.pt-170
{
    padding-top:170px;
}

/*top-header*/
.header-area .header-top {
    border-bottom: 1px solid #e1e3e6;
    display: none !important;
    height: 80px;
}
.contacts i {
    position: relative;
    left: -3px;
    color: orange;
}
img.service_img {
    width: 142px !important;
}
/*ul.navbar-nav.m-auto {*/
    /* align-items: end; */
/*    position: relative;*/
/*    left: 100px;*/
/*}*/
.header-social {
    display: none;
    
}
.about-prior ul li {
    font-size: 20px;
    font-weight: 800;
    color: black;
    list-style-type: auto;
    text-align:left;
}
.orange
{
    color:orange;
}
.banner_marble.services-area {
    position: relative;
    top: 30px;
    text-align: center;
    background: black!important;
}
.banner2_marble {
    position: relative;
    top: 30px;
    text-align: center;
    background: #fff!important;
}
.banner-area.banner-two.banner2_marble::before, .banner-area.banner-two.banner2_marble::after
{
    background:#fff!important;
}
h2.marble_title {
    padding: 70px;
    color: #FFF;
}
.banner-area.banner-two.banner2_marble
{
    height:799px !important;    
    
}
.marble_img {
    box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
    padding: 16px;
}

h5.price-inspe {
    position: relative;
    background: #ffa5008c;
    padding: 9px;
    color: #fff;
    border-radius: 12px 2px 17px 2px;
    text-align: center;
    
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
/*   background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /*width: 1133px;*/
}
.slider::before, .slider::after {
/*   background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  padding-left: 20px;
}
.slide-track {
    margin-top: 60px;
}
.do_border ul li {
    list-style-type: circle;
    padding: 10px;
    margin-left: 21px;
    color: black;
}
.sidebar-card.categories.mt-30 {
    box-shadow: 3px -13px 17px 1px rgba(10, 27, 95, 0.1);
    padding: 0px;
}
.sidebar-card.categories.mt-30 ul li {
     font-size: 19px; 
     padding-top: 12px; 
}
.sidebar-card.categories.mt-30 a
{
    color:black;
}
i.fas.fa-angle-double-right {
    color: orange;
}
/*@media only screen and (max-width: 600px){*/
/*.sidebar-card.categories.mt-30 {*/
/*    margin-top: 590px;*/
/*    padding: 12px;*/
/*}*/
/*.breadcrumbs-text {*/
/* position: relative;*/
/*    position: relative;*/
/*    top: 190px;*/
/*}*/

/*.breadcrumbs-text h1*/
/*{*/
/*    font-size:35px!important;*/
/*}*/
/*    .banner-form-inner.white-bg {*/
/*        position: relative;*/
/*        top: 206px;*/
/*        margin-bottom: 38px;*/
/*    }*/

/*}*/

/*defalult css styles*/

		.default_form input{
		width: 100%;
    height: 55px;
    border-radius: 3px;
    background-color: #eeeff2;
    border: none;
    line-height: 55px;
    padding-left: 20px;
		}
		.default_form .nice-select
		{
			width: 100%;
			background-color: #e8e8e8;
		}
		.default_form .banner-form-inner button {
    width: 100%;
    background-color: orange;
    color: #fff;
    border: none;
    height: 55px;
    border-radius: 3px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner-form {
    box-shadow: 0px 10px 20px 0px rgba(10, 27, 95, 0.1);
    padding: 33px;
    border-radius: 10px;
}
.banner-form.mt-5.p-0.mt-5 {
    position: relative;
    top: 63px!important;
}
p {
    color: black!important;
    text-align:justify!important;
}
.black
{
    color:black;
}
.nice-select.open .list
{
    width:100%;
}

/*slider*/

  .testimonial-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
        }
        .carousel-item {
            padding: 0 15px;
        }
        /* Optional: Adjust the transition duration */
        .carousel-item {
            transition: transform 0.5s ease-in-out; /* Adjust duration as needed */
        }
        i.fa-solid.fa-arrow-left {
    color: green;
    font-size: 27px;
    border: 2px solid orange;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
    i.fa-solid.fa-arrow-right {
    color: green;
    font-size: 27px;
    border: 2px solid orange;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

   @media (max-width: 767.98px) {
  .carousel-item .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .carousel-item .row {
    flex-wrap: nowrap;
  }
}

span.ol_list {
    font-size: 17px;
    position: relative;
    right: 5px;
}



/*our proccess */

body {font-family: 'Heebo', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#5f5f5f; letter-spacing: 1px;}

h2,h4 {
    font-family: 'Dosis', sans-serif;
	font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    color: #1c1d3e;
}
.pos-r {
    position: relative;
}
.section-title{margin-bottom:50px; position: relative;}
.section-title p{font-size: 16px;}
.title-effect {width: 50px; height: 50px; top: 0; position: absolute; left: 0; opacity: 0.5; animation: rotation 12.8s steps(1) 0s infinite;}
.text-center .title-effect{left: 50%; margin-left: -25px;}
.text-center .section-title h6{padding: 15px 0;}

.title-effect .bar {background: #2575fc;}
.title-effect .bar-top {width: 100%; height: 7px; position: absolute; top: 0; left: 0; transform-origin: left top; transform: scale(0, 1); animation: bar-top 3.2s linear 0s infinite;}
.title-effect .bar-right {width: 7px; height: 100%; position: absolute; top: 0; right: 0; transform-origin: left top; transform: scale(1, 0); animation: bar-right 3.2s linear 0s infinite;}
.title-effect .bar-bottom {width: 100%; height: 7px; position: absolute; right: 0; bottom: 0; transform-origin: right top; transform: scale(0, 1); animation: bar-bottom 3.2s linear 0s infinite;}
.title-effect .bar-left {width: 7px; height: 100%; position: absolute; left: 0; bottom: 0; transform-origin: left bottom; transform: scale(1, 0); animation: bar-left 3.2s linear 0s infinite;}

.section-title h2{margin-bottom: 15px;}

/* ------------------------
    How It Work
------------------------*/
.work-process{position: relative;}
.step-num {background: #fff; border-radius: 50%; box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4); color: #005bea; display: inline-block; font-size: 18px; font-weight: 600; height: 50px; right: 0; line-height: 55px; position: absolute; text-align: center; top: 0; width: 50px;}
.theme-bg .work-process h4, .theme-bg .work-process p{color: #ffffff;}
.step-icon {background: #ffffff; width:140px; height:140px; position: relative; border: 3px solid #fafaff; border-radius: 50%; line-height: 140px; font-size: 40px; text-align: center; color: #1c1d3e;}
.step-icon span {position: relative;}
h2.steps {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    top: 51px!important;
}

.dark-bg .step-icon{color: rgba(255,255,255,0.9); background: none;}
.dark-bg .step-desc h4{color: #2575fc;}
.dark-bg .step-icon{border-color: rgba(255,255,255,0.1);}
.dark-bg .step-desc p{color: rgba(255,255,255,0.7);}
.step-num-box{position: relative; display: inline-block; margin-bottom: 20px;}
.work-process .box-loader{position: absolute; top: 30%; right: -15%; left: inherit;}
.work-process.style-2 {padding: 0; display: flex; align-items: center;}
.work-process.style-2:before{display: none;}
.work-process.style-2 .step-num-box {margin-bottom: 0; margin-right: 30px;}
.work-process.style-3 {padding: 70px 30px 0;}
.work-process.style-3 .step-num {background: none; box-shadow: none; color: rgba(255, 255, 255, 0.1); font-size: 120px; height: auto; left: 50%; line-height: 120px; margin-bottom: 0; position: absolute; top: 0; transform: translateX(-50%); width: auto;}
#svg-container {position: absolute; width: 100%; left: 52%;  z-index: -1; transform: translateX(-50%); width: 75%;}
#svgC {margin: 0 auto; width: 100%;}


/* ------------------------
    box-loader
------------------------*/
.box-loader {border-radius: 100%; margin: 0 auto; position: absolute; top: 15px; left: 15px;}
.box-loader span{display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #2575fc; margin: 0 5px; opacity: 0;}
.box-loader span:nth-child(1){animation: opacitychange 1s ease-in-out infinite;}
.box-loader span:nth-child(2){animation: opacitychange 1s ease-in-out 0.33s infinite;}
.box-loader span:nth-child(3){animation: opacitychange 1s ease-in-out 0.66s infinite;}


/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px){
	#svg-container { width: 85%; }
}
@media (max-width: 992px){
	.md-mt-5 { margin-top: 50px !important; }
	/*Step*/
	.work-process .box-loader{display: none;}
	.step-desc p {max-width: 300px;  margin: 0 auto;}
	#svg-container {width: 100%; transform: rotate(90deg); left: 0; top: 50%;}
}
h2.steps {
    font-size: 20px;
    font-weight: 800;
}

.step-desc h4 {
    color: black;
    font-size: 16px !important;
    font-weight: 700;
}
/*our proccess end */
.nice-select {
    margin-bottom: 10px;
}
.title {
  font-size: 37px;
  font-weight: 700!important;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
}
h2.text-center.orange {
    font-weight: 700;
}
h2.display-5.mb-4.text-center {
    font-weight: 700;
}

h2.titile.text-center {
    font-weight: 700!important;
}

/* Remove arrows in WebKit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.carousel-item {
  transition: transform 1s ease-in-out !important; /* Slows down the transition */
}

@media (max-width: 768px) {
  .carousel-item {
    transition: transform 1.5s ease-in-out !important; /* Slower transition on mobile */
  }
}

.rating i.fa-solid.fa-star {
  color: gold;
}
h3.banquet {
    text-transform: capitalize!important;
}
.sidebar-card.opening-card h3 {
    margin-top: 20px;
}
span.open-icon .fa-plus{
    position: relative;
    top: 11px;
}
.close-icon .fa-minus {
    position: relative;
    top: 12px;
}
  /* Hide desktop form on mobile */
  @media (max-width: 768px) {
    .desktop_display {
        display: none !important; /* Ensure it is hidden on mobile */
    }
}

/* Hide mobile form on desktop */
@media (min-width: 769px) {
    .mobile {
        display: none !important; /* Ensure it is hidden on desktop */
    }
}
.Economy_Service{
/*width: 30%;*/
background-color: orange;
color: #fff;
border: none;
text-align: center;
padding: 10px;
border-radius: 3px;
margin-top: 20px;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 700;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
/*.choose-us-area .choose-us-content .choose-item .choose-item-1 {*/
/*    width: 50%;*/
/*    margin: 7px;*/
/*    padding: 30px;*/
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
   
/*}*/
ul.list_number {
    list-style-type: number;
    font-size: 20px;
    color: black;
}
h2.city_titles {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
h4.title.text-height {
  line-height: 27px!important;
}
.choose-item_card {
  margin: 9px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.hyd h5 {
  font-size: 13px;
  position: relative;
  top: 12px;
}
.price_card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.price_card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(255, 165, 0, 0.5); /* Orange shadow */
}
.price-button:hover {
  background-color: orange; /* Change background to orange on hover */
  transition: background-color 0.3s; /* Animate the color change */
}
.success
{
  color: green;
}
li.mb-2.primary {
  color: blue;
}
.view-more-btn {
  background: #f47b00;
  border: none;
  position: relative;
  top: 19px;
}

.card-meta {
  font-size: 12px;
  color: #6c757d;
  color: orange !important;
}
/* incremet and :decrement */

.ince_dec {
  width: 83px !important;
}
input#number-of-seats {
  margin: 8px;
  position: relative;
  top: 10px;
}
input#quantity {
  margin: 8px;
  position: relative;
  top: 10px;
}
.incre_decre_main {
  width: fit-content; /* Keeps buttons centered without shifting */
  margin: 0 auto; /* Centers in the parent container */
}
.incre_decre_main {
  margin-top: -32px !important;
}
/* input#quantity {
  margin: 0px 22px 0px 22px;
  position: relative;
  top: 10px;
} */
 @media only screen and (max-width: 600px) {
 .price_card {
    margin-top: 14px!important;
    
}
.container-fluid.p-5 {
    padding: 16px !important;
}
.about-prio.text-left.mt-5.ml-5 {
    margin: 0px !important;
}
} 
@media (max-width: 768px) {
    .date-element { display: none; }
}
div#mattress-cleaning img {
    width: 80px !important;
    height: 80px!important; 
}
.btn-primary:hover {
    color: #fff!important;
    background-color: orange!important;
    border-color: orange!important;
}
/*multi select drp*/


        .multi-select-container {
            position: relative;
            width: 350px;
            font-size: 14px;
        }




        .multi-select-dropdown:after {
            content: '\25BC';
            font-size: 12px;
            margin-left: 10px;
            color: #333;
        }

        .multi-select-options {
            position: absolute;
            top: 105%;
            left: 0;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 8px;
            background: #fff;
            max-height: 250px;
            overflow-y: auto;
            z-index: 10;
            display: none;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .multi-select-options .option {
            padding: 0px 34px;
            display: flex;
            align-items: center;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
            transition: background 0.2s ease;
        }

        .multi-select-options .option:last-child {
            border-bottom: none;
        }

        .multi-select-options .option:hover {
            background: #f5faff;
        }

        /* .multi-select-options .option input[type="checkbox"] {
            margin-right: 10px;
            transform: scale(0.8);
            accent-color: #007bff; /* Modern browsers support */
       

        .multi-select-options .select-all {
            font-weight: bold;
            color: #007bff;
            border-bottom: 1px solid #e0e0e0;
        }

        .multi-select-options .option label {
            margin: 0;
            color: #333;
        }

        /* Scrollbar styling */
        .multi-select-options::-webkit-scrollbar {
            width: 8px;
        }

        .multi-select-options::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 8px;
        }

        .multi-select-options::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

        /* Close dropdown on outside click */
        .multi-select-dropdown.active + .multi-select-options {
            display: block;
        }
        .service_select {
    width: 20px !important;
    height: 10px;
    margin-right: 17px;
    margin-left: 19px;
}
        .multi-select-dropdown {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 386px;
    background: #e8e8e8;
    border-radius: 5px;
    border: none;
}

@media only screen and (max-width: 600px) {
  .multi-select-dropdown {
    width: 284px;
}
.multi-select-options {
width:82%!important;
}
}

.default_form input
{
    margin-bottom:10px;
}
.desktop {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
}
.call-buttons {
    position: fixed;
    z-index: 999;
    display: flex
;
    gap: 15px;
}
.desktop .call, .desktop .whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}
.call, .whatsapp {
    display: flex
;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, background-color 0.2s;
    border: 1px solid #ff914d;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
i.fa-brands.fa-whatsapp {
    font-size: 37px;
    margin: 0px;
}
.call i, .whatsapp i {
    font-size: 20px;
  
}