@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1320px !important;
}

a {
  text-decoration: none !important;
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
  top: 200px;
  right: -50px;
  display: none;
}

/* header section css start */
.header-top-area {
  background-color: #02111e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-top-item ul {
  margin: 0;
  padding: 0;
}

.header-top-item .header-left ul li {
  margin-right: 22px;
}

.header-top-item ul li {
  list-style-type: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #ffffff;

}

.header-top-area .header-top-item .header-left ul li i {
  color: #ffffff;
  margin-right: 3px;
  font-size: 18px;
}

.header-top-area .header-top-item ul li i {
  display: inline-block;
}

.header-top-item ul li a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

.header-top-area .header-top-item .header-right {
  text-align: right;
}

.header-top-area .header-top-item .header-right ul li {
  margin-right: 15px;
}

.header-top-area .header-top-item ul li {
  list-style-type: none;
  display: inline-block;
}

.header-top-area .header-top-item .header-right ul li a {
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.header-top-area .header-top-item ul li a {
  display: inline-block;
}

.header-top-area .header-top-item .header-right ul li a:hover {
  background-color: #fff;
  color: #F53400;
}

li.dropdown {
  padding: 15px 0;
}

li.dropdown a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

/* End of header css */
/* start of menu css */
.navbar-area .main-nav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 29%;
  border-left: 0px solid transparent;
  border-top: 112px solid #fff;
  border-right: 130px solid transparent;
  transition: 0.5s all ease;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active {
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-area .main-nav .navbar-light .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all ease;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #282828;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.navbar-area .main-nav {
  background-color: #fa5f0b;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.5s all ease;
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fa5f0b;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.side-nav a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #282828;
  border-radius: 5px 5px 0 0;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.side-nav a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #282828;
  border-radius: 0 0 5px 5px;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.side-nav a:hover:before {
  opacity: 1;
  height: 50%;
}

.side-nav a:hover:after {
  opacity: 1;
  height: 50%;
}

/* End menu css */
/* banner css start */
.banner .owl-carousel .item {
  position: relative;
  z-index: 100;
}

.banner .owl-carousel .item {
  position: relative;
  z-index: 100;
  /* -webkit-backface-visibility: hidden; */
  border: 1px solid #e0f1fb;
  background-color: #dff0fabd;
  border-radius: 10px;
}

.banner .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.banner .owl-nav i {
  font-size: 52px;
}

.banner .owl-nav .owl-prev {
  left: -30px;
}

.banner .owl-nav .owl-next {
  right: -30px;
}

.banner .owl-nav i {
  font-size: 52px;
  color: #fa5f0b;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffffb5;
  transition: all 2s;
  opacity: 0;

}

.banner .carousel-wrap:hover .owl-nav i {
  opacity: 1;
}

.banner .owl-carousel .owl-item img {
  transition: all .2s;
}

.banner .owl-carousel .owl-item img:hover {
  transform: scale(1.15);
}

.owl-wrapper-outer img {
  display: block;
  aspect-ratio: 5/5;
  object-fit: cover;
  height: 300px;

}

/* start about us css */

.about-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.about-area .about-content p {
  color: #282828;
  font-weight: 500;
  margin-bottom: 18px;
}

.about-area .about-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.about-area .about-content ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0;
}

.about-area .about-content ul li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #fa5f0b;
  background-color: #f2f4fd;
  margin-right: 8px;
  transition: 0.5s all ease;
}

.about-area .about-content ul li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #fa5f0b;
  background-color: #f2f4fd;
  margin-right: 8px;
  transition: 0.5s all ease;
}

.about-area .about-content img {
  display: inline-block;
  margin-right: 25px;
  border-right: 3px solid #fa5f0b;
  padding-right: 25px;
}

.about-area .about-content img:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.about-area .about-img-wrap {
  position: relative;
}

.section-title .sub-title {
  display: inline-block;
  color: #fa5f0b;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 8px;
}

.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  color: #282828;
  text-transform: capitalize;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}


.about-area .about-content ul li:hover i {
  color: #ffffff;
  background-color: #fa5f0b;
}

.about-year {
  z-index: 1;
  background-color: #ffffffd9;
  border-left: 5px solid #02111e;
  display: inline-block;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  bottom: -36px;
}

.about-year h2 {
  font-size: 58px;
  color: #02111e;
  font-weight: 700;
  margin-bottom: 0;
}

.about-year h2 span {
  font-size: 38px;
}

.about-img-box {
  position: relative;
  background: transparent url(../images/about-dots.png) 100% -120% no-repeat;
}

.about-img-box .video-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-img-box .video-box>img {
  border-radius: 50%;
  border: 5px solid #FFFFFF;
}

.about-area .about-img-wrap {
  position: relative;
}

.about-img .about-image-1 img {
  width: 500px;
  z-index: 1;
  display: block;
  position: relative;
}

.about-image-2 img {
  width: 500px;
  z-index: 1;
  display: block;
  position: relative;
}

.about-area .about-img-wrap .about-img-slider .about-img-item img {
  width: unset !important;
  max-width: 450px;
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  right: 85px;
  top: 180px;
  max-width: 20px;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
  background: #fbad86;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.about-area .about-img-wrap .about-shape img {
  position: absolute;
}

.about-area .about-img-wrap .about-shape img:nth-child(1) {
  top: -25px;
  left: 40px;
}

.about-area .about-img-wrap .about-shape img:nth-child(2) {
  bottom: 0px;
  right: 0;
  z-index: 1;
}

.about-area .about-img-wrap .about-shape img:nth-child(3) {
  top: -65px;
  right: 25px;
  z-index: -3;
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
  top: 200px;
  right: -50px;
}

.about-area .about-img-wrap .about-year {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8509803922);
  border-left: 5px solid #fa5f0b;
  display: inline-block;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.about-area .about-img-wrap .about-year h2 {
  font-size: 58px;
  color: #02111e;
  font-weight: 700;
  margin-bottom: 0;
}

.about-area .about-img-wrap .about-year h2 span {
  font-size: 38px;
}

.about-image-1 {
  width: 100%;
  height: 550px;
}

.about-image-1 {
  background-image: url(../images/23-removebg-preview.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slider 10s infinite linear;
}

@keyframes slider {
  0% {
    background-image: url(../images/24-removebg-preview.jpg);
    background-repeat: no-repeat;

  }

  50% {
    background-image: url(../images/26-removebg-preview.jpg);
    background-repeat: no-repeat;

  }

  100% {
    background-image: url(../images/27-removebg-preview.jpg);
    background-repeat: no-repeat;

  }
}

.shape-2 {
  animation: move-left 2s infinite linear;
}

@keyframes move-left {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-20px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.shape-3 {
  animation: move-up 2s infinite linear;
}

@keyframes move-up {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ptb-100 {
  padding: 100px 0;
}

.shape-1 {
  z-index: -1;
  height: 500px;
  width: 100%;
}

.shape-2 {
  width: 290px;
}

/* End about us css */
/* product section css */
a.over-layer {
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: 0px;
  background-color: #fa5f0b;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fa5f0b;
  color: #fff !important;
}



.project-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, .08);
  background-color: #fff;
}

.project-item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .08);
}

.project-item .project__img {
  position: relative;
  overflow: hidden;
}

.project-item .project__img img {
  width: 100%;
  max-width: 100%;
  transform: scale(1.05);
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.project-item .project__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.project-item:hover .project__img img {
  transform: scale(1.15);
}

.project-item .project__content {
  padding: 30px 15px 30px 30px;
}

.project-item .project__content {
  padding: 5px 10px;
  background-color: #fff;
}

.project-item .project__title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
}

h4.project__title {
  display: flex;
}

.project__content:hover .over-layer {
  animation: tada 1500ms ease-out infinite;
}

.project-item .side-nav a {
  padding: 12px 30px;
}

.project-item .side-nav {
  justify-content: center;
  display: flex;
  /* position: absolute; */
  /* padding-left: 14px; */
  background-color: #fa5f0b;
}

.project-item .side-nav a {
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.project-item .project__cat {
  line-height: 1;
  margin-bottom: 11px;
  display: none;
}

.project-item .project__desc {
  margin-top: 19px;
  margin-bottom: 12px;
}

.project-item .project__title a {
  color: #1b1a1a;
}

.project-item .project__cat a {
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #ff7607;
  padding-right: 7px;
}

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}


.portfolio-style-two .sec-title {
  margin-bottom: 70px;
}

.sec-title h3 {
  margin: 0;
  color: #262626;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Poppins';
}

.sec-title span {
  color: #FE5A0E;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
  background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-title h3:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 38px;
  height: 2px;
  background: #888888;
  margin-left: 15px;
  margin-top: 12px;
}

.sec-title h3+p {
  margin-top: 21px;
}

.sec-title p {
  color: #555555;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.products-section {
  background-color: #f2f4fd;
  padding-top: 40px;
}

.shell {
  padding: 10px 0;
}

.wsk-cp-product {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin: 20px auto;
}

.wsk-cp-img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}

.wsk-cp-product:hover .wsk-cp-img {
  top: -40px;
}

.wsk-cp-product:hover .wsk-cp-img img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.wsk-cp-text {
  padding-top: 100%;
}

.wsk-cp-text .category {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 45px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-text .category>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);

}

.wsk-cp-text .category>span {
  padding: 12px 30px;
  border: 1px solid #313131;
  background: #212121;
  color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 27px;
  transition: all 0.05s ease-in-out;

}

.wsk-cp-product:hover .wsk-cp-text .category>span {
  border-color: #ddd;
  box-shadow: none;
  padding: 11px 28px;
}

.wsk-cp-product:hover .wsk-cp-text .category {
  margin-top: 0px;
}

.wsk-cp-text .title-product {
  text-align: center;
}

.wsk-cp-text .title-product h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.wsk-cp-text .description-prod p {
  margin: 0;
}

/* Truncate */
.wsk-cp-text .description-prod {
  text-align: center;
  width: 100%;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.card-footer {
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}

.card-footer:after,
.card-footer:before {
  content: '';
  display: table;
}

.card-footer:after {
  clear: both;
}

.card-footer .wcf-left {
  float: left;

}

.card-footer .wcf-right {
  float: right;
}

.price {
  font-size: 18px;
  font-weight: bold;
}

a.buy-btn {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover,
a.buy-btn:active,
a.buy-btn:focus {
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration: none;
}

.wsk-btn {
  display: inline-block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding: 12px 30px;
  border-radius: 27px;
  margin: 0 5px;
}

.wsk-btn:hover,
.wsk-btn:focus,
.wsk-btn:active {
  text-decoration: none;
  color: #fff;
}

.red {
  color: #F44336;
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
}



.p-40 {
  padding: 40px 0;
}

/* Quality section css */
.features-list-layout1 .feature__content:before {
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff7607;
}

.feature-list-item .feature__content:before {
  content: "";
  position: absolute;

  left: 0;
}

.feature-list-item .feature__content {
  position: relative;
  padding-left: 15px;
}

.quality-2 .about__img.animated-img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.quality-2 .about__img {
  opacity: 0;
  transition: opacity .4s, transform .75s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: scale(.95) translateY(30px);
  -moz-transform: scale(.95) translateY(30px);
  -ms-transform: scale(.95) translateY(30px);
  -o-transform: scale(.95) translateY(30px);
  transform: scale(.95) translateY(30px);
}

.heading-3 .heading__subtitle {
  margin-bottom: 17px;
}

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ff7607;
  display: inline-block;
  margin-bottom: 12px;
}

.heading-3 .heading__title {
  font-size: 43px;
  line-height: 57px;
}

.heading.heading-3.mb-50 {
  text-align: center;
}



.feature-item .feature__title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.feature-item:hover .feature__title {
  color: #ff7607;
}

.quality .about-image-1 {
  width: 100%;
  height: 400px;
  /* justify-content: flex-end; */
  /* display: flex; */
  /* align-items: center; */
  display: block;
  margin: auto;
}

.about__img:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 290px;
  height: 100%;
  z-index: -1;
  background-color: #ff7607;
}

.about__img {
  position: relative;
  padding-left: 35px;
  overflow: hidden;
  padding-bottom: 35px;
}

/* regular products */

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* margin: -12px 15px 8px 15px;
    margin-left: -10px; */
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1.1, 1.1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.15, 1.15);
}

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

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.projects-carousel-3 .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.projects-carousel-3 .owl-prev,
.projects-carousel-3 .owl-next {
  width: 50px;
  height: 50px;
  background-color: #fa5f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
}



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

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ff7607;
  display: inline-block;
  margin-bottom: 12px;
}

.heading__title {
  font-size: 34px;
  margin-bottom: 18px;
}

.heading .divider__line {
  height: 3px;
}

.divider__line {
  position: relative;
  height: 2px;
}

.divider__line.divider__center:after {
  left: 50%;
  transform: translateX(-50%);
}

.heading .divider__line:after {
  width: 40px;
  height: 3px;
}

.divider__theme:after {
  background-color: #ff7607;
}

.divider__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;

}

/* banner carousel */
.banner {
  background-image: url(../images/ant-rozetsky-SLIFI67jv5k-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fbe3e370;
  background-blend-mode: overlay;
}

.banner .carousel-wrap {
  margin: 0;
  padding: 0 3%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */

/* footer css start */


ul.links-list {
  padding-left: 0px;
  column-count: 2;
}

footer.site-footer .main-footer {
  padding-top: 70px;
  padding-bottom: 0px;
}

footer.site-footer .footer-widget.about-widget {
  position: relative;
  bottom: 50px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form p {
  font-size: 14px;
  color: #888888;
}

.p-9 {
  padding-top: 9rem;
}

footer.site-footer .footer-widget.about-widget h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 45px;
  margin-bottom: 20px;
}

footer.site-footer .footer-widget p {
  font-size: 15px;
  color: #888888;
  line-height: 25px;
}

footer.site-footer .footer-widget .title {
  margin-bottom: 25px;
  text-align: left;
}

footer.site-footer .footer-widget ul.links-list li {
  display: block;
  line-height: 1em;
}

footer.site-footer .footer-widget.subscribe-widget {
  padding: 35px 40px;
  background: #f6f6f6;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form {
  position: relative;
  margin-top: 30px;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e6e5e5;
  padding-left: 20px;
  font-size: 14px;
  color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 51px;
  background: #FE5A0E;
  color: #fff;
  font-size: 14px;
  border: 0px;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e6e5e5;
  padding-left: 20px;
  font-size: 14px;
  color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button:before {
  background: #252525;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

footer.site-footer .footer-widget ul.links-list li a {
  color: #888888;
  font-size: 15px;
  display: inline-block;
  line-height: 1.6em;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

ul.links-list {
  padding-left: 0px;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

footer.site-footer .bottom-footer p,
footer.site-footer .bottom-footer a {
  margin: 0;
  color: #555555;
  font-size: 15px;
}

footer.site-footer .bottom-footer .container {
  border-top: 1px solid #e1e1e1;
  padding-top: 28.5px;
  padding-bottom: 28.5px;
}

.col-lg-4.right-text.pull-right {
  text-align: end;
}



/* award section css  */
.award-winning .title {
  padding-top: 25px;
}

.award-winning .title h3 {
  font-family: 'Poppins';
  font-weight: 600;
  color: #FFFFFF;
  font-size: 32px;
}

.award-winning .title h3,
.award-winning .title p {
  margin: 0;
}

.award-winning .title h3 span {
  color: #FE5A0E;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
  background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.award-winning .title h3:after {
  display: inline-block;
  vertical-align: bottom;
  content: '';
  width: 38px;
  height: 2px;
  background: #FFFFFF;
  margin-left: 15px;
}

.award-winning .title p {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  letter-spacing: .01em;
  margin-top: 8px;
}

.award-winning .img-box {
  position: relative;
}

.award-winning .img-box:before {
  content: '';
  width: 1px;
  height: 93px;
  background: #626161;
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.award-winning {
  background: #262626;
  border-bottom: 3px solid #FE5A0E;
  padding: 35px 0;
}

.pxl-item--icon {
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
  background-color: #FFFFFF;
}

.pxl-item--icon {

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
}

.pxl-phone-call1 .pxl-item--phone {
  line-height: 1;
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 2px;
}

.pxl-item--icon svg {
  transition: all .5s ease;
  animation: tada 1500ms ease-out infinite;
}

@keyframes tada {

  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

.pxl-item--phone a {
  color: inherit;
}

.pxl-item--phone {
  color: #FFFFFF;
  font-size: 24px;
}

.pxl-label {
  color: #FFFFFF;
  font-size: 18px;
}

.pxl-item--content {
  padding-left: 15px;
}

.pxl-item--inner {
  display: flex;
  align-items: center;
}

.pxl-item--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}

.project-item .project__desc {
  margin-top: 19px;
  margin-bottom: 12px;
  display: none;
}

/* login page css==================================================================================================================== */
.login_section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url(../images/5153829.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ffffffbd;
  background-blend-mode: overlay;
}

.wrapper h1{

  font-size: 36px;

  text-align: center;

}

.wrapper .input-box{

  position: relative;

  width: 100%;

  height: 50px;

  

  margin: 30px 0;

}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  border: 1px solid #2f2f2f73;
  border-radius: 40px;
  font-size: 16px;
  color: #000000;
  padding: 20px 45px 20px 20px;
}
.input-box input[placeholder], ::placeholder, *[placeholder] {
  color: #000 !important;
}

.input-box input::placeholder{

  color: #fff;

}

.input-box i{

  position: absolute;

  right: 20px;

  top: 30%;

  transform: translate(-50%);

  font-size: 20px;

}

.wrapper .checkbox1{

  display: flex;

  justify-content: space-between;

  font-size: 14.5px;

  margin: -15px 0 15px;

}

.checkbox1 label input{

  accent-color: #fff;

  margin-right: 3px;

}

.checkbox1 a{

  color: #fff;

  text-decoration: none;

}

.checkbox1 a:hover{

  text-decoration: underline;

}
.wrapper .btn:hover{
  background-color: #fff;
  color:#fb7700 ;
  border: 0px;
}

.wrapper .btn {
  width: 100%;
  height: 45px;
  background: #fb7700;
  border: none;
  outline: none;
  border-radius: 40px;
  /* border: 1px solid white; */
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.wrapper .link{

  font-size: 14.5px;

  text-align: center;

  margin: 20px 0 15px;

}

.link p a{

  color: #fff;

  text-decoration: none;

  font-weight: 600;

}

.link p a:hover{

  text-decoration: underline;

}

#loginForm:checked ~ #loginFormContent,

#registerForm:checked ~ #registerFormContent,

#forgotForm:checked ~ #forgotFormContent {

  display: block;

}

    input[type="radio"] {

      display: none;

    }
    .login_section img {
      width: 126px;
  }

/* ======================================================================================================================== */
/* product page */
.sell-item {
  border: 1px solid #ddd;
  text-align: center;
  padding-bottom: 25px;
  background: #fff;
}

.sell-item {
  margin-bottom: 30px;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  transform: scaleY(0);
  transition: 0.3s;
}

.product-img-overlay .krishok-btn {
  font-size: 12px;
  padding: 5px 16px;
  margin-top: 34%;
}

.krishok-btn {
  background: #77bb17;
  border: 2px solid #77bb17;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.krishok-btn i {
  margin-left: 12px;
}

.sell-item p {
  font-weight: 600;
  font-size: 16px;
  color: #303030;
  margin: 20px 0 10px;
}

.product-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  transform: scale(1.02);
}

.sell-item:hover .product-img .product-img-overlay {
  transform: scaleY(1);
}

/* About Us Page */

.px-100 {
  padding: 100px 30px;
}

ol.breadcrumb li a {
  font-size: 20px;
  color: #fff;
}

.breadcrumb-item.active {
  font-size: 20px;
  color: #fff;
}

h1.banner-heading {
  font-size: 42px;
  color: #fff;
}

/* contact Us Page css */

.box {
  background: url("https://image.ibb.co/nJHGgk/about_us1.jpg");
  color: white;
  text-align: center;
  z-index: 1;
}

.text {
  padding: 100px 0;
}

.box p {
  font-size: 18px;
}

.red {
  color: orangered;
}

.redline {
  width: 100px;
  height: 3px;
  background-color: red;
  border: none;
  margin: 0 auto;
}

.title .redline {
  width: 100px;
  height: 3px;
  background-color: red;
  border: none;
  margin: 0 !important;
}

.touch h2 {
  padding-top: 20px;
  text-align: center;
}

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

.left {
  text-align: left;
}

h3 {
  font-variant: bold;
}

.redline-address {
  border: none;
  height: 3px;
  background-color: orangered;
  width: 140px;
  margin-bottom: 20px;
}

.address {
  padding-top: 50px;
}

.address p {
  font-weight: bold;
  color: #676565;
  margin: 3px;
}

.phone-e {
  padding: 15px 0;
}

.logo img {
  height: 50px;
  width: 150px;
  z-index: 2;
  float: left;
  margin-top: 10px;
}

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

/*validation css*/
input.ng-valid {
  background-color: #dff0d8;
}

input.ng-invalid {
  background-color: #f2dede;
}

input.ng-pristine {
  background-color: white;
}

textarea.ng-invalid {
  background-color: #f2dede;
}

textarea.ng-pristine {
  background-color: white;
}

textarea.ng-valid {
  background-color: #dff0d8;
}

.form-group {
  margin: 10px;
}

input.form-control {
  padding: 10px;
}

.pager {
  text-align: center;
}

button.btn.btn-success {
  background-color: #fa5f0b;
  border: navajowhite;
  padding: 10px 30px;
}

.container.address {
  display: flex;
}

.container.address {
  display: flex;

}

.map {
  background-color: #eee;
}

.product-carousel-3 .owl-prev,
.projects-carousel-3 .owl-next {
  width: 50px;
  height: 50px;
  background-color: #fa5f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
}

.banner-products {
  background-image: url(../images/Real-Estate-Facebook-Cover-Banner-15.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fbe3e370;
  background-blend-mode: overlay;
  z-index: 0 !important;
}

.banner-about {
  background-image: url(../images/about-us.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fbe3e370;
  background-blend-mode: overlay;
  z-index: 0 !important;
}

.banner-contact {
  background-image: url(../images/Contact-us.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fbe3e370;
  background-blend-mode: overlay;
  z-index: 0 !important;
}

.px-190 {
  padding: 150px 30px;
}

.d-block {
  display: block;
}

#dropdown {
  display: none;

}

.dropdown_item {
  position: absolute !important;
  padding: 10px !important;
  border: none;
  border-right: 10px solid #fff;
  outline: none;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
  color: #000;
  column-count: 3;
  left: -170px;
  top: 100%;
}

.dropdown_item li a {
  color: #000 !important;
  font-size: 14px !important;
}

.dropdowniteam {
  cursor: pointer;
}

section.banner.aos-init.aos-animate {
  z-index: 0;
}

section.aos-init.aos-animate {
  z-index: 1;
  position: relative;
}

.dropdown_item li {
  list-style: none;
  padding: 8px 5px !important;
  width: 100%;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ebf1f5;
}

.dropdown_item li a {
  font-family: "Roboto", sans-serif;
  color: #2f2f2f !important;
  position: relative;
  display: block;
  padding: 10px 10px !important;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize !important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;

}

.dropdown_item li a.dropdown-item {
  margin: 0 !important;
}

.dropdowniteam::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* detail page css */
.about-content ul {
  padding: 0px !important;
  margin-bottom: 15px !important;
}
ul.product_price li strong {
  font-size: 20px;
  color: #fa5f0b;
}
ul.product_price li strong {
  font-size: 20px;
}
ul.product_price li span {
  font-size: 18px;
}
ul.product_price {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

ul.product_price li {
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}
.demo {
  width: 450px;
  display: block;
  margin: 0 auto;
}

.demo ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.demo li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.demo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.product-slider .demo .item {
  margin-bottom: 60px;
}

.product-slider .content-slider li {
  background-color: #ccc;
  text-align: center;
  color: #FFF;
}

.product-slider .content-slider img {
  height: 316px;
}

.product-slider .demo {
  width: 800px;
}

.footgallery ul {
  display: flex;
  flex-direction: column;
  column-count: 2;
}

.footgallery ul li {
  list-style: none;
}

/* responsive css========================================= ==========================================================*/
@media screen and (max-width:1400px) {
  .shape-1 {
    z-index: -1;
    height: 500px;
    display: none;
  }

  .about-image-1 {
    width: 90%;
    height: 550px;
  }
}

@media only screen and (max-width:1199px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }

  .about-area .about-img-wrap .about-shape img:nth-child(4) {
    top: 200px;
    right: -50px;
    display: none;
  }

  .shape-1 {
    z-index: -1;
    height: 500px;
    display: none;
  }
}

@media screen and (max-width: 991px) {

  .about-area .about-img-wrap .about-shape img:nth-child(4) {
    top: 200px;
    right: -50px;
    display: none;
  }

  .header-top-area .header-top-item .header-right {
    text-align: right;
    display: none;
  }

  .wsk-cp-product {
    margin: 40px auto;
  }

  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }

  .wsk-cp-product .wsk-cp-img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .wsk-cp-product .wsk-cp-text .category>span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
  }

  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0px;
  }

  a.buy-btn {
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .pxl-item--phone {
    color: #FFFFFF;
    font-size: 18px;
  }

  section.header-top-area {
    display: none;
  }

  img.main-logo {
    width: 60%;
  }

  .navbar-area .main-nav:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 27px;
    height: 57%;
    width: 29%;
    border-left: 0px solid transparent;
    border-top: 69px solid #fff;
    border-right: 122px solid transparent;
    transition: 0.5s all ease;
  }

  .header-top-area {
    background-color: #02111e;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  button.navbar-toggler {
    color: #fff !important;
    border: 1px solid #fff;
  }

  span.navbar-toggler-icon {
    color: #fff !important;
    filter: invert(1.5);
  }

  .header-top-area {
    text-align: center;
  }

  .header-top-area .header-top-item .header-right {
    text-align: center;
    display: none;
  }

  .header-top-area .header-top-item .header-left ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }

  .header-top-item ul li a {
    font-weight: 300;
  }

  .banner .owl-nav .owl-prev {
    left: -10px;
  }

  .banner .owl-nav .owl-next {
    right: -10px;
  }

  .px-190 {
    padding: 0px 0px;
  }

  .features-list {
    margin-top: 20px;
  }

  .pxl-item--inner {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 37px;
  }

  h1.banner-heading {
    font-size: 32px;
    color: #fff;
  }

  .heading-3 .heading__title {
    font-size: 28px;
    line-height: 28px;
  }

  .banner .owl-nav i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffffb5;
    transition: all 2s;
    opacity: 0;
  }

  .banner .carousel-wrap {
    margin: 0;
    padding: 0 1%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* about us section======================= */
  .about-area .about-img-wrap .about-year h2 {
    font-size: 35px;
    color: #02111e;
    font-weight: 700;
    margin-bottom: 0;
  }

  .about-area .about-img-wrap .about-shape img:nth-child(3) {
    top: -65px;
    right: 25px;
    z-index: -3;
    display: none;
  }

  .about-area .about-img-wrap .about-shape img:nth-child(2) {
    bottom: 0px;
    right: 0;
    z-index: 1;
    display: none;
  }

  .about-area .about-img-wrap .about-year {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8509803922);
    border-left: 5px solid #fa5f0b;
    display: inline-block;
    padding: 10px 15px !important;
    position: absolute;
    left: 0;
    bottom: 0px;
  }

  .about-image-1 {
    width: 500px;
    height: 400px !important;
  }

  .sec-title h3 {
    margin: 0;
    color: #262626;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Poppins';
  }

  .sec-title p {
    color: #555555;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .ptb-100 {
    padding: 40px 0 !important;
  }

  .about-image-1 {
    max-width: 100% !important;
    height: 500px;
    width: unset;
  }

  .shape-1 {
    max-width: 100% !important;
    height: 500px;
    width: unset;
    display: none;
  }

  .about-area .about-img-wrap .about-shape img:nth-child(4) {
    display: none;
  }

  .shell {
    padding: 40px 0 !important;
  }

  .title .redline {
    width: 100px;
    height: 3px;
    background-color: red;
    border: none;
    margin: 0;
    margin-right: auto !important;
  }

  .px-100 {
    padding: 0px 0px;
  }

  footer.site-footer .footer-widget .title {
    margin-bottom: 25px;
    text-align: left !important;
  }

  .bottom-footer [class*=pull-] {
    width: 100%;
    text-align: center !important;
  }

  .side-nav {
    margin-bottom: 10px;
  }

  ul#dropdown {
    column-count: 1;
    left: 0;
    flex-direction: column;
    height: 300px;
    overflow-y: scroll;
    /* display: flex !important; */
    flex-wrap: nowrap;
  }
}
.checkbox1 a{
  color: #000;
  text-decoration: none;
}
.link p a{
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.wrapper {
  width: 420px;
  background: white;
  border: 1px solid white;
  backdrop-filter: blur(4px);
  color: #000;
  border-radius: 12px;
  padding: 30px 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: block;
}